| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
- <BaseOutputPath>C:\Users\25109\Desktop\新建文件夹 (2)\高锰老流程周工滴定版本\GMSYcode\SHJX.Service.Shell\bin</BaseOutputPath>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="AForge" Version="2.2.5" />
- <PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
- <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
- <PackageReference Include="System.Diagnostics.DiagnosticSource" Version="7.0.2" />
- <PackageReference Include="System.Drawing.Common" Version="7.0.0" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="AForge.Controls">
- <HintPath>bin\Debug\net6.0\AForge.Controls.dll</HintPath>
- </Reference>
- <Reference Include="AForge.Imaging">
- <HintPath>bin\Debug\net6.0\AForge.Imaging.dll</HintPath>
- </Reference>
- <Reference Include="AForge.Video">
- <HintPath>bin\Debug\net6.0\AForge.Video.dll</HintPath>
- </Reference>
- <Reference Include="AForge.Video.DirectShow">
- <HintPath>..\..\..\水质\GMSYcode双滴定\SHJX.Service.Shell\bin\Debug\net6.0-windows\AForge.Video.DirectShow.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.Extensions.Logging">
- <HintPath>..\..\..\水质\GMSYcode双滴定\SHJX.Service.Shell\bin\Debug\net6.0-windows\Microsoft.Extensions.Logging.dll</HintPath>
- </Reference>
- <Reference Include="SHJX.Service.Common">
- <HintPath>..\..\SHJX.Service.Shell\bin\Debug\net6.0-windows\SHJX.Service.Common.dll</HintPath>
- </Reference>
- <Reference Include="SHJX.Service.Control">
- <HintPath>..\..\..\水质\CODcode\SHJX.Service.Control\bin\Debug\SHJX.Service.Control.dll</HintPath>
- </Reference>
- <Reference Include="SHJX.Service.Model">
- <HintPath>bin\Debug\net6.0\SHJX.Service.Model.dll</HintPath>
- </Reference>
- <Reference Include="System.Windows.Forms">
- <HintPath>bin\Debug\net6.0\System.Windows.Forms.dll</HintPath>
- </Reference>
- </ItemGroup>
- </Project>
|