123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{D3621019-8348-4CA0-AA06-5411D6FDC2C1}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <RootNamespace>AIDiagnosisDemo</RootNamespace>
- <AssemblyName>AIDiagnosisDemo</AssemblyName>
- <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <WarningLevel>4</WarningLevel>
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
- <Deterministic>true</Deterministic>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\Bin\AIDiagnosisDemo\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..\Bin\AIDiagnosisDemo\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Accord">
- <HintPath>..\packages\Accord.3.8.0\lib\net462\Accord.dll</HintPath>
- </Reference>
- <Reference Include="Accord.Video">
- <HintPath>..\packages\Accord.Video.3.8.0\lib\net462\Accord.Video.dll</HintPath>
- </Reference>
- <Reference Include="Accord.Video.FFMPEG.x64">
- <HintPath>..\packages\Accord.Video.FFMPEG.x64.3.8.0\lib\net462\Accord.Video.FFMPEG.x64.dll</HintPath>
- </Reference>
- <Reference Include="AForge">
- <HintPath>..\packages\AForge.2.2.5\lib\AForge.dll</HintPath>
- </Reference>
- <Reference Include="AForge.Video">
- <HintPath>..\packages\AForge.Video.2.2.5\lib\AForge.Video.dll</HintPath>
- </Reference>
- <Reference Include="AForge.Video.DirectShow">
- <HintPath>..\packages\AForge.Video.DirectShow.2.2.5\lib\AForge.Video.DirectShow.dll</HintPath>
- </Reference>
- <Reference Include="AI.Common">
- <HintPath>..\Depends\AI.Common.dll</HintPath>
- </Reference>
- <Reference Include="AI.DiagSystem">
- <HintPath>..\Depends\AI.DiagSystem.dll</HintPath>
- </Reference>
- <Reference Include="MyocardialSegmentLib">
- <HintPath>..\Depends\MyocardialSegmentLib.dll</HintPath>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Management" />
- <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\packages\System.Memory.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xaml">
- <RequiredTargetFramework>4.0</RequiredTargetFramework>
- </Reference>
- <Reference Include="ThyroidSectionClassificaionLib">
- <HintPath>..\Depends\ThyroidSectionClassificaionLib.dll</HintPath>
- </Reference>
- <Reference Include="WindowsBase" />
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
- </ItemGroup>
- <ItemGroup>
- <ApplicationDefinition Include="App.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </ApplicationDefinition>
- <Compile Include="Service\FileVideoPlayer.cs" />
- <Compile Include="Service\ImageProvider.cs" />
- <Compile Include="Service\IPlayer.cs" />
- <Compile Include="Service\PlayerManager.cs" />
- <Compile Include="Service\VideoCapturePlayer.cs" />
- <Compile Include="Settings\DisplayType.cs" />
- <Compile Include="Settings\SettingConfig.cs" />
- <Compile Include="Settings\SettingProperty.cs" />
- <Compile Include="Settings\SourceType.cs" />
- <Compile Include="ViewModel\SettingPageViewModel.cs" />
- <Compile Include="App.xaml.cs">
- <DependentUpon>App.xaml</DependentUpon>
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Extensions\BoolToVisibilityConverterExtension.cs" />
- <Compile Include="Extensions\SourceTypeToStringConverterExtension.cs" />
- <Compile Include="GC\CpuClock.cs" />
- <Compile Include="GC\GcAdapter.cs" />
- <Compile Include="GC\GcController.cs" />
- <Compile Include="GC\IGcAdapter.cs" />
- <Compile Include="Infrastucture\BitmapHelper.cs" />
- <Compile Include="Infrastucture\Logger.cs" />
- <Compile Include="Infrastucture\MyTransform.cs" />
- <Compile Include="Infrastucture\Organ.cs" />
- <Compile Include="Infrastucture\RAMHelper.cs" />
- <Compile Include="Infrastucture\Roi.cs" />
- <Page Include="Presentation\MainWindow.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Presentation\SettingWindow.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Resources\Styles\Common.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Presentation\MainWindow.xaml.cs">
- <DependentUpon>MainWindow.xaml</DependentUpon>
- </Compile>
- <Compile Include="Presentation\SettingWindow.xaml.cs">
- <DependentUpon>SettingWindow.xaml</DependentUpon>
- </Compile>
- <Compile Include="Properties\AssemblyInfo.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- <Compile Include="Properties\Settings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Settings.settings</DependentUpon>
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- </Compile>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="App.ico" />
- <Resource Include="Resources\Images\Pause.png" />
- <Resource Include="Resources\Images\Play.png" />
- <Resource Include="Resources\Images\Setting.png" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\AIDiagnosisSystem\AISDK\AIDiagnosisSDK\AIDiagnosisSDK.csproj">
- <Project>{efb630f8-88e8-4c18-a087-439cbab8a3e4}</Project>
- <Name>AIDiagnosisSDK</Name>
- </ProjectReference>
- <ProjectReference Include="..\AIDiagnosisSystem\AISDK\Common\AIDiagnosis.Common\AIDiagnosis.Common.csproj">
- <Project>{e93ba1d6-41e7-4f63-927d-d5c55ce51691}</Project>
- <Name>AIDiagnosis.Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\AIDiagnosisSystem\AISDK\MyocardialDiagnosisSDK\MyocardialDiagnosisSDK.csproj">
- <Project>{62ef830a-dc98-4e77-befc-973830fd6821}</Project>
- <Name>MyocardialDiagnosisSDK</Name>
- </ProjectReference>
- <ProjectReference Include="..\AIDiagnosisSystem\AISDK\ThyroidClassificationSDK\ThyroidClassificationSDK.csproj">
- <Project>{3e7274e5-7fc9-4075-b0d9-dc9e3f9d047a}</Project>
- <Name>ThyroidClassificationSDK</Name>
- </ProjectReference>
- <ProjectReference Include="..\Common.Client\Common.Client.csproj">
- <Project>{87ee8cba-e38c-4a30-89f5-c66332ebdaca}</Project>
- <Name>Common.Client</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <PropertyGroup>
- <PostBuildEvent>if not exist "$(TargetDir)Networks" mkdir "$(TargetDir)Networks"
- copy /Y "$(SolutionDir)\Depends\*.*" "$(TargetDir)*.*"
- copy /Y "$(SolutionDir)\Depends\ValidModels\*.emd" "$(TargetDir)Networks\*.emd"
- copy /Y "$(SolutionDir)\Depends\DuplicatedDlls\*.dll" "$(TargetDir)*.*"
- Copy /Y "$(SolutionDir)packages\Accord.Video.FFMPEG.x64.3.8.0\build\*.dll" "$(TargetDir)*.dll"</PostBuildEvent>
- </PropertyGroup>
- </Project>
|