XdCxRhDW.Api.csproj 7.4 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>{2DEB9C8D-8CB5-4029-8121-173B7E08E5B4}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>XdCxRhDW.Api</RootNamespace>
  11. <AssemblyName>XdCxRhDW.Api</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.Core" />
  40. <Reference Include="System.Drawing" />
  41. <Reference Include="System.Xml.Linq" />
  42. <Reference Include="System.Data.DataSetExtensions" />
  43. <Reference Include="Microsoft.CSharp" />
  44. <Reference Include="System.Data" />
  45. <Reference Include="System.Net.Http" />
  46. <Reference Include="System.Xml" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Compile Include="AddIns\GDOP误差椭圆\GDOPAPi.cs" />
  50. <Compile Include="AddIns\GDOP误差椭圆\GdopConfig.cs" />
  51. <Compile Include="AddIns\GDOP误差椭圆\GdopHelper.cs" />
  52. <Compile Include="AddIns\GDOP误差椭圆\MapItem.cs" />
  53. <Compile Include="AddIns\GDOP误差椭圆\TheoryDtoDfoApi.cs" />
  54. <Compile Include="AddIns\GPU参估\GpuCafResult.cs" />
  55. <Compile Include="Properties\AssemblyInfo.cs" />
  56. <Compile Include="AddIns\定位\PosApi.cs" />
  57. <Compile Include="AddIns\时差线\DrawDtoLineHelper.cs" />
  58. <Compile Include="AddIns\时差线\DtoLineModel.cs" />
  59. <Compile Include="AddIns\时差线\OutputHelper.cs" />
  60. <Compile Include="AddIns\星历推算\EphHelper.cs" />
  61. <Compile Include="AddIns\频差线\DfoLineModel.cs" />
  62. <Compile Include="AddIns\频差线\DrawDfoLineHelper.cs" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <None Include="app.config" />
  66. <None Include="packages.config" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <None Include="AddIns\GDOP误差椭圆\mfc100u.dll">
  70. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  71. </None>
  72. <None Include="AddIns\GDOP误差椭圆\msvcr100.dll">
  73. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  74. </None>
  75. <None Include="AddIns\GDOP误差椭圆\Tle2XYZ.dll">
  76. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  77. </None>
  78. <None Include="AddIns\GDOP误差椭圆\GDOP_Draw_11.dll">
  79. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  80. </None>
  81. <None Include="AddIns\GDOP误差椭圆\GDOP.h" />
  82. <None Include="AddIns\GDOP误差椭圆\DLL_GDOP_11J.dll">
  83. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  84. </None>
  85. <None Include="AddIns\GDOP误差椭圆\args.txt">
  86. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  87. </None>
  88. <None Include="AddIns\星历推算\Tle2XYZ.dll">
  89. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  90. </None>
  91. <None Include="AddIns\定位\Position-New.dll">
  92. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  93. </None>
  94. <None Include="AddIns\定位\DLL_DTO_DOA_DW.dll">
  95. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  96. </None>
  97. <None Include="AddIns\时差线\XingDiSCX.exe">
  98. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  99. </None>
  100. <None Include="AddIns\时差线\Positioning.h">
  101. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  102. </None>
  103. <None Include="AddIns\时差线\Positioning.dll">
  104. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  105. </None>
  106. <None Include="AddIns\时差线\msvcr100.dll">
  107. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  108. </None>
  109. <None Include="AddIns\时差线\msvcp100.dll">
  110. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  111. </None>
  112. <None Include="AddIns\时差线\DLL_LHDW32.dll">
  113. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  114. </None>
  115. <None Include="AddIns\频差线\Positioning_dtf.dll">
  116. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  117. </None>
  118. <None Include="AddIns\频差线\Positioning_calc.dll">
  119. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  120. </None>
  121. <None Include="AddIns\频差线\Positioning.dll">
  122. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  123. </None>
  124. <None Include="AddIns\频差线\msvcr100.dll">
  125. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  126. </None>
  127. <None Include="AddIns\频差线\msvcp100.dll">
  128. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  129. </None>
  130. <None Include="AddIns\频差线\locow.exe">
  131. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  132. </None>
  133. </ItemGroup>
  134. <ItemGroup>
  135. <ProjectReference Include="..\XdCxRhDw.Dto\02.XdCxRhDW.Dto.csproj">
  136. <Project>{994f5945-4d73-40b4-a1d9-3e23a9fcd350}</Project>
  137. <Name>02.XdCxRhDW.Dto</Name>
  138. </ProjectReference>
  139. <ProjectReference Include="..\XdCxRhDW.Entity\03.XdCxRhDW.Entity.csproj">
  140. <Project>{068c649c-81a7-4be1-a74c-d5745959d0ea}</Project>
  141. <Name>03.XdCxRhDW.Entity</Name>
  142. </ProjectReference>
  143. <ProjectReference Include="..\XdCxRhDW.Framework\01.XdCxRhDW.Framework.csproj">
  144. <Project>{cd41cedf-e0b8-41cc-867b-3b57f476b450}</Project>
  145. <Name>01.XdCxRhDW.Framework</Name>
  146. </ProjectReference>
  147. </ItemGroup>
  148. <ItemGroup>
  149. <None Include="AddIns\时差线\Newtonsoft.Json.dll">
  150. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  151. </None>
  152. </ItemGroup>
  153. <ItemGroup>
  154. <None Include="AddIns\时差线\Position-New.dll">
  155. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  156. </None>
  157. </ItemGroup>
  158. <ItemGroup>
  159. <None Include="AddIns\GDOP误差椭圆\Tle2XYZ.h" />
  160. </ItemGroup>
  161. <ItemGroup>
  162. <None Include="AddIns\GDOP误差椭圆\DLL_GDOP_Analysis0415.dll">
  163. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  164. </None>
  165. <Content Include="AddIns\频差线\Positioning.h" />
  166. </ItemGroup>
  167. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  168. </Project>