Worms4Editor/LibXom/LibXom.csproj

19 lines
428 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>
2023-03-06 00:35:14 +00:00
<Platforms>AnyCPU;x64</Platforms>
2023-01-07 09:36:13 +00:00
</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>