AITest.csproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  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.10.0\build\netstandard2.0\Microsoft.ML.OnnxRuntime.props" Condition="Exists('..\packages\Microsoft.ML.OnnxRuntime.1.10.0\build\netstandard2.0\Microsoft.ML.OnnxRuntime.props')" />
  4. <Import Project="..\packages\SciSharp.TensorFlow.Redist.2.3.0\build\netstandard2.0\SciSharp.TensorFlow.Redist.props" Condition="Exists('..\packages\SciSharp.TensorFlow.Redist.2.3.0\build\netstandard2.0\SciSharp.TensorFlow.Redist.props')" />
  5. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  6. <PropertyGroup>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ProjectGuid>{84F04F23-A995-41D6-AC52-89E744ABC704}</ProjectGuid>
  10. <OutputType>WinExe</OutputType>
  11. <RootNamespace>AITest</RootNamespace>
  12. <AssemblyName>AITest</AssemblyName>
  13. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. <WarningLevel>4</WarningLevel>
  17. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  18. <Deterministic>true</Deterministic>
  19. <NuGetPackageImportStamp>
  20. </NuGetPackageImportStamp>
  21. <TargetFrameworkProfile />
  22. </PropertyGroup>
  23. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  24. <DebugSymbols>true</DebugSymbols>
  25. <OutputPath>..\Bin\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <DebugType>full</DebugType>
  28. <PlatformTarget>x64</PlatformTarget>
  29. <LangVersion>7.3</LangVersion>
  30. <ErrorReport>prompt</ErrorReport>
  31. <Prefer32Bit>true</Prefer32Bit>
  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="AI.Common, Version=1.0.1.34, Culture=neutral, processorArchitecture=AMD64">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>..\Bin\AI.Common.dll</HintPath>
  49. </Reference>
  50. <Reference Include="AI.DiagSystem, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>..\Bin\AI.DiagSystem.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Elasticsearch.Net, Version=7.0.0.0, Culture=neutral, PublicKeyToken=96c599bbe3e70f5d, processorArchitecture=MSIL">
  55. <HintPath>..\packages\Elasticsearch.Net.7.12.0\lib\net461\Elasticsearch.Net.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Google.Protobuf, Version=3.11.4.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
  58. <HintPath>..\packages\Google.Protobuf.3.11.4\lib\net45\Google.Protobuf.dll</HintPath>
  59. </Reference>
  60. <Reference Include="ImageShowUtilsLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  61. <SpecificVersion>False</SpecificVersion>
  62. <HintPath>..\Bin\ImageShowUtilsLib.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Microsoft.ML.OnnxRuntime, Version=0.0.0.0, Culture=neutral, PublicKeyToken=f27f157f0a5b7bb6, processorArchitecture=MSIL">
  65. <HintPath>..\packages\Microsoft.ML.OnnxRuntime.Managed.1.10.0\lib\netstandard2.0\Microsoft.ML.OnnxRuntime.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  68. <HintPath>..\packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll</HintPath>
  69. <Private>True</Private>
  70. <Private>True</Private>
  71. </Reference>
  72. <Reference Include="Nest, Version=7.0.0.0, Culture=neutral, PublicKeyToken=96c599bbe3e70f5d, processorArchitecture=MSIL">
  73. <HintPath>..\packages\NEST.7.12.0\lib\net461\Nest.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Nest.JsonNetSerializer, Version=7.0.0.0, Culture=neutral, PublicKeyToken=96c599bbe3e70f5d, processorArchitecture=MSIL">
  76. <HintPath>..\packages\NEST.JsonNetSerializer.7.12.0\lib\net461\Nest.JsonNetSerializer.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  79. <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  80. </Reference>
  81. <Reference Include="NumSharp.Lite, Version=0.1.8.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  82. <HintPath>..\packages\NumSharp.Lite.0.1.8\lib\netstandard2.0\NumSharp.Lite.dll</HintPath>
  83. </Reference>
  84. <Reference Include="Protobuf.Text, Version=0.4.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  85. <HintPath>..\packages\Protobuf.Text.0.4.0\lib\netstandard2.0\Protobuf.Text.dll</HintPath>
  86. </Reference>
  87. <Reference Include="System" />
  88. <Reference Include="System.AppContext, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  89. <HintPath>..\packages\System.AppContext.4.3.0\lib\net46\System.AppContext.dll</HintPath>
  90. <Private>True</Private>
  91. <Private>True</Private>
  92. </Reference>
  93. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  94. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  95. </Reference>
  96. <Reference Include="System.ComponentModel.Composition" />
  97. <Reference Include="System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  98. <HintPath>..\packages\System.Console.4.3.0\lib\net46\System.Console.dll</HintPath>
  99. <Private>True</Private>
  100. <Private>True</Private>
  101. </Reference>
  102. <Reference Include="System.Data" />
  103. <Reference Include="System.Diagnostics.DiagnosticSource, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  104. <HintPath>..\packages\System.Diagnostics.DiagnosticSource.5.0.0\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath>
  105. </Reference>
  106. <Reference Include="System.Drawing" />
  107. <Reference Include="System.Drawing.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  108. <HintPath>..\packages\System.Drawing.Primitives.4.3.0\lib\net45\System.Drawing.Primitives.dll</HintPath>
  109. <Private>True</Private>
  110. <Private>True</Private>
  111. </Reference>
  112. <Reference Include="System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  113. <HintPath>..\packages\System.Globalization.Calendars.4.3.0\lib\net46\System.Globalization.Calendars.dll</HintPath>
  114. <Private>True</Private>
  115. <Private>True</Private>
  116. </Reference>
  117. <Reference Include="System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  118. <HintPath>..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll</HintPath>
  119. <Private>True</Private>
  120. <Private>True</Private>
  121. </Reference>
  122. <Reference Include="System.IO.Compression.FileSystem" />
  123. <Reference Include="System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  124. <HintPath>..\packages\System.IO.Compression.ZipFile.4.3.0\lib\net46\System.IO.Compression.ZipFile.dll</HintPath>
  125. <Private>True</Private>
  126. <Private>True</Private>
  127. </Reference>
  128. <Reference Include="System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  129. <HintPath>..\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll</HintPath>
  130. <Private>True</Private>
  131. <Private>True</Private>
  132. </Reference>
  133. <Reference Include="System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  134. <HintPath>..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath>
  135. <Private>True</Private>
  136. <Private>True</Private>
  137. </Reference>
  138. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  139. <HintPath>..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
  140. </Reference>
  141. <Reference Include="System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  142. <HintPath>..\packages\System.Net.Http.4.3.0\lib\net46\System.Net.Http.dll</HintPath>
  143. <Private>True</Private>
  144. <Private>True</Private>
  145. </Reference>
  146. <Reference Include="System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  147. <HintPath>..\packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll</HintPath>
  148. <Private>True</Private>
  149. <Private>True</Private>
  150. </Reference>
  151. <Reference Include="System.Numerics" />
  152. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  153. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  154. </Reference>
  155. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  156. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  157. </Reference>
  158. <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  159. <HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  160. <Private>True</Private>
  161. <Private>True</Private>
  162. </Reference>
  163. <Reference Include="System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  164. <HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net461\System.Security.Cryptography.Algorithms.dll</HintPath>
  165. <Private>True</Private>
  166. <Private>True</Private>
  167. </Reference>
  168. <Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  169. <HintPath>..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
  170. <Private>True</Private>
  171. <Private>True</Private>
  172. </Reference>
  173. <Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  174. <HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
  175. <Private>True</Private>
  176. <Private>True</Private>
  177. </Reference>
  178. <Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  179. <HintPath>..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
  180. <Private>True</Private>
  181. <Private>True</Private>
  182. </Reference>
  183. <Reference Include="System.Windows.Forms" />
  184. <Reference Include="System.Xml" />
  185. <Reference Include="Microsoft.CSharp" />
  186. <Reference Include="System.Core" />
  187. <Reference Include="System.Xml.Linq" />
  188. <Reference Include="System.Data.DataSetExtensions" />
  189. <Reference Include="System.Xaml">
  190. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  191. </Reference>
  192. <Reference Include="System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  193. <HintPath>..\packages\System.Xml.ReaderWriter.4.3.0\lib\net46\System.Xml.ReaderWriter.dll</HintPath>
  194. <Private>True</Private>
  195. <Private>True</Private>
  196. </Reference>
  197. <Reference Include="WindowsBase" />
  198. <Reference Include="PresentationCore" />
  199. <Reference Include="PresentationFramework" />
  200. </ItemGroup>
  201. <ItemGroup>
  202. <ApplicationDefinition Include="App.xaml">
  203. <Generator>MSBuild:Compile</Generator>
  204. <SubType>Designer</SubType>
  205. </ApplicationDefinition>
  206. <Compile Include="Onnx\InferNetOnnxIVCSegment.cs" />
  207. <Compile Include="Tools\UsImageRegionSegUtils.cs" />
  208. <Page Include="MainWindow.xaml">
  209. <Generator>MSBuild:Compile</Generator>
  210. <SubType>Designer</SubType>
  211. </Page>
  212. <Compile Include="App.xaml.cs">
  213. <DependentUpon>App.xaml</DependentUpon>
  214. <SubType>Code</SubType>
  215. </Compile>
  216. <Compile Include="MainWindow.xaml.cs">
  217. <DependentUpon>MainWindow.xaml</DependentUpon>
  218. <SubType>Code</SubType>
  219. </Compile>
  220. </ItemGroup>
  221. <ItemGroup>
  222. <Compile Include="Properties\AssemblyInfo.cs">
  223. <SubType>Code</SubType>
  224. </Compile>
  225. <Compile Include="Properties\Resources.Designer.cs">
  226. <AutoGen>True</AutoGen>
  227. <DesignTime>True</DesignTime>
  228. <DependentUpon>Resources.resx</DependentUpon>
  229. </Compile>
  230. <Compile Include="Properties\Settings.Designer.cs">
  231. <AutoGen>True</AutoGen>
  232. <DependentUpon>Settings.settings</DependentUpon>
  233. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  234. </Compile>
  235. <EmbeddedResource Include="Properties\Resources.resx">
  236. <Generator>ResXFileCodeGenerator</Generator>
  237. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  238. </EmbeddedResource>
  239. <None Include="packages.config" />
  240. <None Include="Properties\Settings.settings">
  241. <Generator>SettingsSingleFileGenerator</Generator>
  242. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  243. </None>
  244. </ItemGroup>
  245. <ItemGroup>
  246. <None Include="App.config" />
  247. </ItemGroup>
  248. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  249. <PropertyGroup>
  250. <PostBuildEvent>
  251. </PostBuildEvent>
  252. </PropertyGroup>
  253. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  254. <PropertyGroup>
  255. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  256. </PropertyGroup>
  257. <Error Condition="!Exists('..\packages\SciSharp.TensorFlow.Redist.2.3.0\build\netstandard2.0\SciSharp.TensorFlow.Redist.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\SciSharp.TensorFlow.Redist.2.3.0\build\netstandard2.0\SciSharp.TensorFlow.Redist.props'))" />
  258. <Error Condition="!Exists('..\packages\Microsoft.ML.OnnxRuntime.Managed.1.10.0\build\netstandard2.0\Microsoft.ML.OnnxRuntime.Managed.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.ML.OnnxRuntime.Managed.1.10.0\build\netstandard2.0\Microsoft.ML.OnnxRuntime.Managed.targets'))" />
  259. <Error Condition="!Exists('..\packages\Microsoft.ML.OnnxRuntime.1.10.0\build\netstandard2.0\Microsoft.ML.OnnxRuntime.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.ML.OnnxRuntime.1.10.0\build\netstandard2.0\Microsoft.ML.OnnxRuntime.props'))" />
  260. <Error Condition="!Exists('..\packages\Microsoft.ML.OnnxRuntime.1.10.0\build\netstandard2.0\Microsoft.ML.OnnxRuntime.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.ML.OnnxRuntime.1.10.0\build\netstandard2.0\Microsoft.ML.OnnxRuntime.targets'))" />
  261. </Target>
  262. <PropertyGroup>
  263. <PreBuildEvent>xcopy "$(SolutionDir)Depends\*.*" "$(SolutionDir)Bin\" /y
  264. xcopy "$(SolutionDir)RelatedOtherProjectDlls\*.*" "$(SolutionDir)Bin\" /y</PreBuildEvent>
  265. </PropertyGroup>
  266. <Import Project="..\packages\Microsoft.ML.OnnxRuntime.Managed.1.10.0\build\netstandard2.0\Microsoft.ML.OnnxRuntime.Managed.targets" Condition="Exists('..\packages\Microsoft.ML.OnnxRuntime.Managed.1.10.0\build\netstandard2.0\Microsoft.ML.OnnxRuntime.Managed.targets')" />
  267. <Import Project="..\packages\Microsoft.ML.OnnxRuntime.1.10.0\build\netstandard2.0\Microsoft.ML.OnnxRuntime.targets" Condition="Exists('..\packages\Microsoft.ML.OnnxRuntime.1.10.0\build\netstandard2.0\Microsoft.ML.OnnxRuntime.targets')" />
  268. </Project>