Vinno.FIS.Sonopost.csproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  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>{F77DFC56-4D10-4A51-A483-F2BCD9CAAFA4}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>Vinno.FIS.Sonopost</RootNamespace>
  11. <AssemblyName>Sonopost</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>x64</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>..\Bin\WindowsSonopost\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <PlatformTarget>x64</PlatformTarget>
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>..\Bin\WindowsSonopost\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <ApplicationManifest>app.manifest</ApplicationManifest>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="Dicom.Core">
  45. <HintPath>..\packages\Dicom\Dicom.Core.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Dicom.Native64">
  48. <HintPath>..\packages\Dicom\Dicom.Native64.dll</HintPath>
  49. </Reference>
  50. <Reference Include="System" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Drawing" />
  53. <Reference Include="System.IO.Compression.FileSystem" />
  54. <Reference Include="System.Management" />
  55. <Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>..\packages\System.Management.Automation.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System.Xml" />
  60. <Reference Include="Microsoft.CSharp" />
  61. <Reference Include="System.Core" />
  62. <Reference Include="System.Xml.Linq" />
  63. <Reference Include="System.Data.DataSetExtensions" />
  64. <Reference Include="System.Net.Http" />
  65. <Reference Include="System.Xaml">
  66. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  67. </Reference>
  68. <Reference Include="Vinno.IUS.Common">
  69. <HintPath>..\packages\Vinno.IUS.Common.dll</HintPath>
  70. </Reference>
  71. <Reference Include="WindowsBase" />
  72. <Reference Include="PresentationCore" />
  73. <Reference Include="PresentationFramework" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <ApplicationDefinition Include="App.xaml">
  77. <Generator>MSBuild:Compile</Generator>
  78. <SubType>Designer</SubType>
  79. </ApplicationDefinition>
  80. <Compile Include="Common\EnumFootToggleKey.cs" />
  81. <Compile Include="Common\EnumKeyboardKey.cs" />
  82. <Compile Include="Settings\Config\CaptureSetting.cs" />
  83. <Compile Include="Settings\Config\LanguageSetting.cs" />
  84. <Compile Include="Settings\Config\ServerInfoSetting.cs" />
  85. <Compile Include="Features\Dicom\VidInfo.cs" />
  86. <Compile Include="Helpers\DirectoryHelper.cs" />
  87. <Compile Include="Managers\Interfaces\IKeyBoardListenManager.cs" />
  88. <Compile Include="Managers\KeyBoardListenManager.cs" />
  89. <Compile Include="WebApi\BaseController.cs" />
  90. <Compile Include="WebApi\Controllers\DicomController.cs" />
  91. <Compile Include="WebApi\Controllers\LiveController.cs" />
  92. <Compile Include="WebApi\Controllers\NetworkController.cs" />
  93. <Compile Include="WebApi\Controllers\ServerController.cs" />
  94. <Compile Include="WebApi\Controllers\SystemController.cs" />
  95. <Compile Include="WebApi\Models\CaptureSettingRequest.cs" />
  96. <Compile Include="WebApi\Models\DicomFailActionRequest.cs" />
  97. <Compile Include="WebApi\Models\DicomFailListRequest.cs" />
  98. <Compile Include="WebApi\Models\DicomSonoSettingModel.cs" />
  99. <Compile Include="WebApi\Models\DicomStationSettingModel.cs" />
  100. <Compile Include="WebApi\Models\LivePreviewRequest.cs" />
  101. <Compile Include="WebApi\Models\MicDeviceInfoModel.cs" />
  102. <Compile Include="WebApi\Models\NetworkAdvanceSettingItem.cs" />
  103. <Compile Include="WebApi\Models\NetworkAdvaneSettingListModel.cs" />
  104. <Compile Include="WebApi\Models\NetworkBaseRequest.cs" />
  105. <Compile Include="WebApi\Models\NetworkConnectWifiRequest.cs" />
  106. <Compile Include="WebApi\Models\NetworkInterfaceModel.cs" />
  107. <Compile Include="WebApi\Models\NetworkWifiInfoResult.cs" />
  108. <Compile Include="WebApi\Models\NetworkWireListModel.cs" />
  109. <Compile Include="WebApi\Models\PagedListRequest.cs" />
  110. <Compile Include="WebApi\Models\PagedListResponse.cs" />
  111. <Compile Include="WebApi\Models\PhysicalUniqueIdRequest.cs" />
  112. <Compile Include="WebApi\Models\RainbowImageDetectSettingItem.cs" />
  113. <Compile Include="WebApi\Models\Result.cs" />
  114. <Compile Include="WebApi\Models\ServerLoginRequest.cs" />
  115. <Compile Include="WebApi\Models\ServerLoginResult.cs" />
  116. <Compile Include="WebApi\Models\ServerNodeRequest.cs" />
  117. <Compile Include="WebApi\Models\ServerRegisterRequest.cs" />
  118. <Compile Include="WebApi\Models\SetLanguageRequest.cs" />
  119. <Compile Include="WebApi\Models\SonoInfoModel.cs" />
  120. <Compile Include="WebApi\Models\SystemGetLogRequest.cs" />
  121. <Compile Include="WebApi\Models\VCloudLoginRequest.cs" />
  122. <Compile Include="WebApi\Models\VideoDeviceInfoModel.cs" />
  123. <Compile Include="WebApi\Models\WifiPointModel.cs" />
  124. <Compile Include="WebApi\WebApiAttribute.cs" />
  125. <Compile Include="WebApi\WebApiEngine.cs" />
  126. <Compile Include="WebHost.cs" />
  127. <Page Include="MainWindow.xaml">
  128. <Generator>MSBuild:Compile</Generator>
  129. <SubType>Designer</SubType>
  130. </Page>
  131. <Compile Include="App.xaml.cs">
  132. <DependentUpon>App.xaml</DependentUpon>
  133. <SubType>Code</SubType>
  134. </Compile>
  135. <Compile Include="Assets\ViewEngine.cs" />
  136. <Compile Include="Common\EnumLogType.cs" />
  137. <Compile Include="Common\SonopostConstants.cs" />
  138. <Compile Include="Common\UsbOperateInfo.cs" />
  139. <Compile Include="Features\AfterSales\AfterSalesTask.cs" />
  140. <Compile Include="Features\AfterSales\GetLogAfterSalesTask.cs" />
  141. <Compile Include="Features\AfterSales\PushPatchAfterSalesTask.cs" />
  142. <Compile Include="Settings\Config\DicomSetting.cs" />
  143. <Compile Include="Settings\Config\HardwareSetting.cs" />
  144. <Compile Include="Settings\Config\NetworkSetting.cs" />
  145. <Compile Include="Settings\Config\ServerSetting.cs" />
  146. <Compile Include="Settings\SonopostSystemSettingInfo.cs" />
  147. <Compile Include="Settings\SonopostUserDefinedSettingInfo.cs" />
  148. <Compile Include="Settings\Config\UpdateSetting.cs" />
  149. <Compile Include="Settings\Config\WebSetting.cs" />
  150. <Compile Include="Features\Dicom\AcceptedTypes.cs" />
  151. <Compile Include="Features\Dicom\DicomCacheDB.cs" />
  152. <Compile Include="Features\Dicom\DicomFileExtension.cs" />
  153. <Compile Include="Features\Dicom\DicomForwardQueue.cs" />
  154. <Compile Include="Features\Dicom\DicomLog.cs" />
  155. <Compile Include="Features\Dicom\DicomOperateQueue.cs" />
  156. <Compile Include="Features\Dicom\DicomUploadContext.cs" />
  157. <Compile Include="Features\Dicom\DicomUploadQueue.cs" />
  158. <Compile Include="Features\Dicom\FailedDicomFileChangedArgs.cs" />
  159. <Compile Include="Features\Dicom\PatientScanInfoHelper.cs" />
  160. <Compile Include="Features\Dicom\UploadContent.cs" />
  161. <Compile Include="Features\Dicom\VidFile.cs" />
  162. <Compile Include="Features\Dicom\VinnoDicomService.cs" />
  163. <Compile Include="Features\Dicom\VinnoExtendedDataGenerator.cs" />
  164. <Compile Include="Features\Dicom\VinnoStorage.cs" />
  165. <Compile Include="Features\Network\INamedObject.cs" />
  166. <Compile Include="Features\Network\NetworkInterfaceInfo.cs" />
  167. <Compile Include="Features\Network\NetworkInterfaceInfoParam.cs" />
  168. <Compile Include="Features\Network\ServerNetworkCheckProgress.cs" />
  169. <Compile Include="Features\Network\SetDualNetworkResult.cs" />
  170. <Compile Include="Features\Network\WirelessNetworkInterfaceInfo.cs" />
  171. <Compile Include="Features\Oled\Comm.cs" />
  172. <Compile Include="Features\Oled\MessageData.cs" />
  173. <Compile Include="Features\Oled\MessageReceiver.cs" />
  174. <Compile Include="Features\Oled\MessageSender.cs" />
  175. <Compile Include="Features\Oled\MessageVerify.cs" />
  176. <Compile Include="Features\Oled\OledMessages.cs" />
  177. <Compile Include="Features\Oled\ReceiveResult.cs" />
  178. <Compile Include="Features\Web\WebPreviewHandler.cs" />
  179. <Compile Include="Helpers\CompressHelper.cs" />
  180. <Compile Include="Helpers\DicomHelper.cs" />
  181. <Compile Include="Helpers\FileHelper.cs" />
  182. <Compile Include="Helpers\JsonHelper.cs" />
  183. <Compile Include="Helpers\SonopostLogEngine.cs" />
  184. <Compile Include="Helpers\SystemHelper.cs" />
  185. <Compile Include="Helpers\UpgradeHelper.cs" />
  186. <Compile Include="MainWindow.xaml.cs">
  187. <DependentUpon>MainWindow.xaml</DependentUpon>
  188. <SubType>Code</SubType>
  189. </Compile>
  190. </ItemGroup>
  191. <ItemGroup>
  192. <Compile Include="Managers\AfterSalesManager.cs" />
  193. <Compile Include="Managers\AppManager.cs" />
  194. <Compile Include="Managers\ConfigManager.cs" />
  195. <Compile Include="Managers\DeviceManager.cs" />
  196. <Compile Include="Managers\DicomServerManager.cs" />
  197. <Compile Include="Managers\ExternalMemoryManager.cs" />
  198. <Compile Include="Managers\FISManager.cs" />
  199. <Compile Include="Managers\Interfaces\IAfterSalesManager.cs" />
  200. <Compile Include="Managers\Interfaces\IConfigManager.cs" />
  201. <Compile Include="Managers\Interfaces\IDeviceManager.cs" />
  202. <Compile Include="Managers\Interfaces\IDicomServerManager.cs" />
  203. <Compile Include="Managers\Interfaces\IExternalMemoryManager.cs" />
  204. <Compile Include="Managers\Interfaces\IFISManager.cs" />
  205. <Compile Include="Managers\Interfaces\ILiveVideoManager.cs" />
  206. <Compile Include="Managers\Interfaces\ILoginManager.cs" />
  207. <Compile Include="Managers\Interfaces\INetworkManager.cs" />
  208. <Compile Include="Managers\Interfaces\IOledManager.cs" />
  209. <Compile Include="Managers\Interfaces\IRemedicalManager.cs" />
  210. <Compile Include="Managers\Interfaces\ISonopostManager.cs" />
  211. <Compile Include="Managers\Interfaces\ITestManager.cs" />
  212. <Compile Include="Managers\Interfaces\IVersionCheckManager.cs" />
  213. <Compile Include="Managers\LiveVideoManager.cs" />
  214. <Compile Include="Managers\LoginManager.cs" />
  215. <Compile Include="Managers\NetworkManager.cs" />
  216. <Compile Include="Managers\OledManager.cs" />
  217. <Compile Include="Managers\RemedicalManager.cs" />
  218. <Compile Include="Managers\SonopostManager.cs" />
  219. <Compile Include="Managers\TestManager.cs" />
  220. <Compile Include="Managers\VersionCheckManager.cs" />
  221. <Compile Include="Properties\AssemblyInfo.cs">
  222. <SubType>Code</SubType>
  223. </Compile>
  224. <Compile Include="Properties\Resources.Designer.cs">
  225. <AutoGen>True</AutoGen>
  226. <DesignTime>True</DesignTime>
  227. <DependentUpon>Resources.resx</DependentUpon>
  228. </Compile>
  229. <Compile Include="Properties\Settings.Designer.cs">
  230. <AutoGen>True</AutoGen>
  231. <DependentUpon>Settings.settings</DependentUpon>
  232. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  233. </Compile>
  234. <EmbeddedResource Include="Properties\Resources.resx">
  235. <Generator>ResXFileCodeGenerator</Generator>
  236. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  237. </EmbeddedResource>
  238. <None Include="..\Settings\Sonopost\Setting.json">
  239. <Link>Settings\Setting.json</Link>
  240. </None>
  241. <None Include="app.manifest" />
  242. <EmbeddedResource Include="Assets\wwwroot\css\index.less" />
  243. <EmbeddedResource Include="Assets\wwwroot\lang\en-us.json" />
  244. <EmbeddedResource Include="Assets\wwwroot\lang\zh-cn.json" />
  245. <EmbeddedResource Include="Assets\wwwroot\libs\layui\font\iconfont.eot" />
  246. <EmbeddedResource Include="Assets\wwwroot\libs\layui\font\iconfont.ttf" />
  247. <EmbeddedResource Include="Assets\wwwroot\libs\layui\font\iconfont.woff" />
  248. <EmbeddedResource Include="Assets\wwwroot\libs\layui\font\iconfont.woff2" />
  249. <EmbeddedResource Include="Assets\wwwroot\README.md" />
  250. <EmbeddedResource Include="Assets\wwwroot\lang\es-es.json" />
  251. <EmbeddedResource Include="Assets\wwwroot\lang\ru-ru.json" />
  252. <None Include="Properties\Settings.settings">
  253. <Generator>SettingsSingleFileGenerator</Generator>
  254. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  255. </None>
  256. <None Include="Resources\UploadVidTags.conf">
  257. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  258. </None>
  259. </ItemGroup>
  260. <ItemGroup>
  261. <None Include="App.config" />
  262. </ItemGroup>
  263. <ItemGroup>
  264. <EmbeddedResource Include="Assets\wwwroot\components\DeviceWsPreview.html" />
  265. <EmbeddedResource Include="Assets\wwwroot\components\NetworkAdapterItem.html" />
  266. <EmbeddedResource Include="Assets\wwwroot\components\NetworkSettingForm.html" />
  267. <EmbeddedResource Include="Assets\wwwroot\components\WifiConnectionItem.html" />
  268. <EmbeddedResource Include="Assets\wwwroot\css\index.css" />
  269. <EmbeddedResource Include="Assets\wwwroot\favicon.ico" />
  270. <EmbeddedResource Include="Assets\wwwroot\images\headlogo_h100.png" />
  271. <EmbeddedResource Include="Assets\wwwroot\images\icon\success.png" />
  272. <EmbeddedResource Include="Assets\wwwroot\images\icon\warning.png" />
  273. <EmbeddedResource Include="Assets\wwwroot\images\icon\wifi-1.png" />
  274. <EmbeddedResource Include="Assets\wwwroot\images\icon\wifi-2.png" />
  275. <EmbeddedResource Include="Assets\wwwroot\images\icon\wifi-3.png" />
  276. <EmbeddedResource Include="Assets\wwwroot\images\icon\wifi-4.png" />
  277. <EmbeddedResource Include="Assets\wwwroot\images\live-preview.png" />
  278. <EmbeddedResource Include="Assets\wwwroot\index.html" />
  279. <EmbeddedResource Include="Assets\wwwroot\js\index.js" />
  280. <EmbeddedResource Include="Assets\wwwroot\js\prepare.js" />
  281. <EmbeddedResource Include="Assets\wwwroot\libs\jquery\jquery.min.js" />
  282. <EmbeddedResource Include="Assets\wwwroot\libs\jquery\jquery.qrcode.min.js" />
  283. <EmbeddedResource Include="Assets\wwwroot\libs\layui\css\layui.css" />
  284. <EmbeddedResource Include="Assets\wwwroot\libs\layui\css\modules\code.css" />
  285. <EmbeddedResource Include="Assets\wwwroot\libs\layui\css\modules\laydate\default\laydate.css" />
  286. <EmbeddedResource Include="Assets\wwwroot\libs\layui\css\modules\layer\default\icon-ext.png" />
  287. <EmbeddedResource Include="Assets\wwwroot\libs\layui\css\modules\layer\default\icon.png" />
  288. <EmbeddedResource Include="Assets\wwwroot\libs\layui\css\modules\layer\default\layer.css" />
  289. <EmbeddedResource Include="Assets\wwwroot\libs\layui\css\modules\layer\default\loading-0.gif" />
  290. <EmbeddedResource Include="Assets\wwwroot\libs\layui\css\modules\layer\default\loading-1.gif" />
  291. <EmbeddedResource Include="Assets\wwwroot\libs\layui\css\modules\layer\default\loading-2.gif" />
  292. <EmbeddedResource Include="Assets\wwwroot\libs\layui\font\iconfont.svg" />
  293. <EmbeddedResource Include="Assets\wwwroot\libs\layui\layui.js" />
  294. <EmbeddedResource Include="Assets\wwwroot\pages\404.html" />
  295. <EmbeddedResource Include="Assets\wwwroot\pages\dicom\capture.html" />
  296. <EmbeddedResource Include="Assets\wwwroot\pages\dicom\clearcache.html" />
  297. <EmbeddedResource Include="Assets\wwwroot\pages\dicom\faillist.html" />
  298. <EmbeddedResource Include="Assets\wwwroot\pages\dicom\sono.html" />
  299. <EmbeddedResource Include="Assets\wwwroot\pages\dicom\station.html" />
  300. <EmbeddedResource Include="Assets\wwwroot\pages\live\camera01.html" />
  301. <EmbeddedResource Include="Assets\wwwroot\pages\live\camera02.html" />
  302. <EmbeddedResource Include="Assets\wwwroot\pages\live\mic.html" />
  303. <EmbeddedResource Include="Assets\wwwroot\pages\live\sono.html" />
  304. <EmbeddedResource Include="Assets\wwwroot\pages\network\advance.html" />
  305. <EmbeddedResource Include="Assets\wwwroot\pages\network\dns.html" />
  306. <EmbeddedResource Include="Assets\wwwroot\pages\network\wifi.html" />
  307. <EmbeddedResource Include="Assets\wwwroot\pages\network\wire.html" />
  308. <EmbeddedResource Include="Assets\wwwroot\pages\server\login.html" />
  309. <EmbeddedResource Include="Assets\wwwroot\pages\server\networkcheck.html" />
  310. <EmbeddedResource Include="Assets\wwwroot\pages\system\deletesetting.html" />
  311. <EmbeddedResource Include="Assets\wwwroot\pages\system\log.html" />
  312. <EmbeddedResource Include="Assets\wwwroot\pages\system\oledlang.html" />
  313. <EmbeddedResource Include="Assets\wwwroot\pages\system\rainbowimage.html" />
  314. <EmbeddedResource Include="Assets\wwwroot\pages\system\recover.html" />
  315. <EmbeddedResource Include="Assets\wwwroot\pages\system\restart.html" />
  316. <EmbeddedResource Include="Assets\wwwroot\pages\server\vcloudloginmode.html" />
  317. <EmbeddedResource Include="Assets\wwwroot\pages\system\version.html" />
  318. <EmbeddedResource Include="Resources\wifi_1.png" />
  319. <EmbeddedResource Include="Resources\wifi_2.png" />
  320. <EmbeddedResource Include="Resources\wifi_3.png" />
  321. <EmbeddedResource Include="Resources\wifi_4.png" />
  322. </ItemGroup>
  323. <ItemGroup>
  324. <ProjectReference Include="..\FISSDK\FISIMPL\FISIMPL.csproj">
  325. <Project>{7d25dcea-5efa-4b63-bd4d-e167948373ce}</Project>
  326. <Name>FISIMPL</Name>
  327. </ProjectReference>
  328. <ProjectReference Include="..\FISSDK\FISSDK\FISLib.csproj">
  329. <Project>{037668f3-4588-4ddb-9cae-eb002a467981}</Project>
  330. <Name>FISLib</Name>
  331. </ProjectReference>
  332. <ProjectReference Include="..\Vinno.FIS.Sonopost.Common\Vinno.FIS.Sonopost.Common.csproj">
  333. <Project>{c55f89f8-bd6f-4343-8039-bbb2a3482cb5}</Project>
  334. <Name>Vinno.FIS.Sonopost.Common</Name>
  335. </ProjectReference>
  336. <ProjectReference Include="..\Vinno.FIS.Sonopost.Wireless\Vinno.FIS.Sonopost.Wireless.csproj">
  337. <Project>{115e0a13-31ab-4115-939a-e4a1887ab7dc}</Project>
  338. <Name>Vinno.FIS.Sonopost.Wireless</Name>
  339. </ProjectReference>
  340. <ProjectReference Include="..\Vinno.vCloud.FIS.CrossPlatform.Windows\Vinno.vCloud.FIS.CrossPlatform.Windows.csproj">
  341. <Project>{6f10a9be-760e-4f89-94ac-9db43a8d1ec2}</Project>
  342. <Name>Vinno.vCloud.FIS.CrossPlatform.Windows</Name>
  343. </ProjectReference>
  344. </ItemGroup>
  345. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  346. <PropertyGroup>
  347. <PostBuildEvent>if not exist "$(TargetDir)x64" mkdir "$(TargetDir)x64"
  348. if not exist "$(TargetDir)TRTC" mkdir "$(TargetDir)TRTC"
  349. if not exist "$(TargetDir)Settings" mkdir "$(TargetDir)Settings"
  350. if not exist "$(TargetDir)Settings\Sonopost" XCopy /Y /E /R $(SolutionDir)Settings\Sonopost\* $(TargetDir)Settings\Sonopost\*
  351. XCopy /E/Y/R "$(SolutionDir)packages\SQLitePCLRaw.lib.e_sqlite3.2.0.3\runtimes\win10-x64\*" "$(TargetDir)runtimes\win10-x64\*"
  352. XCopy /E/Y/R "$(SolutionDir)packages\SQLitePCLRaw.lib.e_sqlite3.2.0.3\runtimes\win-x64\*" "$(TargetDir)runtimes\win-x64\*"
  353. Copy /Y "$(SolutionDir)packages\SmartStreamingSDK\Windows\x64\*.*" "$(TargetDir)x64\*.*"
  354. Copy /Y "$(SolutionDir)packages\TRTC\Win64\lib\*.*" "$(TargetDir)TRTC\*.*"
  355. Copy /Y "$(SolutionDir)packages\Lennox.LibYuvSharp.1.1.2\runtimes\win-x64\native\libyuv_internal.dll" "$(TargetDir)libyuv_internal.dll"
  356. Copy /Y "$(SolutionDir)Bin\Vinno.FIS.TRTCClient\*.*" "$(TargetDir)*.*"
  357. Move "$(TargetDir)ManageLiteAV.dll" "$(TargetDir)TRTC\ManageLiteAV.dll"
  358. Move "$(TargetDir)ManageLiteAV.xml" "$(TargetDir)TRTC\ManageLiteAV.xml"
  359. Copy /Y "$(SolutionDir)Settings\FISSDK\FISServerSettings.conf" "$(TargetDir)\FISServerSettings.conf"
  360. Copy /Y "$(SolutionDir)Settings\FISSDK\FISServerSettingsV2.conf" "$(TargetDir)\FISServerSettingsV2.conf"</PostBuildEvent>
  361. </PropertyGroup>
  362. </Project>