18 lines
509 B
XML
18 lines
509 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\SlatedGameToolkit.Framework\SlatedGameToolkit.Framework.csproj" />
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<AssemblyVersion>1.0.0.0</AssemblyVersion>
|
|
<Description>A tool to help with developing a game using SlatedGameToolkit.</Description>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Include="Resources/**"/>
|
|
</ItemGroup>
|
|
</Project>
|