From 20036be50f1325ee36375dfe89a168ea71d4d6b2 Mon Sep 17 00:00:00 2001 From: dnesov Date: Mon, 21 Oct 2024 17:54:20 +0200 Subject: [PATCH] Update TestGame project to build as a WinExe project. --- TestGame/TestGame.cs | 2 +- TestGame/TestGame.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TestGame/TestGame.cs b/TestGame/TestGame.cs index ba50694..05058f5 100644 --- a/TestGame/TestGame.cs +++ b/TestGame/TestGame.cs @@ -8,7 +8,7 @@ using Voile.Rendering; public class TestGame : Game { - public override string Name => "Jump Adventures 2"; + public override string Name => "Test Game"; public override string ResourceRoot => "Resources/"; public override void Initialize() diff --git a/TestGame/TestGame.csproj b/TestGame/TestGame.csproj index 4c92661..054790f 100644 --- a/TestGame/TestGame.csproj +++ b/TestGame/TestGame.csproj @@ -1,7 +1,7 @@ - Exe + WinExe net8.0 enable disable