Files
Twain/tools/Build/Build.csproj
2024-05-24 22:44:17 -05:00

16 lines
387 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Faithlife.Build" Version="5.20.2" />
</ItemGroup>
</Project>