1
0

UsHepatoRenalRatioDetectLib.csproj 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{CBF8079C-EF96-49F4-A4FE-E3DAE417E502}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>UsHepatoRenalRatioDetectLib</RootNamespace>
  12. <AssemblyName>UsHepatoRenalRatioDetectLib</AssemblyName>
  13. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <Deterministic>true</Deterministic>
  16. <NuGetPackageImportStamp>
  17. </NuGetPackageImportStamp>
  18. <TargetFrameworkProfile />
  19. </PropertyGroup>
  20. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  21. <PlatformTarget>x64</PlatformTarget>
  22. <OutputPath>..\Bin\</OutputPath>
  23. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  24. </PropertyGroup>
  25. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM64'">
  26. <OutputPath>bin\ARM64\Release\</OutputPath>
  27. </PropertyGroup>
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  29. <OutputPath>..\Bin\</OutputPath>
  30. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  31. <PlatformTarget>x64</PlatformTarget>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="Accord, Version=3.8.2.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL">
  35. <HintPath>..\packages\Accord.3.8.2-alpha\lib\net462\Accord.dll</HintPath>
  36. </Reference>
  37. <Reference Include="AI.Common">
  38. <HintPath>..\Depends\AI.Common.dll</HintPath>
  39. </Reference>
  40. <Reference Include="Microsoft.ML.OnnxRuntime, Version=0.0.0.0, Culture=neutral, PublicKeyToken=f27f157f0a5b7bb6, processorArchitecture=MSIL">
  41. <HintPath>..\packages\Microsoft.ML.OnnxRuntime.Managed.1.12.1\lib\netstandard2.0\Microsoft.ML.OnnxRuntime.dll</HintPath>
  42. </Reference>
  43. <Reference Include="System" />
  44. <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  45. <HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System.Core" />
  48. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  49. <HintPath>..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll</HintPath>
  50. </Reference>
  51. <Reference Include="System.Numerics" />
  52. <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  53. <HintPath>..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  54. </Reference>
  55. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  56. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  57. </Reference>
  58. <Reference Include="System.Runtime.Serialization" />
  59. <Reference Include="System.Xml.Linq" />
  60. <Reference Include="System.Data.DataSetExtensions" />
  61. <Reference Include="Microsoft.CSharp" />
  62. <Reference Include="System.Data" />
  63. <Reference Include="System.Net.Http" />
  64. <Reference Include="System.Xml" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Compile Include="EnumHRRStatus.cs" />
  68. <Compile Include="HRRDetectResultPerImg.cs" />
  69. <Compile Include="UsHRRAnalyserModule\UsHRRAnalyser.cs" />
  70. <Compile Include="UsHRRAnalyserModule\IUsHRRAnalyser.cs" />
  71. <Compile Include="SegResultPerOrgan.cs" />
  72. <Compile Include="OrganSegProcessModule\DetectedOrgan.cs" />
  73. <Compile Include="EnumOrgans.cs" />
  74. <Compile Include="UsHRRCalculaterModule\IUsHRRCalculater.cs" />
  75. <Compile Include="UsHRRCalculaterModule\UsHRRCalculater.cs" />
  76. <Compile Include="UsHRRDetectUpdateEvent.cs" />
  77. <Compile Include="UsHepatoRenalRatioDetect.cs" />
  78. <Compile Include="IUsHepatoRenalRatioDetect.cs" />
  79. <Compile Include="Inferencenetworks\ImageUtils.cs" />
  80. <Compile Include="Inferencenetworks\LabelInfo.cs" />
  81. <Compile Include="Inferencenetworks\Onnx\InferNetOnnxSegBasic.cs" />
  82. <Compile Include="OrganSegProcessModule\IOrganSegProcess.cs" />
  83. <Compile Include="OrganSegProcessModule\OrganSegProcess.cs" />
  84. <Compile Include="OrganSegUpdateEventArgs.cs" />
  85. <Compile Include="Properties\AssemblyInfo.cs" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <None Include="packages.config" />
  89. </ItemGroup>
  90. <ItemGroup />
  91. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  92. <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')" />
  93. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  94. <PropertyGroup>
  95. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  96. </PropertyGroup>
  97. <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'))" />
  98. <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'))" />
  99. <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'))" />
  100. <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'))" />
  101. </Target>
  102. <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')" />
  103. <PropertyGroup>
  104. <PostBuildEvent>xcopy "$(SolutionDir)Depends\*.*" "$(SolutionDir)Bin\" /y
  105. xcopy "$(SolutionDir)ValidModels\*.emd" "$(SolutionDir)Bin\Networks\" /y</PostBuildEvent>
  106. </PropertyGroup>
  107. <Import Project="..\packages\Accord.3.8.2-alpha\build\Accord.targets" Condition="Exists('..\packages\Accord.3.8.2-alpha\build\Accord.targets')" />
  108. </Project>