| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
- <BaseOutputPath>..\SHJX.Service.Shell\bin</BaseOutputPath>
- </PropertyGroup>
- <ItemGroup>
- <COMReference Include="{215d64d2-031c-33c7-96e3-61794cd1ee61}">
- <WrapperTool>tlbimp</WrapperTool>
- <VersionMinor>4</VersionMinor>
- <VersionMajor>2</VersionMajor>
- <Guid>215d64d2-031c-33c7-96e3-61794cd1ee61</Guid>
- </COMReference>
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="AForge" Version="2.2.5">
- <NoWarn></NoWarn>
- </PackageReference>
- <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="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>
|