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

12 lines
263 B
XML

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