You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

191 lines
8.8 KiB

1 month ago
  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.10.0.20240616\build\netstandard\OpenCvSharp4.runtime.win.props" Condition="Exists('..\packages\OpenCvSharp4.runtime.win.4.10.0.20240616\build\netstandard\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>{81B72E3E-E35F-4ABF-A898-F9526A3251A1}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>ShenTun.ImageCollection.AForgeCamera</RootNamespace>
  12. <AssemblyName>ShenTun.ImageCollection.AForgeCamera</AssemblyName>
  13. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <Deterministic>true</Deterministic>
  16. <TargetFrameworkProfile />
  17. <NuGetPackageImportStamp>
  18. </NuGetPackageImportStamp>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  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. <UseVSHostingProcess>false</UseVSHostingProcess>
  29. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  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="AForge">
  41. <HintPath>..\AForge\AForge.dll</HintPath>
  42. </Reference>
  43. <Reference Include="AForge.Controls">
  44. <HintPath>..\AForge\AForge.Controls.dll</HintPath>
  45. </Reference>
  46. <Reference Include="AForge.Imaging">
  47. <HintPath>..\AForge\AForge.Imaging.dll</HintPath>
  48. </Reference>
  49. <Reference Include="AForge.Math">
  50. <HintPath>..\AForge\AForge.Math.dll</HintPath>
  51. </Reference>
  52. <Reference Include="AForge.Neuro">
  53. <HintPath>..\AForge\AForge.Neuro.dll</HintPath>
  54. </Reference>
  55. <Reference Include="AForge.Video">
  56. <HintPath>..\AForge\AForge.Video.dll</HintPath>
  57. </Reference>
  58. <Reference Include="AForge.Video.DirectShow">
  59. <HintPath>..\AForge\AForge.Video.DirectShow.dll</HintPath>
  60. </Reference>
  61. <Reference Include="AForge.Vision">
  62. <HintPath>..\AForge\AForge.Vision.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Microsoft.QualityTools.Testing.Fakes, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  65. <SpecificVersion>False</SpecificVersion>
  66. </Reference>
  67. <Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
  68. <HintPath>..\packages\OpenCvSharp4.4.10.0.20240616\lib\netstandard2.0\OpenCvSharp.dll</HintPath>
  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. </Reference>
  74. <Reference Include="System.Core" />
  75. <Reference Include="System.Drawing" />
  76. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  77. <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System.Numerics" />
  80. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  81. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  82. </Reference>
  83. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  84. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  85. </Reference>
  86. <Reference Include="System.Windows.Forms" />
  87. <Reference Include="System.Xml.Linq" />
  88. <Reference Include="System.Data.DataSetExtensions" />
  89. <Reference Include="Microsoft.CSharp" />
  90. <Reference Include="System.Data" />
  91. <Reference Include="System.Net.Http" />
  92. <Reference Include="System.Xml" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <Compile Include="CameraGrah.cs" />
  96. <Compile Include="FrmCamera.cs">
  97. <SubType>Form</SubType>
  98. </Compile>
  99. <Compile Include="FrmCamera.Designer.cs">
  100. <DependentUpon>FrmCamera.cs</DependentUpon>
  101. </Compile>
  102. <Compile Include="FrmComparison.cs">
  103. <SubType>Form</SubType>
  104. </Compile>
  105. <Compile Include="FrmComparison.Designer.cs">
  106. <DependentUpon>FrmComparison.cs</DependentUpon>
  107. </Compile>
  108. <Compile Include="FrmImage.cs">
  109. <SubType>Form</SubType>
  110. </Compile>
  111. <Compile Include="FrmImage.Designer.cs">
  112. <DependentUpon>FrmImage.cs</DependentUpon>
  113. </Compile>
  114. <Compile Include="FrmImageEdit.cs">
  115. <SubType>Form</SubType>
  116. </Compile>
  117. <Compile Include="FrmImageEdit.Designer.cs">
  118. <DependentUpon>FrmImageEdit.cs</DependentUpon>
  119. </Compile>
  120. <Compile Include="FrmImageList.cs">
  121. <SubType>Form</SubType>
  122. </Compile>
  123. <Compile Include="FrmImageList.Designer.cs">
  124. <DependentUpon>FrmImageList.cs</DependentUpon>
  125. </Compile>
  126. <Compile Include="ImageEdit.cs">
  127. <SubType>UserControl</SubType>
  128. </Compile>
  129. <Compile Include="ImageEdit.Designer.cs">
  130. <DependentUpon>ImageEdit.cs</DependentUpon>
  131. </Compile>
  132. <Compile Include="ImageRectHelper.cs" />
  133. <Compile Include="Properties\AssemblyInfo.cs" />
  134. <Compile Include="Properties\Resources.Designer.cs">
  135. <AutoGen>True</AutoGen>
  136. <DesignTime>True</DesignTime>
  137. <DependentUpon>Resources.resx</DependentUpon>
  138. </Compile>
  139. </ItemGroup>
  140. <ItemGroup>
  141. <EmbeddedResource Include="FrmCamera.resx">
  142. <DependentUpon>FrmCamera.cs</DependentUpon>
  143. </EmbeddedResource>
  144. <EmbeddedResource Include="FrmComparison.resx">
  145. <DependentUpon>FrmComparison.cs</DependentUpon>
  146. </EmbeddedResource>
  147. <EmbeddedResource Include="FrmImage.resx">
  148. <DependentUpon>FrmImage.cs</DependentUpon>
  149. </EmbeddedResource>
  150. <EmbeddedResource Include="FrmImageEdit.resx">
  151. <DependentUpon>FrmImageEdit.cs</DependentUpon>
  152. </EmbeddedResource>
  153. <EmbeddedResource Include="FrmImageList.resx">
  154. <DependentUpon>FrmImageList.cs</DependentUpon>
  155. </EmbeddedResource>
  156. <EmbeddedResource Include="ImageEdit.resx">
  157. <DependentUpon>ImageEdit.cs</DependentUpon>
  158. </EmbeddedResource>
  159. <EmbeddedResource Include="Properties\Resources.resx">
  160. <Generator>ResXFileCodeGenerator</Generator>
  161. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  162. </EmbeddedResource>
  163. </ItemGroup>
  164. <ItemGroup>
  165. <ProjectReference Include="..\Customize.Controls\Customize.Controls.csproj">
  166. <Project>{12B4624F-B80C-4308-AF25-36777AA6E92E}</Project>
  167. <Name>Customize.Controls</Name>
  168. </ProjectReference>
  169. <ProjectReference Include="..\ShenTun.ImageCollection.Common\ShenTun.ImageCollection.Common.csproj">
  170. <Project>{8c677006-d611-4020-bcaa-0c491eea344c}</Project>
  171. <Name>ShenTun.ImageCollection.Common</Name>
  172. </ProjectReference>
  173. </ItemGroup>
  174. <ItemGroup>
  175. <None Include="packages.config" />
  176. </ItemGroup>
  177. <ItemGroup>
  178. <None Include="defalut.jpg">
  179. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  180. </None>
  181. </ItemGroup>
  182. <ItemGroup>
  183. <Folder Include="Resources\" />
  184. </ItemGroup>
  185. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  186. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  187. <PropertyGroup>
  188. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  189. </PropertyGroup>
  190. <Error Condition="!Exists('..\packages\OpenCvSharp4.runtime.win.4.10.0.20240616\build\netstandard\OpenCvSharp4.runtime.win.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCvSharp4.runtime.win.4.10.0.20240616\build\netstandard\OpenCvSharp4.runtime.win.props'))" />
  191. </Target>
  192. </Project>