mirror of
https://github.com/cyanfish/naps2.git
synced 2024-11-10 14:28:12 +03:00
23 lines
857 B
XML
23 lines
857 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net5;net462;netcoreapp2.1;netstandard2.0</TargetFrameworks>
|
|
<Nullable>enable</Nullable>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<CheckEolTargetFramework>false</CheckEolTargetFramework>
|
|
<RootNamespace>NAPS2.Images</RootNamespace>
|
|
|
|
<Title>NAPS2.Images</Title>
|
|
<Copyright>Copyright 2022 Ben Olden-Cooligan</Copyright>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
|
|
<PackageReference Include="System.ValueTuple" Version="4.3.1" />
|
|
<PackageReference Include="ZXing.Net" Version="0.16.4" />
|
|
</ItemGroup>
|
|
|
|
<Import Project="..\NAPS2.Setup\CommonTargets.targets" />
|
|
<Import Project="..\NAPS2.Setup\ImageUsers.targets" />
|
|
</Project>
|