Start commit. All gameplay. Textbox lib by my friend was broken(not fatal for gameplay).
28 lines
No EOL
1.1 KiB
XML
28 lines
No EOL
1.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<PublishReadyToRun>false</PublishReadyToRun>
|
|
<TieredCompilation>false</TieredCompilation>
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
<ApplicationIcon>Icon.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<TrimmerRootAssembly Include="Microsoft.Xna.Framework.Content.ContentTypeReader" Visible="false" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="MonoGame.Framework.WindowsDX" Version="3.8.0.1641" />
|
|
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.0.1641" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<MonoGameContentReference Include="Content\Content.mgcb" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Textbox_2019">
|
|
<HintPath>..\..\Textbox_2019\Textbox_2019\bin\Debug\netstandard2.0\Textbox_2019.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</Project> |