Browse Source

Refactor to change background colour to Burgundy and simplify project names.

Dominique Louis 1 week ago
parent
commit
ef6c9fa6c4

+ 4 - 4
CardsStarterKit/.vscode/tasks.json

@@ -7,7 +7,7 @@
             "command": "dotnet",
             "args": [
                 "build",
-                "${workspaceFolder}/Platforms/Desktop/BlackJack.DesktopGL.csproj"
+                "${workspaceFolder}/Platforms/Desktop/BlackJack.csproj"
             ],
             "group": "build",
             "presentation": {
@@ -26,7 +26,7 @@
             "command": "dotnet",
             "args": [
                 "build",
-                "${workspaceFolder}/Platforms/Windows/BlackJack.Windows.csproj"
+                "${workspaceFolder}/Platforms/Windows/BlackJack.csproj"
             ],
             "group": "build",
             "presentation": {
@@ -45,7 +45,7 @@
             "command": "dotnet",
             "args": [
                 "build",
-                "${workspaceFolder}/Platforms/Android/BlackJack.Android.csproj",
+                "${workspaceFolder}/Platforms/Android/BlackJack.csproj",
                 "-t:Run",
                 "/property:Configuration=Debug"
             ],
@@ -65,7 +65,7 @@
             "command": "dotnet",
             "args": [
                 "build",
-                "${workspaceFolder}/Platforms/iOS/BlackJack.iOS.csproj",
+                "${workspaceFolder}/Platforms/iOS/BlackJack.csproj",
                 "-t:Run",
                 "/property:Configuration=Debug"
             ],

+ 1 - 3
CardsStarterKit/Core/Game/Blackjack.Core.Android.csproj

@@ -14,9 +14,7 @@
     <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
   </PropertyGroup>
   <ItemGroup>
-    <PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.*">
-      <PrivateAssets>All</PrivateAssets>
-    </PackageReference>
+    <PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.*" PrivateAssets="all" />
   </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\..\Framework\Cards.Framework.csproj" />

+ 0 - 3
CardsStarterKit/Core/Game/Screens/CardsStarterKit.code-workspace

@@ -3,9 +3,6 @@
 		{
 			"path": "../../.."
 		},
-		{
-			"path": "../../../../NetworkStateManagement"
-		},
 		{
 			"path": "../../../../MonoGame.Xna.Framework.Net"
 		}

+ 0 - 0
CardsStarterKit/Platforms/Android/BlackJack.Android.csproj → CardsStarterKit/Platforms/Android/BlackJack.csproj


+ 3 - 2
CardsStarterKit/Platforms/Android/Resources/values/ic_launcher_background.xml

@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
-    <color name="ic_launcher_background">#9ACEEB</color>
-</resources>
+    <color name="ic_launcher_background">#800020</color>
+</resources>

+ 0 - 0
CardsStarterKit/Platforms/Desktop/BlackJack.DesktopGL.csproj → CardsStarterKit/Platforms/Desktop/BlackJack.csproj


+ 0 - 0
CardsStarterKit/Platforms/Windows/BlackJack.Windows.csproj → CardsStarterKit/Platforms/Windows/BlackJack.csproj


+ 0 - 0
CardsStarterKit/Platforms/iOS/BlackJack.iOS.csproj → CardsStarterKit/Platforms/iOS/BlackJack.csproj