CgDbScan.csproj 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  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>{ACEA6A7F-E7CF-48AE-B871-B12997E4032E}</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="System" />
  43. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  44. <HintPath>..\..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  45. </Reference>
  46. <Reference Include="System.ComponentModel.DataAnnotations" />
  47. <Reference Include="System.Configuration" />
  48. <Reference Include="System.Core" />
  49. <Reference Include="System.Diagnostics.DiagnosticSource, Version=8.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  50. <HintPath>..\..\packages\System.Diagnostics.DiagnosticSource.8.0.1\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
  51. </Reference>
  52. <Reference Include="System.Management" />
  53. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  54. <HintPath>..\..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System.Net.Http.Formatting, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  57. <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.6.0.0\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System.Numerics" />
  60. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  61. <HintPath>..\..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  62. </Reference>
  63. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  64. <HintPath>..\..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  67. <HintPath>..\..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System.Transactions" />
  70. <Reference Include="System.Data.DataSetExtensions" />
  71. <Reference Include="Microsoft.CSharp" />
  72. <Reference Include="System.Data" />
  73. <Reference Include="System.Deployment" />
  74. <Reference Include="System.Drawing" />
  75. <Reference Include="System.Net.Http" />
  76. <Reference Include="System.Web.Http, Version=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  77. <SpecificVersion>False</SpecificVersion>
  78. <HintPath>..\..\System.Web.Http.dll</HintPath>
  79. </Reference>
  80. <Reference Include="System.Windows.Forms" />
  81. <Reference Include="System.Xml" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Compile Include="Dbsacn\Cluster.cs" />
  85. <Compile Include="Dbsacn\ClusterSet.cs" />
  86. <Compile Include="Dbsacn\Dbscan.cs" />
  87. <Compile Include="Dbsacn\DistanceFunction.cs" />
  88. <Compile Include="Dbsacn\DistanceFunctions.cs" />
  89. <Compile Include="Dbsacn\IPointData.cs" />
  90. <Compile Include="Dbsacn\ISpatialIndex.cs" />
  91. <Compile Include="Dbsacn\ListSpatialIndex.cs" />
  92. <Compile Include="Dbsacn\Point.cs" />
  93. <Compile Include="Dbsacn\PointInfo.cs" />
  94. <Compile Include="DBSCAN.cs" />
  95. <Compile Include="Program.cs" />
  96. <Compile Include="Properties\AssemblyInfo.cs" />
  97. <Compile Include="MainForm.cs">
  98. <SubType>Form</SubType>
  99. </Compile>
  100. <Compile Include="MainForm.Designer.cs">
  101. <DependentUpon>MainForm.cs</DependentUpon>
  102. </Compile>
  103. <None Include="packages.config" />
  104. <EmbeddedResource Include="Properties\Resources.resx">
  105. <Generator>ResXFileCodeGenerator</Generator>
  106. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  107. <SubType>Designer</SubType>
  108. </EmbeddedResource>
  109. <Compile Include="Properties\Resources.Designer.cs">
  110. <AutoGen>True</AutoGen>
  111. <DependentUpon>Resources.resx</DependentUpon>
  112. <DesignTime>True</DesignTime>
  113. </Compile>
  114. <EmbeddedResource Include="MainForm.resx">
  115. <DependentUpon>MainForm.cs</DependentUpon>
  116. </EmbeddedResource>
  117. <None Include="Properties\Settings.settings">
  118. <Generator>SettingsSingleFileGenerator</Generator>
  119. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  120. </None>
  121. <Compile Include="Properties\Settings.Designer.cs">
  122. <AutoGen>True</AutoGen>
  123. <DependentUpon>Settings.settings</DependentUpon>
  124. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  125. </Compile>
  126. </ItemGroup>
  127. <ItemGroup>
  128. <None Include="App.config" />
  129. </ItemGroup>
  130. <ItemGroup>
  131. <ProjectReference Include="..\..\XdCxRhDw.Dto\02.XdCxRhDW.Dto.csproj">
  132. <Project>{994f5945-4d73-40b4-a1d9-3e23a9fcd350}</Project>
  133. <Name>02.XdCxRhDW.Dto</Name>
  134. </ProjectReference>
  135. <ProjectReference Include="..\..\XdCxRhDW.Framework\01.XdCxRhDW.Framework.csproj">
  136. <Project>{cd41cedf-e0b8-41cc-867b-3b57f476b450}</Project>
  137. <Name>01.XdCxRhDW.Framework</Name>
  138. </ProjectReference>
  139. <ProjectReference Include="..\..\XdCxRhDW.UI.Lib\06.XdCxRhDW.UI.Lib.csproj">
  140. <Project>{6ae410d3-7947-4ff9-a8d3-81e166995b6b}</Project>
  141. <Name>06.XdCxRhDW.UI.Lib</Name>
  142. </ProjectReference>
  143. </ItemGroup>
  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. if not exist ..\..\..\..\XdCxRhDW.App\bin\Debug\Service mkdir ..\..\..\..\XdCxRhDW.App\bin\Debug\Service
  160. if not exist ..\..\..\..\XdCxRhDW.App\bin\Debug\Service\$(TargetName) mkdir ..\..\..\..\XdCxRhDW.App\bin\Debug\Service\$(TargetName)
  161. xcopy * ..\..\..\..\XdCxRhDW.App\bin\Debug\Service\$(TargetName) /sey
  162. del ..\..\..\..\XdCxRhDW.App\bin\Debug\Service\$(TargetName)\*.tmp
  163. </PostBuildEvent>
  164. </PropertyGroup>
  165. </Project>