shjxCamera.csproj 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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>C:\Users\25109\Desktop\新建文件夹 (2)\高锰老流程周工滴定版本\GMSYcode\SHJX.Service.Shell\bin</BaseOutputPath>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <PackageReference Include="AForge" Version="2.2.5" />
  11. <PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
  12. <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
  13. <PackageReference Include="System.Diagnostics.DiagnosticSource" Version="7.0.2" />
  14. <PackageReference Include="System.Drawing.Common" Version="7.0.0" />
  15. </ItemGroup>
  16. <ItemGroup>
  17. <Reference Include="AForge.Controls">
  18. <HintPath>bin\Debug\net6.0\AForge.Controls.dll</HintPath>
  19. </Reference>
  20. <Reference Include="AForge.Imaging">
  21. <HintPath>bin\Debug\net6.0\AForge.Imaging.dll</HintPath>
  22. </Reference>
  23. <Reference Include="AForge.Video">
  24. <HintPath>bin\Debug\net6.0\AForge.Video.dll</HintPath>
  25. </Reference>
  26. <Reference Include="AForge.Video.DirectShow">
  27. <HintPath>..\..\..\水质\GMSYcode双滴定\SHJX.Service.Shell\bin\Debug\net6.0-windows\AForge.Video.DirectShow.dll</HintPath>
  28. </Reference>
  29. <Reference Include="Microsoft.Extensions.Logging">
  30. <HintPath>..\..\..\水质\GMSYcode双滴定\SHJX.Service.Shell\bin\Debug\net6.0-windows\Microsoft.Extensions.Logging.dll</HintPath>
  31. </Reference>
  32. <Reference Include="SHJX.Service.Common">
  33. <HintPath>..\..\SHJX.Service.Shell\bin\Debug\net6.0-windows\SHJX.Service.Common.dll</HintPath>
  34. </Reference>
  35. <Reference Include="SHJX.Service.Control">
  36. <HintPath>..\..\..\水质\CODcode\SHJX.Service.Control\bin\Debug\SHJX.Service.Control.dll</HintPath>
  37. </Reference>
  38. <Reference Include="SHJX.Service.Model">
  39. <HintPath>bin\Debug\net6.0\SHJX.Service.Model.dll</HintPath>
  40. </Reference>
  41. <Reference Include="System.Windows.Forms">
  42. <HintPath>bin\Debug\net6.0\System.Windows.Forms.dll</HintPath>
  43. </Reference>
  44. </ItemGroup>
  45. </Project>