XdCxRhDW.App.csproj 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
  4. <Import Project="..\packages\SQLite.3.13.0\build\net45\SQLite.props" Condition="Exists('..\packages\SQLite.3.13.0\build\net45\SQLite.props')" />
  5. <Import Project="packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
  6. <PropertyGroup>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  9. <ProductVersion>8.0.30703</ProductVersion>
  10. <SchemaVersion>2.0</SchemaVersion>
  11. <ProjectGuid>{2DB506ED-8C8C-4D14-84A7-824789E206BB}</ProjectGuid>
  12. <OutputType>WinExe</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>XdCxRhDW.App</RootNamespace>
  15. <AssemblyName>多模式融合定位平台</AssemblyName>
  16. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  17. <FileAlignment>512</FileAlignment>
  18. <NuGetPackageImportStamp>
  19. </NuGetPackageImportStamp>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <PlatformTarget>AnyCPU</PlatformTarget>
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <Prefer32Bit>false</Prefer32Bit>
  31. <DocumentationFile>
  32. </DocumentationFile>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  35. <PlatformTarget>AnyCPU</PlatformTarget>
  36. <DebugType>pdbonly</DebugType>
  37. <Optimize>true</Optimize>
  38. <OutputPath>bin\Release\</OutputPath>
  39. <DefineConstants>TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. <Prefer32Bit>false</Prefer32Bit>
  43. </PropertyGroup>
  44. <PropertyGroup>
  45. <ApplicationIcon>定位.ico</ApplicationIcon>
  46. </PropertyGroup>
  47. <ItemGroup>
  48. <Reference Include="Accessibility" />
  49. <Reference Include="Autofac, Version=8.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
  50. <HintPath>..\packages\Autofac.8.0.0\lib\netstandard2.0\Autofac.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Autofac.Integration.Owin, Version=7.1.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
  53. <HintPath>..\packages\Autofac.Owin.7.1.0\lib\net472\Autofac.Integration.Owin.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Autofac.Integration.WebApi, Version=6.1.1.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
  56. <HintPath>..\packages\Autofac.WebApi2.6.1.1\lib\net472\Autofac.Integration.WebApi.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Autofac.Integration.WebApi.Owin, Version=6.2.1.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
  59. <HintPath>..\packages\Autofac.WebApi2.Owin.6.2.1\lib\net472\Autofac.Integration.WebApi.Owin.dll</HintPath>
  60. </Reference>
  61. <Reference Include="DevExpress.BonusSkins.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  62. <Reference Include="DevExpress.Charts.v23.2.Core, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  63. <Reference Include="DevExpress.Data.Desktop.v23.2" />
  64. <Reference Include="DevExpress.Data.v23.2" />
  65. <Reference Include="DevExpress.Dialogs.v23.2.Core, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  66. <Reference Include="DevExpress.Images.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  67. <Reference Include="DevExpress.Map.v23.2.Core, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  68. <Reference Include="DevExpress.Mvvm.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  69. <Reference Include="DevExpress.Printing.v23.2.Core" />
  70. <Reference Include="DevExpress.Utils.v23.2" />
  71. <Reference Include="DevExpress.Utils.v23.2.UI, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  72. <Reference Include="DevExpress.XtraBars.v23.2" />
  73. <Reference Include="DevExpress.Sparkline.v23.2.Core" />
  74. <Reference Include="DevExpress.XtraCharts.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  75. <Reference Include="DevExpress.XtraCharts.v23.2.UI, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  76. <Reference Include="DevExpress.XtraCharts.v23.2.Wizard, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  77. <Reference Include="DevExpress.XtraDialogs.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  78. <Reference Include="DevExpress.XtraEditors.v23.2" />
  79. <Reference Include="DevExpress.Drawing.v23.2" />
  80. <Reference Include="DevExpress.XtraGrid.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  81. <Reference Include="DevExpress.XtraLayout.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  82. <Reference Include="DevExpress.XtraMap.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  83. <Reference Include="DevExpress.XtraPrinting.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  84. <Reference Include="DevExpress.XtraTreeList.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  85. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  86. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
  87. <Private>True</Private>
  88. </Reference>
  89. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  90. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  91. <Private>True</Private>
  92. </Reference>
  93. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  94. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  95. </Reference>
  96. <Reference Include="Microsoft.Owin, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  97. <HintPath>..\packages\Microsoft.Owin.4.2.2\lib\net45\Microsoft.Owin.dll</HintPath>
  98. </Reference>
  99. <Reference Include="Microsoft.Owin.Cors, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  100. <HintPath>..\packages\Microsoft.Owin.Cors.4.2.2\lib\net45\Microsoft.Owin.Cors.dll</HintPath>
  101. </Reference>
  102. <Reference Include="Microsoft.Owin.Host.HttpListener, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  103. <HintPath>..\packages\Microsoft.Owin.Host.HttpListener.4.2.2\lib\net45\Microsoft.Owin.Host.HttpListener.dll</HintPath>
  104. </Reference>
  105. <Reference Include="Microsoft.Owin.Hosting, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  106. <HintPath>..\packages\Microsoft.Owin.Hosting.4.2.2\lib\net45\Microsoft.Owin.Hosting.dll</HintPath>
  107. </Reference>
  108. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  109. <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  110. <Private>True</Private>
  111. </Reference>
  112. <Reference Include="Newtonsoft.Json.Bson, Version=1.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  113. <HintPath>..\packages\Newtonsoft.Json.Bson.1.0.2\lib\net45\Newtonsoft.Json.Bson.dll</HintPath>
  114. </Reference>
  115. <Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
  116. <HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
  117. </Reference>
  118. <Reference Include="PresentationCore" />
  119. <Reference Include="PresentationFramework" />
  120. <Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  121. <HintPath>..\packages\Serilog.3.1.1\lib\net471\Serilog.dll</HintPath>
  122. </Reference>
  123. <Reference Include="Serilog.Sinks.Async, Version=1.5.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  124. <HintPath>..\packages\Serilog.Sinks.Async.1.5.0\lib\net461\Serilog.Sinks.Async.dll</HintPath>
  125. </Reference>
  126. <Reference Include="Serilog.Sinks.Console, Version=5.0.1.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  127. <HintPath>..\packages\Serilog.Sinks.Console.5.0.1\lib\net471\Serilog.Sinks.Console.dll</HintPath>
  128. </Reference>
  129. <Reference Include="Serilog.Sinks.File, Version=5.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  130. <HintPath>..\packages\Serilog.Sinks.File.5.0.0\lib\net45\Serilog.Sinks.File.dll</HintPath>
  131. </Reference>
  132. <Reference Include="SQLite.CodeFirst, Version=1.7.0.36, Culture=neutral, PublicKeyToken=eb96ba0a78d831a7, processorArchitecture=MSIL">
  133. <HintPath>..\packages\SQLite.CodeFirst.1.7.0.36\lib\net45\SQLite.CodeFirst.dll</HintPath>
  134. </Reference>
  135. <Reference Include="Swashbuckle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cd1bb07a5ac7c7bc, processorArchitecture=MSIL">
  136. <HintPath>..\packages\Swashbuckle.Core.5.6.0\lib\net40\Swashbuckle.Core.dll</HintPath>
  137. </Reference>
  138. <Reference Include="System" />
  139. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  140. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  141. </Reference>
  142. <Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  143. <HintPath>..\packages\System.ComponentModel.Annotations.5.0.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
  144. </Reference>
  145. <Reference Include="System.ComponentModel.Composition" />
  146. <Reference Include="System.ComponentModel.DataAnnotations" />
  147. <Reference Include="System.Configuration" />
  148. <Reference Include="System.Core" />
  149. <Reference Include="System.Data.Linq" />
  150. <Reference Include="System.Data.SQLite, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  151. <HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\lib\net46\System.Data.SQLite.dll</HintPath>
  152. </Reference>
  153. <Reference Include="System.Data.SQLite.EF6, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  154. <HintPath>..\packages\System.Data.SQLite.EF6.1.0.118.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
  155. </Reference>
  156. <Reference Include="System.Data.SQLite.Linq, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  157. <HintPath>..\packages\System.Data.SQLite.Linq.1.0.118.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
  158. </Reference>
  159. <Reference Include="System.Diagnostics.DiagnosticSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  160. <HintPath>..\packages\System.Diagnostics.DiagnosticSource.8.0.0\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
  161. </Reference>
  162. <Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  163. <HintPath>..\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath>
  164. <Private>True</Private>
  165. <Private>True</Private>
  166. </Reference>
  167. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  168. <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  169. </Reference>
  170. <Reference Include="System.Net.Http, Version=4.1.1.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  171. <HintPath>..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll</HintPath>
  172. <Private>True</Private>
  173. <Private>True</Private>
  174. </Reference>
  175. <Reference Include="System.Net.Http.Formatting, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  176. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.6.0.0\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  177. </Reference>
  178. <Reference Include="System.Numerics" />
  179. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  180. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  181. </Reference>
  182. <Reference Include="System.Runtime, Version=4.1.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  183. <HintPath>..\packages\System.Runtime.4.3.1\lib\net462\System.Runtime.dll</HintPath>
  184. <Private>True</Private>
  185. <Private>True</Private>
  186. </Reference>
  187. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  188. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  189. </Reference>
  190. <Reference Include="System.Runtime.Remoting" />
  191. <Reference Include="System.Runtime.Serialization" />
  192. <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
  193. <Reference Include="System.Security" />
  194. <Reference Include="System.Security.Cryptography.Algorithms, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  195. <HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.1\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath>
  196. <Private>True</Private>
  197. <Private>True</Private>
  198. </Reference>
  199. <Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  200. <HintPath>..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
  201. <Private>True</Private>
  202. <Private>True</Private>
  203. </Reference>
  204. <Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  205. <HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
  206. <Private>True</Private>
  207. <Private>True</Private>
  208. </Reference>
  209. <Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  210. <HintPath>..\packages\System.Security.Cryptography.X509Certificates.4.3.2\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
  211. <Private>True</Private>
  212. <Private>True</Private>
  213. </Reference>
  214. <Reference Include="System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  215. <HintPath>..\packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
  216. </Reference>
  217. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  218. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  219. </Reference>
  220. <Reference Include="System.Transactions" />
  221. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  222. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
  223. </Reference>
  224. <Reference Include="System.Web" />
  225. <Reference Include="System.Web.Cors">
  226. <HintPath>..\packages\Microsoft.AspNet.Cors.5.3.0\lib\net45\System.Web.Cors.dll</HintPath>
  227. </Reference>
  228. <Reference Include="System.Web.Http, Version=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  229. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.3.0\lib\net45\System.Web.Http.dll</HintPath>
  230. </Reference>
  231. <Reference Include="System.Web.Http.Owin, Version=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  232. <HintPath>..\packages\Microsoft.AspNet.WebApi.Owin.5.3.0\lib\net45\System.Web.Http.Owin.dll</HintPath>
  233. </Reference>
  234. <Reference Include="System.Web.Http.SelfHost, Version=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  235. <HintPath>..\packages\Microsoft.AspNet.WebApi.SelfHost.5.3.0\lib\net45\System.Web.Http.SelfHost.dll</HintPath>
  236. </Reference>
  237. <Reference Include="System.Xml.Linq" />
  238. <Reference Include="System.Data.DataSetExtensions" />
  239. <Reference Include="Microsoft.CSharp" />
  240. <Reference Include="System.Data" />
  241. <Reference Include="System.Deployment" />
  242. <Reference Include="System.Drawing" />
  243. <Reference Include="System.Windows.Forms" />
  244. <Reference Include="System.Xml" />
  245. <Reference Include="UIAutomationClient" />
  246. <Reference Include="WindowsBase" />
  247. </ItemGroup>
  248. <ItemGroup>
  249. <Compile Include="Basic\BaseVm.cs" />
  250. <Compile Include="Basic\BindingData.cs" />
  251. <Compile Include="Basic\ColorHelper.cs" />
  252. <Compile Include="Basic\DebounceDispatcher.cs" />
  253. <Compile Include="Basic\IOverlayFormService.cs" />
  254. <Compile Include="Basic\PhysicsHelper.cs" />
  255. <Compile Include="CorTools\CgImageForm.cs">
  256. <SubType>Form</SubType>
  257. </Compile>
  258. <Compile Include="CorTools\CgImageForm.Designer.cs">
  259. <DependentUpon>CgImageForm.cs</DependentUpon>
  260. </Compile>
  261. <Compile Include="CorTools\DetectToolForm.cs">
  262. <SubType>Form</SubType>
  263. </Compile>
  264. <Compile Include="CorTools\DetectToolForm.designer.cs">
  265. <DependentUpon>DetectToolForm.cs</DependentUpon>
  266. </Compile>
  267. <Compile Include="CorTools\CorToolForm.cs">
  268. <SubType>Form</SubType>
  269. </Compile>
  270. <Compile Include="CorTools\CorToolForm.designer.cs">
  271. <DependentUpon>CorToolForm.cs</DependentUpon>
  272. </Compile>
  273. <Compile Include="CorTools\Test.cs">
  274. <SubType>Form</SubType>
  275. </Compile>
  276. <Compile Include="CorTools\Test.Designer.cs">
  277. <DependentUpon>Test.cs</DependentUpon>
  278. </Compile>
  279. <Compile Include="CorTools\XlCalculateForm.cs">
  280. <SubType>Form</SubType>
  281. </Compile>
  282. <Compile Include="CorTools\XlCalculateForm.Designer.cs">
  283. <DependentUpon>XlCalculateForm.cs</DependentUpon>
  284. </Compile>
  285. <Compile Include="DxHelper\EnumExtension.cs" />
  286. <Compile Include="DxHelper\MsgBoxHelper.cs" />
  287. <Compile Include="DxHelper\PopupHelper.cs" />
  288. <Compile Include="DxHelper\SvgHelper.cs" />
  289. <Compile Include="DxHelper\WaitHelper.cs" />
  290. <Compile Include="EditForms\EditorTar.cs">
  291. <SubType>Form</SubType>
  292. </Compile>
  293. <Compile Include="EditForms\EditorTar.Designer.cs">
  294. <DependentUpon>EditorTar.cs</DependentUpon>
  295. </Compile>
  296. <Compile Include="EditForms\TargetEditor.cs">
  297. <SubType>Form</SubType>
  298. </Compile>
  299. <Compile Include="EditForms\TargetEditor.Designer.cs">
  300. <DependentUpon>TargetEditor.cs</DependentUpon>
  301. </Compile>
  302. <Compile Include="EditForms\SatEditor.cs">
  303. <SubType>Form</SubType>
  304. </Compile>
  305. <Compile Include="EditForms\SatEditor.Designer.cs">
  306. <DependentUpon>SatEditor.cs</DependentUpon>
  307. </Compile>
  308. <Compile Include="EditForms\TaskEditor.cs">
  309. <SubType>Form</SubType>
  310. </Compile>
  311. <Compile Include="EditForms\TaskEditor.Designer.cs">
  312. <DependentUpon>TaskEditor.cs</DependentUpon>
  313. </Compile>
  314. <Compile Include="EditForms\X1D1DTOParamEditor.cs">
  315. <SubType>Form</SubType>
  316. </Compile>
  317. <Compile Include="EditForms\X1D1DTOParamEditor.Designer.cs">
  318. <DependentUpon>X1D1DTOParamEditor.cs</DependentUpon>
  319. </Compile>
  320. <Compile Include="EditForms\X2DTOParamEditor.cs">
  321. <SubType>Form</SubType>
  322. </Compile>
  323. <Compile Include="EditForms\X2DTOParamEditor.Designer.cs">
  324. <DependentUpon>X2DTOParamEditor.cs</DependentUpon>
  325. </Compile>
  326. <Compile Include="EditForms\X3DTOParamEditor.cs">
  327. <SubType>Form</SubType>
  328. </Compile>
  329. <Compile Include="EditForms\X3DTOParamEditor.Designer.cs">
  330. <DependentUpon>X3DTOParamEditor.cs</DependentUpon>
  331. </Compile>
  332. <Compile Include="EditForms\X2D1DTOParamEditor.cs">
  333. <SubType>Form</SubType>
  334. </Compile>
  335. <Compile Include="EditForms\X2D1DTOParamEditor.Designer.cs">
  336. <DependentUpon>X2D1DTOParamEditor.cs</DependentUpon>
  337. </Compile>
  338. <Compile Include="ExtensionsDev\RibbonExtension.cs" />
  339. <Compile Include="ExtensionsDev\TabbedViewExtension.cs" />
  340. <Compile Include="ExtensionsDev\BaseEditExtension.cs" />
  341. <Compile Include="ExtensionsDev\ChartExtension.cs" />
  342. <Compile Include="ExtensionsDev\DateEditExtension.cs" />
  343. <Compile Include="ExtensionsDev\ChooseFileExtension.cs" />
  344. <Compile Include="ExtensionsDev\GridControlEx.cs" />
  345. <Compile Include="ExtensionsDev\LayoutControlExtension.cs" />
  346. <Compile Include="ExtensionsDev\MapControlEx.cs" />
  347. <Compile Include="ExtensionsDev\MemoEditExtension.cs" />
  348. <Compile Include="ExtensionsDev\PopupControlDocker.cs">
  349. <SubType>UserControl</SubType>
  350. </Compile>
  351. <Compile Include="ExtensionsDev\PopupControlDocker.Designer.cs">
  352. <DependentUpon>PopupControlDocker.cs</DependentUpon>
  353. </Compile>
  354. <Compile Include="ExtensionsDev\SearchLookUpEditExtension.cs" />
  355. <Compile Include="Localizer\ChsLocalizer.cs" />
  356. <Compile Include="MainForm.cs">
  357. <SubType>Form</SubType>
  358. </Compile>
  359. <Compile Include="MainForm.Designer.cs">
  360. <DependentUpon>MainForm.cs</DependentUpon>
  361. </Compile>
  362. <Compile Include="Model\ModelCg.cs" />
  363. <Compile Include="Model\ModelCgXgf.cs" />
  364. <Compile Include="PopupControl\ShowCgCtrl.cs">
  365. <SubType>UserControl</SubType>
  366. </Compile>
  367. <Compile Include="PopupControl\ShowCgCtrl.Designer.cs">
  368. <DependentUpon>ShowCgCtrl.cs</DependentUpon>
  369. </Compile>
  370. <Compile Include="PopupControl\ShowCxCtrl.cs">
  371. <SubType>UserControl</SubType>
  372. </Compile>
  373. <Compile Include="PopupControl\ShowCxCtrl.Designer.cs">
  374. <DependentUpon>ShowCxCtrl.cs</DependentUpon>
  375. </Compile>
  376. <Compile Include="Program.cs" />
  377. <Compile Include="Properties\AssemblyInfo.cs" />
  378. <Compile Include="TcpServer.cs" />
  379. <Compile Include="UserControl\CtrlCgRes.cs">
  380. <SubType>UserControl</SubType>
  381. </Compile>
  382. <Compile Include="UserControl\CtrlCgRes.Designer.cs">
  383. <DependentUpon>CtrlCgRes.cs</DependentUpon>
  384. </Compile>
  385. <Compile Include="UserControl\CtrlHome.cs">
  386. <SubType>UserControl</SubType>
  387. </Compile>
  388. <Compile Include="UserControl\CtrlHome.Designer.cs">
  389. <DependentUpon>CtrlHome.cs</DependentUpon>
  390. </Compile>
  391. <Compile Include="UserControl\CtrlTarget.cs">
  392. <SubType>UserControl</SubType>
  393. </Compile>
  394. <Compile Include="UserControl\CtrlTarget.Designer.cs">
  395. <DependentUpon>CtrlTarget.cs</DependentUpon>
  396. </Compile>
  397. <Compile Include="UserControl\CtrlSat.cs">
  398. <SubType>UserControl</SubType>
  399. </Compile>
  400. <Compile Include="UserControl\CtrlSat.Designer.cs">
  401. <DependentUpon>CtrlSat.cs</DependentUpon>
  402. </Compile>
  403. <Compile Include="UserControl\CtrlSysSettings.cs">
  404. <SubType>UserControl</SubType>
  405. </Compile>
  406. <Compile Include="UserControl\CtrlSysSettings.Designer.cs">
  407. <DependentUpon>CtrlSysSettings.cs</DependentUpon>
  408. </Compile>
  409. <Compile Include="UserControl\CtrlTx.cs">
  410. <SubType>UserControl</SubType>
  411. </Compile>
  412. <Compile Include="UserControl\CtrlTx.Designer.cs">
  413. <DependentUpon>CtrlTx.cs</DependentUpon>
  414. </Compile>
  415. <Compile Include="UserControl\CtrlXl.cs">
  416. <SubType>UserControl</SubType>
  417. </Compile>
  418. <Compile Include="UserControl\CtrlXl.Designer.cs">
  419. <DependentUpon>CtrlXl.cs</DependentUpon>
  420. </Compile>
  421. <Compile Include="UserControl\X1D1GDOPParam.cs">
  422. <SubType>UserControl</SubType>
  423. </Compile>
  424. <Compile Include="UserControl\X1D1GDOPParam.Designer.cs">
  425. <DependentUpon>X1D1GDOPParam.cs</DependentUpon>
  426. </Compile>
  427. <Compile Include="UserControl\X2DFGDOPParam.cs">
  428. <SubType>UserControl</SubType>
  429. </Compile>
  430. <Compile Include="UserControl\X2DFGDOPParam.Designer.cs">
  431. <DependentUpon>X2DFGDOPParam.cs</DependentUpon>
  432. </Compile>
  433. <Compile Include="UserControl\X3DFGDOPParam .cs">
  434. <SubType>UserControl</SubType>
  435. </Compile>
  436. <Compile Include="UserControl\X3DFGDOPParam .Designer.cs">
  437. <DependentUpon>X3DFGDOPParam .cs</DependentUpon>
  438. </Compile>
  439. <Compile Include="UserControl\X3GDOPParam.cs">
  440. <SubType>UserControl</SubType>
  441. </Compile>
  442. <Compile Include="UserControl\X3GDOPParam.Designer.cs">
  443. <DependentUpon>X3GDOPParam.cs</DependentUpon>
  444. </Compile>
  445. <Compile Include="UserControl\X2D1GDOPParam.cs">
  446. <SubType>UserControl</SubType>
  447. </Compile>
  448. <Compile Include="UserControl\X2D1GDOPParam.Designer.cs">
  449. <DependentUpon>X2D1GDOPParam.cs</DependentUpon>
  450. </Compile>
  451. <EmbeddedResource Include="CorTools\CgImageForm.resx">
  452. <DependentUpon>CgImageForm.cs</DependentUpon>
  453. </EmbeddedResource>
  454. <EmbeddedResource Include="CorTools\DetectToolForm.resx">
  455. <DependentUpon>DetectToolForm.cs</DependentUpon>
  456. </EmbeddedResource>
  457. <EmbeddedResource Include="CorTools\CorToolForm.resx">
  458. <DependentUpon>CorToolForm.cs</DependentUpon>
  459. </EmbeddedResource>
  460. <EmbeddedResource Include="CorTools\Test.resx">
  461. <DependentUpon>Test.cs</DependentUpon>
  462. </EmbeddedResource>
  463. <EmbeddedResource Include="CorTools\XlCalculateForm.resx">
  464. <DependentUpon>XlCalculateForm.cs</DependentUpon>
  465. </EmbeddedResource>
  466. <EmbeddedResource Include="EditForms\EditorTar.resx">
  467. <DependentUpon>EditorTar.cs</DependentUpon>
  468. </EmbeddedResource>
  469. <EmbeddedResource Include="EditForms\TargetEditor.resx">
  470. <DependentUpon>TargetEditor.cs</DependentUpon>
  471. </EmbeddedResource>
  472. <EmbeddedResource Include="EditForms\SatEditor.resx">
  473. <DependentUpon>SatEditor.cs</DependentUpon>
  474. </EmbeddedResource>
  475. <EmbeddedResource Include="EditForms\TaskEditor.resx">
  476. <DependentUpon>TaskEditor.cs</DependentUpon>
  477. </EmbeddedResource>
  478. <EmbeddedResource Include="EditForms\X1D1DTOParamEditor.resx">
  479. <DependentUpon>X1D1DTOParamEditor.cs</DependentUpon>
  480. </EmbeddedResource>
  481. <EmbeddedResource Include="EditForms\X2DTOParamEditor.resx">
  482. <DependentUpon>X2DTOParamEditor.cs</DependentUpon>
  483. </EmbeddedResource>
  484. <EmbeddedResource Include="EditForms\X3DTOParamEditor.resx">
  485. <DependentUpon>X3DTOParamEditor.cs</DependentUpon>
  486. </EmbeddedResource>
  487. <EmbeddedResource Include="EditForms\X2D1DTOParamEditor.resx">
  488. <DependentUpon>X2D1DTOParamEditor.cs</DependentUpon>
  489. </EmbeddedResource>
  490. <EmbeddedResource Include="ExtensionsDev\PopupControlDocker.resx">
  491. <DependentUpon>PopupControlDocker.cs</DependentUpon>
  492. </EmbeddedResource>
  493. <EmbeddedResource Include="MainForm.resx">
  494. <DependentUpon>MainForm.cs</DependentUpon>
  495. <SubType>Designer</SubType>
  496. </EmbeddedResource>
  497. <None Include="data.gmdb">
  498. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  499. </None>
  500. <None Include="packages.config" />
  501. <None Include="Properties\licenses.licx" />
  502. <EmbeddedResource Include="PopupControl\ShowCgCtrl.resx">
  503. <DependentUpon>ShowCgCtrl.cs</DependentUpon>
  504. </EmbeddedResource>
  505. <EmbeddedResource Include="PopupControl\ShowCxCtrl.resx">
  506. <DependentUpon>ShowCxCtrl.cs</DependentUpon>
  507. </EmbeddedResource>
  508. <EmbeddedResource Include="Properties\Resources.resx">
  509. <Generator>ResXFileCodeGenerator</Generator>
  510. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  511. <SubType>Designer</SubType>
  512. </EmbeddedResource>
  513. <Compile Include="Properties\Resources.Designer.cs">
  514. <AutoGen>True</AutoGen>
  515. <DependentUpon>Resources.resx</DependentUpon>
  516. <DesignTime>True</DesignTime>
  517. </Compile>
  518. <EmbeddedResource Include="UserControl\CtrlCgRes.resx">
  519. <DependentUpon>CtrlCgRes.cs</DependentUpon>
  520. <SubType>Designer</SubType>
  521. </EmbeddedResource>
  522. <EmbeddedResource Include="UserControl\CtrlHome.resx">
  523. <DependentUpon>CtrlHome.cs</DependentUpon>
  524. </EmbeddedResource>
  525. <EmbeddedResource Include="UserControl\CtrlTarget.resx">
  526. <DependentUpon>CtrlTarget.cs</DependentUpon>
  527. </EmbeddedResource>
  528. <EmbeddedResource Include="UserControl\CtrlSat.resx">
  529. <DependentUpon>CtrlSat.cs</DependentUpon>
  530. </EmbeddedResource>
  531. <EmbeddedResource Include="UserControl\CtrlSysSettings.resx">
  532. <DependentUpon>CtrlSysSettings.cs</DependentUpon>
  533. </EmbeddedResource>
  534. <EmbeddedResource Include="UserControl\CtrlTx.resx">
  535. <DependentUpon>CtrlTx.cs</DependentUpon>
  536. </EmbeddedResource>
  537. <EmbeddedResource Include="UserControl\CtrlXl.resx">
  538. <DependentUpon>CtrlXl.cs</DependentUpon>
  539. </EmbeddedResource>
  540. <None Include="App.config" />
  541. <None Include="Properties\Settings.settings">
  542. <Generator>SettingsSingleFileGenerator</Generator>
  543. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  544. </None>
  545. <Compile Include="Properties\Settings.Designer.cs">
  546. <AutoGen>True</AutoGen>
  547. <DependentUpon>Settings.settings</DependentUpon>
  548. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  549. </Compile>
  550. </ItemGroup>
  551. <ItemGroup>
  552. <ProjectReference Include="..\XdCxRhDW.Core\XdCxRhDW.Core.csproj">
  553. <Project>{35366b51-5e44-4a48-be7f-b7af696950ce}</Project>
  554. <Name>XdCxRhDW.Core</Name>
  555. </ProjectReference>
  556. <ProjectReference Include="..\XdCxRhDw.Dto\XdCxRhDw.Dto.csproj">
  557. <Project>{994f5945-4d73-40b4-a1d9-3e23a9fcd350}</Project>
  558. <Name>XdCxRhDw.Dto</Name>
  559. </ProjectReference>
  560. <ProjectReference Include="..\XdCxRhDW.Repostory\XdCxRhDW.Repostory.csproj">
  561. <Project>{9cb2f5d6-6d22-454e-8b47-b51ff7fa1794}</Project>
  562. <Name>XdCxRhDW.Repostory</Name>
  563. </ProjectReference>
  564. <ProjectReference Include="..\XdCxRhDW.WebApi\XdCxRhDW.WebApi.csproj">
  565. <Project>{652c29ac-65de-466a-a964-8f1a2e657d86}</Project>
  566. <Name>XdCxRhDW.WebApi</Name>
  567. </ProjectReference>
  568. </ItemGroup>
  569. <ItemGroup>
  570. <None Include="xcorr\enc-test.dat" />
  571. <None Include="星历推算\readme.txt">
  572. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  573. </None>
  574. <None Include="星历推算\Tle2XYZ.exe">
  575. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  576. </None>
  577. <EmbeddedResource Include="UserControl\X1D1GDOPParam.resx">
  578. <DependentUpon>X1D1GDOPParam.cs</DependentUpon>
  579. </EmbeddedResource>
  580. <EmbeddedResource Include="UserControl\X2DFGDOPParam.resx">
  581. <DependentUpon>X2DFGDOPParam.cs</DependentUpon>
  582. </EmbeddedResource>
  583. <EmbeddedResource Include="UserControl\X3GDOPParam.resx">
  584. <DependentUpon>X3GDOPParam.cs</DependentUpon>
  585. </EmbeddedResource>
  586. <EmbeddedResource Include="UserControl\X2D1GDOPParam.resx">
  587. <DependentUpon>X2D1GDOPParam.cs</DependentUpon>
  588. </EmbeddedResource>
  589. <EmbeddedResource Include="UserControl\X3DFGDOPParam .resx">
  590. <DependentUpon>X3DFGDOPParam .cs</DependentUpon>
  591. </EmbeddedResource>
  592. <Content Include="Image\DfoLine.svg">
  593. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  594. </Content>
  595. <Content Include="Image\DtoLine.svg">
  596. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  597. </Content>
  598. <Content Include="Image\Edit.svg">
  599. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  600. </Content>
  601. <Content Include="Image\GDOP.svg">
  602. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  603. </Content>
  604. <Content Include="Image\Pos.svg">
  605. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  606. </Content>
  607. <Content Include="Image\To.svg">
  608. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  609. </Content>
  610. <Content Include="xcorr\dmc.exe">
  611. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  612. </Content>
  613. <Content Include="xcorr\enc.exe">
  614. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  615. </Content>
  616. <Content Include="xcorr\encreadme.txt" />
  617. <Content Include="xcorr\XcorrCpu.exe">
  618. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  619. </Content>
  620. <Content Include="定位.ico" />
  621. </ItemGroup>
  622. <ItemGroup />
  623. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  624. <Import Project="packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  625. <Import Project="packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
  626. <PropertyGroup>
  627. <PostBuildEvent>del DevExpress*.xml,EntityFramework*.xml,Serilog*.xml,Newtonsoft*.xml
  628. del System*.xml,Microsoft*.xml,autofac*.xml
  629. copy $(SolutionDir)tips.txt tips.txt
  630. copy $(SolutionDir)geo.txt geo.txt
  631. if not exist "AddIns" md AddIns
  632. move /Y *.dll AddIns
  633. move /Y *.pdb AddIns
  634. xcopy x64 AddIns\x64 /EHCIY
  635. xcopy x86 AddIns\x86 /EHCIY
  636. rmdir x86 /S/Q
  637. rmdir x64 /S/Q
  638. del *.dll.config
  639. </PostBuildEvent>
  640. </PropertyGroup>
  641. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  642. <Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
  643. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  644. <PropertyGroup>
  645. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  646. </PropertyGroup>
  647. <Error Condition="!Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
  648. </Target>
  649. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  650. Other similar extension points exist, see Microsoft.Common.targets.
  651. <Target Name="BeforeBuild">
  652. </Target>
  653. <Target Name="AfterBuild">
  654. </Target>
  655. -->
  656. </Project>