XdCxRhDW.Core.csproj 7.2 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>{35366B51-5E44-4A48-BE7F-B7AF696950CE}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>XdCxRhDW.Core</RootNamespace>
  11. <AssemblyName>XdCxRhDW.Core</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  35. <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  36. <Private>True</Private>
  37. </Reference>
  38. <Reference Include="System" />
  39. <Reference Include="System.ComponentModel.DataAnnotations" />
  40. <Reference Include="System.Configuration" />
  41. <Reference Include="System.Core" />
  42. <Reference Include="System.Drawing" />
  43. <Reference Include="System.Xml.Linq" />
  44. <Reference Include="System.Data.DataSetExtensions" />
  45. <Reference Include="Microsoft.CSharp" />
  46. <Reference Include="System.Data" />
  47. <Reference Include="System.Net.Http" />
  48. <Reference Include="System.Xml" />
  49. </ItemGroup>
  50. <ItemGroup>
  51. <Compile Include="Api\Cpu参估\ImageResult.cs" />
  52. <Compile Include="Api\Cpu参估\CafResult.cs" />
  53. <Compile Include="Api\Cpu参估\CorResult.cs" />
  54. <Compile Include="Api\Cpu参估\DmcResult.cs" />
  55. <Compile Include="Api\EphHelper.cs" />
  56. <Compile Include="Api\GDOP误差椭圆\GDOPAPi.cs" />
  57. <Compile Include="Api\GDOP误差椭圆\GdopConfig.cs" />
  58. <Compile Include="Api\GDOP误差椭圆\GdopHelper.cs" />
  59. <Compile Include="Api\GDOP误差椭圆\MapItem.cs" />
  60. <Compile Include="Api\PosApi.cs" />
  61. <Compile Include="Api\Cpu参估\XcorrUtils.cs" />
  62. <Compile Include="Api\时差线\DrawDtoLineHelper.cs" />
  63. <Compile Include="Api\时差线\DtoLineModel.cs" />
  64. <Compile Include="Api\时差线\OutputHelper.cs" />
  65. <Compile Include="Api\频差线\DfoLineModel.cs" />
  66. <Compile Include="Api\频差线\DrawDfoLineHelper.cs" />
  67. <Compile Include="ColorRGB.cs" />
  68. <Compile Include="MD5Helper.cs" />
  69. <Compile Include="HttpHelper.cs" />
  70. <Compile Include="IpHelper.cs" />
  71. <Compile Include="ObServer\PosObServer.cs" />
  72. <Compile Include="Properties\AssemblyInfo.cs" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <None Include="Api\GDOP误差椭圆\GDOP\args.txt">
  76. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  77. </None>
  78. <None Include="Api\GDOP误差椭圆\GDOP\GDOP.h" />
  79. <None Include="Api\GDOP误差椭圆\GDOP\Tle2XYZ.dll">
  80. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  81. </None>
  82. <None Include="Api\GDOP误差椭圆\readme.txt">
  83. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  84. </None>
  85. <None Include="Api\时差线\DLL_LHDW32.dll">
  86. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  87. </None>
  88. <None Include="Api\时差线\msvcp100.dll">
  89. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  90. </None>
  91. <None Include="Api\时差线\msvcr100.dll">
  92. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  93. </None>
  94. <None Include="Api\时差线\Newtonsoft.Json.dll">
  95. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  96. </None>
  97. <None Include="Api\时差线\Positioning.dll">
  98. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  99. </None>
  100. <None Include="Api\时差线\Positioning.h">
  101. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  102. </None>
  103. <None Include="Api\时差线\XingDiSCX.exe">
  104. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  105. </None>
  106. <None Include="Api\频差线\locow.exe">
  107. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  108. </None>
  109. <None Include="Api\频差线\msvcp100.dll">
  110. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  111. </None>
  112. <None Include="Api\频差线\msvcr100.dll">
  113. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  114. </None>
  115. <None Include="Api\频差线\Positioning.dll">
  116. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  117. </None>
  118. <None Include="Api\频差线\Positioning_calc.dll">
  119. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  120. </None>
  121. <None Include="Api\频差线\Positioning_dtf.dll">
  122. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  123. </None>
  124. <None Include="packages.config" />
  125. </ItemGroup>
  126. <ItemGroup>
  127. <ProjectReference Include="..\XdCxRhDw.Dto\XdCxRhDw.Dto.csproj">
  128. <Project>{994f5945-4d73-40b4-a1d9-3e23a9fcd350}</Project>
  129. <Name>XdCxRhDw.Dto</Name>
  130. </ProjectReference>
  131. <ProjectReference Include="..\XdCxRhDW.Repostory\XdCxRhDW.Repostory.csproj">
  132. <Project>{9cb2f5d6-6d22-454e-8b47-b51ff7fa1794}</Project>
  133. <Name>XdCxRhDW.Repostory</Name>
  134. </ProjectReference>
  135. </ItemGroup>
  136. <ItemGroup>
  137. <None Include="Api\GDOP误差椭圆\GDOP\DLL_GDOP_11J.dll">
  138. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  139. </None>
  140. <None Include="Api\GDOP误差椭圆\GDOP\GDOP_Draw_11.dll">
  141. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  142. </None>
  143. </ItemGroup>
  144. <ItemGroup>
  145. <None Include="DLL_11J_DW.dll">
  146. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  147. </None>
  148. </ItemGroup>
  149. <ItemGroup>
  150. <None Include="DLL_DTO_DOA_DW.dll">
  151. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  152. </None>
  153. </ItemGroup>
  154. <ItemGroup>
  155. <None Include="DLL_SC_2X1D_DW.dll">
  156. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  157. </None>
  158. </ItemGroup>
  159. <ItemGroup>
  160. <Content Include="Api\GDOP误差椭圆\GDOP\mfc100u.dll">
  161. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  162. </Content>
  163. <Content Include="Api\GDOP误差椭圆\GDOP\msvcr100.dll">
  164. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  165. </Content>
  166. </ItemGroup>
  167. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  168. </Project>