XdCxRhDW.App.csproj 61 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231
  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\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  8. <ProductVersion>8.0.30703</ProductVersion>
  9. <SchemaVersion>2.0</SchemaVersion>
  10. <ProjectGuid>{2DB506ED-8C8C-4D14-84A7-824789E206BB}</ProjectGuid>
  11. <OutputType>WinExe</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>XdCxRhDW.App</RootNamespace>
  14. <AssemblyName>多模式融合定位平台</AssemblyName>
  15. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  16. <FileAlignment>512</FileAlignment>
  17. <NuGetPackageImportStamp>
  18. </NuGetPackageImportStamp>
  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. <IsWebBootstrapper>false</IsWebBootstrapper>
  32. <UseApplicationTrust>false</UseApplicationTrust>
  33. <BootstrapperEnabled>true</BootstrapperEnabled>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  36. <PlatformTarget>AnyCPU</PlatformTarget>
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>full</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>bin\Debug\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. <Prefer32Bit>false</Prefer32Bit>
  45. <DocumentationFile>bin\Debug\多模式融合定位平台.xml</DocumentationFile>
  46. <NoWarn>CS1591;CS0612</NoWarn>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  49. <PlatformTarget>AnyCPU</PlatformTarget>
  50. <DebugType>pdbonly</DebugType>
  51. <Optimize>true</Optimize>
  52. <OutputPath>bin\Release\</OutputPath>
  53. <DefineConstants>TRACE</DefineConstants>
  54. <ErrorReport>prompt</ErrorReport>
  55. <WarningLevel>4</WarningLevel>
  56. <Prefer32Bit>false</Prefer32Bit>
  57. </PropertyGroup>
  58. <PropertyGroup>
  59. <ApplicationIcon>定位.ico</ApplicationIcon>
  60. </PropertyGroup>
  61. <ItemGroup>
  62. <Reference Include="Accessibility" />
  63. <Reference Include="DevExpress.BonusSkins.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  64. <Reference Include="DevExpress.Charts.v23.2.Core, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  65. <Reference Include="DevExpress.Data.Desktop.v23.2" />
  66. <Reference Include="DevExpress.Data.v23.2" />
  67. <Reference Include="DevExpress.Dialogs.v23.2.Core, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  68. <Reference Include="DevExpress.Images.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  69. <Reference Include="DevExpress.Map.v23.2.Core, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  70. <Reference Include="DevExpress.Mvvm.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  71. <Reference Include="DevExpress.Printing.v23.2.Core" />
  72. <Reference Include="DevExpress.Utils.v23.2" />
  73. <Reference Include="DevExpress.Utils.v23.2.UI, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  74. <Reference Include="DevExpress.XtraBars.v23.2" />
  75. <Reference Include="DevExpress.Sparkline.v23.2.Core" />
  76. <Reference Include="DevExpress.XtraCharts.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  77. <Reference Include="DevExpress.XtraCharts.v23.2.UI, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  78. <Reference Include="DevExpress.XtraCharts.v23.2.Wizard, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  79. <Reference Include="DevExpress.XtraDialogs.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  80. <Reference Include="DevExpress.XtraEditors.v23.2" />
  81. <Reference Include="DevExpress.Drawing.v23.2" />
  82. <Reference Include="DevExpress.XtraGrid.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  83. <Reference Include="DevExpress.XtraLayout.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  84. <Reference Include="DevExpress.XtraMap.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  85. <Reference Include="DevExpress.XtraPrinting.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  86. <Reference Include="DevExpress.XtraScheduler.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  87. <Reference Include="DevExpress.XtraScheduler.v23.2.Core, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  88. <Reference Include="DevExpress.XtraScheduler.v23.2.Core.Desktop, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  89. <Reference Include="DevExpress.XtraTreeList.v23.2, Version=23.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  90. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  91. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
  92. </Reference>
  93. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  94. <SpecificVersion>False</SpecificVersion>
  95. <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  96. </Reference>
  97. <Reference Include="PresentationCore" />
  98. <Reference Include="PresentationFramework" />
  99. <Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  100. <HintPath>..\packages\Serilog.3.1.1\lib\net471\Serilog.dll</HintPath>
  101. </Reference>
  102. <Reference Include="Serilog.Sinks.Async, Version=1.5.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  103. <HintPath>..\packages\Serilog.Sinks.Async.1.5.0\lib\net461\Serilog.Sinks.Async.dll</HintPath>
  104. </Reference>
  105. <Reference Include="Serilog.Sinks.Console, Version=5.0.1.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  106. <HintPath>..\packages\Serilog.Sinks.Console.5.0.1\lib\net471\Serilog.Sinks.Console.dll</HintPath>
  107. </Reference>
  108. <Reference Include="Serilog.Sinks.File, Version=5.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  109. <HintPath>..\packages\Serilog.Sinks.File.5.0.0\lib\net45\Serilog.Sinks.File.dll</HintPath>
  110. </Reference>
  111. <Reference Include="System" />
  112. <Reference Include="System.ComponentModel" />
  113. <Reference Include="System.ComponentModel.DataAnnotations" />
  114. <Reference Include="System.Configuration" />
  115. <Reference Include="System.Core" />
  116. <Reference Include="System.Data.Linq" />
  117. <Reference Include="System.Data.SQLite, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  118. <HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\lib\net46\System.Data.SQLite.dll</HintPath>
  119. </Reference>
  120. <Reference Include="System.Deployment" />
  121. <Reference Include="System.Diagnostics.DiagnosticSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  122. <HintPath>..\packages\System.Diagnostics.DiagnosticSource.8.0.0\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
  123. </Reference>
  124. <Reference Include="System.Management" />
  125. <Reference Include="Microsoft.CSharp" />
  126. <Reference Include="System.Data" />
  127. <Reference Include="System.Drawing" />
  128. <Reference Include="System.Net.Http">
  129. <Private>True</Private>
  130. </Reference>
  131. <Reference Include="System.Net.Http.Formatting, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  132. <SpecificVersion>False</SpecificVersion>
  133. <HintPath>..\System.Net.Http.Formatting.dll</HintPath>
  134. </Reference>
  135. <Reference Include="System.Runtime.Remoting" />
  136. <Reference Include="System.Runtime.Serialization" />
  137. <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
  138. <Reference Include="System.Security" />
  139. <Reference Include="System.Transactions" />
  140. <Reference Include="System.Web.Extensions" />
  141. <Reference Include="System.Web.Http">
  142. <HintPath>..\System.Web.Http.dll</HintPath>
  143. </Reference>
  144. <Reference Include="System.Windows.Forms" />
  145. <Reference Include="System.Xml" />
  146. <Reference Include="System.Xml.Linq" />
  147. <Reference Include="UIAutomationClient" />
  148. <Reference Include="WindowsBase" />
  149. </ItemGroup>
  150. <ItemGroup>
  151. <Compile Include="Basic\BaseVm.cs" />
  152. <Compile Include="Basic\BindingData.cs" />
  153. <Compile Include="Basic\IOverlayFormService.cs" />
  154. <Compile Include="Controllers\DetectCgController.cs" />
  155. <Compile Include="Controllers\PosController.cs" />
  156. <Compile Include="Controllers\SvrReportController.cs" />
  157. <Compile Include="Controllers\TxController.cs" />
  158. <Compile Include="Controllers\TaskController.cs" />
  159. <Compile Include="Controllers\XlController.cs" />
  160. <Compile Include="CorTools\GpuCalcForm.cs">
  161. <SubType>Form</SubType>
  162. </Compile>
  163. <Compile Include="CorTools\GpuCalcForm.designer.cs">
  164. <DependentUpon>GpuCalcForm.cs</DependentUpon>
  165. </Compile>
  166. <Compile Include="CorTools\DetectToolForm.cs">
  167. <SubType>Form</SubType>
  168. </Compile>
  169. <Compile Include="CorTools\DetectToolForm.designer.cs">
  170. <DependentUpon>DetectToolForm.cs</DependentUpon>
  171. </Compile>
  172. <Compile Include="CorTools\CgImageForm.cs">
  173. <SubType>Form</SubType>
  174. </Compile>
  175. <Compile Include="CorTools\CgImageForm.Designer.cs">
  176. <DependentUpon>CgImageForm.cs</DependentUpon>
  177. </Compile>
  178. <Compile Include="CorTools\ResampleForm.cs">
  179. <SubType>Form</SubType>
  180. </Compile>
  181. <Compile Include="CorTools\ResampleForm.Designer.cs">
  182. <DependentUpon>ResampleForm.cs</DependentUpon>
  183. </Compile>
  184. <Compile Include="CorTools\XlCalculateForm.cs">
  185. <SubType>Form</SubType>
  186. </Compile>
  187. <Compile Include="CorTools\XlCalculateForm.Designer.cs">
  188. <DependentUpon>XlCalculateForm.cs</DependentUpon>
  189. </Compile>
  190. <Compile Include="DxHelper\MsgBoxHelper.cs" />
  191. <Compile Include="DxHelper\PopupHelper.cs" />
  192. <Compile Include="DxHelper\SvgHelper.cs" />
  193. <Compile Include="DxHelper\WaitHelper.cs" />
  194. <Compile Include="EditForms\PosTimeEditor.cs">
  195. <SubType>Form</SubType>
  196. </Compile>
  197. <Compile Include="EditForms\PosTimeEditor.Designer.cs">
  198. <DependentUpon>PosTimeEditor.cs</DependentUpon>
  199. </Compile>
  200. <Compile Include="EditForms\SigDelayEditor.cs">
  201. <SubType>Form</SubType>
  202. </Compile>
  203. <Compile Include="EditForms\SigDelayEditor.Designer.cs">
  204. <DependentUpon>SigDelayEditor.cs</DependentUpon>
  205. </Compile>
  206. <Compile Include="EditForms\SigEditor.cs">
  207. <SubType>Form</SubType>
  208. </Compile>
  209. <Compile Include="EditForms\SigEditor.Designer.cs">
  210. <DependentUpon>SigEditor.cs</DependentUpon>
  211. </Compile>
  212. <Compile Include="EditForms\TaskEditorSignal.cs">
  213. <SubType>Form</SubType>
  214. </Compile>
  215. <Compile Include="EditForms\TaskEditorSignal.Designer.cs">
  216. <DependentUpon>TaskEditorSignal.cs</DependentUpon>
  217. </Compile>
  218. <Compile Include="EditForms\TaskHistoryTimeEditor.cs">
  219. <SubType>Form</SubType>
  220. </Compile>
  221. <Compile Include="EditForms\TaskHistoryTimeEditor.Designer.cs">
  222. <DependentUpon>TaskHistoryTimeEditor.cs</DependentUpon>
  223. </Compile>
  224. <Compile Include="EditForms\EditorTar.cs">
  225. <SubType>Form</SubType>
  226. </Compile>
  227. <Compile Include="EditForms\EditorTar.Designer.cs">
  228. <DependentUpon>EditorTar.cs</DependentUpon>
  229. </Compile>
  230. <Compile Include="EditForms\TargetEditor.cs">
  231. <SubType>Form</SubType>
  232. </Compile>
  233. <Compile Include="EditForms\TargetEditor.Designer.cs">
  234. <DependentUpon>TargetEditor.cs</DependentUpon>
  235. </Compile>
  236. <Compile Include="EditForms\SatEditor.cs">
  237. <SubType>Form</SubType>
  238. </Compile>
  239. <Compile Include="EditForms\SatEditor.Designer.cs">
  240. <DependentUpon>SatEditor.cs</DependentUpon>
  241. </Compile>
  242. <Compile Include="EditForms\TaskEditor.cs">
  243. <SubType>Form</SubType>
  244. </Compile>
  245. <Compile Include="EditForms\TaskEditor.Designer.cs">
  246. <DependentUpon>TaskEditor.cs</DependentUpon>
  247. </Compile>
  248. <Compile Include="EditForms\X1D1PosParamEditor.cs">
  249. <SubType>UserControl</SubType>
  250. </Compile>
  251. <Compile Include="EditForms\X1D1PosParamEditor.Designer.cs">
  252. <DependentUpon>X1D1PosParamEditor.cs</DependentUpon>
  253. </Compile>
  254. <Compile Include="EditForms\X1D1DTOParamEditor.cs">
  255. <SubType>UserControl</SubType>
  256. </Compile>
  257. <Compile Include="EditForms\X1D1DTOParamEditor.Designer.cs">
  258. <DependentUpon>X1D1DTOParamEditor.cs</DependentUpon>
  259. </Compile>
  260. <Compile Include="EditForms\X2D1PosParamEditor.cs">
  261. <SubType>UserControl</SubType>
  262. </Compile>
  263. <Compile Include="EditForms\X2D1PosParamEditor.Designer.cs">
  264. <DependentUpon>X2D1PosParamEditor.cs</DependentUpon>
  265. </Compile>
  266. <Compile Include="EditForms\X2PosParamEditor.cs">
  267. <SubType>UserControl</SubType>
  268. </Compile>
  269. <Compile Include="EditForms\X2PosParamEditor.Designer.cs">
  270. <DependentUpon>X2PosParamEditor.cs</DependentUpon>
  271. </Compile>
  272. <Compile Include="EditForms\X2DTOParamEditor.cs">
  273. <SubType>UserControl</SubType>
  274. </Compile>
  275. <Compile Include="EditForms\X2DTOParamEditor.Designer.cs">
  276. <DependentUpon>X2DTOParamEditor.cs</DependentUpon>
  277. </Compile>
  278. <Compile Include="EditForms\X3DfoPosParamEditor.cs">
  279. <SubType>UserControl</SubType>
  280. </Compile>
  281. <Compile Include="EditForms\X3DfoPosParamEditor.Designer.cs">
  282. <DependentUpon>X3DfoPosParamEditor.cs</DependentUpon>
  283. </Compile>
  284. <Compile Include="EditForms\X3PosParamEditor.cs">
  285. <SubType>UserControl</SubType>
  286. </Compile>
  287. <Compile Include="EditForms\X3PosParamEditor.Designer.cs">
  288. <DependentUpon>X3PosParamEditor.cs</DependentUpon>
  289. </Compile>
  290. <Compile Include="EditForms\X3DTOParamEditor.cs">
  291. <SubType>UserControl</SubType>
  292. </Compile>
  293. <Compile Include="EditForms\X3DTOParamEditor.Designer.cs">
  294. <DependentUpon>X3DTOParamEditor.cs</DependentUpon>
  295. </Compile>
  296. <Compile Include="EditForms\X2D1DTOParamEditor.cs">
  297. <SubType>UserControl</SubType>
  298. </Compile>
  299. <Compile Include="EditForms\X2D1DTOParamEditor.Designer.cs">
  300. <DependentUpon>X2D1DTOParamEditor.cs</DependentUpon>
  301. </Compile>
  302. <Compile Include="ExtensionsDev\RibbonExtension.cs" />
  303. <Compile Include="ExtensionsDev\TabbedViewExtension.cs" />
  304. <Compile Include="ExtensionsDev\BaseEditExtension.cs" />
  305. <Compile Include="ExtensionsDev\ChartExtension.cs" />
  306. <Compile Include="ExtensionsDev\DateEditExtension.cs" />
  307. <Compile Include="ExtensionsDev\ChooseFileExtension.cs" />
  308. <Compile Include="ExtensionsDev\GridControlEx.cs" />
  309. <Compile Include="ExtensionsDev\LayoutControlExtension.cs" />
  310. <Compile Include="ExtensionsDev\MapControlEx.cs" />
  311. <Compile Include="ExtensionsDev\MemoEditExtension.cs" />
  312. <Compile Include="ExtensionsDev\PopupControlDocker.cs">
  313. <SubType>UserControl</SubType>
  314. </Compile>
  315. <Compile Include="ExtensionsDev\PopupControlDocker.Designer.cs">
  316. <DependentUpon>PopupControlDocker.cs</DependentUpon>
  317. </Compile>
  318. <Compile Include="ExtensionsDev\SearchLookUpEditExtension.cs" />
  319. <Compile Include="Localizer\ChsLocalizer.cs" />
  320. <Compile Include="MainForm.cs">
  321. <SubType>Form</SubType>
  322. </Compile>
  323. <Compile Include="MainForm.Designer.cs">
  324. <DependentUpon>MainForm.cs</DependentUpon>
  325. </Compile>
  326. <Compile Include="Model\ModelPosRes.cs" />
  327. <Compile Include="Model\ModelSatEphRes.cs" />
  328. <Compile Include="Model\ModelSvrs.cs" />
  329. <Compile Include="Model\ModelCg.cs" />
  330. <Compile Include="Model\ModelCgXgf.cs" />
  331. <Compile Include="Model\RePosRes.cs" />
  332. <Compile Include="PopupControl\ShowCgCtrl.cs">
  333. <SubType>UserControl</SubType>
  334. </Compile>
  335. <Compile Include="PopupControl\ShowCgCtrl.Designer.cs">
  336. <DependentUpon>ShowCgCtrl.cs</DependentUpon>
  337. </Compile>
  338. <Compile Include="PopupControl\ShowCheckCtrl.cs">
  339. <SubType>UserControl</SubType>
  340. </Compile>
  341. <Compile Include="PopupControl\ShowCheckCtrl.Designer.cs">
  342. <DependentUpon>ShowCheckCtrl.cs</DependentUpon>
  343. </Compile>
  344. <Compile Include="PopupControl\ShowCxCtrl.cs">
  345. <SubType>UserControl</SubType>
  346. </Compile>
  347. <Compile Include="PopupControl\ShowCxCtrl.Designer.cs">
  348. <DependentUpon>ShowCxCtrl.cs</DependentUpon>
  349. </Compile>
  350. <Compile Include="Program.cs" />
  351. <Compile Include="Properties\AssemblyInfo.cs" />
  352. <Compile Include="ServerContext.cs" />
  353. <Compile Include="UserControl\CtrlCgRes.cs">
  354. <SubType>UserControl</SubType>
  355. </Compile>
  356. <Compile Include="UserControl\CtrlCgRes.Designer.cs">
  357. <DependentUpon>CtrlCgRes.cs</DependentUpon>
  358. </Compile>
  359. <Compile Include="UserControl\CtrlHome.cs">
  360. <SubType>UserControl</SubType>
  361. </Compile>
  362. <Compile Include="UserControl\CtrlHome.Designer.cs">
  363. <DependentUpon>CtrlHome.cs</DependentUpon>
  364. </Compile>
  365. <Compile Include="UserControl\CtrlSignal.cs">
  366. <SubType>UserControl</SubType>
  367. </Compile>
  368. <Compile Include="UserControl\CtrlSignal.Designer.cs">
  369. <DependentUpon>CtrlSignal.cs</DependentUpon>
  370. </Compile>
  371. <Compile Include="UserControl\CtrlSvrs.cs">
  372. <SubType>UserControl</SubType>
  373. </Compile>
  374. <Compile Include="UserControl\CtrlSvrs.Designer.cs">
  375. <DependentUpon>CtrlSvrs.cs</DependentUpon>
  376. </Compile>
  377. <Compile Include="UserControl\CtrlTarget.cs">
  378. <SubType>UserControl</SubType>
  379. </Compile>
  380. <Compile Include="UserControl\CtrlTarget.Designer.cs">
  381. <DependentUpon>CtrlTarget.cs</DependentUpon>
  382. </Compile>
  383. <Compile Include="UserControl\CtrlSat.cs">
  384. <SubType>UserControl</SubType>
  385. </Compile>
  386. <Compile Include="UserControl\CtrlSat.Designer.cs">
  387. <DependentUpon>CtrlSat.cs</DependentUpon>
  388. </Compile>
  389. <Compile Include="UserControl\CtrlSysSettings.cs">
  390. <SubType>UserControl</SubType>
  391. </Compile>
  392. <Compile Include="UserControl\CtrlSysSettings.Designer.cs">
  393. <DependentUpon>CtrlSysSettings.cs</DependentUpon>
  394. </Compile>
  395. <Compile Include="UserControl\CtrlTx.cs">
  396. <SubType>UserControl</SubType>
  397. </Compile>
  398. <Compile Include="UserControl\CtrlTx.Designer.cs">
  399. <DependentUpon>CtrlTx.cs</DependentUpon>
  400. </Compile>
  401. <Compile Include="UserControl\CtrlXl.cs">
  402. <SubType>UserControl</SubType>
  403. </Compile>
  404. <Compile Include="UserControl\CtrlXl.Designer.cs">
  405. <DependentUpon>CtrlXl.cs</DependentUpon>
  406. </Compile>
  407. <Compile Include="UserControl\UCEphXYZ.cs">
  408. <SubType>UserControl</SubType>
  409. </Compile>
  410. <Compile Include="UserControl\UCEphXYZ.Designer.cs">
  411. <DependentUpon>UCEphXYZ.cs</DependentUpon>
  412. </Compile>
  413. <Compile Include="UserControl\UCEphXYZParam.cs">
  414. <SubType>UserControl</SubType>
  415. </Compile>
  416. <Compile Include="UserControl\UCEphXYZParam.Designer.cs">
  417. <DependentUpon>UCEphXYZParam.cs</DependentUpon>
  418. </Compile>
  419. <Compile Include="UserControl\X1D1GDOPParam.cs">
  420. <SubType>UserControl</SubType>
  421. </Compile>
  422. <Compile Include="UserControl\X1D1GDOPParam.Designer.cs">
  423. <DependentUpon>X1D1GDOPParam.cs</DependentUpon>
  424. </Compile>
  425. <Compile Include="UserControl\X2DFGDOPParam.cs">
  426. <SubType>UserControl</SubType>
  427. </Compile>
  428. <Compile Include="UserControl\X2DFGDOPParam.Designer.cs">
  429. <DependentUpon>X2DFGDOPParam.cs</DependentUpon>
  430. </Compile>
  431. <Compile Include="UserControl\X3DFGDOPParam .cs">
  432. <SubType>UserControl</SubType>
  433. </Compile>
  434. <Compile Include="UserControl\X3DFGDOPParam .Designer.cs">
  435. <DependentUpon>X3DFGDOPParam .cs</DependentUpon>
  436. </Compile>
  437. <Compile Include="UserControl\X3GDOPParam.cs">
  438. <SubType>UserControl</SubType>
  439. </Compile>
  440. <Compile Include="UserControl\X3GDOPParam.Designer.cs">
  441. <DependentUpon>X3GDOPParam.cs</DependentUpon>
  442. </Compile>
  443. <Compile Include="UserControl\X2D1GDOPParam.cs">
  444. <SubType>UserControl</SubType>
  445. </Compile>
  446. <Compile Include="UserControl\X2D1GDOPParam.Designer.cs">
  447. <DependentUpon>X2D1GDOPParam.cs</DependentUpon>
  448. </Compile>
  449. <EmbeddedResource Include="CorTools\GpuCalcForm.resx">
  450. <DependentUpon>GpuCalcForm.cs</DependentUpon>
  451. </EmbeddedResource>
  452. <EmbeddedResource Include="CorTools\DetectToolForm.resx">
  453. <DependentUpon>DetectToolForm.cs</DependentUpon>
  454. </EmbeddedResource>
  455. <EmbeddedResource Include="CorTools\CgImageForm.resx">
  456. <DependentUpon>CgImageForm.cs</DependentUpon>
  457. </EmbeddedResource>
  458. <EmbeddedResource Include="CorTools\ResampleForm.resx">
  459. <DependentUpon>ResampleForm.cs</DependentUpon>
  460. </EmbeddedResource>
  461. <EmbeddedResource Include="CorTools\XlCalculateForm.resx">
  462. <DependentUpon>XlCalculateForm.cs</DependentUpon>
  463. </EmbeddedResource>
  464. <EmbeddedResource Include="EditForms\PosTimeEditor.resx">
  465. <DependentUpon>PosTimeEditor.cs</DependentUpon>
  466. </EmbeddedResource>
  467. <EmbeddedResource Include="EditForms\SigDelayEditor.resx">
  468. <DependentUpon>SigDelayEditor.cs</DependentUpon>
  469. </EmbeddedResource>
  470. <EmbeddedResource Include="EditForms\SigEditor.resx">
  471. <DependentUpon>SigEditor.cs</DependentUpon>
  472. </EmbeddedResource>
  473. <EmbeddedResource Include="EditForms\TaskEditorSignal.resx">
  474. <DependentUpon>TaskEditorSignal.cs</DependentUpon>
  475. </EmbeddedResource>
  476. <EmbeddedResource Include="EditForms\TaskHistoryTimeEditor.resx">
  477. <DependentUpon>TaskHistoryTimeEditor.cs</DependentUpon>
  478. </EmbeddedResource>
  479. <EmbeddedResource Include="EditForms\EditorTar.resx">
  480. <DependentUpon>EditorTar.cs</DependentUpon>
  481. </EmbeddedResource>
  482. <EmbeddedResource Include="EditForms\TargetEditor.resx">
  483. <DependentUpon>TargetEditor.cs</DependentUpon>
  484. </EmbeddedResource>
  485. <EmbeddedResource Include="EditForms\SatEditor.resx">
  486. <DependentUpon>SatEditor.cs</DependentUpon>
  487. </EmbeddedResource>
  488. <EmbeddedResource Include="EditForms\TaskEditor.resx">
  489. <DependentUpon>TaskEditor.cs</DependentUpon>
  490. </EmbeddedResource>
  491. <EmbeddedResource Include="EditForms\X1D1PosParamEditor.resx">
  492. <DependentUpon>X1D1PosParamEditor.cs</DependentUpon>
  493. </EmbeddedResource>
  494. <EmbeddedResource Include="EditForms\X1D1DTOParamEditor.resx">
  495. <DependentUpon>X1D1DTOParamEditor.cs</DependentUpon>
  496. </EmbeddedResource>
  497. <EmbeddedResource Include="EditForms\X2D1PosParamEditor.resx">
  498. <DependentUpon>X2D1PosParamEditor.cs</DependentUpon>
  499. </EmbeddedResource>
  500. <EmbeddedResource Include="EditForms\X2PosParamEditor.resx">
  501. <DependentUpon>X2PosParamEditor.cs</DependentUpon>
  502. </EmbeddedResource>
  503. <EmbeddedResource Include="EditForms\X2DTOParamEditor.resx">
  504. <DependentUpon>X2DTOParamEditor.cs</DependentUpon>
  505. </EmbeddedResource>
  506. <EmbeddedResource Include="EditForms\X3DfoPosParamEditor.resx">
  507. <DependentUpon>X3DfoPosParamEditor.cs</DependentUpon>
  508. </EmbeddedResource>
  509. <EmbeddedResource Include="EditForms\X3PosParamEditor.resx">
  510. <DependentUpon>X3PosParamEditor.cs</DependentUpon>
  511. </EmbeddedResource>
  512. <EmbeddedResource Include="EditForms\X3DTOParamEditor.resx">
  513. <DependentUpon>X3DTOParamEditor.cs</DependentUpon>
  514. </EmbeddedResource>
  515. <EmbeddedResource Include="EditForms\X2D1DTOParamEditor.resx">
  516. <DependentUpon>X2D1DTOParamEditor.cs</DependentUpon>
  517. </EmbeddedResource>
  518. <EmbeddedResource Include="ExtensionsDev\PopupControlDocker.resx">
  519. <DependentUpon>PopupControlDocker.cs</DependentUpon>
  520. </EmbeddedResource>
  521. <EmbeddedResource Include="MainForm.resx">
  522. <DependentUpon>MainForm.cs</DependentUpon>
  523. <SubType>Designer</SubType>
  524. </EmbeddedResource>
  525. <None Include="data.gmdb">
  526. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  527. </None>
  528. <None Include="packages.config" />
  529. <EmbeddedResource Include="PopupControl\ShowCgCtrl.resx">
  530. <DependentUpon>ShowCgCtrl.cs</DependentUpon>
  531. </EmbeddedResource>
  532. <EmbeddedResource Include="PopupControl\ShowCheckCtrl.resx">
  533. <DependentUpon>ShowCheckCtrl.cs</DependentUpon>
  534. </EmbeddedResource>
  535. <EmbeddedResource Include="PopupControl\ShowCxCtrl.resx">
  536. <DependentUpon>ShowCxCtrl.cs</DependentUpon>
  537. </EmbeddedResource>
  538. <None Include="Properties\licenses.licx" />
  539. <EmbeddedResource Include="Properties\Resources.resx">
  540. <Generator>ResXFileCodeGenerator</Generator>
  541. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  542. <SubType>Designer</SubType>
  543. </EmbeddedResource>
  544. <Compile Include="Properties\Resources.Designer.cs">
  545. <AutoGen>True</AutoGen>
  546. <DependentUpon>Resources.resx</DependentUpon>
  547. <DesignTime>True</DesignTime>
  548. </Compile>
  549. <EmbeddedResource Include="UserControl\CtrlCgRes.resx">
  550. <DependentUpon>CtrlCgRes.cs</DependentUpon>
  551. <SubType>Designer</SubType>
  552. </EmbeddedResource>
  553. <EmbeddedResource Include="UserControl\CtrlHome.resx">
  554. <DependentUpon>CtrlHome.cs</DependentUpon>
  555. </EmbeddedResource>
  556. <EmbeddedResource Include="UserControl\CtrlSignal.resx">
  557. <DependentUpon>CtrlSignal.cs</DependentUpon>
  558. </EmbeddedResource>
  559. <EmbeddedResource Include="UserControl\CtrlSvrs.resx">
  560. <DependentUpon>CtrlSvrs.cs</DependentUpon>
  561. </EmbeddedResource>
  562. <EmbeddedResource Include="UserControl\CtrlTarget.resx">
  563. <DependentUpon>CtrlTarget.cs</DependentUpon>
  564. </EmbeddedResource>
  565. <EmbeddedResource Include="UserControl\CtrlSat.resx">
  566. <DependentUpon>CtrlSat.cs</DependentUpon>
  567. </EmbeddedResource>
  568. <EmbeddedResource Include="UserControl\CtrlSysSettings.resx">
  569. <DependentUpon>CtrlSysSettings.cs</DependentUpon>
  570. </EmbeddedResource>
  571. <EmbeddedResource Include="UserControl\CtrlTx.resx">
  572. <DependentUpon>CtrlTx.cs</DependentUpon>
  573. </EmbeddedResource>
  574. <EmbeddedResource Include="UserControl\CtrlXl.resx">
  575. <DependentUpon>CtrlXl.cs</DependentUpon>
  576. </EmbeddedResource>
  577. <None Include="App.config" />
  578. <None Include="Properties\Settings.settings">
  579. <Generator>SettingsSingleFileGenerator</Generator>
  580. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  581. </None>
  582. <Compile Include="Properties\Settings.Designer.cs">
  583. <AutoGen>True</AutoGen>
  584. <DependentUpon>Settings.settings</DependentUpon>
  585. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  586. </Compile>
  587. <None Include="Service\CPU参估服务\CPU参估服务.exe.config">
  588. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  589. </None>
  590. <None Include="Service\GPU参估服务\GPU参估服务.exe.config">
  591. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  592. </None>
  593. <None Include="Service\信号检测服务\AddIns\enc-test.dat">
  594. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  595. </None>
  596. <None Include="Service\信号检测服务\信号检测服务.exe.config">
  597. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  598. </None>
  599. </ItemGroup>
  600. <ItemGroup>
  601. <ProjectReference Include="..\XdCxRhDW.Api\XdCxRhDW.Api.csproj">
  602. <Project>{2DEB9C8D-8CB5-4029-8121-173B7E08E5B4}</Project>
  603. <Name>XdCxRhDW.Api</Name>
  604. </ProjectReference>
  605. <ProjectReference Include="..\XdCxRhDw.Dto\02.XdCxRhDW.Dto.csproj">
  606. <Project>{994f5945-4d73-40b4-a1d9-3e23a9fcd350}</Project>
  607. <Name>02.XdCxRhDW.Dto</Name>
  608. </ProjectReference>
  609. <ProjectReference Include="..\XdCxRhDW.Entity\03.XdCxRhDW.Entity.csproj">
  610. <Project>{068C649C-81A7-4BE1-A74C-D5745959D0EA}</Project>
  611. <Name>03.XdCxRhDW.Entity</Name>
  612. </ProjectReference>
  613. <ProjectReference Include="..\XdCxRhDW.Framework\01.XdCxRhDW.Framework.csproj">
  614. <Project>{cd41cedf-e0b8-41cc-867b-3b57f476b450}</Project>
  615. <Name>01.XdCxRhDW.Framework</Name>
  616. </ProjectReference>
  617. <ProjectReference Include="..\XdCxRhDW.Repostory\04.XdCxRhDW.Repostory.csproj">
  618. <Project>{9cb2f5d6-6d22-454e-8b47-b51ff7fa1794}</Project>
  619. <Name>04.XdCxRhDW.Repostory</Name>
  620. </ProjectReference>
  621. <ProjectReference Include="..\XdCxRhDW.WebApi\05.XdCxRhDW.WebApi.csproj">
  622. <Project>{652c29ac-65de-466a-a964-8f1a2e657d86}</Project>
  623. <Name>05.XdCxRhDW.WebApi</Name>
  624. </ProjectReference>
  625. </ItemGroup>
  626. <ItemGroup>
  627. <EmbeddedResource Include="UserControl\UCEphXYZ.resx">
  628. <DependentUpon>UCEphXYZ.cs</DependentUpon>
  629. </EmbeddedResource>
  630. <EmbeddedResource Include="UserControl\UCEphXYZParam.resx">
  631. <DependentUpon>UCEphXYZParam.cs</DependentUpon>
  632. </EmbeddedResource>
  633. <EmbeddedResource Include="UserControl\X1D1GDOPParam.resx">
  634. <DependentUpon>X1D1GDOPParam.cs</DependentUpon>
  635. </EmbeddedResource>
  636. <EmbeddedResource Include="UserControl\X2DFGDOPParam.resx">
  637. <DependentUpon>X2DFGDOPParam.cs</DependentUpon>
  638. </EmbeddedResource>
  639. <EmbeddedResource Include="UserControl\X3GDOPParam.resx">
  640. <DependentUpon>X3GDOPParam.cs</DependentUpon>
  641. </EmbeddedResource>
  642. <EmbeddedResource Include="UserControl\X2D1GDOPParam.resx">
  643. <DependentUpon>X2D1GDOPParam.cs</DependentUpon>
  644. </EmbeddedResource>
  645. <EmbeddedResource Include="UserControl\X3DFGDOPParam .resx">
  646. <DependentUpon>X3DFGDOPParam .cs</DependentUpon>
  647. </EmbeddedResource>
  648. <None Include="Service\CPU参估服务\AddIns\Autofac.dll">
  649. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  650. </None>
  651. <None Include="Service\CPU参估服务\AddIns\Autofac.Integration.Owin.dll">
  652. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  653. </None>
  654. <None Include="Service\CPU参估服务\AddIns\Autofac.Integration.WebApi.dll">
  655. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  656. </None>
  657. <None Include="Service\CPU参估服务\AddIns\Autofac.Integration.WebApi.Owin.dll">
  658. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  659. </None>
  660. <None Include="Service\CPU参估服务\AddIns\DevExpress.Data.Desktop.v23.2.dll">
  661. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  662. </None>
  663. <None Include="Service\CPU参估服务\AddIns\DevExpress.Data.v23.2.dll">
  664. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  665. </None>
  666. <None Include="Service\CPU参估服务\AddIns\DevExpress.Drawing.v23.2.dll">
  667. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  668. </None>
  669. <None Include="Service\CPU参估服务\AddIns\DevExpress.Pdf.v23.2.Core.dll">
  670. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  671. </None>
  672. <None Include="Service\CPU参估服务\AddIns\DevExpress.Printing.v23.2.Core.dll">
  673. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  674. </None>
  675. <None Include="Service\CPU参估服务\AddIns\DevExpress.Sparkline.v23.2.Core.dll">
  676. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  677. </None>
  678. <None Include="Service\CPU参估服务\AddIns\DevExpress.Utils.v23.2.dll">
  679. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  680. </None>
  681. <None Include="Service\CPU参估服务\AddIns\DevExpress.XtraBars.v23.2.dll">
  682. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  683. </None>
  684. <None Include="Service\CPU参估服务\AddIns\DevExpress.XtraEditors.v23.2.dll">
  685. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  686. </None>
  687. <None Include="Service\CPU参估服务\AddIns\DevExpress.XtraGrid.v23.2.dll">
  688. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  689. </None>
  690. <None Include="Service\CPU参估服务\AddIns\DevExpress.XtraLayout.v23.2.dll">
  691. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  692. </None>
  693. <None Include="Service\CPU参估服务\AddIns\DevExpress.XtraPrinting.v23.2.dll">
  694. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  695. </None>
  696. <None Include="Service\CPU参估服务\AddIns\DevExpress.XtraTreeList.v23.2.dll">
  697. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  698. </None>
  699. <None Include="Service\CPU参估服务\AddIns\Microsoft.Bcl.AsyncInterfaces.dll">
  700. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  701. </None>
  702. <None Include="Service\CPU参估服务\AddIns\Microsoft.Owin.Cors.dll">
  703. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  704. </None>
  705. <None Include="Service\CPU参估服务\AddIns\Microsoft.Owin.dll">
  706. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  707. </None>
  708. <None Include="Service\CPU参估服务\AddIns\Microsoft.Owin.FileSystems.dll">
  709. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  710. </None>
  711. <None Include="Service\CPU参估服务\AddIns\Microsoft.Owin.Host.HttpListener.dll">
  712. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  713. </None>
  714. <None Include="Service\CPU参估服务\AddIns\Microsoft.Owin.Hosting.dll">
  715. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  716. </None>
  717. <None Include="Service\CPU参估服务\AddIns\Microsoft.Owin.StaticFiles.dll">
  718. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  719. </None>
  720. <None Include="Service\CPU参估服务\AddIns\Newtonsoft.Json.Bson.dll">
  721. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  722. </None>
  723. <None Include="Service\CPU参估服务\AddIns\Newtonsoft.Json.dll">
  724. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  725. </None>
  726. <None Include="Service\CPU参估服务\AddIns\Owin.dll">
  727. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  728. </None>
  729. <None Include="Service\CPU参估服务\AddIns\Serilog.dll">
  730. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  731. </None>
  732. <None Include="Service\CPU参估服务\AddIns\Serilog.Sinks.Console.dll">
  733. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  734. </None>
  735. <None Include="Service\CPU参估服务\AddIns\Serilog.Sinks.File.dll">
  736. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  737. </None>
  738. <None Include="Service\CPU参估服务\AddIns\Swashbuckle.Core.dll">
  739. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  740. </None>
  741. <None Include="Service\CPU参估服务\AddIns\System.Buffers.dll">
  742. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  743. </None>
  744. <None Include="Service\CPU参估服务\AddIns\System.Diagnostics.DiagnosticSource.dll">
  745. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  746. </None>
  747. <None Include="Service\CPU参估服务\AddIns\System.Memory.dll">
  748. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  749. </None>
  750. <None Include="Service\CPU参估服务\AddIns\System.Net.Http.Formatting.dll">
  751. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  752. </None>
  753. <None Include="Service\CPU参估服务\AddIns\System.Numerics.Vectors.dll">
  754. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  755. </None>
  756. <None Include="Service\CPU参估服务\AddIns\System.Runtime.CompilerServices.Unsafe.dll">
  757. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  758. </None>
  759. <None Include="Service\CPU参估服务\AddIns\System.Text.Encodings.Web.dll">
  760. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  761. </None>
  762. <None Include="Service\CPU参估服务\AddIns\System.Text.Json.dll">
  763. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  764. </None>
  765. <None Include="Service\CPU参估服务\AddIns\System.Threading.Tasks.Extensions.dll">
  766. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  767. </None>
  768. <None Include="Service\CPU参估服务\AddIns\System.ValueTuple.dll">
  769. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  770. </None>
  771. <None Include="Service\CPU参估服务\AddIns\System.Web.Cors.dll">
  772. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  773. </None>
  774. <None Include="Service\CPU参估服务\AddIns\System.Web.Http.dll">
  775. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  776. </None>
  777. <None Include="Service\CPU参估服务\AddIns\System.Web.Http.Owin.dll">
  778. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  779. </None>
  780. <None Include="Service\CPU参估服务\AddIns\System.Web.Http.WebHost.dll">
  781. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  782. </None>
  783. <None Include="Service\CPU参估服务\AddIns\XcorrCpu.exe">
  784. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  785. </None>
  786. <None Include="Service\CPU参估服务\AddIns\XcorrCpu.txt">
  787. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  788. </None>
  789. <None Include="Service\CPU参估服务\AddIns\XdCxRhDw.Dto.dll">
  790. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  791. </None>
  792. <None Include="Service\CPU参估服务\AddIns\XdCxRhDW.Framework.dll">
  793. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  794. </None>
  795. <None Include="Service\CPU参估服务\AddIns\XdCxRhDW.WebApi.dll">
  796. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  797. </None>
  798. <None Include="Service\CPU参估服务\CPU参估服务.exe">
  799. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  800. </None>
  801. <None Include="Service\CPU参估服务\CPU参估服务.xml">
  802. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  803. </None>
  804. <None Include="Service\CPU参估服务\Service.svg">
  805. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  806. </None>
  807. <None Include="Service\CPU参估服务\XdCxRhDw.Dto.xml">
  808. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  809. </None>
  810. <None Include="Service\CPU参估服务\XdCxRhDW.Framework.xml">
  811. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  812. </None>
  813. <None Include="Service\GPU参估服务\AddIns\Autofac.dll">
  814. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  815. </None>
  816. <None Include="Service\GPU参估服务\AddIns\Autofac.Integration.Owin.dll">
  817. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  818. </None>
  819. <None Include="Service\GPU参估服务\AddIns\Autofac.Integration.WebApi.dll">
  820. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  821. </None>
  822. <None Include="Service\GPU参估服务\AddIns\Autofac.Integration.WebApi.Owin.dll">
  823. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  824. </None>
  825. <None Include="Service\GPU参估服务\AddIns\cublas64_90.dll">
  826. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  827. </None>
  828. <None Include="Service\GPU参估服务\AddIns\cudart64_90.dll">
  829. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  830. </None>
  831. <None Include="Service\GPU参估服务\AddIns\cufft64_90.dll">
  832. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  833. </None>
  834. <None Include="Service\GPU参估服务\AddIns\DevExpress.Data.Desktop.v23.2.dll">
  835. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  836. </None>
  837. <None Include="Service\GPU参估服务\AddIns\DevExpress.Data.v23.2.dll">
  838. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  839. </None>
  840. <None Include="Service\GPU参估服务\AddIns\DevExpress.Drawing.v23.2.dll">
  841. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  842. </None>
  843. <None Include="Service\GPU参估服务\AddIns\DevExpress.Pdf.v23.2.Core.dll">
  844. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  845. </None>
  846. <None Include="Service\GPU参估服务\AddIns\DevExpress.Printing.v23.2.Core.dll">
  847. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  848. </None>
  849. <None Include="Service\GPU参估服务\AddIns\DevExpress.Sparkline.v23.2.Core.dll">
  850. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  851. </None>
  852. <None Include="Service\GPU参估服务\AddIns\DevExpress.Utils.v23.2.dll">
  853. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  854. </None>
  855. <None Include="Service\GPU参估服务\AddIns\DevExpress.XtraBars.v23.2.dll">
  856. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  857. </None>
  858. <None Include="Service\GPU参估服务\AddIns\DevExpress.XtraEditors.v23.2.dll">
  859. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  860. </None>
  861. <None Include="Service\GPU参估服务\AddIns\DevExpress.XtraGrid.v23.2.dll">
  862. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  863. </None>
  864. <None Include="Service\GPU参估服务\AddIns\DevExpress.XtraLayout.v23.2.dll">
  865. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  866. </None>
  867. <None Include="Service\GPU参估服务\AddIns\DevExpress.XtraPrinting.v23.2.dll">
  868. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  869. </None>
  870. <None Include="Service\GPU参估服务\AddIns\DevExpress.XtraTreeList.v23.2.dll">
  871. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  872. </None>
  873. <None Include="Service\GPU参估服务\AddIns\Microsoft.Bcl.AsyncInterfaces.dll">
  874. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  875. </None>
  876. <None Include="Service\GPU参估服务\AddIns\Microsoft.Owin.Cors.dll">
  877. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  878. </None>
  879. <None Include="Service\GPU参估服务\AddIns\Microsoft.Owin.dll">
  880. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  881. </None>
  882. <None Include="Service\GPU参估服务\AddIns\Microsoft.Owin.FileSystems.dll">
  883. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  884. </None>
  885. <None Include="Service\GPU参估服务\AddIns\Microsoft.Owin.Host.HttpListener.dll">
  886. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  887. </None>
  888. <None Include="Service\GPU参估服务\AddIns\Microsoft.Owin.Hosting.dll">
  889. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  890. </None>
  891. <None Include="Service\GPU参估服务\AddIns\Microsoft.Owin.StaticFiles.dll">
  892. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  893. </None>
  894. <None Include="Service\GPU参估服务\AddIns\Newtonsoft.Json.Bson.dll">
  895. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  896. </None>
  897. <None Include="Service\GPU参估服务\AddIns\Newtonsoft.Json.dll">
  898. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  899. </None>
  900. <None Include="Service\GPU参估服务\AddIns\Owin.dll">
  901. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  902. </None>
  903. <None Include="Service\GPU参估服务\AddIns\readme.txt">
  904. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  905. </None>
  906. <None Include="Service\GPU参估服务\AddIns\Serilog.dll">
  907. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  908. </None>
  909. <None Include="Service\GPU参估服务\AddIns\Serilog.Sinks.Console.dll">
  910. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  911. </None>
  912. <None Include="Service\GPU参估服务\AddIns\Serilog.Sinks.File.dll">
  913. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  914. </None>
  915. <None Include="Service\GPU参估服务\AddIns\Swashbuckle.Core.dll">
  916. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  917. </None>
  918. <None Include="Service\GPU参估服务\AddIns\System.Buffers.dll">
  919. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  920. </None>
  921. <None Include="Service\GPU参估服务\AddIns\System.Diagnostics.DiagnosticSource.dll">
  922. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  923. </None>
  924. <None Include="Service\GPU参估服务\AddIns\System.Memory.dll">
  925. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  926. </None>
  927. <None Include="Service\GPU参估服务\AddIns\System.Net.Http.Formatting.dll">
  928. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  929. </None>
  930. <None Include="Service\GPU参估服务\AddIns\System.Numerics.Vectors.dll">
  931. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  932. </None>
  933. <None Include="Service\GPU参估服务\AddIns\System.Runtime.CompilerServices.Unsafe.dll">
  934. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  935. </None>
  936. <None Include="Service\GPU参估服务\AddIns\System.Text.Encodings.Web.dll">
  937. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  938. </None>
  939. <None Include="Service\GPU参估服务\AddIns\System.Text.Json.dll">
  940. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  941. </None>
  942. <None Include="Service\GPU参估服务\AddIns\System.Threading.Tasks.Extensions.dll">
  943. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  944. </None>
  945. <None Include="Service\GPU参估服务\AddIns\System.ValueTuple.dll">
  946. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  947. </None>
  948. <None Include="Service\GPU参估服务\AddIns\System.Web.Cors.dll">
  949. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  950. </None>
  951. <None Include="Service\GPU参估服务\AddIns\System.Web.Http.dll">
  952. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  953. </None>
  954. <None Include="Service\GPU参估服务\AddIns\System.Web.Http.Owin.dll">
  955. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  956. </None>
  957. <None Include="Service\GPU参估服务\AddIns\System.Web.Http.WebHost.dll">
  958. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  959. </None>
  960. <None Include="Service\GPU参估服务\AddIns\XcorrGpu.exe">
  961. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  962. </None>
  963. <None Include="Service\GPU参估服务\AddIns\XdCxRhDw.Dto.dll">
  964. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  965. </None>
  966. <None Include="Service\GPU参估服务\AddIns\XdCxRhDW.Framework.dll">
  967. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  968. </None>
  969. <None Include="Service\GPU参估服务\AddIns\XdCxRhDW.WebApi.dll">
  970. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  971. </None>
  972. <None Include="Service\GPU参估服务\GPU参估服务.exe">
  973. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  974. </None>
  975. <None Include="Service\GPU参估服务\GPU参估服务.xml">
  976. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  977. </None>
  978. <None Include="Service\GPU参估服务\Service.svg">
  979. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  980. </None>
  981. <None Include="Service\GPU参估服务\XdCxRhDw.Dto.xml">
  982. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  983. </None>
  984. <None Include="Service\GPU参估服务\XdCxRhDW.Framework.xml">
  985. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  986. </None>
  987. <None Include="Service\信号检测服务\AddIns\Autofac.dll">
  988. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  989. </None>
  990. <None Include="Service\信号检测服务\AddIns\Autofac.Integration.Owin.dll">
  991. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  992. </None>
  993. <None Include="Service\信号检测服务\AddIns\Autofac.Integration.WebApi.dll">
  994. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  995. </None>
  996. <None Include="Service\信号检测服务\AddIns\Autofac.Integration.WebApi.Owin.dll">
  997. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  998. </None>
  999. <None Include="Service\信号检测服务\AddIns\DevExpress.Data.Desktop.v23.2.dll">
  1000. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1001. </None>
  1002. <None Include="Service\信号检测服务\AddIns\DevExpress.Data.v23.2.dll">
  1003. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1004. </None>
  1005. <None Include="Service\信号检测服务\AddIns\DevExpress.Drawing.v23.2.dll">
  1006. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1007. </None>
  1008. <None Include="Service\信号检测服务\AddIns\DevExpress.Pdf.v23.2.Core.dll">
  1009. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1010. </None>
  1011. <None Include="Service\信号检测服务\AddIns\DevExpress.Printing.v23.2.Core.dll">
  1012. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1013. </None>
  1014. <None Include="Service\信号检测服务\AddIns\DevExpress.Sparkline.v23.2.Core.dll">
  1015. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1016. </None>
  1017. <None Include="Service\信号检测服务\AddIns\DevExpress.Utils.v23.2.dll">
  1018. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1019. </None>
  1020. <None Include="Service\信号检测服务\AddIns\DevExpress.XtraBars.v23.2.dll">
  1021. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1022. </None>
  1023. <None Include="Service\信号检测服务\AddIns\DevExpress.XtraEditors.v23.2.dll">
  1024. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1025. </None>
  1026. <None Include="Service\信号检测服务\AddIns\DevExpress.XtraGrid.v23.2.dll">
  1027. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1028. </None>
  1029. <None Include="Service\信号检测服务\AddIns\DevExpress.XtraLayout.v23.2.dll">
  1030. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1031. </None>
  1032. <None Include="Service\信号检测服务\AddIns\DevExpress.XtraPrinting.v23.2.dll">
  1033. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1034. </None>
  1035. <None Include="Service\信号检测服务\AddIns\DevExpress.XtraTreeList.v23.2.dll">
  1036. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1037. </None>
  1038. <None Include="Service\信号检测服务\AddIns\dmc.exe">
  1039. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1040. </None>
  1041. <None Include="Service\信号检测服务\AddIns\enc.exe">
  1042. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1043. </None>
  1044. <None Include="Service\信号检测服务\AddIns\enc.txt">
  1045. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1046. </None>
  1047. <None Include="Service\信号检测服务\AddIns\ippcore-9.0.dll">
  1048. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1049. </None>
  1050. <None Include="Service\信号检测服务\AddIns\ipps-9.0.dll">
  1051. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1052. </None>
  1053. <None Include="Service\信号检测服务\AddIns\ippsy8-9.0.dll">
  1054. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1055. </None>
  1056. <None Include="Service\信号检测服务\AddIns\Microsoft.Bcl.AsyncInterfaces.dll">
  1057. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1058. </None>
  1059. <None Include="Service\信号检测服务\AddIns\Microsoft.Owin.Cors.dll">
  1060. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1061. </None>
  1062. <None Include="Service\信号检测服务\AddIns\Microsoft.Owin.dll">
  1063. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1064. </None>
  1065. <None Include="Service\信号检测服务\AddIns\Microsoft.Owin.FileSystems.dll">
  1066. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1067. </None>
  1068. <None Include="Service\信号检测服务\AddIns\Microsoft.Owin.Host.HttpListener.dll">
  1069. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1070. </None>
  1071. <None Include="Service\信号检测服务\AddIns\Microsoft.Owin.Hosting.dll">
  1072. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1073. </None>
  1074. <None Include="Service\信号检测服务\AddIns\Microsoft.Owin.StaticFiles.dll">
  1075. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1076. </None>
  1077. <None Include="Service\信号检测服务\AddIns\Newtonsoft.Json.Bson.dll">
  1078. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1079. </None>
  1080. <None Include="Service\信号检测服务\AddIns\Newtonsoft.Json.dll">
  1081. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1082. </None>
  1083. <None Include="Service\信号检测服务\AddIns\Owin.dll">
  1084. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1085. </None>
  1086. <None Include="Service\信号检测服务\AddIns\ReSample.exe">
  1087. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1088. </None>
  1089. <None Include="Service\信号检测服务\AddIns\ReSample.txt">
  1090. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1091. </None>
  1092. <None Include="Service\信号检测服务\AddIns\Serilog.dll">
  1093. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1094. </None>
  1095. <None Include="Service\信号检测服务\AddIns\Serilog.Sinks.Console.dll">
  1096. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1097. </None>
  1098. <None Include="Service\信号检测服务\AddIns\Serilog.Sinks.File.dll">
  1099. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1100. </None>
  1101. <None Include="Service\信号检测服务\AddIns\SignalProc.dll">
  1102. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1103. </None>
  1104. <None Include="Service\信号检测服务\AddIns\Swashbuckle.Core.dll">
  1105. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1106. </None>
  1107. <None Include="Service\信号检测服务\AddIns\System.Buffers.dll">
  1108. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1109. </None>
  1110. <None Include="Service\信号检测服务\AddIns\System.Diagnostics.DiagnosticSource.dll">
  1111. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1112. </None>
  1113. <None Include="Service\信号检测服务\AddIns\System.Memory.dll">
  1114. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1115. </None>
  1116. <None Include="Service\信号检测服务\AddIns\System.Net.Http.Formatting.dll">
  1117. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1118. </None>
  1119. <None Include="Service\信号检测服务\AddIns\System.Numerics.Vectors.dll">
  1120. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1121. </None>
  1122. <None Include="Service\信号检测服务\AddIns\System.Runtime.CompilerServices.Unsafe.dll">
  1123. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1124. </None>
  1125. <None Include="Service\信号检测服务\AddIns\System.Text.Encodings.Web.dll">
  1126. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1127. </None>
  1128. <None Include="Service\信号检测服务\AddIns\System.Text.Json.dll">
  1129. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1130. </None>
  1131. <None Include="Service\信号检测服务\AddIns\System.Threading.Tasks.Extensions.dll">
  1132. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1133. </None>
  1134. <None Include="Service\信号检测服务\AddIns\System.ValueTuple.dll">
  1135. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1136. </None>
  1137. <None Include="Service\信号检测服务\AddIns\System.Web.Cors.dll">
  1138. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1139. </None>
  1140. <None Include="Service\信号检测服务\AddIns\System.Web.Http.dll">
  1141. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1142. </None>
  1143. <None Include="Service\信号检测服务\AddIns\System.Web.Http.Owin.dll">
  1144. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1145. </None>
  1146. <None Include="Service\信号检测服务\AddIns\System.Web.Http.WebHost.dll">
  1147. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1148. </None>
  1149. <None Include="Service\信号检测服务\AddIns\XdCxRhDw.Dto.dll">
  1150. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1151. </None>
  1152. <None Include="Service\信号检测服务\AddIns\XdCxRhDW.Framework.dll">
  1153. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1154. </None>
  1155. <None Include="Service\信号检测服务\AddIns\XdCxRhDW.WebApi.dll">
  1156. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1157. </None>
  1158. <None Include="Service\信号检测服务\Service.svg">
  1159. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1160. </None>
  1161. <None Include="Service\信号检测服务\XdCxRhDw.Dto.xml">
  1162. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1163. </None>
  1164. <None Include="Service\信号检测服务\XdCxRhDW.Framework.xml">
  1165. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1166. </None>
  1167. <None Include="Service\信号检测服务\信号检测服务.exe">
  1168. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1169. </None>
  1170. <None Include="Service\信号检测服务\信号检测服务.xml">
  1171. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1172. </None>
  1173. <Content Include="定位.ico" />
  1174. </ItemGroup>
  1175. <ItemGroup>
  1176. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  1177. <Visible>False</Visible>
  1178. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
  1179. <Install>true</Install>
  1180. </BootstrapperPackage>
  1181. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  1182. <Visible>False</Visible>
  1183. <ProductName>.NET Framework 3.5 SP1</ProductName>
  1184. <Install>false</Install>
  1185. </BootstrapperPackage>
  1186. </ItemGroup>
  1187. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1188. <Import Project="packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  1189. <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')" />
  1190. <PropertyGroup>
  1191. <PostBuildEvent>
  1192. del *.dll.config
  1193. del DevExpress*.xml,EntityFramework*.xml,Serilog*.xml,Newtonsoft*.xml
  1194. del System*.xml,Microsoft*.xml,autofac*.xml,MySql*.xml,K4os*.xml,google*.xml
  1195. del BouncyCastle*.xml
  1196. copy $(SolutionDir)tips.txt tips.txt
  1197. copy $(SolutionDir)geo.txt geo.txt
  1198. if not exist "AddIns" md AddIns
  1199. move /Y *.dll AddIns
  1200. move /Y *.pdb AddIns
  1201. xcopy x64 AddIns\x64 /EHCIY
  1202. xcopy x86 AddIns\x86 /EHCIY
  1203. rmdir x86 /S/Q
  1204. rmdir x64 /S/Q
  1205. </PostBuildEvent>
  1206. </PropertyGroup>
  1207. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  1208. <PropertyGroup>
  1209. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  1210. </PropertyGroup>
  1211. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  1212. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  1213. <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'))" />
  1214. </Target>
  1215. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  1216. <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')" />
  1217. <PropertyGroup>
  1218. <PreBuildEvent>wmic process where name='信号检测服务.exe' delete
  1219. wmic process where name='CPU参估服务.exe' delete
  1220. wmic process where name='GPU参估服务.exe' delete</PreBuildEvent>
  1221. </PropertyGroup>
  1222. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1223. Other similar extension points exist, see Microsoft.Common.targets.
  1224. <Target Name="BeforeBuild">
  1225. </Target>
  1226. <Target Name="AfterBuild">
  1227. </Target>
  1228. -->
  1229. </Project>