FISSDKDemoV2.csproj 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <RestoreProjectStyle>PackageReference</RestoreProjectStyle>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{8C7D2F33-5577-49DD-924A-D2AFC5B1B185}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>FISSDKDemoV2</RootNamespace>
  11. <AssemblyName>FISSDKDemoV2</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  17. <Deterministic>true</Deterministic>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>AnyCPU</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>..\..\Bin\FISSDKDemoV2\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <Prefer32Bit>false</Prefer32Bit>
  29. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>..\..\Bin\FISSDKDemoV2\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <Prefer32Bit>false</Prefer32Bit>
  40. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  41. </PropertyGroup>
  42. <PropertyGroup />
  43. <PropertyGroup>
  44. <ApplicationIcon>Resource\Image\Icon.ico</ApplicationIcon>
  45. </PropertyGroup>
  46. <ItemGroup>
  47. <Reference Include="Accord">
  48. <HintPath>..\..\packages\Accord.3.8.0\lib\net462\Accord.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Accord.Video">
  51. <HintPath>..\..\packages\Accord.Video.3.8.0\lib\net462\Accord.Video.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Accord.Video.FFMPEG.x64">
  54. <HintPath>..\..\packages\Accord.Video.FFMPEG.x64.3.8.0\lib\net462\Accord.Video.FFMPEG.x64.dll</HintPath>
  55. </Reference>
  56. <Reference Include="EasyHook">
  57. <HintPath>..\..\packages\EasyHook\EasyHook.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Microsoft.CSharp" />
  60. <Reference Include="SharpDX">
  61. <HintPath>..\..\packages\SharpDX\SharpDX.dll</HintPath>
  62. </Reference>
  63. <Reference Include="SharpDX.Direct3D11">
  64. <HintPath>..\..\packages\SharpDX\SharpDX.Direct3D11.dll</HintPath>
  65. </Reference>
  66. <Reference Include="SharpDX.Direct3D9">
  67. <HintPath>..\..\packages\SharpDX\SharpDX.Direct3D9.dll</HintPath>
  68. </Reference>
  69. <Reference Include="SharpDX.DXGI">
  70. <HintPath>..\..\packages\SharpDX\SharpDX.DXGI.dll</HintPath>
  71. </Reference>
  72. <Reference Include="SharpDX.Mathematics">
  73. <HintPath>..\..\packages\SharpDX\SharpDX.Mathematics.dll</HintPath>
  74. </Reference>
  75. <Reference Include="SQLite-net, Version=1.7.335.0, Culture=neutral, processorArchitecture=MSIL">
  76. <SpecificVersion>False</SpecificVersion>
  77. <HintPath>..\..\packages\sqlite-net-pcl\1.7.335\lib\netstandard2.0\SQLite-net.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System" />
  80. <Reference Include="System.Drawing" />
  81. <Reference Include="System.Management" />
  82. <Reference Include="System.Xaml" />
  83. <Reference Include="System.Xml" />
  84. <Reference Include="WindowsBase" />
  85. <Reference Include="PresentationCore" />
  86. <Reference Include="PresentationFramework" />
  87. <Reference Include="zxing">
  88. <HintPath>..\..\packages\ZXing.2.1.1\lib\net20\zxing.dll</HintPath>
  89. </Reference>
  90. </ItemGroup>
  91. <ItemGroup>
  92. <ApplicationDefinition Include="App.xaml">
  93. <Generator>MSBuild:Compile</Generator>
  94. <SubType>Designer</SubType>
  95. </ApplicationDefinition>
  96. <Compile Include="AfterSalesImplement\ExecutePrinterSettingTask.cs" />
  97. <Compile Include="AfterSalesImplement\ExecuteProbeApplicationSettingTask.cs" />
  98. <Compile Include="AfterSalesImplement\ExecuteProbeApplicationTask.cs" />
  99. <Compile Include="AfterSalesImplement\ExecuteSystemSettingTask.cs" />
  100. <Compile Include="AfterSalesImplement\GetDeviceScreenShotTask.cs" />
  101. <Compile Include="AfterSalesImplement\GetLogTask.cs" />
  102. <Compile Include="AfterSalesImplement\PushPatchTask.cs" />
  103. <Compile Include="AfterSalesImplement\RunExecuteApiTask.cs" />
  104. <Compile Include="AfterSalesImplement\UpdateMonitorRGBTask.cs" />
  105. <Compile Include="Database\Entity\ExamImageInfo.cs" />
  106. <Compile Include="Database\Entity\ExamInfo.cs" />
  107. <Compile Include="Database\Entity\PatientInfo.cs" />
  108. <Compile Include="Database\Entity\EntityBase.cs" />
  109. <Compile Include="Database\IRespository\IDatabaseService.cs" />
  110. <Compile Include="Database\IRespository\IExamImageInfoDatabaseService.cs" />
  111. <Compile Include="Database\IRespository\IExamInfoDatabaseService.cs" />
  112. <Compile Include="Database\IRespository\IPatientInfoDatabaseService.cs" />
  113. <Compile Include="Database\IRespository\IRespositoryBase.cs" />
  114. <Compile Include="Database\Respository\ExamImageInfoDatabaseService.cs" />
  115. <Compile Include="Database\Respository\ExamInfoDatabaseService.cs" />
  116. <Compile Include="Database\Respository\PatientInfoDatabaseService.cs" />
  117. <Compile Include="Database\Respository\RespositoryBase.cs" />
  118. <Compile Include="Extension\AgeUnitsDescriptionConverterExtension.cs" />
  119. <Compile Include="Extension\GestationalAgeOriginEnumDescriptionConverterExtension.cs" />
  120. <Compile Include="Extension\RevertBoolConverterExtension.cs" />
  121. <Compile Include="Extension\SexDescriptionConverterExtension.cs" />
  122. <Compile Include="Extension\SpeciesDescriptionConverterExtension.cs" />
  123. <Compile Include="Helper\ConverterHelper.cs" />
  124. <Compile Include="Helper\DefaultFileHelper.cs" />
  125. <Compile Include="Helper\HardwareHelper.cs" />
  126. <Compile Include="Helper\EnumHelper.cs" />
  127. <Compile Include="Helper\QRCodeHelper.cs" />
  128. <Compile Include="Helper\SqlHelper.cs" />
  129. <Compile Include="Helper\VideoHelper.cs" />
  130. <Compile Include="Manager\DatabaseManager.cs" />
  131. <Compile Include="Manager\FISManager.cs" />
  132. <Compile Include="Manager\WindowManager.cs" />
  133. <Compile Include="Model\AfterSales\ApiInfo.cs" />
  134. <Compile Include="Model\AfterSales\ApplicationSettingInfo.cs" />
  135. <Compile Include="Model\AfterSales\ApplicationSettingInfoDTO.cs" />
  136. <Compile Include="Model\AfterSales\ControlParameterDTO.cs" />
  137. <Compile Include="Model\AfterSales\ProbeApplicationInfo.cs" />
  138. <Compile Include="Model\AfterSales\ProbeApplicationInfoDTO.cs" />
  139. <Compile Include="Model\AfterSales\ProbeInfo.cs" />
  140. <Compile Include="Model\AfterSales\ProbeInfoDTO.cs" />
  141. <Compile Include="Model\AutoLine.cs" />
  142. <Compile Include="Model\D3D9WindowCapturer.cs" />
  143. <Compile Include="Model\DefaultFile.cs" />
  144. <Compile Include="Model\FISSDKDemoSettingInfo.cs" />
  145. <Compile Include="Model\GC\CpuClock.cs" />
  146. <Compile Include="Model\GC\GcAdapter.cs" />
  147. <Compile Include="Model\GC\GcController.cs" />
  148. <Compile Include="Model\GC\IGcAdapter.cs" />
  149. <Compile Include="Model\Generator\GestationalAgeOriginEnum.cs" />
  150. <Compile Include="Model\Generator\GestationalAgeOriginEnumGenerator.cs" />
  151. <Compile Include="Model\Generator\SpeciesGenerator.cs" />
  152. <Compile Include="Model\Log\GCLogEngine.cs" />
  153. <Compile Include="Model\Log\GCLogger.cs" />
  154. <Compile Include="Model\Generator\AgeUnitsGenerator.cs" />
  155. <Compile Include="Model\Generator\SexGenerator.cs" />
  156. <Compile Include="Model\MeasuredFeature.cs" />
  157. <Compile Include="Model\MeasuredValue.cs" />
  158. <Compile Include="Model\PatientScanTypeEnum.cs" />
  159. <Compile Include="Page\AddPatientPage.xaml.cs">
  160. <DependentUpon>AddPatientPage.xaml</DependentUpon>
  161. </Compile>
  162. <Compile Include="Page\CameraPreviewPage.xaml.cs">
  163. <DependentUpon>CameraPreviewPage.xaml</DependentUpon>
  164. </Compile>
  165. <Compile Include="Page\CloudExamManagePage.xaml.cs">
  166. <DependentUpon>CloudExamManagePage.xaml</DependentUpon>
  167. </Compile>
  168. <Compile Include="Page\ConsultationLiveOutputPage.xaml.cs">
  169. <DependentUpon>ConsultationLiveOutputPage.xaml</DependentUpon>
  170. </Compile>
  171. <Compile Include="Page\PatientManagePage.xaml.cs">
  172. <DependentUpon>PatientManagePage.xaml</DependentUpon>
  173. </Compile>
  174. <Compile Include="Page\SelectExamImagePage.xaml.cs">
  175. <DependentUpon>SelectExamImagePage.xaml</DependentUpon>
  176. </Compile>
  177. <Compile Include="Page\SystemConfigPage.xaml.cs">
  178. <DependentUpon>SystemConfigPage.xaml</DependentUpon>
  179. </Compile>
  180. <Compile Include="ViewModel\AddPatientPageViewModel.cs" />
  181. <Compile Include="ViewModel\BasicPatientInfoViewModel.cs" />
  182. <Compile Include="ViewModel\CameraPreviewPageViewModel.cs" />
  183. <Compile Include="ViewModel\CloudExamManageViewModel.cs" />
  184. <Compile Include="ViewModel\ExamInfoViewModel.cs" />
  185. <Compile Include="ViewModel\GynaecologyInfoViewModel.cs" />
  186. <Compile Include="ViewModel\HeartInfoViewModel.cs" />
  187. <Compile Include="ViewModel\ListBoxExamImageViewModel.cs" />
  188. <Compile Include="ViewModel\MainWindowViewModel.cs" />
  189. <Compile Include="ViewModel\ObstetricsInfoViewModel.cs" />
  190. <Compile Include="ViewModel\PatientInfoViewModel.cs" />
  191. <Compile Include="ViewModel\PatientManagePageViewModel.cs" />
  192. <Compile Include="ViewModel\RoutineInfoViewModel.cs" />
  193. <Compile Include="ViewModel\SelectExamImagePageViewModel.cs" />
  194. <Compile Include="ViewModel\ServerViewModel.cs" />
  195. <Compile Include="ViewModel\SystemConfigPageViewModel.cs" />
  196. <Compile Include="ViewModel\UrologyInfoViewModel.cs" />
  197. <Page Include="Common\GroupListbox.xaml">
  198. <Generator>MSBuild:Compile</Generator>
  199. <SubType>Designer</SubType>
  200. </Page>
  201. <Page Include="Component\LoadDialog.xaml">
  202. <Generator>MSBuild:Compile</Generator>
  203. <SubType>Designer</SubType>
  204. </Page>
  205. <Page Include="MainWindow.xaml">
  206. <Generator>MSBuild:Compile</Generator>
  207. <SubType>Designer</SubType>
  208. </Page>
  209. <Compile Include="App.xaml.cs">
  210. <DependentUpon>App.xaml</DependentUpon>
  211. <SubType>Code</SubType>
  212. </Compile>
  213. <Compile Include="Common\ButtonCommand.cs" />
  214. <Compile Include="Common\CommandBase.cs" />
  215. <Compile Include="Common\NotificationObject.cs" />
  216. <Compile Include="Common\RelayCommand.cs" />
  217. <Compile Include="Common\ViewModelBase.cs" />
  218. <Compile Include="Component\LoadDialog.xaml.cs">
  219. <DependentUpon>LoadDialog.xaml</DependentUpon>
  220. </Compile>
  221. <Compile Include="Extension\BoolToVisibilityConverterExtension.cs" />
  222. <Compile Include="Extension\ExamImageIconConverterExtension.cs" />
  223. <Compile Include="Extension\IdentityCardPrivacyProtectionConverterExtension.cs" />
  224. <Compile Include="Extension\InsuranceCodePrivacyProtectionConverterExtension.cs" />
  225. <Compile Include="Extension\NamePrivacyProtectionConverterExtension.cs" />
  226. <Compile Include="Extension\PhonePrivacyProtectionConverterExtension.cs" />
  227. <Compile Include="Model\Log\DefaultLogEngine.cs" />
  228. <Compile Include="Helper\LoadDialogHelper.cs" />
  229. <Compile Include="Model\Log\LogEngine.cs" />
  230. <Compile Include="Model\Log\Logger.cs" />
  231. <Compile Include="Model\Log\LogLevel.cs" />
  232. <Compile Include="MainWindow.xaml.cs">
  233. <DependentUpon>MainWindow.xaml</DependentUpon>
  234. <SubType>Code</SubType>
  235. </Compile>
  236. <Page Include="Page\AddPatientPage.xaml">
  237. <Generator>MSBuild:Compile</Generator>
  238. <SubType>Designer</SubType>
  239. </Page>
  240. <Page Include="Page\CameraPreviewPage.xaml">
  241. <SubType>Designer</SubType>
  242. <Generator>MSBuild:Compile</Generator>
  243. </Page>
  244. <Page Include="Page\CloudExamManagePage.xaml">
  245. <Generator>MSBuild:Compile</Generator>
  246. <SubType>Designer</SubType>
  247. </Page>
  248. <Page Include="Page\ConsultationLiveOutputPage.xaml">
  249. <Generator>MSBuild:Compile</Generator>
  250. <SubType>Designer</SubType>
  251. </Page>
  252. <Page Include="Page\PatientManagePage.xaml">
  253. <Generator>MSBuild:Compile</Generator>
  254. <SubType>Designer</SubType>
  255. </Page>
  256. <Page Include="Page\SelectExamImagePage.xaml">
  257. <Generator>MSBuild:Compile</Generator>
  258. <SubType>Designer</SubType>
  259. </Page>
  260. <Page Include="Page\SystemConfigPage.xaml">
  261. <Generator>MSBuild:Compile</Generator>
  262. <SubType>Designer</SubType>
  263. </Page>
  264. <Page Include="Resource\Style\BaseStyle.xaml">
  265. <Generator>MSBuild:Compile</Generator>
  266. <SubType>Designer</SubType>
  267. </Page>
  268. <Page Include="Resource\Style\Bootstrap.xaml">
  269. <Generator>MSBuild:Compile</Generator>
  270. <SubType>Designer</SubType>
  271. </Page>
  272. <Page Include="Resource\Style\Border.xaml">
  273. <Generator>MSBuild:Compile</Generator>
  274. <SubType>Designer</SubType>
  275. </Page>
  276. <Page Include="Resource\Style\Button.xaml">
  277. <Generator>MSBuild:Compile</Generator>
  278. <SubType>Designer</SubType>
  279. </Page>
  280. <Page Include="Resource\Style\Colors.xaml">
  281. <Generator>MSBuild:Compile</Generator>
  282. <SubType>Designer</SubType>
  283. </Page>
  284. <Page Include="Resource\Style\ComboBox.xaml">
  285. <Generator>MSBuild:Compile</Generator>
  286. <SubType>Designer</SubType>
  287. </Page>
  288. <Page Include="Resource\Style\DataGrid.xaml">
  289. <Generator>MSBuild:Compile</Generator>
  290. <SubType>Designer</SubType>
  291. </Page>
  292. <Page Include="Resource\Style\DatePicker.xaml">
  293. <Generator>MSBuild:Compile</Generator>
  294. <SubType>Designer</SubType>
  295. </Page>
  296. <Page Include="Resource\Style\Fonts.xaml">
  297. <Generator>MSBuild:Compile</Generator>
  298. <SubType>Designer</SubType>
  299. </Page>
  300. <Page Include="Resource\Style\FormControl.xaml">
  301. <Generator>MSBuild:Compile</Generator>
  302. <SubType>Designer</SubType>
  303. </Page>
  304. <Page Include="Resource\Style\Glyphicons.xaml">
  305. <Generator>MSBuild:Compile</Generator>
  306. <SubType>Designer</SubType>
  307. </Page>
  308. <Page Include="Resource\Style\IconFonts.xaml">
  309. <Generator>MSBuild:Compile</Generator>
  310. <SubType>Designer</SubType>
  311. </Page>
  312. <Page Include="Resource\Style\InputGroup.xaml">
  313. <Generator>MSBuild:Compile</Generator>
  314. <SubType>Designer</SubType>
  315. </Page>
  316. <Page Include="Resource\Style\Label.xaml">
  317. <Generator>MSBuild:Compile</Generator>
  318. <SubType>Designer</SubType>
  319. </Page>
  320. <Page Include="Resource\Style\ListBox.xaml">
  321. <Generator>MSBuild:Compile</Generator>
  322. <SubType>Designer</SubType>
  323. </Page>
  324. <Page Include="Resource\Style\Panel.xaml">
  325. <Generator>MSBuild:Compile</Generator>
  326. <SubType>Designer</SubType>
  327. </Page>
  328. <Page Include="Resource\Style\Path.xaml">
  329. <Generator>MSBuild:Compile</Generator>
  330. <SubType>Designer</SubType>
  331. </Page>
  332. <Page Include="Resource\Style\ProgressBar.xaml">
  333. <Generator>MSBuild:Compile</Generator>
  334. <SubType>Designer</SubType>
  335. </Page>
  336. <Page Include="Resource\Style\ScrollViewer.xaml">
  337. <Generator>MSBuild:Compile</Generator>
  338. <SubType>Designer</SubType>
  339. </Page>
  340. <Page Include="Resource\Style\Sizes.xaml">
  341. <Generator>MSBuild:Compile</Generator>
  342. <SubType>Designer</SubType>
  343. </Page>
  344. <Page Include="Resource\Style\Slider.xaml">
  345. <Generator>MSBuild:Compile</Generator>
  346. <SubType>Designer</SubType>
  347. </Page>
  348. <Page Include="Resource\Style\TabControl.xaml">
  349. <Generator>MSBuild:Compile</Generator>
  350. <SubType>Designer</SubType>
  351. </Page>
  352. <Page Include="Resource\Style\TextBlock.xaml">
  353. <Generator>MSBuild:Compile</Generator>
  354. <SubType>Designer</SubType>
  355. </Page>
  356. <Page Include="Resource\Style\TextBox.xaml">
  357. <Generator>MSBuild:Compile</Generator>
  358. <SubType>Designer</SubType>
  359. </Page>
  360. <Page Include="Resource\Style\Window.xaml">
  361. <Generator>MSBuild:Compile</Generator>
  362. <SubType>Designer</SubType>
  363. </Page>
  364. </ItemGroup>
  365. <ItemGroup>
  366. <Compile Include="Properties\AssemblyInfo.cs">
  367. <SubType>Code</SubType>
  368. </Compile>
  369. <Compile Include="Properties\Resources.Designer.cs">
  370. <AutoGen>True</AutoGen>
  371. <DesignTime>True</DesignTime>
  372. <DependentUpon>Resources.resx</DependentUpon>
  373. </Compile>
  374. <Compile Include="Properties\Settings.Designer.cs">
  375. <AutoGen>True</AutoGen>
  376. <DependentUpon>Settings.settings</DependentUpon>
  377. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  378. </Compile>
  379. <EmbeddedResource Include="Properties\Resources.resx">
  380. <Generator>ResXFileCodeGenerator</Generator>
  381. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  382. </EmbeddedResource>
  383. <None Include="Properties\Settings.settings">
  384. <Generator>SettingsSingleFileGenerator</Generator>
  385. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  386. </None>
  387. <None Include="FISSDKDemoSettings.json">
  388. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  389. </None>
  390. <Resource Include="Resource\iconfont.ttf" />
  391. </ItemGroup>
  392. <ItemGroup>
  393. <None Include="App.config" />
  394. </ItemGroup>
  395. <ItemGroup>
  396. <Resource Include="Resource\Image\logo.png" />
  397. </ItemGroup>
  398. <ItemGroup>
  399. <Resource Include="Resource\Image\Icon.ico" />
  400. </ItemGroup>
  401. <ItemGroup>
  402. <SplashScreen Include="Resource\Image\Loading.png" />
  403. </ItemGroup>
  404. <ItemGroup>
  405. <ProjectReference Include="..\FISSDK\FISLib.csproj">
  406. <Project>{a5c5f7bc-e160-4d5a-b547-8f1dbfdcf976}</Project>
  407. <Name>FISLib</Name>
  408. </ProjectReference>
  409. </ItemGroup>
  410. <ItemGroup>
  411. <None Include="Resource\ApiInfo.json">
  412. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  413. </None>
  414. <None Include="Resource\ProbeApplicationInfo.json">
  415. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  416. </None>
  417. <Content Include="Resource\Test.mp4">
  418. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  419. </Content>
  420. </ItemGroup>
  421. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  422. <PropertyGroup>
  423. <PostBuildEvent>XCopy /Y /E /R $(SolutionDir)Bin\FIS\* $(TargetDir)FIS\*
  424. if exist "$(TargetDir)FIS\ManageLiteAV.dll" Move "$(TargetDir)FIS\ManageLiteAV.dll" "$(TargetDir)FIS\TRTC\ManageLiteAV.dll"
  425. if exist "$(TargetDir)FIS\ManageLiteAV.xml"Move "$(TargetDir)FIS\ManageLiteAV.xml" "$(TargetDir)FIS\TRTC\ManageLiteAV.xml"
  426. XCopy /E/Y/R $(SolutionDir)packages\SQLitePCLRaw.lib.e_sqlite3.2.0.3\runtimes\* $(TargetDir)runtimes\*
  427. Copy /Y "$(SolutionDir)packages\SQLitePCLRaw.bundle.green.2.0.3\lib\net461\*.dll" "$(TargetDir)*.dll"
  428. Copy /Y "$(SolutionDir)packages\SQLitePCLRaw.core.2.0.3\lib\netstandard2.0\*.dll" "$(TargetDir)*.dll"
  429. Copy /Y "$(SolutionDir)packages\SQLitePCLRaw.provider.dynamic_cdecl.2.0.3\2.0.3\lib\netstandard2.0\*.dll" "$(TargetDir)*.dll"
  430. Copy /Y "$(SolutionDir)packages\EasyHook\EasyHook64.dll" "$(TargetDir)EasyHook64.dll"
  431. Copy /Y "$(SolutionDir)packages\Accord.Video.FFMPEG.x64.3.8.0\build\*.dll" "$(TargetDir)*.dll"</PostBuildEvent>
  432. </PropertyGroup>
  433. </Project>