Worms4Editor/LibXom/LibXom.csproj

18 lines
390 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-03-04 16:22:30 +00:00
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DebugType>none</DebugType>
</PropertyGroup>
2023-01-11 09:22:45 +00:00
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
2023-01-07 09:36:13 +00:00
</Project>