YOLOInstanceSegDemo.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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.17.3\build\netstandard2.0\Microsoft.ML.OnnxRuntime.props" Condition="Exists('..\packages\Microsoft.ML.OnnxRuntime.1.17.3\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>{BF9C559D-862E-499D-9ED8-1D466282D574}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>YOLOInstanceSegDemo</RootNamespace>
  11. <AssemblyName>YOLOInstanceSegDemo</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</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. <TargetFrameworkProfile />
  21. </PropertyGroup>
  22. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  23. <DebugSymbols>true</DebugSymbols>
  24. <OutputPath>..\Bin\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <DebugType>full</DebugType>
  27. <PlatformTarget>x64</PlatformTarget>
  28. <LangVersion>7.3</LangVersion>
  29. <ErrorReport>prompt</ErrorReport>
  30. <Prefer32Bit>true</Prefer32Bit>
  31. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  32. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  35. <OutputPath>..\Bin\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <Optimize>true</Optimize>
  38. <DebugType>pdbonly</DebugType>
  39. <PlatformTarget>x64</PlatformTarget>
  40. <LangVersion>7.3</LangVersion>
  41. <ErrorReport>prompt</ErrorReport>
  42. <Prefer32Bit>true</Prefer32Bit>
  43. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  44. </PropertyGroup>
  45. <ItemGroup>
  46. <Reference Include="Accord, Version=3.8.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL">
  47. <HintPath>..\packages\Accord.3.8.0\lib\net462\Accord.dll</HintPath>
  48. </Reference>
  49. <Reference Include="Accord.Video, Version=3.8.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL">
  50. <HintPath>..\packages\Accord.Video.3.8.0\lib\net462\Accord.Video.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Accord.Video.DirectShow, Version=3.8.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL">
  53. <HintPath>..\packages\Accord.Video.DirectShow.3.8.0\lib\net462\Accord.Video.DirectShow.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Accord.Video.FFMPEG.x64, Version=3.8.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=AMD64">
  56. <HintPath>..\packages\Accord.Video.FFMPEG.x64.3.8.0\lib\net462\Accord.Video.FFMPEG.x64.dll</HintPath>
  57. </Reference>
  58. <Reference Include="AI.Common.Implements, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  59. <SpecificVersion>False</SpecificVersion>
  60. <HintPath>..\Bin\AI.Common.Implements.dll</HintPath>
  61. </Reference>
  62. <Reference Include="AI.Common.Interface, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  63. <SpecificVersion>False</SpecificVersion>
  64. <HintPath>..\Bin\AI.Common.Interface.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Microsoft.ML.OnnxRuntime, Version=0.0.0.0, Culture=neutral, PublicKeyToken=f27f157f0a5b7bb6, processorArchitecture=MSIL">
  67. <HintPath>..\packages\Microsoft.ML.OnnxRuntime.Managed.1.17.3\lib\netstandard2.0\Microsoft.ML.OnnxRuntime.dll</HintPath>
  68. <Private>True</Private>
  69. </Reference>
  70. <Reference Include="System" />
  71. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  72. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  73. <Private>True</Private>
  74. </Reference>
  75. <Reference Include="System.Data" />
  76. <Reference Include="System.Drawing" />
  77. <Reference Include="System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  78. <HintPath>..\packages\System.Drawing.Common.8.0.4\lib\net462\System.Drawing.Common.dll</HintPath>
  79. </Reference>
  80. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  81. <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  82. <Private>True</Private>
  83. </Reference>
  84. <Reference Include="System.Numerics" />
  85. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  86. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  87. <Private>True</Private>
  88. </Reference>
  89. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  90. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  91. </Reference>
  92. <Reference Include="System.Xml" />
  93. <Reference Include="Microsoft.CSharp" />
  94. <Reference Include="System.Core" />
  95. <Reference Include="System.Xml.Linq" />
  96. <Reference Include="System.Data.DataSetExtensions" />
  97. <Reference Include="System.Net.Http" />
  98. <Reference Include="System.Xaml">
  99. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  100. </Reference>
  101. <Reference Include="WindowsBase" />
  102. <Reference Include="PresentationCore" />
  103. <Reference Include="PresentationFramework" />
  104. <Reference Include="YOLOInstanceSegProcessLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  105. <SpecificVersion>False</SpecificVersion>
  106. <HintPath>..\Bin\netstandard2.0\YOLOInstanceSegProcessLib.dll</HintPath>
  107. </Reference>
  108. </ItemGroup>
  109. <ItemGroup>
  110. <ApplicationDefinition Include="App.xaml">
  111. <Generator>MSBuild:Compile</Generator>
  112. <SubType>Designer</SubType>
  113. </ApplicationDefinition>
  114. <Page Include="ImageCanvas.xaml">
  115. <SubType>Designer</SubType>
  116. <Generator>MSBuild:Compile</Generator>
  117. </Page>
  118. <Page Include="MainWindow.xaml">
  119. <Generator>MSBuild:Compile</Generator>
  120. <SubType>Designer</SubType>
  121. </Page>
  122. <Compile Include="App.xaml.cs">
  123. <DependentUpon>App.xaml</DependentUpon>
  124. <SubType>Code</SubType>
  125. </Compile>
  126. <Compile Include="ImageCanvas.xaml.cs">
  127. <DependentUpon>ImageCanvas.xaml</DependentUpon>
  128. </Compile>
  129. <Compile Include="MainWindow.xaml.cs">
  130. <DependentUpon>MainWindow.xaml</DependentUpon>
  131. <SubType>Code</SubType>
  132. </Compile>
  133. </ItemGroup>
  134. <ItemGroup>
  135. <Compile Include="Properties\AssemblyInfo.cs">
  136. <SubType>Code</SubType>
  137. </Compile>
  138. <Compile Include="Properties\Resources.Designer.cs">
  139. <AutoGen>True</AutoGen>
  140. <DesignTime>True</DesignTime>
  141. <DependentUpon>Resources.resx</DependentUpon>
  142. </Compile>
  143. <Compile Include="Properties\Settings.Designer.cs">
  144. <AutoGen>True</AutoGen>
  145. <DependentUpon>Settings.settings</DependentUpon>
  146. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  147. </Compile>
  148. <EmbeddedResource Include="Properties\Resources.resx">
  149. <Generator>ResXFileCodeGenerator</Generator>
  150. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  151. </EmbeddedResource>
  152. <None Include="packages.config" />
  153. <None Include="Properties\Settings.settings">
  154. <Generator>SettingsSingleFileGenerator</Generator>
  155. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  156. </None>
  157. </ItemGroup>
  158. <ItemGroup>
  159. <None Include="App.config" />
  160. </ItemGroup>
  161. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  162. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  163. <PropertyGroup>
  164. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  165. </PropertyGroup>
  166. <Error Condition="!Exists('..\packages\Accord.3.8.0\build\Accord.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Accord.3.8.0\build\Accord.targets'))" />
  167. <Error Condition="!Exists('..\packages\Accord.Video.FFMPEG.x64.3.8.0\build\Accord.Video.FFMPEG.x64.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Accord.Video.FFMPEG.x64.3.8.0\build\Accord.Video.FFMPEG.x64.targets'))" />
  168. <Error Condition="!Exists('..\packages\Microsoft.ML.OnnxRuntime.Managed.1.17.3\build\netstandard2.0\Microsoft.ML.OnnxRuntime.Managed.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.ML.OnnxRuntime.Managed.1.17.3\build\netstandard2.0\Microsoft.ML.OnnxRuntime.Managed.targets'))" />
  169. <Error Condition="!Exists('..\packages\Microsoft.ML.OnnxRuntime.1.17.3\build\netstandard2.0\Microsoft.ML.OnnxRuntime.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.ML.OnnxRuntime.1.17.3\build\netstandard2.0\Microsoft.ML.OnnxRuntime.props'))" />
  170. <Error Condition="!Exists('..\packages\Microsoft.ML.OnnxRuntime.1.17.3\build\netstandard2.0\Microsoft.ML.OnnxRuntime.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.ML.OnnxRuntime.1.17.3\build\netstandard2.0\Microsoft.ML.OnnxRuntime.targets'))" />
  171. </Target>
  172. <Import Project="..\packages\Accord.3.8.0\build\Accord.targets" Condition="Exists('..\packages\Accord.3.8.0\build\Accord.targets')" />
  173. <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')" />
  174. <Import Project="..\packages\Microsoft.ML.OnnxRuntime.Managed.1.17.3\build\netstandard2.0\Microsoft.ML.OnnxRuntime.Managed.targets" Condition="Exists('..\packages\Microsoft.ML.OnnxRuntime.Managed.1.17.3\build\netstandard2.0\Microsoft.ML.OnnxRuntime.Managed.targets')" />
  175. <Import Project="..\packages\Microsoft.ML.OnnxRuntime.1.17.3\build\netstandard2.0\Microsoft.ML.OnnxRuntime.targets" Condition="Exists('..\packages\Microsoft.ML.OnnxRuntime.1.17.3\build\netstandard2.0\Microsoft.ML.OnnxRuntime.targets')" />
  176. </Project>