CheckServer.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  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>{F3DE685F-37E5-41FE-B0E5-338CCF34AEF0}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>CheckServer</RootNamespace>
  10. <AssemblyName>信号检测服务</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\信号检测服务.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, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  43. <HintPath>..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Newtonsoft.Json.Bson, Version=1.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  46. <HintPath>..\..\packages\Newtonsoft.Json.Bson.1.0.2\lib\net45\Newtonsoft.Json.Bson.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  49. <HintPath>..\..\packages\Serilog.3.1.1\lib\net471\Serilog.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Serilog.Sinks.Console, Version=5.0.1.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  52. <HintPath>..\..\packages\Serilog.Sinks.Console.5.0.1\lib\net471\Serilog.Sinks.Console.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Serilog.Sinks.File, Version=5.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  55. <HintPath>..\..\packages\Serilog.Sinks.File.5.0.0\lib\net45\Serilog.Sinks.File.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System" />
  58. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  59. <HintPath>..\..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  60. </Reference>
  61. <Reference Include="System.ComponentModel.DataAnnotations" />
  62. <Reference Include="System.Configuration" />
  63. <Reference Include="System.Core" />
  64. <Reference Include="System.Diagnostics.DiagnosticSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  65. <HintPath>..\..\packages\System.Diagnostics.DiagnosticSource.8.0.0\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
  66. </Reference>
  67. <Reference Include="System.Management" />
  68. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  69. <HintPath>..\..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System.Net.Http.Formatting, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  72. <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.6.0.0\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  73. </Reference>
  74. <Reference Include="System.Numerics" />
  75. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  76. <HintPath>..\..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  77. </Reference>
  78. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  79. <HintPath>..\..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  82. <HintPath>..\..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System.Transactions" />
  85. <Reference Include="System.Data.DataSetExtensions" />
  86. <Reference Include="Microsoft.CSharp" />
  87. <Reference Include="System.Data" />
  88. <Reference Include="System.Deployment" />
  89. <Reference Include="System.Drawing" />
  90. <Reference Include="System.Net.Http" />
  91. <Reference Include="System.Web.Http, Version=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  92. <SpecificVersion>False</SpecificVersion>
  93. <HintPath>..\..\System.Web.Http.dll</HintPath>
  94. </Reference>
  95. <Reference Include="System.Windows.Forms" />
  96. <Reference Include="System.Xml" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <Compile Include="AddIns\DmcResult.cs" />
  100. <Compile Include="AddIns\CheckHelper.cs" />
  101. <Compile Include="AddIns\ReSampleHelper.cs" />
  102. <Compile Include="AddIns\SignalProcHelper.cs" />
  103. <Compile Include="Controllers\CheckController.cs" />
  104. <Compile Include="LogHelper.cs" />
  105. <Compile Include="Program.cs" />
  106. <Compile Include="Properties\AssemblyInfo.cs" />
  107. <Compile Include="MainForm.cs">
  108. <SubType>Form</SubType>
  109. </Compile>
  110. <Compile Include="MainForm.Designer.cs">
  111. <DependentUpon>MainForm.cs</DependentUpon>
  112. </Compile>
  113. <None Include="AddIns\enc-test.dat">
  114. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  115. </None>
  116. <None Include="packages.config" />
  117. <EmbeddedResource Include="Properties\Resources.resx">
  118. <Generator>ResXFileCodeGenerator</Generator>
  119. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  120. <SubType>Designer</SubType>
  121. </EmbeddedResource>
  122. <Compile Include="Properties\Resources.Designer.cs">
  123. <AutoGen>True</AutoGen>
  124. <DependentUpon>Resources.resx</DependentUpon>
  125. <DesignTime>True</DesignTime>
  126. </Compile>
  127. <EmbeddedResource Include="MainForm.resx">
  128. <DependentUpon>MainForm.cs</DependentUpon>
  129. </EmbeddedResource>
  130. <None Include="Properties\Settings.settings">
  131. <Generator>SettingsSingleFileGenerator</Generator>
  132. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  133. </None>
  134. <Compile Include="Properties\Settings.Designer.cs">
  135. <AutoGen>True</AutoGen>
  136. <DependentUpon>Settings.settings</DependentUpon>
  137. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  138. </Compile>
  139. </ItemGroup>
  140. <ItemGroup>
  141. <None Include="App.config" />
  142. </ItemGroup>
  143. <ItemGroup>
  144. <ProjectReference Include="..\..\XdCxRhDw.Dto\02.XdCxRhDW.Dto.csproj">
  145. <Project>{994f5945-4d73-40b4-a1d9-3e23a9fcd350}</Project>
  146. <Name>02.XdCxRhDW.Dto</Name>
  147. </ProjectReference>
  148. <ProjectReference Include="..\..\XdCxRhDW.Framework\01.XdCxRhDW.Framework.csproj">
  149. <Project>{cd41cedf-e0b8-41cc-867b-3b57f476b450}</Project>
  150. <Name>01.XdCxRhDW.Framework</Name>
  151. </ProjectReference>
  152. <ProjectReference Include="..\..\XdCxRhDW.WebApi\05.XdCxRhDW.WebApi.csproj">
  153. <Project>{652C29AC-65DE-466A-A964-8F1A2E657D86}</Project>
  154. <Name>05.XdCxRhDW.WebApi</Name>
  155. </ProjectReference>
  156. </ItemGroup>
  157. <ItemGroup>
  158. <None Include="AddIns\dmc.exe">
  159. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  160. </None>
  161. </ItemGroup>
  162. <ItemGroup>
  163. <None Include="AddIns\enc.exe">
  164. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  165. </None>
  166. </ItemGroup>
  167. <ItemGroup>
  168. <None Include="AddIns\enc.txt">
  169. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  170. </None>
  171. </ItemGroup>
  172. <ItemGroup>
  173. <None Include="AddIns\ReSample.exe">
  174. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  175. </None>
  176. </ItemGroup>
  177. <ItemGroup>
  178. <None Include="AddIns\ReSample.txt">
  179. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  180. </None>
  181. </ItemGroup>
  182. <ItemGroup>
  183. <None Include="AddIns\ippcore-9.0.dll">
  184. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  185. </None>
  186. </ItemGroup>
  187. <ItemGroup>
  188. <None Include="AddIns\ipps-9.0.dll">
  189. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  190. </None>
  191. </ItemGroup>
  192. <ItemGroup>
  193. <None Include="AddIns\ippsy8-9.0.dll">
  194. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  195. </None>
  196. </ItemGroup>
  197. <ItemGroup>
  198. <None Include="AddIns\readme.txt" />
  199. </ItemGroup>
  200. <ItemGroup>
  201. <None Include="AddIns\SignalProc.dll">
  202. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  203. </None>
  204. </ItemGroup>
  205. <ItemGroup>
  206. <None Include="AddIns\SignalProc.h" />
  207. </ItemGroup>
  208. <ItemGroup>
  209. <None Include="AddIns\PSignalCheck.dll">
  210. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  211. </None>
  212. <None Include="AddIns\PSignalCheck.h" />
  213. </ItemGroup>
  214. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  215. <PropertyGroup>
  216. <PostBuildEvent>del DevExpress*.xml,EntityFramework*.xml,Serilog*.xml,Newtonsoft*.xml
  217. del System*.xml,Microsoft*.xml,autofac*.xml,MySql*.xml,K4os*.xml,google*.xml
  218. del BouncyCastle*.xml
  219. if not exist "AddIns" md AddIns
  220. move /Y *.dll AddIns
  221. move /Y *.pdb AddIns
  222. move AddIns\$(TargetName).pdb .
  223. copy $(SolutionDir)Service.svg Service.svg
  224. rmdir logs /S/Q
  225. rmdir wwwroot /S/Q
  226. if not exist ..\..\..\..\XdCxRhDW.App\bin\Debug\Service mkdir ..\..\..\..\XdCxRhDW.App\bin\Debug\Service
  227. if not exist ..\..\..\..\XdCxRhDW.App\bin\Debug\Service\$(TargetName) mkdir ..\..\..\..\XdCxRhDW.App\bin\Debug\Service\$(TargetName)
  228. xcopy * ..\..\..\..\XdCxRhDW.App\bin\Debug\Service\$(TargetName) /sey
  229. del ..\..\..\..\XdCxRhDW.App\bin\Debug\Service\$(TargetName)\*.tmp
  230. </PostBuildEvent>
  231. </PropertyGroup>
  232. </Project>