Worms4Editor/LibXom/LibXom.csproj

14 lines
276 B
XML
Raw Normal View History

2023-01-07 09:36:13 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2023-01-11 09:22:45 +00:00
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
2023-01-07 09:36:13 +00:00
</Project>