summaryrefslogtreecommitdiff
path: root/TankBattleCrossPlatform/TankBattleCrossPlatform.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'TankBattleCrossPlatform/TankBattleCrossPlatform.csproj')
-rw-r--r--TankBattleCrossPlatform/TankBattleCrossPlatform.csproj32
1 files changed, 32 insertions, 0 deletions
diff --git a/TankBattleCrossPlatform/TankBattleCrossPlatform.csproj b/TankBattleCrossPlatform/TankBattleCrossPlatform.csproj
new file mode 100644
index 0000000..58ee784
--- /dev/null
+++ b/TankBattleCrossPlatform/TankBattleCrossPlatform.csproj
@@ -0,0 +1,32 @@
+<Project Sdk="Microsoft.NET.Sdk">
+ <PropertyGroup>
+ <OutputType>WinExe</OutputType>
+ <TargetFramework>net9.0</TargetFramework>
+ <RollForward>Major</RollForward>
+ <PublishReadyToRun>false</PublishReadyToRun>
+ <TieredCompilation>false</TieredCompilation>
+ </PropertyGroup>
+ <PropertyGroup>
+ <ApplicationManifest>app.manifest</ApplicationManifest>
+ <ApplicationIcon>Icon.ico</ApplicationIcon>
+ </PropertyGroup>
+ <ItemGroup>
+ <None Remove="Icon.ico" />
+ <None Remove="Icon.bmp" />
+ </ItemGroup>
+ <ItemGroup>
+ <EmbeddedResource Include="Icon.ico">
+ <LogicalName>Icon.ico</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Icon.bmp">
+ <LogicalName>Icon.bmp</LogicalName>
+ </EmbeddedResource>
+ </ItemGroup>
+ <ItemGroup>
+ <PackageReference Include="MonoGame.Framework.DesktopGL" 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