VCommon.Logging.Viewer.csproj 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="C:\NuGetLocalRepo\MSBuildGitHash.0.2.0\build\MSBuildGitHash.props" Condition="Exists('C:\NuGetLocalRepo\MSBuildGitHash.0.2.0\build\MSBuildGitHash.props')" />
  4. <Import Project="C:\NuGetLocalRepo\ILRepack.2.0.15\build\ILRepack.props" Condition="Exists('C:\NuGetLocalRepo\ILRepack.2.0.15\build\ILRepack.props')" />
  5. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  6. <PropertyGroup>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ProjectGuid>{D8658E56-F42A-429E-9487-4809FACA6670}</ProjectGuid>
  10. <OutputType>WinExe</OutputType>
  11. <RootNamespace>VCommon.Logging.Viewer</RootNamespace>
  12. <AssemblyName>VCommon.Logging.Viewer</AssemblyName>
  13. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <NuGetPackageImportStamp>
  17. </NuGetPackageImportStamp>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>AnyCPU</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup>
  39. <ApplicationIcon>vlv.ico</ApplicationIcon>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugNoGit|AnyCPU'">
  42. <DebugSymbols>true</DebugSymbols>
  43. <OutputPath>bin\DebugNoGit\</OutputPath>
  44. <DefineConstants>DEBUG;TRACE</DefineConstants>
  45. <DebugType>full</DebugType>
  46. <PlatformTarget>AnyCPU</PlatformTarget>
  47. <ErrorReport>prompt</ErrorReport>
  48. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  49. <Prefer32Bit>true</Prefer32Bit>
  50. <BuildHash>BYPASS</BuildHash>
  51. <MSBuildGitHashValue>NONE</MSBuildGitHashValue>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseNoGit|AnyCPU'">
  54. <OutputPath>bin\ReleaseNoGit\</OutputPath>
  55. <DefineConstants>TRACE</DefineConstants>
  56. <Optimize>true</Optimize>
  57. <DebugType>pdbonly</DebugType>
  58. <PlatformTarget>AnyCPU</PlatformTarget>
  59. <ErrorReport>prompt</ErrorReport>
  60. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  61. <Prefer32Bit>true</Prefer32Bit>
  62. <BuildHash>BYPASS</BuildHash>
  63. <MSBuildGitHashValue>NONE</MSBuildGitHashValue>
  64. </PropertyGroup>
  65. <ItemGroup>
  66. <Reference Include="CsQuery, Version=1.3.3.249, Culture=neutral, processorArchitecture=MSIL">
  67. <HintPath>C:\NuGetLocalRepo\CsQuery.1.3.4\lib\net40\CsQuery.dll</HintPath>
  68. <Private>True</Private>
  69. </Reference>
  70. <Reference Include="System" />
  71. <Reference Include="System.Core" />
  72. <Reference Include="System.Xml.Linq" />
  73. <Reference Include="System.Data.DataSetExtensions" />
  74. <Reference Include="Microsoft.CSharp" />
  75. <Reference Include="System.Data" />
  76. <Reference Include="System.Deployment" />
  77. <Reference Include="System.Drawing" />
  78. <Reference Include="System.Net.Http" />
  79. <Reference Include="System.Windows.Forms" />
  80. <Reference Include="System.Xml" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Compile Include="DetailForm.cs">
  84. <SubType>Form</SubType>
  85. </Compile>
  86. <Compile Include="DetailForm.designer.cs">
  87. <DependentUpon>DetailForm.cs</DependentUpon>
  88. </Compile>
  89. <Compile Include="ErrorForm.cs">
  90. <SubType>Form</SubType>
  91. </Compile>
  92. <Compile Include="ErrorForm.designer.cs">
  93. <DependentUpon>ErrorForm.cs</DependentUpon>
  94. </Compile>
  95. <Compile Include="LogEntity.cs" />
  96. <Compile Include="MainForm.cs">
  97. <SubType>Form</SubType>
  98. </Compile>
  99. <Compile Include="MainForm.designer.cs">
  100. <DependentUpon>MainForm.cs</DependentUpon>
  101. </Compile>
  102. <Compile Include="Program.cs" />
  103. <Compile Include="Properties\AssemblyInfo.cs" />
  104. <Compile Include="Utility\FileSizeWatcher.cs" />
  105. <Compile Include="Utility\IconExtractor.cs" />
  106. <Compile Include="Utility\IconUtil.cs" />
  107. <Compile Include="Utility\ListViewExtensions.cs" />
  108. <Compile Include="Utility\NativeMethods.cs" />
  109. <Compile Include="Utility\OperatingFileAssistant.cs" />
  110. <Compile Include="Utility\TaskExtend.cs" />
  111. <Compile Include="Utility\WebBrowserUtility.cs" />
  112. <EmbeddedResource Include="DetailForm.resx">
  113. <DependentUpon>DetailForm.cs</DependentUpon>
  114. </EmbeddedResource>
  115. <EmbeddedResource Include="ErrorForm.resx">
  116. <DependentUpon>ErrorForm.cs</DependentUpon>
  117. </EmbeddedResource>
  118. <EmbeddedResource Include="MainForm.resx">
  119. <DependentUpon>MainForm.cs</DependentUpon>
  120. </EmbeddedResource>
  121. <EmbeddedResource Include="Properties\Resources.resx">
  122. <Generator>ResXFileCodeGenerator</Generator>
  123. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  124. <SubType>Designer</SubType>
  125. </EmbeddedResource>
  126. <Compile Include="Properties\Resources.Designer.cs">
  127. <AutoGen>True</AutoGen>
  128. <DependentUpon>Resources.resx</DependentUpon>
  129. </Compile>
  130. <None Include="packages.config" />
  131. <None Include="Properties\Settings.settings">
  132. <Generator>SettingsSingleFileGenerator</Generator>
  133. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  134. </None>
  135. <Compile Include="Properties\Settings.Designer.cs">
  136. <AutoGen>True</AutoGen>
  137. <DependentUpon>Settings.settings</DependentUpon>
  138. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  139. </Compile>
  140. </ItemGroup>
  141. <ItemGroup>
  142. <Content Include="vlv.ico" />
  143. <EmbeddedResource Include="WebResources\JSON Visualization.html" />
  144. <EmbeddedResource Include="WebResources\JSON Visualization_files\base.css" />
  145. <EmbeddedResource Include="WebResources\JSON Visualization_files\default-min.js" />
  146. <EmbeddedResource Include="WebResources\JSON Visualization_files\default.css" />
  147. <EmbeddedResource Include="WebResources\JSON Visualization_files\json-min.js" />
  148. <EmbeddedResource Include="WebResources\JSON Visualization_files\reset-fonts.css" />
  149. <EmbeddedResource Include="WebResources\JSON Visualization_files\yuiloader-dom-event.js" />
  150. </ItemGroup>
  151. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  152. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  153. <PropertyGroup>
  154. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  155. </PropertyGroup>
  156. <Error Condition="!Exists('C:\NuGetLocalRepo\ILRepack.2.0.15\build\ILRepack.props')" Text="$([System.String]::Format('$(ErrorText)', 'C:\NuGetLocalRepo\ILRepack.2.0.15\build\ILRepack.props'))" />
  157. <Error Condition="!Exists('C:\NuGetLocalRepo\MSBuildGitHash.0.2.0\build\MSBuildGitHash.props')" Text="$([System.String]::Format('$(ErrorText)', 'C:\NuGetLocalRepo\MSBuildGitHash.0.2.0\build\MSBuildGitHash.props'))" />
  158. <Error Condition="!Exists('C:\NuGetLocalRepo\MSBuildGitHash.0.2.0\build\MSBuildGitHash.targets')" Text="$([System.String]::Format('$(ErrorText)', 'C:\NuGetLocalRepo\MSBuildGitHash.0.2.0\build\MSBuildGitHash.targets'))" />
  159. </Target>
  160. <PropertyGroup>
  161. <PostBuildEvent>
  162. if $(ConfigurationName) == Release if not exist "$(TargetDir)Packed" md "$(TargetDir)Packed"
  163. if $(ConfigurationName) == Release setlocal enabledelayedexpansion enableextensions
  164. if $(ConfigurationName) == Release set DLL_LIST=
  165. if $(ConfigurationName) == Release for %25%25x in ($(TargetDir)*.dll) do set DLL_LIST=!DLL_LIST! %25%25x
  166. if $(ConfigurationName) == Release echo dlls: !DLL_LIST!
  167. if $(ConfigurationName) == Release $(ILRepack) /ndebug "/out:$(TargetDir)Packed\$(TargetFileName)" "$(TargetPath)" !DLL_LIST!
  168. if $(ConfigurationName) == Release if exist "$(TargetDir)Packed\$(TargetFileName).config" del "$(TargetDir)Packed\$(TargetFileName).config"
  169. </PostBuildEvent>
  170. </PropertyGroup>
  171. <Import Project="C:\NuGetLocalRepo\MSBuildGitHash.0.2.0\build\MSBuildGitHash.targets" Condition="Exists('C:\NuGetLocalRepo\MSBuildGitHash.0.2.0\build\MSBuildGitHash.targets')" />
  172. </Project>