1
0
mirror of https://github.com/MartinEesmaa/VVCEasy.git synced 2025-03-12 01:00:08 +01:00
VVCEasy/VVCEasy.csproj

11 lines
249 B
XML
Raw Normal View History

2022-02-21 18:14:07 +11:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>