diff options
Diffstat (limited to 'TankBattleWindows/TankBattleWindows.csproj')
| -rw-r--r-- | TankBattleWindows/TankBattleWindows.csproj | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/TankBattleWindows/TankBattleWindows.csproj b/TankBattleWindows/TankBattleWindows.csproj new file mode 100644 index 0000000..37ac0ad --- /dev/null +++ b/TankBattleWindows/TankBattleWindows.csproj @@ -0,0 +1,21 @@ +<Project Sdk="Microsoft.NET.Sdk"> + <PropertyGroup> + <OutputType>WinExe</OutputType> + <TargetFramework>net9.0-windows</TargetFramework> + <RollForward>Major</RollForward> + <PublishReadyToRun>false</PublishReadyToRun> + <TieredCompilation>false</TieredCompilation> + <UseWindowsForms>true</UseWindowsForms> + </PropertyGroup> + <PropertyGroup> + <ApplicationManifest>app.manifest</ApplicationManifest> + <ApplicationIcon>Icon.ico</ApplicationIcon> + </PropertyGroup> + <ItemGroup> + <PackageReference Include="MonoGame.Framework.WindowsDX" Version="3.8.*" /> + <PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.*" /> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\TankBattleCore\TankBattleCore.csproj" /> + </ItemGroup> +</Project>
\ No newline at end of file |
