mirror of
https://github.com/Ellpeck/Contentless.git
synced 2024-11-16 21:13:12 +01:00
18 lines
560 B
XML
18 lines
560 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Contentless" Version="2.0.1" />
|
|
<PackageReference Include="MonoGame.Extended.Content.Pipeline" Version="3.7.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="Content\Content.mgcb" />
|
|
<MonoGameContentReference Include="Content\Content.mgcb" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|