XdCxRhDW.App.csproj 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770
  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. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  7. <ProductVersion>8.0.30703</ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{2DB506ED-8C8C-4D14-84A7-824789E206BB}</ProjectGuid>
  10. <OutputType>WinExe</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>XdCxRhDW.App</RootNamespace>
  13. <AssemblyName>联合定位平台</AssemblyName>
  14. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <NuGetPackageImportStamp>
  17. </NuGetPackageImportStamp>
  18. <IsWebBootstrapper>false</IsWebBootstrapper>
  19. <PublishUrl>publish\</PublishUrl>
  20. <Install>true</Install>
  21. <InstallFrom>Disk</InstallFrom>
  22. <UpdateEnabled>false</UpdateEnabled>
  23. <UpdateMode>Foreground</UpdateMode>
  24. <UpdateInterval>7</UpdateInterval>
  25. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  26. <UpdatePeriodically>false</UpdatePeriodically>
  27. <UpdateRequired>false</UpdateRequired>
  28. <MapFileExtensions>true</MapFileExtensions>
  29. <ApplicationRevision>0</ApplicationRevision>
  30. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  31. <UseApplicationTrust>false</UseApplicationTrust>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35. <PlatformTarget>AnyCPU</PlatformTarget>
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <Prefer32Bit>false</Prefer32Bit>
  44. <DocumentationFile>bin\Debug\联合定位平台.xml</DocumentationFile>
  45. <NoWarn>CS1591;CS0612</NoWarn>
  46. </PropertyGroup>
  47. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  48. <PlatformTarget>AnyCPU</PlatformTarget>
  49. <DebugType>pdbonly</DebugType>
  50. <Optimize>true</Optimize>
  51. <OutputPath>bin\Release\</OutputPath>
  52. <DefineConstants>TRACE</DefineConstants>
  53. <ErrorReport>prompt</ErrorReport>
  54. <WarningLevel>4</WarningLevel>
  55. <Prefer32Bit>false</Prefer32Bit>
  56. </PropertyGroup>
  57. <PropertyGroup>
  58. <ApplicationIcon>定位.ico</ApplicationIcon>
  59. </PropertyGroup>
  60. <PropertyGroup>
  61. <AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
  62. </PropertyGroup>
  63. <ItemGroup>
  64. <Reference Include="Accessibility" />
  65. <Reference Include="DevExpress.BonusSkins.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  66. <Reference Include="DevExpress.Charts.v23.2.Core, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  67. <Reference Include="DevExpress.Data.Desktop.v23.2" />
  68. <Reference Include="DevExpress.Data.v23.2" />
  69. <Reference Include="DevExpress.Dialogs.v23.2.Core, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  70. <Reference Include="DevExpress.Images.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  71. <Reference Include="DevExpress.Map.v23.2.Core, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  72. <Reference Include="DevExpress.Mvvm.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  73. <Reference Include="DevExpress.Printing.v23.2.Core" />
  74. <Reference Include="DevExpress.Utils.v23.2" />
  75. <Reference Include="DevExpress.Utils.v23.2.UI, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  76. <Reference Include="DevExpress.XtraBars.v23.2" />
  77. <Reference Include="DevExpress.Sparkline.v23.2.Core" />
  78. <Reference Include="DevExpress.XtraCharts.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  79. <Reference Include="DevExpress.XtraCharts.v23.2.UI, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  80. <Reference Include="DevExpress.XtraCharts.v23.2.Wizard, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  81. <Reference Include="DevExpress.XtraDialogs.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  82. <Reference Include="DevExpress.XtraEditors.v23.2" />
  83. <Reference Include="DevExpress.Drawing.v23.2" />
  84. <Reference Include="DevExpress.XtraGrid.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  85. <Reference Include="DevExpress.XtraLayout.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  86. <Reference Include="DevExpress.XtraMap.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  87. <Reference Include="DevExpress.XtraPrinting.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  88. <Reference Include="DevExpress.XtraScheduler.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  89. <Reference Include="DevExpress.XtraScheduler.v23.2.Core, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  90. <Reference Include="DevExpress.XtraScheduler.v23.2.Core.Desktop, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  91. <Reference Include="DevExpress.XtraTreeList.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  92. <Reference Include="EntityFramework">
  93. <HintPath>..\EntityFramework.dll</HintPath>
  94. </Reference>
  95. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  96. <SpecificVersion>False</SpecificVersion>
  97. <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  98. </Reference>
  99. <Reference Include="PresentationCore" />
  100. <Reference Include="PresentationFramework" />
  101. <Reference Include="System" />
  102. <Reference Include="System.ComponentModel" />
  103. <Reference Include="System.ComponentModel.DataAnnotations" />
  104. <Reference Include="System.Configuration" />
  105. <Reference Include="System.Core" />
  106. <Reference Include="System.Data.Linq" />
  107. <Reference Include="System.Data.SQLite">
  108. <HintPath>..\System.Data.SQLite.dll</HintPath>
  109. </Reference>
  110. <Reference Include="System.Deployment" />
  111. <Reference Include="System.Management" />
  112. <Reference Include="Microsoft.CSharp" />
  113. <Reference Include="System.Data" />
  114. <Reference Include="System.Drawing" />
  115. <Reference Include="System.Net.Http">
  116. <Private>True</Private>
  117. </Reference>
  118. <Reference Include="System.Numerics" />
  119. <Reference Include="System.Runtime.Remoting" />
  120. <Reference Include="System.Runtime.Serialization" />
  121. <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
  122. <Reference Include="System.Security" />
  123. <Reference Include="System.Transactions" />
  124. <Reference Include="System.Web.Extensions" />
  125. <Reference Include="System.Web.Http">
  126. <HintPath>..\System.Web.Http.dll</HintPath>
  127. </Reference>
  128. <Reference Include="System.Windows.Forms" />
  129. <Reference Include="System.Xml" />
  130. <Reference Include="System.Xml.Linq" />
  131. <Reference Include="UIAutomationClient" />
  132. <Reference Include="WindowsBase" />
  133. </ItemGroup>
  134. <ItemGroup>
  135. <Compile Include="Basic\BaseVm.cs" />
  136. <Compile Include="Basic\BindingData.cs" />
  137. <Compile Include="Basic\IOverlayFormService.cs" />
  138. <Compile Include="Controllers\EllipseController.cs" />
  139. <Compile Include="Controllers\DetectCgController.cs" />
  140. <Compile Include="Controllers\LogController.cs" />
  141. <Compile Include="Controllers\ResultController.cs" />
  142. <Compile Include="Controllers\PosController.cs" />
  143. <Compile Include="Controllers\SvrReportController.cs" />
  144. <Compile Include="Controllers\TxController.cs" />
  145. <Compile Include="Controllers\TaskController.cs" />
  146. <Compile Include="Controllers\XlController.cs" />
  147. <Compile Include="CorTools\GpuCalcForm.cs">
  148. <SubType>Form</SubType>
  149. </Compile>
  150. <Compile Include="CorTools\GpuCalcForm.designer.cs">
  151. <DependentUpon>GpuCalcForm.cs</DependentUpon>
  152. </Compile>
  153. <Compile Include="CorTools\DetectToolForm.cs">
  154. <SubType>Form</SubType>
  155. </Compile>
  156. <Compile Include="CorTools\DetectToolForm.designer.cs">
  157. <DependentUpon>DetectToolForm.cs</DependentUpon>
  158. </Compile>
  159. <Compile Include="CorTools\CgImageForm.cs">
  160. <SubType>Form</SubType>
  161. </Compile>
  162. <Compile Include="CorTools\CgImageForm.Designer.cs">
  163. <DependentUpon>CgImageForm.cs</DependentUpon>
  164. </Compile>
  165. <Compile Include="CorTools\ResampleForm.cs">
  166. <SubType>Form</SubType>
  167. </Compile>
  168. <Compile Include="CorTools\ResampleForm.Designer.cs">
  169. <DependentUpon>ResampleForm.cs</DependentUpon>
  170. </Compile>
  171. <Compile Include="CorTools\XlCalculateForm.cs">
  172. <SubType>Form</SubType>
  173. </Compile>
  174. <Compile Include="CorTools\XlCalculateForm.Designer.cs">
  175. <DependentUpon>XlCalculateForm.cs</DependentUpon>
  176. </Compile>
  177. <Compile Include="DxHelper\MsgBoxHelper.cs" />
  178. <Compile Include="DxHelper\PopupHelper.cs" />
  179. <Compile Include="DxHelper\SvgHelper.cs" />
  180. <Compile Include="DxHelper\WaitHelper.cs" />
  181. <Compile Include="EditForms\CDBSatEditor.cs">
  182. <SubType>Form</SubType>
  183. </Compile>
  184. <Compile Include="EditForms\CDBSatEditor.Designer.cs">
  185. <DependentUpon>CDBSatEditor.cs</DependentUpon>
  186. </Compile>
  187. <Compile Include="EditForms\TarDfoLeoX1Calc.cs">
  188. <SubType>Form</SubType>
  189. </Compile>
  190. <Compile Include="EditForms\TarDfoLeoX1Calc.Designer.cs">
  191. <DependentUpon>TarDfoLeoX1Calc.cs</DependentUpon>
  192. </Compile>
  193. <Compile Include="EditForms\TarDfoLeoX2Calc.cs">
  194. <SubType>Form</SubType>
  195. </Compile>
  196. <Compile Include="EditForms\TarDfoLeoX2Calc.Designer.cs">
  197. <DependentUpon>TarDfoLeoX2Calc.cs</DependentUpon>
  198. </Compile>
  199. <Compile Include="EditForms\TarDtoDfoCalc.cs">
  200. <SubType>Form</SubType>
  201. </Compile>
  202. <Compile Include="EditForms\TarDtoDfoCalc.Designer.cs">
  203. <DependentUpon>TarDtoDfoCalc.cs</DependentUpon>
  204. </Compile>
  205. <Compile Include="EditForms\SignalEmulation.cs">
  206. <SubType>Form</SubType>
  207. </Compile>
  208. <Compile Include="EditForms\SignalEmulation.Designer.cs">
  209. <DependentUpon>SignalEmulation.cs</DependentUpon>
  210. </Compile>
  211. <Compile Include="EditForms\PosTimeEditor.cs">
  212. <SubType>Form</SubType>
  213. </Compile>
  214. <Compile Include="EditForms\PosTimeEditor.Designer.cs">
  215. <DependentUpon>PosTimeEditor.cs</DependentUpon>
  216. </Compile>
  217. <Compile Include="EditForms\RHDTOParamEditor.cs">
  218. <SubType>UserControl</SubType>
  219. </Compile>
  220. <Compile Include="EditForms\RHDTOParamEditor.Designer.cs">
  221. <DependentUpon>RHDTOParamEditor.cs</DependentUpon>
  222. </Compile>
  223. <Compile Include="EditForms\SigDelayEditor.cs">
  224. <SubType>Form</SubType>
  225. </Compile>
  226. <Compile Include="EditForms\SigDelayEditor.Designer.cs">
  227. <DependentUpon>SigDelayEditor.cs</DependentUpon>
  228. </Compile>
  229. <Compile Include="EditForms\SigEditor.cs">
  230. <SubType>Form</SubType>
  231. </Compile>
  232. <Compile Include="EditForms\SigEditor.Designer.cs">
  233. <DependentUpon>SigEditor.cs</DependentUpon>
  234. </Compile>
  235. <Compile Include="EditForms\TaskEditorSignal.cs">
  236. <SubType>Form</SubType>
  237. </Compile>
  238. <Compile Include="EditForms\TaskEditorSignal.Designer.cs">
  239. <DependentUpon>TaskEditorSignal.cs</DependentUpon>
  240. </Compile>
  241. <Compile Include="EditForms\TaskHistoryTimeEditor.cs">
  242. <SubType>Form</SubType>
  243. </Compile>
  244. <Compile Include="EditForms\TaskHistoryTimeEditor.Designer.cs">
  245. <DependentUpon>TaskHistoryTimeEditor.cs</DependentUpon>
  246. </Compile>
  247. <Compile Include="EditForms\EditorTar.cs">
  248. <SubType>Form</SubType>
  249. </Compile>
  250. <Compile Include="EditForms\EditorTar.Designer.cs">
  251. <DependentUpon>EditorTar.cs</DependentUpon>
  252. </Compile>
  253. <Compile Include="EditForms\TargetEditor.cs">
  254. <SubType>Form</SubType>
  255. </Compile>
  256. <Compile Include="EditForms\TargetEditor.Designer.cs">
  257. <DependentUpon>TargetEditor.cs</DependentUpon>
  258. </Compile>
  259. <Compile Include="EditForms\SatEditor.cs">
  260. <SubType>Form</SubType>
  261. </Compile>
  262. <Compile Include="EditForms\SatEditor.Designer.cs">
  263. <DependentUpon>SatEditor.cs</DependentUpon>
  264. </Compile>
  265. <Compile Include="EditForms\TaskEditor.cs">
  266. <SubType>Form</SubType>
  267. </Compile>
  268. <Compile Include="EditForms\TaskEditor.Designer.cs">
  269. <DependentUpon>TaskEditor.cs</DependentUpon>
  270. </Compile>
  271. <Compile Include="EditForms\X3EllipesEditor.cs">
  272. <SubType>UserControl</SubType>
  273. </Compile>
  274. <Compile Include="EditForms\X3EllipesEditor.Designer.cs">
  275. <DependentUpon>X3EllipesEditor.cs</DependentUpon>
  276. </Compile>
  277. <Compile Include="EditForms\X2D1EllipesEditor.cs">
  278. <SubType>UserControl</SubType>
  279. </Compile>
  280. <Compile Include="EditForms\X2D1EllipesEditor.Designer.cs">
  281. <DependentUpon>X2D1EllipesEditor.cs</DependentUpon>
  282. </Compile>
  283. <Compile Include="EditForms\X2DTOParamEditor.cs">
  284. <SubType>UserControl</SubType>
  285. </Compile>
  286. <Compile Include="EditForms\X2DTOParamEditor.Designer.cs">
  287. <DependentUpon>X2DTOParamEditor.cs</DependentUpon>
  288. </Compile>
  289. <Compile Include="EditForms\LeoX1ParamEditor.cs">
  290. <SubType>UserControl</SubType>
  291. </Compile>
  292. <Compile Include="EditForms\LeoX1ParamEditor.Designer.cs">
  293. <DependentUpon>LeoX1ParamEditor.cs</DependentUpon>
  294. </Compile>
  295. <Compile Include="EditForms\X3DfoParamEditor.cs">
  296. <SubType>UserControl</SubType>
  297. </Compile>
  298. <Compile Include="EditForms\X3DfoParamEditor.Designer.cs">
  299. <DependentUpon>X3DfoParamEditor.cs</DependentUpon>
  300. </Compile>
  301. <Compile Include="EditForms\X3DTOParamEditor.cs">
  302. <SubType>UserControl</SubType>
  303. </Compile>
  304. <Compile Include="EditForms\X3DTOParamEditor.Designer.cs">
  305. <DependentUpon>X3DTOParamEditor.cs</DependentUpon>
  306. </Compile>
  307. <Compile Include="EditForms\X2D1DTOParamEditor.cs">
  308. <SubType>UserControl</SubType>
  309. </Compile>
  310. <Compile Include="EditForms\X2D1DTOParamEditor.Designer.cs">
  311. <DependentUpon>X2D1DTOParamEditor.cs</DependentUpon>
  312. </Compile>
  313. <Compile Include="ExtensionsDev\RibbonExtension.cs" />
  314. <Compile Include="ExtensionsDev\TabbedViewExtension.cs" />
  315. <Compile Include="ExtensionsDev\BaseEditExtension.cs" />
  316. <Compile Include="ExtensionsDev\ChartExtension.cs" />
  317. <Compile Include="ExtensionsDev\DateEditExtension.cs" />
  318. <Compile Include="ExtensionsDev\ChooseFileExtension.cs" />
  319. <Compile Include="ExtensionsDev\GridControlEx.cs" />
  320. <Compile Include="ExtensionsDev\LayoutControlExtension.cs" />
  321. <Compile Include="ExtensionsDev\MapControlEx.cs" />
  322. <Compile Include="ExtensionsDev\MemoEditExtension.cs" />
  323. <Compile Include="ExtensionsDev\PopupControlDocker.cs">
  324. <SubType>UserControl</SubType>
  325. </Compile>
  326. <Compile Include="ExtensionsDev\PopupControlDocker.Designer.cs">
  327. <DependentUpon>PopupControlDocker.cs</DependentUpon>
  328. </Compile>
  329. <Compile Include="ExtensionsDev\SearchLookUpEditExtension.cs" />
  330. <Compile Include="Localizer\ChsLocalizer.cs" />
  331. <Compile Include="LogHelper.cs" />
  332. <Compile Include="MainForm.cs">
  333. <SubType>Form</SubType>
  334. </Compile>
  335. <Compile Include="MainForm.Designer.cs">
  336. <DependentUpon>MainForm.cs</DependentUpon>
  337. </Compile>
  338. <Compile Include="Model\LogInfo.cs" />
  339. <Compile Include="Model\ModelPosRes.cs" />
  340. <Compile Include="Model\ModelSatEphRes.cs" />
  341. <Compile Include="Model\ModelSvrs.cs" />
  342. <Compile Include="Model\ModelCg.cs" />
  343. <Compile Include="Model\ModelCgXgf.cs" />
  344. <Compile Include="Model\RePosRes.cs" />
  345. <Compile Include="PopupControl\ShowCgCtrl.cs">
  346. <SubType>UserControl</SubType>
  347. </Compile>
  348. <Compile Include="PopupControl\ShowCgCtrl.Designer.cs">
  349. <DependentUpon>ShowCgCtrl.cs</DependentUpon>
  350. </Compile>
  351. <Compile Include="PopupControl\ShowCheckCtrl.cs">
  352. <SubType>UserControl</SubType>
  353. </Compile>
  354. <Compile Include="PopupControl\ShowCheckCtrl.Designer.cs">
  355. <DependentUpon>ShowCheckCtrl.cs</DependentUpon>
  356. </Compile>
  357. <Compile Include="PopupControl\ShowCxCtrl.cs">
  358. <SubType>UserControl</SubType>
  359. </Compile>
  360. <Compile Include="PopupControl\ShowCxCtrl.Designer.cs">
  361. <DependentUpon>ShowCxCtrl.cs</DependentUpon>
  362. </Compile>
  363. <Compile Include="Program.cs" />
  364. <Compile Include="Properties\AssemblyInfo.cs" />
  365. <Compile Include="ServerContext.cs" />
  366. <Compile Include="Service\FileWriterService.cs" />
  367. <Compile Include="UserControl\CtrlRefCgRes.cs">
  368. <SubType>UserControl</SubType>
  369. </Compile>
  370. <Compile Include="UserControl\CtrlRefCgRes.Designer.cs">
  371. <DependentUpon>CtrlRefCgRes.cs</DependentUpon>
  372. </Compile>
  373. <Compile Include="UserControl\CtrlCgRes.cs">
  374. <SubType>UserControl</SubType>
  375. </Compile>
  376. <Compile Include="UserControl\CtrlCgRes.Designer.cs">
  377. <DependentUpon>CtrlCgRes.cs</DependentUpon>
  378. </Compile>
  379. <Compile Include="UserControl\CtrlHome.cs">
  380. <SubType>UserControl</SubType>
  381. </Compile>
  382. <Compile Include="UserControl\CtrlHome.Designer.cs">
  383. <DependentUpon>CtrlHome.cs</DependentUpon>
  384. </Compile>
  385. <Compile Include="UserControl\CtrlCDBSat.cs">
  386. <SubType>UserControl</SubType>
  387. </Compile>
  388. <Compile Include="UserControl\CtrlCDBSat.Designer.cs">
  389. <DependentUpon>CtrlCDBSat.cs</DependentUpon>
  390. </Compile>
  391. <Compile Include="UserControl\CtrlSignal.cs">
  392. <SubType>UserControl</SubType>
  393. </Compile>
  394. <Compile Include="UserControl\CtrlSignal.Designer.cs">
  395. <DependentUpon>CtrlSignal.cs</DependentUpon>
  396. </Compile>
  397. <Compile Include="UserControl\CtrlSvrLog.cs">
  398. <SubType>UserControl</SubType>
  399. </Compile>
  400. <Compile Include="UserControl\CtrlSvrLog.Designer.cs">
  401. <DependentUpon>CtrlSvrLog.cs</DependentUpon>
  402. </Compile>
  403. <Compile Include="UserControl\CtrlSvrs.cs">
  404. <SubType>UserControl</SubType>
  405. </Compile>
  406. <Compile Include="UserControl\CtrlSvrs.Designer.cs">
  407. <DependentUpon>CtrlSvrs.cs</DependentUpon>
  408. </Compile>
  409. <Compile Include="UserControl\CtrlTarget.cs">
  410. <SubType>UserControl</SubType>
  411. </Compile>
  412. <Compile Include="UserControl\CtrlTarget.Designer.cs">
  413. <DependentUpon>CtrlTarget.cs</DependentUpon>
  414. </Compile>
  415. <Compile Include="UserControl\CtrlSat.cs">
  416. <SubType>UserControl</SubType>
  417. </Compile>
  418. <Compile Include="UserControl\CtrlSat.Designer.cs">
  419. <DependentUpon>CtrlSat.cs</DependentUpon>
  420. </Compile>
  421. <Compile Include="UserControl\CtrlSysSettings.cs">
  422. <SubType>UserControl</SubType>
  423. </Compile>
  424. <Compile Include="UserControl\CtrlSysSettings.Designer.cs">
  425. <DependentUpon>CtrlSysSettings.cs</DependentUpon>
  426. </Compile>
  427. <Compile Include="UserControl\CtrlTx.cs">
  428. <SubType>UserControl</SubType>
  429. </Compile>
  430. <Compile Include="UserControl\CtrlTx.Designer.cs">
  431. <DependentUpon>CtrlTx.cs</DependentUpon>
  432. </Compile>
  433. <Compile Include="UserControl\CtrlXl.cs">
  434. <SubType>UserControl</SubType>
  435. </Compile>
  436. <Compile Include="UserControl\CtrlXl.Designer.cs">
  437. <DependentUpon>CtrlXl.cs</DependentUpon>
  438. </Compile>
  439. <Compile Include="UserControl\UCEphXYZ.cs">
  440. <SubType>UserControl</SubType>
  441. </Compile>
  442. <Compile Include="UserControl\UCEphXYZ.Designer.cs">
  443. <DependentUpon>UCEphXYZ.cs</DependentUpon>
  444. </Compile>
  445. <Compile Include="UserControl\UCEphXYZParam.cs">
  446. <SubType>UserControl</SubType>
  447. </Compile>
  448. <Compile Include="UserControl\UCEphXYZParam.Designer.cs">
  449. <DependentUpon>UCEphXYZParam.cs</DependentUpon>
  450. </Compile>
  451. <Compile Include="UserControl\X1D1GDOPParam.cs">
  452. <SubType>UserControl</SubType>
  453. </Compile>
  454. <Compile Include="UserControl\X1D1GDOPParam.Designer.cs">
  455. <DependentUpon>X1D1GDOPParam.cs</DependentUpon>
  456. </Compile>
  457. <Compile Include="UserControl\X2DFGDOPParam.cs">
  458. <SubType>UserControl</SubType>
  459. </Compile>
  460. <Compile Include="UserControl\X2DFGDOPParam.Designer.cs">
  461. <DependentUpon>X2DFGDOPParam.cs</DependentUpon>
  462. </Compile>
  463. <Compile Include="UserControl\LeoX1GDOPParam.cs">
  464. <SubType>UserControl</SubType>
  465. </Compile>
  466. <Compile Include="UserControl\LeoX1GDOPParam.Designer.cs">
  467. <DependentUpon>LeoX1GDOPParam.cs</DependentUpon>
  468. </Compile>
  469. <Compile Include="UserControl\X3DFGDOPParam .cs">
  470. <SubType>UserControl</SubType>
  471. </Compile>
  472. <Compile Include="UserControl\X3DFGDOPParam .Designer.cs">
  473. <DependentUpon>X3DFGDOPParam .cs</DependentUpon>
  474. </Compile>
  475. <Compile Include="UserControl\X3GDOPParam.cs">
  476. <SubType>UserControl</SubType>
  477. </Compile>
  478. <Compile Include="UserControl\X3GDOPParam.Designer.cs">
  479. <DependentUpon>X3GDOPParam.cs</DependentUpon>
  480. </Compile>
  481. <Compile Include="UserControl\X2D1GDOPParam.cs">
  482. <SubType>UserControl</SubType>
  483. </Compile>
  484. <Compile Include="UserControl\X2D1GDOPParam.Designer.cs">
  485. <DependentUpon>X2D1GDOPParam.cs</DependentUpon>
  486. </Compile>
  487. <EmbeddedResource Include="CorTools\GpuCalcForm.resx">
  488. <DependentUpon>GpuCalcForm.cs</DependentUpon>
  489. </EmbeddedResource>
  490. <EmbeddedResource Include="CorTools\DetectToolForm.resx">
  491. <DependentUpon>DetectToolForm.cs</DependentUpon>
  492. </EmbeddedResource>
  493. <EmbeddedResource Include="CorTools\CgImageForm.resx">
  494. <DependentUpon>CgImageForm.cs</DependentUpon>
  495. </EmbeddedResource>
  496. <EmbeddedResource Include="CorTools\ResampleForm.resx">
  497. <DependentUpon>ResampleForm.cs</DependentUpon>
  498. </EmbeddedResource>
  499. <EmbeddedResource Include="CorTools\XlCalculateForm.resx">
  500. <DependentUpon>XlCalculateForm.cs</DependentUpon>
  501. </EmbeddedResource>
  502. <EmbeddedResource Include="EditForms\CDBSatEditor.resx">
  503. <DependentUpon>CDBSatEditor.cs</DependentUpon>
  504. </EmbeddedResource>
  505. <EmbeddedResource Include="EditForms\TarDfoLeoX1Calc.resx">
  506. <DependentUpon>TarDfoLeoX1Calc.cs</DependentUpon>
  507. </EmbeddedResource>
  508. <EmbeddedResource Include="EditForms\TarDfoLeoX2Calc.resx">
  509. <DependentUpon>TarDfoLeoX2Calc.cs</DependentUpon>
  510. </EmbeddedResource>
  511. <EmbeddedResource Include="EditForms\TarDtoDfoCalc.resx">
  512. <DependentUpon>TarDtoDfoCalc.cs</DependentUpon>
  513. </EmbeddedResource>
  514. <EmbeddedResource Include="EditForms\SignalEmulation.resx">
  515. <DependentUpon>SignalEmulation.cs</DependentUpon>
  516. </EmbeddedResource>
  517. <EmbeddedResource Include="EditForms\PosTimeEditor.resx">
  518. <DependentUpon>PosTimeEditor.cs</DependentUpon>
  519. </EmbeddedResource>
  520. <EmbeddedResource Include="EditForms\RHDTOParamEditor.resx">
  521. <DependentUpon>RHDTOParamEditor.cs</DependentUpon>
  522. </EmbeddedResource>
  523. <EmbeddedResource Include="EditForms\SigDelayEditor.resx">
  524. <DependentUpon>SigDelayEditor.cs</DependentUpon>
  525. </EmbeddedResource>
  526. <EmbeddedResource Include="EditForms\SigEditor.resx">
  527. <DependentUpon>SigEditor.cs</DependentUpon>
  528. </EmbeddedResource>
  529. <EmbeddedResource Include="EditForms\TaskEditorSignal.resx">
  530. <DependentUpon>TaskEditorSignal.cs</DependentUpon>
  531. </EmbeddedResource>
  532. <EmbeddedResource Include="EditForms\TaskHistoryTimeEditor.resx">
  533. <DependentUpon>TaskHistoryTimeEditor.cs</DependentUpon>
  534. </EmbeddedResource>
  535. <EmbeddedResource Include="EditForms\EditorTar.resx">
  536. <DependentUpon>EditorTar.cs</DependentUpon>
  537. </EmbeddedResource>
  538. <EmbeddedResource Include="EditForms\TargetEditor.resx">
  539. <DependentUpon>TargetEditor.cs</DependentUpon>
  540. </EmbeddedResource>
  541. <EmbeddedResource Include="EditForms\SatEditor.resx">
  542. <DependentUpon>SatEditor.cs</DependentUpon>
  543. </EmbeddedResource>
  544. <EmbeddedResource Include="EditForms\TaskEditor.resx">
  545. <DependentUpon>TaskEditor.cs</DependentUpon>
  546. </EmbeddedResource>
  547. <EmbeddedResource Include="EditForms\X3EllipesEditor.resx">
  548. <DependentUpon>X3EllipesEditor.cs</DependentUpon>
  549. </EmbeddedResource>
  550. <EmbeddedResource Include="EditForms\X2D1EllipesEditor.resx">
  551. <DependentUpon>X2D1EllipesEditor.cs</DependentUpon>
  552. </EmbeddedResource>
  553. <EmbeddedResource Include="EditForms\X2DTOParamEditor.resx">
  554. <DependentUpon>X2DTOParamEditor.cs</DependentUpon>
  555. </EmbeddedResource>
  556. <EmbeddedResource Include="EditForms\LeoX1ParamEditor.resx">
  557. <DependentUpon>LeoX1ParamEditor.cs</DependentUpon>
  558. </EmbeddedResource>
  559. <EmbeddedResource Include="EditForms\X3DfoParamEditor.resx">
  560. <DependentUpon>X3DfoParamEditor.cs</DependentUpon>
  561. </EmbeddedResource>
  562. <EmbeddedResource Include="EditForms\X3DTOParamEditor.resx">
  563. <DependentUpon>X3DTOParamEditor.cs</DependentUpon>
  564. </EmbeddedResource>
  565. <EmbeddedResource Include="EditForms\X2D1DTOParamEditor.resx">
  566. <DependentUpon>X2D1DTOParamEditor.cs</DependentUpon>
  567. </EmbeddedResource>
  568. <EmbeddedResource Include="ExtensionsDev\PopupControlDocker.resx">
  569. <DependentUpon>PopupControlDocker.cs</DependentUpon>
  570. </EmbeddedResource>
  571. <EmbeddedResource Include="MainForm.resx">
  572. <DependentUpon>MainForm.cs</DependentUpon>
  573. <SubType>Designer</SubType>
  574. </EmbeddedResource>
  575. <None Include="data.gmdb">
  576. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  577. </None>
  578. <EmbeddedResource Include="PopupControl\ShowCgCtrl.resx">
  579. <DependentUpon>ShowCgCtrl.cs</DependentUpon>
  580. </EmbeddedResource>
  581. <EmbeddedResource Include="PopupControl\ShowCheckCtrl.resx">
  582. <DependentUpon>ShowCheckCtrl.cs</DependentUpon>
  583. </EmbeddedResource>
  584. <EmbeddedResource Include="PopupControl\ShowCxCtrl.resx">
  585. <DependentUpon>ShowCxCtrl.cs</DependentUpon>
  586. </EmbeddedResource>
  587. <EmbeddedResource Include="Properties\licenses.licx" />
  588. <EmbeddedResource Include="Properties\Resources.resx">
  589. <Generator>ResXFileCodeGenerator</Generator>
  590. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  591. <SubType>Designer</SubType>
  592. </EmbeddedResource>
  593. <Compile Include="Properties\Resources.Designer.cs">
  594. <AutoGen>True</AutoGen>
  595. <DependentUpon>Resources.resx</DependentUpon>
  596. <DesignTime>True</DesignTime>
  597. </Compile>
  598. <EmbeddedResource Include="UserControl\CtrlRefCgRes.resx">
  599. <DependentUpon>CtrlRefCgRes.cs</DependentUpon>
  600. <SubType>Designer</SubType>
  601. </EmbeddedResource>
  602. <EmbeddedResource Include="UserControl\CtrlCgRes.resx">
  603. <DependentUpon>CtrlCgRes.cs</DependentUpon>
  604. <SubType>Designer</SubType>
  605. </EmbeddedResource>
  606. <EmbeddedResource Include="UserControl\CtrlHome.resx">
  607. <DependentUpon>CtrlHome.cs</DependentUpon>
  608. </EmbeddedResource>
  609. <EmbeddedResource Include="UserControl\CtrlCDBSat.resx">
  610. <DependentUpon>CtrlCDBSat.cs</DependentUpon>
  611. </EmbeddedResource>
  612. <EmbeddedResource Include="UserControl\CtrlSignal.resx">
  613. <DependentUpon>CtrlSignal.cs</DependentUpon>
  614. </EmbeddedResource>
  615. <EmbeddedResource Include="UserControl\CtrlSvrLog.resx">
  616. <DependentUpon>CtrlSvrLog.cs</DependentUpon>
  617. </EmbeddedResource>
  618. <EmbeddedResource Include="UserControl\CtrlSvrs.resx">
  619. <DependentUpon>CtrlSvrs.cs</DependentUpon>
  620. </EmbeddedResource>
  621. <EmbeddedResource Include="UserControl\CtrlTarget.resx">
  622. <DependentUpon>CtrlTarget.cs</DependentUpon>
  623. </EmbeddedResource>
  624. <EmbeddedResource Include="UserControl\CtrlSat.resx">
  625. <DependentUpon>CtrlSat.cs</DependentUpon>
  626. </EmbeddedResource>
  627. <EmbeddedResource Include="UserControl\CtrlSysSettings.resx">
  628. <DependentUpon>CtrlSysSettings.cs</DependentUpon>
  629. </EmbeddedResource>
  630. <EmbeddedResource Include="UserControl\CtrlTx.resx">
  631. <DependentUpon>CtrlTx.cs</DependentUpon>
  632. </EmbeddedResource>
  633. <EmbeddedResource Include="UserControl\CtrlXl.resx">
  634. <DependentUpon>CtrlXl.cs</DependentUpon>
  635. </EmbeddedResource>
  636. <None Include="App.config" />
  637. <None Include="Properties\Settings.settings">
  638. <Generator>SettingsSingleFileGenerator</Generator>
  639. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  640. </None>
  641. <Compile Include="Properties\Settings.Designer.cs">
  642. <AutoGen>True</AutoGen>
  643. <DependentUpon>Settings.settings</DependentUpon>
  644. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  645. </Compile>
  646. </ItemGroup>
  647. <ItemGroup>
  648. <ProjectReference Include="..\XdCxRhDW.Api\XdCxRhDW.Api.csproj">
  649. <Project>{2DEB9C8D-8CB5-4029-8121-173B7E08E5B4}</Project>
  650. <Name>XdCxRhDW.Api</Name>
  651. </ProjectReference>
  652. <ProjectReference Include="..\XdCxRhDw.Dto\02.XdCxRhDW.Dto.csproj">
  653. <Project>{994f5945-4d73-40b4-a1d9-3e23a9fcd350}</Project>
  654. <Name>02.XdCxRhDW.Dto</Name>
  655. </ProjectReference>
  656. <ProjectReference Include="..\XdCxRhDW.Entity\03.XdCxRhDW.Entity.csproj">
  657. <Project>{068C649C-81A7-4BE1-A74C-D5745959D0EA}</Project>
  658. <Name>03.XdCxRhDW.Entity</Name>
  659. </ProjectReference>
  660. <ProjectReference Include="..\XdCxRhDW.Framework\01.XdCxRhDW.Framework.csproj">
  661. <Project>{cd41cedf-e0b8-41cc-867b-3b57f476b450}</Project>
  662. <Name>01.XdCxRhDW.Framework</Name>
  663. </ProjectReference>
  664. <ProjectReference Include="..\XdCxRhDW.Repostory\04.XdCxRhDW.Repostory.csproj">
  665. <Project>{9cb2f5d6-6d22-454e-8b47-b51ff7fa1794}</Project>
  666. <Name>04.XdCxRhDW.Repostory</Name>
  667. </ProjectReference>
  668. <ProjectReference Include="..\XdCxRhDW.UI.Lib\06.XdCxRhDW.UI.Lib.csproj">
  669. <Project>{6ae410d3-7947-4ff9-a8d3-81e166995b6b}</Project>
  670. <Name>06.XdCxRhDW.UI.Lib</Name>
  671. </ProjectReference>
  672. <ProjectReference Include="..\XdCxRhDW.WebApi\05.XdCxRhDW.WebApi.csproj">
  673. <Project>{652c29ac-65de-466a-a964-8f1a2e657d86}</Project>
  674. <Name>05.XdCxRhDW.WebApi</Name>
  675. </ProjectReference>
  676. </ItemGroup>
  677. <ItemGroup>
  678. <EmbeddedResource Include="UserControl\UCEphXYZ.resx">
  679. <DependentUpon>UCEphXYZ.cs</DependentUpon>
  680. </EmbeddedResource>
  681. <EmbeddedResource Include="UserControl\UCEphXYZParam.resx">
  682. <DependentUpon>UCEphXYZParam.cs</DependentUpon>
  683. </EmbeddedResource>
  684. <EmbeddedResource Include="UserControl\X1D1GDOPParam.resx">
  685. <DependentUpon>X1D1GDOPParam.cs</DependentUpon>
  686. <SubType>Designer</SubType>
  687. </EmbeddedResource>
  688. <EmbeddedResource Include="UserControl\X2DFGDOPParam.resx">
  689. <DependentUpon>X2DFGDOPParam.cs</DependentUpon>
  690. </EmbeddedResource>
  691. <EmbeddedResource Include="UserControl\LeoX1GDOPParam.resx">
  692. <DependentUpon>LeoX1GDOPParam.cs</DependentUpon>
  693. </EmbeddedResource>
  694. <EmbeddedResource Include="UserControl\X3DFGDOPParam .resx">
  695. <DependentUpon>X3DFGDOPParam .cs</DependentUpon>
  696. </EmbeddedResource>
  697. <EmbeddedResource Include="UserControl\X3GDOPParam.resx">
  698. <DependentUpon>X3GDOPParam.cs</DependentUpon>
  699. </EmbeddedResource>
  700. <EmbeddedResource Include="UserControl\X2D1GDOPParam.resx">
  701. <DependentUpon>X2D1GDOPParam.cs</DependentUpon>
  702. <SubType>Designer</SubType>
  703. </EmbeddedResource>
  704. <Content Include="Image\XlCalc.svg">
  705. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  706. </Content>
  707. <Content Include="定位.ico" />
  708. </ItemGroup>
  709. <ItemGroup>
  710. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  711. <Visible>False</Visible>
  712. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
  713. <Install>true</Install>
  714. </BootstrapperPackage>
  715. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  716. <Visible>False</Visible>
  717. <ProductName>.NET Framework 3.5 SP1</ProductName>
  718. <Install>false</Install>
  719. </BootstrapperPackage>
  720. </ItemGroup>
  721. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  722. <Import Project="packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  723. <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')" />
  724. <PropertyGroup>
  725. <PostBuildEvent>if exist *.dll.config del *.dll.config
  726. del DevExpress*.xml,EntityFramework*.xml,Serilog*.xml,Newtonsoft*.xml
  727. del System*.xml,Microsoft*.xml,autofac*.xml,MySql*.xml,K4os*.xml,google*.xml
  728. del BouncyCastle*.xml
  729. copy $(SolutionDir)tips.txt tips.txt
  730. copy $(SolutionDir)geo.txt geo.txt
  731. if not exist "AddIns" md AddIns
  732. move /Y *.dll AddIns
  733. move /Y *.pdb AddIns
  734. move AddIns\$(TargetName).pdb .
  735. if not exist "AddIns\x64" md "AddIns\x64"
  736. copy $(SolutionDir)SQLite.Interop.dll AddIns\x64
  737. rmdir logs /S/Q
  738. rmdir wwwroot /S/Q
  739. rmdir 信号仿真 /S/Q
  740. </PostBuildEvent>
  741. </PropertyGroup>
  742. <PropertyGroup>
  743. <PreBuildEvent>wmic process where name='参估编批服务.exe' delete
  744. wmic process where name='信号检测服务.exe' delete
  745. wmic process where name='CPU参估服务.exe' delete
  746. wmic process where name='GPU参估服务.exe' delete
  747. wmic process where name='低轨单星数据处理服务.exe' delete
  748. wmic process where name='低轨双星数据处理服务.exe' delete
  749. wmic process where name='低轨三星数据处理服务.exe' delete
  750. wmic process where name='两高一低现场数据处理服务.exe' delete
  751. wmic process where name='两星一地数据处理服务.exe' delete
  752. wmic process where name='两星一地现场数据处理服务.exe' delete
  753. wmic process where name='三星现场数据处理服务.exe' delete
  754. wmic process where name='高轨三星无参数据处理服务.exe' delete
  755. wmic process where name='多模式融合定位平台.exe' delete
  756. </PreBuildEvent>
  757. </PropertyGroup>
  758. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  759. Other similar extension points exist, see Microsoft.Common.targets.
  760. <Target Name="BeforeBuild">
  761. </Target>
  762. <Target Name="AfterBuild">
  763. </Target>
  764. -->
  765. </Project>