mirror of https://github.com/Washi1337/Emux.git
16 lines
549 B
XML
16 lines
549 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<MonoGameContentReference Include="**\*.mgcb" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="MonoGame.Content.Builder" Version="3.7.0.4" />
|
|
<PackageReference Include="MonoGame.Framework.DesktopGL.Core" Version="3.7.0.7" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Emux.GameBoy\Emux.GameBoy.csproj" />
|
|
</ItemGroup>
|
|
</Project> |