LocalizationExtractor.csproj 631 B

123456789101112131415161718
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net8.0-windows</TargetFramework>
  5. <Nullable>enable</Nullable>
  6. <ImplicitUsings>enable</ImplicitUsings>
  7. <InvariantGlobalization>true</InvariantGlobalization>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <PackageReference Include="OpenCvSharp4" Version="4.13.0.20260627" />
  11. <PackageReference Include="OpenCvSharp4.runtime.win" Version="4.13.0.20260627" />
  12. <PackageReference Include="PropertyGridLib" Version="1.2.0" />
  13. <PackageReference Include="System.Text.Json" Version="10.0.0" />
  14. </ItemGroup>
  15. </Project>