UsHepatoRenalRatioDetectDemo.csproj 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\Microsoft.ML.OnnxRuntime.1.12.1\build\netstandard2.0\Microsoft.ML.OnnxRuntime.props" Condition="Exists('..\packages\Microsoft.ML.OnnxRuntime.1.12.1\build\netstandard2.0\Microsoft.ML.OnnxRuntime.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">x64</Platform>
  8. <ProjectGuid>{DE6E6259-49C5-4713-8DAC-22647031BABD}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>UsHepatoRenalRatioDetectDemo</RootNamespace>
  11. <AssemblyName>UsHepatoRenalRatioDetectDemo</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</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. <NuGetPackageImportStamp>
  19. </NuGetPackageImportStamp>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  22. <PlatformTarget>x64</PlatformTarget>
  23. <OutputPath>..\Bin\</OutputPath>
  24. </PropertyGroup>
  25. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  26. <OutputPath>..\Bin\</OutputPath>
  27. <PlatformTarget>x64</PlatformTarget>
  28. </PropertyGroup>
  29. <ItemGroup>
  30. <Reference Include="Accord, Version=3.8.2.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL">
  31. <HintPath>..\packages\Accord.3.8.2-alpha\lib\net462\Accord.dll</HintPath>
  32. </Reference>
  33. <Reference Include="Accord.Video, Version=3.8.2.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL">
  34. <HintPath>..\packages\Accord.Video.3.8.2-alpha\lib\net462\Accord.Video.dll</HintPath>
  35. </Reference>
  36. <Reference Include="Accord.Video.DirectShow, Version=3.8.2.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL">
  37. <HintPath>..\packages\Accord.Video.DirectShow.3.8.2-alpha\lib\net462\Accord.Video.DirectShow.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Accord.Video.FFMPEG.x64, Version=3.8.2.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=AMD64">
  40. <HintPath>..\packages\Accord.Video.FFMPEG.x64.3.8.2-alpha\lib\net462\Accord.Video.FFMPEG.x64.dll</HintPath>
  41. </Reference>
  42. <Reference Include="AI.Common">
  43. <HintPath>..\Bin\AI.Common.dll</HintPath>
  44. </Reference>
  45. <Reference Include="ImageShowUtilsLib">
  46. <HintPath>..\Bin\ImageShowUtilsLib.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Microsoft.ML.OnnxRuntime, Version=0.0.0.0, Culture=neutral, PublicKeyToken=f27f157f0a5b7bb6, processorArchitecture=MSIL">
  49. <HintPath>..\packages\Microsoft.ML.OnnxRuntime.Managed.1.12.1\lib\netstandard2.0\Microsoft.ML.OnnxRuntime.dll</HintPath>
  50. </Reference>
  51. <Reference Include="System" />
  52. <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  53. <HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  54. </Reference>
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Drawing" />
  57. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  58. <HintPath>..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll</HintPath>
  59. </Reference>
  60. <Reference Include="System.Numerics" />
  61. <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  62. <HintPath>..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  63. </Reference>
  64. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  65. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  66. </Reference>
  67. <Reference Include="System.Xml" />
  68. <Reference Include="Microsoft.CSharp" />
  69. <Reference Include="System.Core" />
  70. <Reference Include="System.Xml.Linq" />
  71. <Reference Include="System.Data.DataSetExtensions" />
  72. <Reference Include="System.Net.Http" />
  73. <Reference Include="System.Xaml">
  74. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  75. </Reference>
  76. <Reference Include="WindowsBase" />
  77. <Reference Include="PresentationCore" />
  78. <Reference Include="PresentationFramework" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <ApplicationDefinition Include="App.xaml">
  82. <Generator>MSBuild:Compile</Generator>
  83. <SubType>Designer</SubType>
  84. </ApplicationDefinition>
  85. <Page Include="ImageCanvas.xaml">
  86. <SubType>Designer</SubType>
  87. <Generator>MSBuild:Compile</Generator>
  88. </Page>
  89. <Page Include="MainWindow.xaml">
  90. <Generator>MSBuild:Compile</Generator>
  91. <SubType>Designer</SubType>
  92. </Page>
  93. <Compile Include="App.xaml.cs">
  94. <DependentUpon>App.xaml</DependentUpon>
  95. <SubType>Code</SubType>
  96. </Compile>
  97. <Compile Include="ImageCanvas.xaml.cs">
  98. <DependentUpon>ImageCanvas.xaml</DependentUpon>
  99. </Compile>
  100. <Compile Include="MainWindow.xaml.cs">
  101. <DependentUpon>MainWindow.xaml</DependentUpon>
  102. <SubType>Code</SubType>
  103. </Compile>
  104. </ItemGroup>
  105. <ItemGroup>
  106. <Compile Include="Properties\AssemblyInfo.cs">
  107. <SubType>Code</SubType>
  108. </Compile>
  109. <Compile Include="Properties\Resources.Designer.cs">
  110. <AutoGen>True</AutoGen>
  111. <DesignTime>True</DesignTime>
  112. <DependentUpon>Resources.resx</DependentUpon>
  113. </Compile>
  114. <Compile Include="Properties\Settings.Designer.cs">
  115. <AutoGen>True</AutoGen>
  116. <DependentUpon>Settings.settings</DependentUpon>
  117. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  118. </Compile>
  119. <EmbeddedResource Include="Properties\Resources.resx">
  120. <Generator>ResXFileCodeGenerator</Generator>
  121. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  122. </EmbeddedResource>
  123. <None Include="packages.config" />
  124. <None Include="Properties\Settings.settings">
  125. <Generator>SettingsSingleFileGenerator</Generator>
  126. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  127. </None>
  128. </ItemGroup>
  129. <ItemGroup>
  130. <None Include="App.config" />
  131. </ItemGroup>
  132. <ItemGroup>
  133. <ProjectReference Include="..\UsHepatoRenalRatioDetectLib\UsHepatoRenalRatioDetectLib.csproj">
  134. <Project>{cbf8079c-ef96-49f4-a4fe-e3dae417e502}</Project>
  135. <Name>UsHepatoRenalRatioDetectLib</Name>
  136. </ProjectReference>
  137. </ItemGroup>
  138. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  139. <Import Project="..\packages\Accord.3.8.2-alpha\build\Accord.targets" Condition="Exists('..\packages\Accord.3.8.2-alpha\build\Accord.targets')" />
  140. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  141. <PropertyGroup>
  142. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  143. </PropertyGroup>
  144. <Error Condition="!Exists('..\packages\Accord.3.8.2-alpha\build\Accord.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Accord.3.8.2-alpha\build\Accord.targets'))" />
  145. <Error Condition="!Exists('..\packages\Accord.Video.FFMPEG.x64.3.8.2-alpha\build\Accord.Video.FFMPEG.x64.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Accord.Video.FFMPEG.x64.3.8.2-alpha\build\Accord.Video.FFMPEG.x64.targets'))" />
  146. <Error Condition="!Exists('..\packages\Microsoft.ML.OnnxRuntime.Managed.1.12.1\build\netstandard2.0\Microsoft.ML.OnnxRuntime.Managed.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.ML.OnnxRuntime.Managed.1.12.1\build\netstandard2.0\Microsoft.ML.OnnxRuntime.Managed.targets'))" />
  147. <Error Condition="!Exists('..\packages\Microsoft.ML.OnnxRuntime.1.12.1\build\netstandard2.0\Microsoft.ML.OnnxRuntime.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.ML.OnnxRuntime.1.12.1\build\netstandard2.0\Microsoft.ML.OnnxRuntime.props'))" />
  148. <Error Condition="!Exists('..\packages\Microsoft.ML.OnnxRuntime.1.12.1\build\netstandard2.0\Microsoft.ML.OnnxRuntime.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.ML.OnnxRuntime.1.12.1\build\netstandard2.0\Microsoft.ML.OnnxRuntime.targets'))" />
  149. </Target>
  150. <Import Project="..\packages\Accord.Video.FFMPEG.x64.3.8.2-alpha\build\Accord.Video.FFMPEG.x64.targets" Condition="Exists('..\packages\Accord.Video.FFMPEG.x64.3.8.2-alpha\build\Accord.Video.FFMPEG.x64.targets')" />
  151. <Import Project="..\packages\Microsoft.ML.OnnxRuntime.Managed.1.12.1\build\netstandard2.0\Microsoft.ML.OnnxRuntime.Managed.targets" Condition="Exists('..\packages\Microsoft.ML.OnnxRuntime.Managed.1.12.1\build\netstandard2.0\Microsoft.ML.OnnxRuntime.Managed.targets')" />
  152. <Import Project="..\packages\Microsoft.ML.OnnxRuntime.1.12.1\build\netstandard2.0\Microsoft.ML.OnnxRuntime.targets" Condition="Exists('..\packages\Microsoft.ML.OnnxRuntime.1.12.1\build\netstandard2.0\Microsoft.ML.OnnxRuntime.targets')" />
  153. </Project>