OpenCvSharpTest.csproj 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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\OpenCvSharp4.runtime.win.4.11.0.20250507\build\net48\OpenCvSharp4.runtime.win.props" Condition="Exists('..\packages\OpenCvSharp4.runtime.win.4.11.0.20250507\build\net48\OpenCvSharp4.runtime.win.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>{8A761291-8F97-4543-A411-4EF8D1D1497D}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <RootNamespace>OpenCvSharpTest</RootNamespace>
  11. <AssemblyName>OpenCvSharpTest</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <Deterministic>true</Deterministic>
  16. <NuGetPackageImportStamp>
  17. </NuGetPackageImportStamp>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>x64</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <Prefer32Bit>false</Prefer32Bit>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <PlatformTarget>AnyCPU</PlatformTarget>
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  41. <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  42. </Reference>
  43. <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  44. <HintPath>..\packages\OpenCvSharp4.4.11.0.20250507\lib\net48\OpenCvSharp.dll</HintPath>
  45. </Reference>
  46. <Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  47. <HintPath>..\packages\OpenCvSharp4.Extensions.4.11.0.20250507\lib\net48\OpenCvSharp.Extensions.dll</HintPath>
  48. </Reference>
  49. <Reference Include="OpenCvSharp.WpfExtensions, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  50. <HintPath>..\packages\OpenCvSharp4.WpfExtensions.4.11.0.20250507\lib\net48\OpenCvSharp.WpfExtensions.dll</HintPath>
  51. </Reference>
  52. <Reference Include="PaddleOCRSharp, Version=5.1.0.0, Culture=neutral, processorArchitecture=AMD64">
  53. <HintPath>..\packages\PaddleOCRSharp.5.1.0\lib\net48\PaddleOCRSharp.dll</HintPath>
  54. </Reference>
  55. <Reference Include="PresentationCore" />
  56. <Reference Include="PresentationFramework" />
  57. <Reference Include="System" />
  58. <Reference Include="System.Buffers, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  59. <HintPath>..\packages\System.Buffers.4.6.1\lib\net462\System.Buffers.dll</HintPath>
  60. </Reference>
  61. <Reference Include="System.Core" />
  62. <Reference Include="System.Drawing" />
  63. <Reference Include="System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  64. <HintPath>..\packages\System.Drawing.Common.8.0.11\lib\net462\System.Drawing.Common.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System.Memory, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  67. <HintPath>..\packages\System.Memory.4.6.3\lib\net462\System.Memory.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System.Numerics" />
  70. <Reference Include="System.Numerics.Vectors, Version=4.1.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  71. <HintPath>..\packages\System.Numerics.Vectors.4.6.1\lib\net462\System.Numerics.Vectors.dll</HintPath>
  72. </Reference>
  73. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  74. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  75. </Reference>
  76. <Reference Include="System.Security" />
  77. <Reference Include="System.Web" />
  78. <Reference Include="System.Xaml" />
  79. <Reference Include="System.Xml.Linq" />
  80. <Reference Include="System.Data.DataSetExtensions" />
  81. <Reference Include="Microsoft.CSharp" />
  82. <Reference Include="System.Data" />
  83. <Reference Include="System.Net.Http" />
  84. <Reference Include="System.Xml" />
  85. <Reference Include="WindowsBase" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <Compile Include="InstructionManualTest.cs" />
  89. <Compile Include="ParticleDetectionTest.cs" />
  90. <Compile Include="Program.cs" />
  91. <Compile Include="Properties\AssemblyInfo.cs" />
  92. <Compile Include="ReadCodeTest.cs" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <None Include="App.config" />
  96. <None Include="packages.config" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <Content Include="20250603102334.jpg" />
  100. <Content Include="20250609165353.jpg" />
  101. <Content Include="20251108152808.jpg" />
  102. <Content Include="20251108153639.jpg" />
  103. <Content Include="20251108153651.jpg" />
  104. <Content Include="20251108153745.jpg" />
  105. <Content Include="20251108153840.jpg" />
  106. <Content Include="code2_20250910164746101.bmp" />
  107. <Content Include="code2_20250910164746333.bmp" />
  108. <Content Include="Image_20231102165054144.bmp" />
  109. <Content Include="Image_20250513080943883.bmp" />
  110. <Content Include="Image_20250802103718980.bmp" />
  111. </ItemGroup>
  112. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  113. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  114. <PropertyGroup>
  115. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  116. </PropertyGroup>
  117. <Error Condition="!Exists('..\packages\OpenCvSharp4.runtime.win.4.11.0.20250507\build\net48\OpenCvSharp4.runtime.win.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp4.runtime.win.4.11.0.20250507\build\net48\OpenCvSharp4.runtime.win.props'))" />
  118. <Error Condition="!Exists('..\packages\System.ValueTuple.4.6.1\build\net471\System.ValueTuple.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.ValueTuple.4.6.1\build\net471\System.ValueTuple.targets'))" />
  119. </Target>
  120. <Import Project="..\packages\System.ValueTuple.4.6.1\build\net471\System.ValueTuple.targets" Condition="Exists('..\packages\System.ValueTuple.4.6.1\build\net471\System.ValueTuple.targets')" />
  121. </Project>