CgDbScan.csproj 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  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>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="Dbsacn\Cluster.cs" />
  64. <Compile Include="Dbsacn\ClusterSet.cs" />
  65. <Compile Include="Dbsacn\Dbscan.cs" />
  66. <Compile Include="Dbsacn\DistanceFunction.cs" />
  67. <Compile Include="Dbsacn\DistanceFunctions.cs" />
  68. <Compile Include="Dbsacn\IPointData.cs" />
  69. <Compile Include="Dbsacn\ISpatialIndex.cs" />
  70. <Compile Include="Dbsacn\ListSpatialIndex.cs" />
  71. <Compile Include="Dbsacn\Point.cs" />
  72. <Compile Include="Dbsacn\PointInfo.cs" />
  73. <Compile Include="DBSCAN.cs" />
  74. <Compile Include="Program.cs" />
  75. <Compile Include="Properties\AssemblyInfo.cs" />
  76. <Compile Include="MainForm.cs">
  77. <SubType>Form</SubType>
  78. </Compile>
  79. <Compile Include="MainForm.Designer.cs">
  80. <DependentUpon>MainForm.cs</DependentUpon>
  81. </Compile>
  82. <EmbeddedResource Include="Properties\Resources.resx">
  83. <Generator>ResXFileCodeGenerator</Generator>
  84. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  85. <SubType>Designer</SubType>
  86. </EmbeddedResource>
  87. <Compile Include="Properties\Resources.Designer.cs">
  88. <AutoGen>True</AutoGen>
  89. <DependentUpon>Resources.resx</DependentUpon>
  90. <DesignTime>True</DesignTime>
  91. </Compile>
  92. <EmbeddedResource Include="MainForm.resx">
  93. <DependentUpon>MainForm.cs</DependentUpon>
  94. </EmbeddedResource>
  95. <None Include="Properties\Settings.settings">
  96. <Generator>SettingsSingleFileGenerator</Generator>
  97. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  98. </None>
  99. <Compile Include="Properties\Settings.Designer.cs">
  100. <AutoGen>True</AutoGen>
  101. <DependentUpon>Settings.settings</DependentUpon>
  102. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  103. </Compile>
  104. </ItemGroup>
  105. <ItemGroup>
  106. <None Include="App.config" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <ProjectReference Include="..\..\XdCxRhDw.Dto\02.XdCxRhDW.Dto.csproj">
  110. <Project>{994f5945-4d73-40b4-a1d9-3e23a9fcd350}</Project>
  111. <Name>02.XdCxRhDW.Dto</Name>
  112. </ProjectReference>
  113. <ProjectReference Include="..\..\XdCxRhDW.Framework\01.XdCxRhDW.Framework.csproj">
  114. <Project>{cd41cedf-e0b8-41cc-867b-3b57f476b450}</Project>
  115. <Name>01.XdCxRhDW.Framework</Name>
  116. </ProjectReference>
  117. <ProjectReference Include="..\..\XdCxRhDW.UI.Lib\06.XdCxRhDW.UI.Lib.csproj">
  118. <Project>{6ae410d3-7947-4ff9-a8d3-81e166995b6b}</Project>
  119. <Name>06.XdCxRhDW.UI.Lib</Name>
  120. </ProjectReference>
  121. </ItemGroup>
  122. <ItemGroup />
  123. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  124. <PropertyGroup>
  125. <PostBuildEvent>del DevExpress*.xml,EntityFramework*.xml,Serilog*.xml,Newtonsoft*.xml
  126. del System*.xml,Microsoft*.xml,autofac*.xml,MySql*.xml,K4os*.xml,google*.xml
  127. del BouncyCastle*.xml,Serilog.Sinks.File.pdb
  128. del System.Text.Encodings.Web.dll
  129. del System.ValueTuple.dll
  130. del *.dll.config
  131. if not exist "AddIns" md AddIns
  132. move /Y *.dll AddIns
  133. move /Y *.pdb AddIns
  134. move AddIns\$(TargetName).pdb .
  135. rmdir logs /S/Q
  136. rmdir wwwroot /S/Q
  137. if not exist ..\..\..\..\XdCxRhDW.App\bin\Debug\Service mkdir ..\..\..\..\XdCxRhDW.App\bin\Debug\Service
  138. if not exist ..\..\..\..\XdCxRhDW.App\bin\Debug\Service\$(TargetName) mkdir ..\..\..\..\XdCxRhDW.App\bin\Debug\Service\$(TargetName)
  139. xcopy * ..\..\..\..\XdCxRhDW.App\bin\Debug\Service\$(TargetName) /sey
  140. del ..\..\..\..\XdCxRhDW.App\bin\Debug\Service\$(TargetName)\*.tmp
  141. </PostBuildEvent>
  142. </PropertyGroup>
  143. </Project>