<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>

  <ItemGroup>
    <Reference Include="MvCodeReaderSDK.Net">
      <HintPath>C:\Users\admin\Desktop\C#\GrabImage\bin\AnyCpu\MvCodeReaderSDK.Net.dll</HintPath>
    </Reference>
  </ItemGroup>

</Project>