VisionRoughPositioningDemo.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  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.14.1\build\netstandard2.0\Microsoft.ML.OnnxRuntime.props" Condition="Exists('packages\Microsoft.ML.OnnxRuntime.1.14.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>{A5D835CC-2E38-45A7-AD40-0E33CE33273D}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>HumanOrganSegDemo</RootNamespace>
  11. <AssemblyName>HumanOrganSegDemo</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|AnyCPU' ">
  22. <PlatformTarget>AnyCPU</PlatformTarget>
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <PlatformTarget>x64</PlatformTarget>
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>false</Optimize>
  35. <OutputPath>..\..\..\Bin\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  42. <DebugSymbols>true</DebugSymbols>
  43. <OutputPath>Bin\</OutputPath>
  44. <DefineConstants>DEBUG;TRACE</DefineConstants>
  45. <DebugType>full</DebugType>
  46. <PlatformTarget>x64</PlatformTarget>
  47. <LangVersion>7.3</LangVersion>
  48. <ErrorReport>prompt</ErrorReport>
  49. <Prefer32Bit>true</Prefer32Bit>
  50. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  51. <WarningLevel>0</WarningLevel>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  54. <OutputPath>Bin\</OutputPath>
  55. <DefineConstants>TRACE</DefineConstants>
  56. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  57. <DebugType>pdbonly</DebugType>
  58. <PlatformTarget>x64</PlatformTarget>
  59. <LangVersion>7.3</LangVersion>
  60. <ErrorReport>prompt</ErrorReport>
  61. <Prefer32Bit>true</Prefer32Bit>
  62. </PropertyGroup>
  63. <ItemGroup>
  64. <Reference Include="Accord, Version=3.8.2.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL">
  65. <HintPath>packages\Accord.3.8.2-alpha\lib\net462\Accord.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Accord.Video, Version=3.8.2.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL">
  68. <HintPath>packages\Accord.Video.3.8.2-alpha\lib\net462\Accord.Video.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Accord.Video.DirectShow, Version=3.8.2.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL">
  71. <HintPath>packages\Accord.Video.DirectShow.3.8.2-alpha\lib\net462\Accord.Video.DirectShow.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Accord.Video.FFMPEG.x64, Version=3.8.2.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=AMD64">
  74. <HintPath>packages\Accord.Video.FFMPEG.x64.3.8.2-alpha\lib\net462\Accord.Video.FFMPEG.x64.dll</HintPath>
  75. </Reference>
  76. <Reference Include="AI.Common, Version=1.0.1.22, Culture=neutral, processorArchitecture=AMD64">
  77. <SpecificVersion>False</SpecificVersion>
  78. <HintPath>Bin\AI.Common.dll</HintPath>
  79. </Reference>
  80. <Reference Include="AI.InferNet, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  81. <SpecificVersion>False</SpecificVersion>
  82. <HintPath>..\..\..\RUSInferNetWorks\Bin\AI.InferNet.dll</HintPath>
  83. </Reference>
  84. <Reference Include="CameraDataCapture">
  85. <HintPath>Depends\CameraDataCapture.dll</HintPath>
  86. </Reference>
  87. <Reference Include="DkamSDK_CSharp_Namespace">
  88. <HintPath>Depends\DkamSDK_CSharp_Namespace.dll</HintPath>
  89. </Reference>
  90. <Reference Include="ImageShowUtilsLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  91. <SpecificVersion>False</SpecificVersion>
  92. <HintPath>Bin\ImageShowUtilsLib.dll</HintPath>
  93. </Reference>
  94. <Reference Include="Microsoft.ML.OnnxRuntime, Version=0.0.0.0, Culture=neutral, PublicKeyToken=f27f157f0a5b7bb6, processorArchitecture=MSIL">
  95. <HintPath>packages\Microsoft.ML.OnnxRuntime.Managed.1.14.1\lib\netstandard2.0\Microsoft.ML.OnnxRuntime.dll</HintPath>
  96. </Reference>
  97. <Reference Include="System" />
  98. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  99. <HintPath>packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  100. </Reference>
  101. <Reference Include="System.Data" />
  102. <Reference Include="System.Drawing" />
  103. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  104. <HintPath>packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  105. </Reference>
  106. <Reference Include="System.Numerics" />
  107. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  108. <HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  109. </Reference>
  110. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  111. <HintPath>packages\System.Runtime.CompilerServices.Unsafe.7.0.0-preview.2.22152.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  112. </Reference>
  113. <Reference Include="System.Runtime.Serialization" />
  114. <Reference Include="System.Xml" />
  115. <Reference Include="Microsoft.CSharp" />
  116. <Reference Include="System.Core" />
  117. <Reference Include="System.Xml.Linq" />
  118. <Reference Include="System.Data.DataSetExtensions" />
  119. <Reference Include="System.Net.Http" />
  120. <Reference Include="System.Xaml">
  121. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  122. </Reference>
  123. <Reference Include="WindowsBase" />
  124. <Reference Include="PresentationCore" />
  125. <Reference Include="PresentationFramework" />
  126. </ItemGroup>
  127. <ItemGroup>
  128. <ApplicationDefinition Include="App.xaml">
  129. <Generator>MSBuild:Compile</Generator>
  130. <SubType>Designer</SubType>
  131. </ApplicationDefinition>
  132. <Compile Include="EnumHumanParts.cs" />
  133. <Compile Include="EnumOrgans.cs" />
  134. <Compile Include="RoughPositioningAnalyser\IRoughPositioningAnalyser.cs" />
  135. <Compile Include="RoughPositioningAnalyser\RoughPositioningAnalyser.cs" />
  136. <Page Include="ImageCanvas.xaml">
  137. <SubType>Designer</SubType>
  138. <Generator>MSBuild:Compile</Generator>
  139. </Page>
  140. <Page Include="MainWindow.xaml">
  141. <Generator>MSBuild:Compile</Generator>
  142. <SubType>Designer</SubType>
  143. </Page>
  144. <Compile Include="App.xaml.cs">
  145. <DependentUpon>App.xaml</DependentUpon>
  146. <SubType>Code</SubType>
  147. </Compile>
  148. <Compile Include="HumanSurfaceOrganAnalyser\HumanPoseEstimate\HumanPoseEstimate.cs" />
  149. <Compile Include="HumanSurfaceOrganAnalyser\HumanPoseEstimate\IHumanPoseEstimate.cs" />
  150. <Compile Include="HumanSurfaceOrganAnalyser\HumanSurfaceOrganAnalyser.cs" />
  151. <Compile Include="HumanSurfaceOrganAnalyser\HumanDetect\HumanBodyPartDetector.cs" />
  152. <Compile Include="HumanSurfaceOrganAnalyser\IHumanSurfaceOrganAnalyser.cs" />
  153. <Compile Include="HumanSurfaceOrganAnalyser\HumanDetect\IHumanDetector.cs" />
  154. <Compile Include="HumanSurfaceOrganAnalyser\OrganSegment\HumanSurfaceHeartSegment.cs" />
  155. <Compile Include="HumanSurfaceOrganAnalyser\OrganSegment\HumanSurfaceLiverSegment.cs" />
  156. <Compile Include="HumanSurfaceOrganAnalyser\OrganSegment\IHumanSurfaceOrganSegment.cs" />
  157. <Compile Include="HumanDetectResultPerImage.cs" />
  158. <Compile Include="ImageCanvas.xaml.cs">
  159. <DependentUpon>ImageCanvas.xaml</DependentUpon>
  160. </Compile>
  161. <Compile Include="MainWindow.xaml.cs">
  162. <DependentUpon>MainWindow.xaml</DependentUpon>
  163. <SubType>Code</SubType>
  164. </Compile>
  165. </ItemGroup>
  166. <ItemGroup>
  167. <Compile Include="Properties\AssemblyInfo.cs">
  168. <SubType>Code</SubType>
  169. </Compile>
  170. <Compile Include="Properties\Resources.Designer.cs">
  171. <AutoGen>True</AutoGen>
  172. <DesignTime>True</DesignTime>
  173. <DependentUpon>Resources.resx</DependentUpon>
  174. </Compile>
  175. <Compile Include="Properties\Settings.Designer.cs">
  176. <AutoGen>True</AutoGen>
  177. <DependentUpon>Settings.settings</DependentUpon>
  178. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  179. </Compile>
  180. <EmbeddedResource Include="Properties\Resources.resx">
  181. <Generator>ResXFileCodeGenerator</Generator>
  182. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  183. </EmbeddedResource>
  184. <None Include="packages.config" />
  185. <None Include="Properties\Settings.settings">
  186. <Generator>SettingsSingleFileGenerator</Generator>
  187. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  188. </None>
  189. </ItemGroup>
  190. <ItemGroup>
  191. <None Include="App.config" />
  192. </ItemGroup>
  193. <ItemGroup>
  194. <ProjectReference Include="..\..\..\RUSCommon\RUS.Common\RUS.Common.csproj">
  195. <Project>{fee12542-eb0d-47c7-aa81-f2ba4e3d531b}</Project>
  196. <Name>RUS.Common</Name>
  197. </ProjectReference>
  198. <ProjectReference Include="..\..\..\RUSInferNetWorks\RUS.InferNet\RUS.InferNet.csproj">
  199. <Project>{0a571568-c47f-4478-a812-d740560edcfd}</Project>
  200. <Name>RUS.InferNet</Name>
  201. </ProjectReference>
  202. </ItemGroup>
  203. <ItemGroup />
  204. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  205. <Import Project="..\..\..\packages\Accord.3.8.0\build\Accord.targets" Condition="Exists('..\..\..\packages\Accord.3.8.0\build\Accord.targets')" />
  206. <Import Project="..\..\..\packages\Accord.Video.FFMPEG.x64.3.8.0\build\Accord.Video.FFMPEG.x64.targets" Condition="Exists('..\..\..\packages\Accord.Video.FFMPEG.x64.3.8.0\build\Accord.Video.FFMPEG.x64.targets')" />
  207. <PropertyGroup>
  208. <PreBuildEvent>xcopy "$(ProjectDir)\Depends\*.*" "$(TargetDir)" /h /y /c
  209. xcopy "$(ProjectDir)\..\..\..\AIDepends\*.*" "$(TargetDir)" /h /y /c
  210. xcopy "$(ProjectDir)\..\..\..\\RUSInferNetWorks\Depends\*.*" "$(TargetDir)" /h /y /c</PreBuildEvent>
  211. </PropertyGroup>
  212. <Import Project="packages\Accord.3.8.2-alpha\build\Accord.targets" Condition="Exists('packages\Accord.3.8.2-alpha\build\Accord.targets')" />
  213. <PropertyGroup>
  214. <PostBuildEvent>xcopy "$(ProjectDir)\..\..\..\\RUSInferNetWorks\ValidModels\*.emd" "$(TargetDir)\Networks\" /h /y /c</PostBuildEvent>
  215. </PropertyGroup>
  216. <Import Project="packages\Microsoft.ML.OnnxRuntime.Managed.1.14.1\build\netstandard2.0\Microsoft.ML.OnnxRuntime.Managed.targets" Condition="Exists('packages\Microsoft.ML.OnnxRuntime.Managed.1.14.1\build\netstandard2.0\Microsoft.ML.OnnxRuntime.Managed.targets')" />
  217. <Import Project="packages\Microsoft.ML.OnnxRuntime.1.14.1\build\netstandard2.0\Microsoft.ML.OnnxRuntime.targets" Condition="Exists('packages\Microsoft.ML.OnnxRuntime.1.14.1\build\netstandard2.0\Microsoft.ML.OnnxRuntime.targets')" />
  218. <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')" />
  219. </Project>