CpuCgServer.csproj 8.5 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="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{993D7982-3BB0-4339-ADD8-10D0C422FA5A}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>CpuCgServer</RootNamespace>
  10. <AssemblyName>CPU参估服务</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <DocumentationFile>bin\Debug\CPU参估服务.xml</DocumentationFile>
  26. <Prefer32Bit>false</Prefer32Bit>
  27. <NoWarn>CS1591</NoWarn>
  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>..\..\Service.ico</ApplicationIcon>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="Newtonsoft.Json.Bson, Version=1.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  43. <HintPath>..\..\packages\Newtonsoft.Json.Bson.1.0.3\lib\net45\Newtonsoft.Json.Bson.dll</HintPath>
  44. </Reference>
  45. <Reference Include="System" />
  46. <Reference Include="System.Buffers, Version=4.0.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  47. <HintPath>..\..\packages\System.Buffers.4.6.0\lib\net462\System.Buffers.dll</HintPath>
  48. </Reference>
  49. <Reference Include="System.ComponentModel.DataAnnotations" />
  50. <Reference Include="System.Configuration" />
  51. <Reference Include="System.Core" />
  52. <Reference Include="System.Diagnostics.DiagnosticSource, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  53. <HintPath>..\..\packages\System.Diagnostics.DiagnosticSource.9.0.0\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
  54. </Reference>
  55. <Reference Include="System.Management" />
  56. <Reference Include="System.Memory, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  57. <HintPath>..\..\packages\System.Memory.4.6.0\lib\net462\System.Memory.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System.Net.Http.Formatting, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  60. <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.6.0.0\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System.Numerics" />
  63. <Reference Include="System.Numerics.Vectors, Version=4.1.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  64. <HintPath>..\..\packages\System.Numerics.Vectors.4.6.0\lib\net462\System.Numerics.Vectors.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  67. <HintPath>..\..\packages\System.Runtime.CompilerServices.Unsafe.6.1.0\lib\net462\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  70. <HintPath>..\..\packages\System.Threading.Tasks.Extensions.4.6.0\lib\net462\System.Threading.Tasks.Extensions.dll</HintPath>
  71. </Reference>
  72. <Reference Include="System.Transactions" />
  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.Web.Http, Version=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  80. <SpecificVersion>False</SpecificVersion>
  81. <HintPath>..\..\System.Web.Http.dll</HintPath>
  82. </Reference>
  83. <Reference Include="System.Windows.Forms" />
  84. <Reference Include="System.Xml" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Compile Include="AddIns\XcorrUtils.cs" />
  88. <Compile Include="Controllers\CpuCgController.cs" />
  89. <Compile Include="Program.cs" />
  90. <Compile Include="Properties\AssemblyInfo.cs" />
  91. <Compile Include="MainForm.cs">
  92. <SubType>Form</SubType>
  93. </Compile>
  94. <Compile Include="MainForm.Designer.cs">
  95. <DependentUpon>MainForm.cs</DependentUpon>
  96. </Compile>
  97. <None Include="packages.config" />
  98. <EmbeddedResource Include="Properties\Resources.resx">
  99. <Generator>ResXFileCodeGenerator</Generator>
  100. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  101. <SubType>Designer</SubType>
  102. </EmbeddedResource>
  103. <Compile Include="Properties\Resources.Designer.cs">
  104. <AutoGen>True</AutoGen>
  105. <DependentUpon>Resources.resx</DependentUpon>
  106. <DesignTime>True</DesignTime>
  107. </Compile>
  108. <EmbeddedResource Include="MainForm.resx">
  109. <DependentUpon>MainForm.cs</DependentUpon>
  110. </EmbeddedResource>
  111. <None Include="Properties\Settings.settings">
  112. <Generator>SettingsSingleFileGenerator</Generator>
  113. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  114. </None>
  115. <Compile Include="Properties\Settings.Designer.cs">
  116. <AutoGen>True</AutoGen>
  117. <DependentUpon>Settings.settings</DependentUpon>
  118. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  119. </Compile>
  120. </ItemGroup>
  121. <ItemGroup>
  122. <None Include="App.config" />
  123. </ItemGroup>
  124. <ItemGroup>
  125. <ProjectReference Include="..\..\XdCxRhDw.Dto\02.XdCxRhDW.Dto.csproj">
  126. <Project>{994f5945-4d73-40b4-a1d9-3e23a9fcd350}</Project>
  127. <Name>02.XdCxRhDW.Dto</Name>
  128. </ProjectReference>
  129. <ProjectReference Include="..\..\XdCxRhDW.Framework\01.XdCxRhDW.Framework.csproj">
  130. <Project>{cd41cedf-e0b8-41cc-867b-3b57f476b450}</Project>
  131. <Name>01.XdCxRhDW.Framework</Name>
  132. </ProjectReference>
  133. <ProjectReference Include="..\..\XdCxRhDW.UI.Lib\06.XdCxRhDW.UI.Lib.csproj">
  134. <Project>{6ae410d3-7947-4ff9-a8d3-81e166995b6b}</Project>
  135. <Name>06.XdCxRhDW.UI.Lib</Name>
  136. </ProjectReference>
  137. <ProjectReference Include="..\..\XdCxRhDW.WebApi\05.XdCxRhDW.WebApi.csproj">
  138. <Project>{652C29AC-65DE-466A-A964-8F1A2E657D86}</Project>
  139. <Name>05.XdCxRhDW.WebApi</Name>
  140. </ProjectReference>
  141. </ItemGroup>
  142. <ItemGroup>
  143. <None Include="AddIns\XcorrCpu.exe">
  144. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  145. </None>
  146. </ItemGroup>
  147. <ItemGroup>
  148. <None Include="AddIns\XcorrCpu.txt" />
  149. </ItemGroup>
  150. <ItemGroup>
  151. <Content Include="AddIns\新建 文本文档.txt" />
  152. </ItemGroup>
  153. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  154. <PropertyGroup>
  155. <PostBuildEvent>del DevExpress*.xml,EntityFramework*.xml,Serilog*.xml,Newtonsoft*.xml
  156. del System*.xml,Microsoft*.xml,autofac*.xml,MySql*.xml,K4os*.xml,google*.xml
  157. del BouncyCastle*.xml,Serilog.Sinks.File.pdb
  158. del System.Text.Encodings.Web.dll
  159. del System.ValueTuple.dll
  160. del *.dll.config
  161. if not exist "AddIns" md AddIns
  162. move /Y *.dll AddIns
  163. move /Y *.pdb AddIns
  164. move AddIns\$(TargetName).pdb .
  165. rmdir logs /S/Q
  166. rmdir wwwroot /S/Q
  167. if not exist ..\..\..\..\XdCxRhDW.App\bin\Debug\Service mkdir ..\..\..\..\XdCxRhDW.App\bin\Debug\Service
  168. if not exist ..\..\..\..\XdCxRhDW.App\bin\Debug\Service\CPU参估服务 mkdir ..\..\..\..\XdCxRhDW.App\bin\Debug\Service\CPU参估服务
  169. xcopy * ..\..\..\..\XdCxRhDW.App\bin\Debug\Service\CPU参估服务 /seyd
  170. del ..\..\..\..\XdCxRhDW.App\bin\Debug\Service\CPU参估服务\*.tmp</PostBuildEvent>
  171. </PropertyGroup>
  172. </Project>