DangerousD/AnimationsFileCreator/AnimationsFileCreator.csproj
2023-08-14 18:14:18 +03:00

13 lines
312 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\DangerousD\DangerousD.csproj" />
</ItemGroup>
</Project>