X2D1NoRefTaskServer54.csproj 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  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>{9AF4DF2F-7AAE-4363-98D6-8DDDB9072EEE}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>X2D1NoRefTaskServer54</RootNamespace>
  10. <AssemblyName>两星一地数据处理服务</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>false</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\两星一地数据处理服务.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="System" />
  43. <Reference Include="System.ComponentModel.DataAnnotations" />
  44. <Reference Include="System.Configuration" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Management" />
  47. <Reference Include="System.Numerics" />
  48. <Reference Include="System.Transactions" />
  49. <Reference Include="System.Data.DataSetExtensions" />
  50. <Reference Include="Microsoft.CSharp" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Deployment" />
  53. <Reference Include="System.Drawing" />
  54. <Reference Include="System.Net.Http" />
  55. <Reference Include="System.Web.Http, Version=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>..\..\System.Web.Http.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System.Windows.Forms" />
  60. <Reference Include="System.Xml" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Compile Include="AddIns\DDC\DDCHelper.cs" />
  64. <Compile Include="Controllers\X2D1NoRefTaskProcessingController.cs" />
  65. <Compile Include="HistoryFile.cs" />
  66. <Compile Include="Program.cs" />
  67. <Compile Include="Properties\AssemblyInfo.cs" />
  68. <Compile Include="MainForm.cs">
  69. <SubType>Form</SubType>
  70. </Compile>
  71. <Compile Include="MainForm.Designer.cs">
  72. <DependentUpon>MainForm.cs</DependentUpon>
  73. </Compile>
  74. <Compile Include="Service\TaskService.cs" />
  75. <Compile Include="AddIns\时隙获取\SlotHelper.cs" />
  76. <EmbeddedResource Include="Properties\Resources.resx">
  77. <Generator>ResXFileCodeGenerator</Generator>
  78. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  79. <SubType>Designer</SubType>
  80. </EmbeddedResource>
  81. <Compile Include="Properties\Resources.Designer.cs">
  82. <AutoGen>True</AutoGen>
  83. <DependentUpon>Resources.resx</DependentUpon>
  84. <DesignTime>True</DesignTime>
  85. </Compile>
  86. <EmbeddedResource Include="MainForm.resx">
  87. <DependentUpon>MainForm.cs</DependentUpon>
  88. </EmbeddedResource>
  89. <None Include="Properties\Settings.settings">
  90. <Generator>SettingsSingleFileGenerator</Generator>
  91. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  92. </None>
  93. <Compile Include="Properties\Settings.Designer.cs">
  94. <AutoGen>True</AutoGen>
  95. <DependentUpon>Settings.settings</DependentUpon>
  96. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  97. </Compile>
  98. </ItemGroup>
  99. <ItemGroup>
  100. <None Include="App.config" />
  101. </ItemGroup>
  102. <ItemGroup>
  103. <ProjectReference Include="..\..\XdCxRhDw.Dto\02.XdCxRhDW.Dto.csproj">
  104. <Project>{994f5945-4d73-40b4-a1d9-3e23a9fcd350}</Project>
  105. <Name>02.XdCxRhDW.Dto</Name>
  106. </ProjectReference>
  107. <ProjectReference Include="..\..\XdCxRhDW.Framework\01.XdCxRhDW.Framework.csproj">
  108. <Project>{cd41cedf-e0b8-41cc-867b-3b57f476b450}</Project>
  109. <Name>01.XdCxRhDW.Framework</Name>
  110. </ProjectReference>
  111. <ProjectReference Include="..\..\XdCxRhDW.UI.Lib\06.XdCxRhDW.UI.Lib.csproj">
  112. <Project>{6ae410d3-7947-4ff9-a8d3-81e166995b6b}</Project>
  113. <Name>06.XdCxRhDW.UI.Lib</Name>
  114. </ProjectReference>
  115. <ProjectReference Include="..\..\XdCxRhDW.WebApi\05.XdCxRhDW.WebApi.csproj">
  116. <Project>{652C29AC-65DE-466A-A964-8F1A2E657D86}</Project>
  117. <Name>05.XdCxRhDW.WebApi</Name>
  118. </ProjectReference>
  119. </ItemGroup>
  120. <ItemGroup>
  121. <None Include="AddIns\时隙获取\SlotChecker.dll">
  122. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  123. </None>
  124. <None Include="AddIns\时隙获取\SlotChecker.h">
  125. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  126. </None>
  127. </ItemGroup>
  128. <ItemGroup>
  129. <None Include="AddIns\DDC\DigitaDownConverter.exe">
  130. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  131. </None>
  132. <None Include="AddIns\DDC\ippcore-9.0.dll">
  133. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  134. </None>
  135. <None Include="AddIns\DDC\ipps-9.0.dll">
  136. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  137. </None>
  138. <None Include="AddIns\DDC\ippsy8-9.0.dll">
  139. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  140. </None>
  141. <None Include="AddIns\DDC\readme.txt">
  142. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  143. </None>
  144. </ItemGroup>
  145. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  146. <PropertyGroup>
  147. <PostBuildEvent>del DevExpress*.xml,EntityFramework*.xml,Serilog*.xml,Newtonsoft*.xml
  148. del System*.xml,Microsoft*.xml,autofac*.xml,MySql*.xml,K4os*.xml,google*.xml
  149. del BouncyCastle*.xml,Serilog.Sinks.File.pdb
  150. del System.Text.Encodings.Web.dll
  151. del System.ValueTuple.dll
  152. del *.dll.config
  153. if not exist "AddIns" md AddIns
  154. move /Y *.dll AddIns
  155. move /Y *.pdb AddIns
  156. move AddIns\$(TargetName).pdb .
  157. rmdir logs /S/Q
  158. rmdir wwwroot /S/Q
  159. rmdir tmp /S/Q
  160. rmdir DdcDir /S/Q
  161. if not exist ..\..\..\..\XdCxRhDW.App\bin\Debug\Service mkdir ..\..\..\..\XdCxRhDW.App\bin\Debug\Service
  162. if not exist ..\..\..\..\XdCxRhDW.App\bin\Debug\Service\$(TargetName) mkdir ..\..\..\..\XdCxRhDW.App\bin\Debug\Service\$(TargetName)
  163. xcopy * ..\..\..\..\XdCxRhDW.App\bin\Debug\Service\$(TargetName) /sey
  164. del ..\..\..\..\XdCxRhDW.App\bin\Debug\Service\$(TargetName)\*.tmp</PostBuildEvent>
  165. </PropertyGroup>
  166. </Project>