shjxCamera.csproj 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
  7. <BaseOutputPath>..\SHJX.Service.Shell\bin</BaseOutputPath>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <COMReference Include="{215d64d2-031c-33c7-96e3-61794cd1ee61}">
  11. <WrapperTool>tlbimp</WrapperTool>
  12. <VersionMinor>4</VersionMinor>
  13. <VersionMajor>2</VersionMajor>
  14. <Guid>215d64d2-031c-33c7-96e3-61794cd1ee61</Guid>
  15. </COMReference>
  16. </ItemGroup>
  17. <ItemGroup>
  18. <PackageReference Include="AForge" Version="2.2.5">
  19. <NoWarn></NoWarn>
  20. </PackageReference>
  21. <PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
  22. <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
  23. <PackageReference Include="System.Diagnostics.DiagnosticSource" Version="7.0.2" />
  24. <PackageReference Include="System.Drawing.Common" Version="7.0.0" />
  25. </ItemGroup>
  26. <ItemGroup>
  27. <Reference Include="AForge.Controls">
  28. <HintPath>bin\Debug\net6.0\AForge.Controls.dll</HintPath>
  29. </Reference>
  30. <Reference Include="AForge.Imaging">
  31. <HintPath>bin\Debug\net6.0\AForge.Imaging.dll</HintPath>
  32. </Reference>
  33. <Reference Include="AForge.Video">
  34. <HintPath>bin\Debug\net6.0\AForge.Video.dll</HintPath>
  35. </Reference>
  36. <Reference Include="AForge.Video.DirectShow">
  37. <HintPath>..\..\..\水质\GMSYcode双滴定\SHJX.Service.Shell\bin\Debug\net6.0-windows\AForge.Video.DirectShow.dll</HintPath>
  38. </Reference>
  39. <Reference Include="SHJX.Service.Common">
  40. <HintPath>..\..\SHJX.Service.Shell\bin\Debug\net6.0-windows\SHJX.Service.Common.dll</HintPath>
  41. </Reference>
  42. <Reference Include="SHJX.Service.Control">
  43. <HintPath>..\..\..\水质\CODcode\SHJX.Service.Control\bin\Debug\SHJX.Service.Control.dll</HintPath>
  44. </Reference>
  45. <Reference Include="SHJX.Service.Model">
  46. <HintPath>bin\Debug\net6.0\SHJX.Service.Model.dll</HintPath>
  47. </Reference>
  48. <Reference Include="System.Windows.Forms">
  49. <HintPath>bin\Debug\net6.0\System.Windows.Forms.dll</HintPath>
  50. </Reference>
  51. </ItemGroup>
  52. </Project>