Contentless/Contentless/Contentless.csproj

17 lines
452 B
XML
Raw Normal View History

2019-10-08 12:40:25 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2019-10-08 13:23:18 +02:00
<TargetFramework>net472</TargetFramework>
2019-10-08 12:40:25 +02:00
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\MonoGame\MonoGame.Framework.Content.Pipeline\MonoGame.Framework.Content.Pipeline.Windows.csproj" />
</ItemGroup>
2019-10-08 19:20:35 +02:00
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
</ItemGroup>
2019-10-08 12:40:25 +02:00
</Project>