AIDiagnosisDemo.csproj 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  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. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{D3621019-8348-4CA0-AA06-5411D6FDC2C1}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>AIDiagnosisDemo</RootNamespace>
  10. <AssemblyName>AIDiagnosisDemo</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>..\Bin\AIDiagnosisDemo\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  28. <Prefer32Bit>false</Prefer32Bit>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <PlatformTarget>AnyCPU</PlatformTarget>
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>..\Bin\AIDiagnosisDemo\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  39. <Prefer32Bit>false</Prefer32Bit>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="Accord">
  43. <HintPath>..\packages\Accord.3.8.0\lib\net462\Accord.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Accord.Video">
  46. <HintPath>..\packages\Accord.Video.3.8.0\lib\net462\Accord.Video.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Accord.Video.FFMPEG.x64">
  49. <HintPath>..\packages\Accord.Video.FFMPEG.x64.3.8.0\lib\net462\Accord.Video.FFMPEG.x64.dll</HintPath>
  50. </Reference>
  51. <Reference Include="AForge">
  52. <HintPath>..\packages\AForge.2.2.5\lib\AForge.dll</HintPath>
  53. </Reference>
  54. <Reference Include="AForge.Video">
  55. <HintPath>..\packages\AForge.Video.2.2.5\lib\AForge.Video.dll</HintPath>
  56. </Reference>
  57. <Reference Include="AForge.Video.DirectShow">
  58. <HintPath>..\packages\AForge.Video.DirectShow.2.2.5\lib\AForge.Video.DirectShow.dll</HintPath>
  59. </Reference>
  60. <Reference Include="AI.Common">
  61. <HintPath>..\Depends\AI.Common.dll</HintPath>
  62. </Reference>
  63. <Reference Include="AI.DiagSystem">
  64. <HintPath>..\Depends\AI.DiagSystem.dll</HintPath>
  65. </Reference>
  66. <Reference Include="MyocardialSegmentLib">
  67. <HintPath>..\Depends\MyocardialSegmentLib.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  70. <SpecificVersion>False</SpecificVersion>
  71. <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  72. </Reference>
  73. <Reference Include="System" />
  74. <Reference Include="System.Data" />
  75. <Reference Include="System.Drawing" />
  76. <Reference Include="System.Management" />
  77. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  78. <SpecificVersion>False</SpecificVersion>
  79. <HintPath>..\packages\System.Memory.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System.Xml" />
  82. <Reference Include="Microsoft.CSharp" />
  83. <Reference Include="System.Core" />
  84. <Reference Include="System.Xml.Linq" />
  85. <Reference Include="System.Data.DataSetExtensions" />
  86. <Reference Include="System.Net.Http" />
  87. <Reference Include="System.Xaml">
  88. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  89. </Reference>
  90. <Reference Include="ThyroidSectionClassificaionLib">
  91. <HintPath>..\Depends\ThyroidSectionClassificaionLib.dll</HintPath>
  92. </Reference>
  93. <Reference Include="WindowsBase" />
  94. <Reference Include="PresentationCore" />
  95. <Reference Include="PresentationFramework" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <ApplicationDefinition Include="App.xaml">
  99. <Generator>MSBuild:Compile</Generator>
  100. <SubType>Designer</SubType>
  101. </ApplicationDefinition>
  102. <Compile Include="Service\FileVideoPlayer.cs" />
  103. <Compile Include="Service\ImageProvider.cs" />
  104. <Compile Include="Service\IPlayer.cs" />
  105. <Compile Include="Service\PlayerManager.cs" />
  106. <Compile Include="Service\VideoCapturePlayer.cs" />
  107. <Compile Include="Settings\DisplayType.cs" />
  108. <Compile Include="Settings\SettingConfig.cs" />
  109. <Compile Include="Settings\SettingProperty.cs" />
  110. <Compile Include="Settings\SourceType.cs" />
  111. <Compile Include="ViewModel\SettingPageViewModel.cs" />
  112. <Compile Include="App.xaml.cs">
  113. <DependentUpon>App.xaml</DependentUpon>
  114. <SubType>Code</SubType>
  115. </Compile>
  116. <Compile Include="Extensions\BoolToVisibilityConverterExtension.cs" />
  117. <Compile Include="Extensions\SourceTypeToStringConverterExtension.cs" />
  118. <Compile Include="GC\CpuClock.cs" />
  119. <Compile Include="GC\GcAdapter.cs" />
  120. <Compile Include="GC\GcController.cs" />
  121. <Compile Include="GC\IGcAdapter.cs" />
  122. <Compile Include="Infrastucture\BitmapHelper.cs" />
  123. <Compile Include="Infrastucture\Logger.cs" />
  124. <Compile Include="Infrastucture\MyTransform.cs" />
  125. <Compile Include="Infrastucture\Organ.cs" />
  126. <Compile Include="Infrastucture\RAMHelper.cs" />
  127. <Compile Include="Infrastucture\Roi.cs" />
  128. <Page Include="Presentation\MainWindow.xaml">
  129. <Generator>MSBuild:Compile</Generator>
  130. <SubType>Designer</SubType>
  131. </Page>
  132. <Page Include="Presentation\SettingWindow.xaml">
  133. <Generator>MSBuild:Compile</Generator>
  134. <SubType>Designer</SubType>
  135. </Page>
  136. <Page Include="Resources\Styles\Common.xaml">
  137. <Generator>MSBuild:Compile</Generator>
  138. <SubType>Designer</SubType>
  139. </Page>
  140. </ItemGroup>
  141. <ItemGroup>
  142. <Compile Include="Presentation\MainWindow.xaml.cs">
  143. <DependentUpon>MainWindow.xaml</DependentUpon>
  144. </Compile>
  145. <Compile Include="Presentation\SettingWindow.xaml.cs">
  146. <DependentUpon>SettingWindow.xaml</DependentUpon>
  147. </Compile>
  148. <Compile Include="Properties\AssemblyInfo.cs">
  149. <SubType>Code</SubType>
  150. </Compile>
  151. <Compile Include="Properties\Resources.Designer.cs">
  152. <AutoGen>True</AutoGen>
  153. <DesignTime>True</DesignTime>
  154. <DependentUpon>Resources.resx</DependentUpon>
  155. </Compile>
  156. <Compile Include="Properties\Settings.Designer.cs">
  157. <AutoGen>True</AutoGen>
  158. <DependentUpon>Settings.settings</DependentUpon>
  159. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  160. </Compile>
  161. <EmbeddedResource Include="Properties\Resources.resx">
  162. <Generator>ResXFileCodeGenerator</Generator>
  163. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  164. </EmbeddedResource>
  165. <None Include="Properties\Settings.settings">
  166. <Generator>SettingsSingleFileGenerator</Generator>
  167. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  168. </None>
  169. </ItemGroup>
  170. <ItemGroup>
  171. <None Include="App.config" />
  172. </ItemGroup>
  173. <ItemGroup>
  174. <Resource Include="App.ico" />
  175. <Resource Include="Resources\Images\Pause.png" />
  176. <Resource Include="Resources\Images\Play.png" />
  177. <Resource Include="Resources\Images\Setting.png" />
  178. </ItemGroup>
  179. <ItemGroup>
  180. <ProjectReference Include="..\AIDiagnosisSystem\AISDK\AIDiagnosisSDK\AIDiagnosisSDK.csproj">
  181. <Project>{efb630f8-88e8-4c18-a087-439cbab8a3e4}</Project>
  182. <Name>AIDiagnosisSDK</Name>
  183. </ProjectReference>
  184. <ProjectReference Include="..\AIDiagnosisSystem\AISDK\Common\AIDiagnosis.Common\AIDiagnosis.Common.csproj">
  185. <Project>{e93ba1d6-41e7-4f63-927d-d5c55ce51691}</Project>
  186. <Name>AIDiagnosis.Common</Name>
  187. </ProjectReference>
  188. <ProjectReference Include="..\AIDiagnosisSystem\AISDK\MyocardialDiagnosisSDK\MyocardialDiagnosisSDK.csproj">
  189. <Project>{62ef830a-dc98-4e77-befc-973830fd6821}</Project>
  190. <Name>MyocardialDiagnosisSDK</Name>
  191. </ProjectReference>
  192. <ProjectReference Include="..\AIDiagnosisSystem\AISDK\ThyroidClassificationSDK\ThyroidClassificationSDK.csproj">
  193. <Project>{3e7274e5-7fc9-4075-b0d9-dc9e3f9d047a}</Project>
  194. <Name>ThyroidClassificationSDK</Name>
  195. </ProjectReference>
  196. <ProjectReference Include="..\Common.Client\Common.Client.csproj">
  197. <Project>{87ee8cba-e38c-4a30-89f5-c66332ebdaca}</Project>
  198. <Name>Common.Client</Name>
  199. </ProjectReference>
  200. </ItemGroup>
  201. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  202. <PropertyGroup>
  203. <PostBuildEvent>if not exist "$(TargetDir)Networks" mkdir "$(TargetDir)Networks"
  204. copy /Y "$(SolutionDir)\Depends\*.*" "$(TargetDir)*.*"
  205. copy /Y "$(SolutionDir)\Depends\ValidModels\*.emd" "$(TargetDir)Networks\*.emd"
  206. copy /Y "$(SolutionDir)\Depends\DuplicatedDlls\*.dll" "$(TargetDir)*.*"
  207. Copy /Y "$(SolutionDir)packages\Accord.Video.FFMPEG.x64.3.8.0\build\*.dll" "$(TargetDir)*.dll"</PostBuildEvent>
  208. </PropertyGroup>
  209. </Project>