From 7a31d5f29289357018700958bb9a2b79999a2a19 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=9D=99=E7=A9=8F=E9=9D=84?=
<170472707+seionmoya@users.noreply.github.com>
Date: Mon, 26 Aug 2024 03:55:49 +0200
Subject: [PATCH] Don't program at 4AM
---
Fuyu.Launcher/Fuyu.Launcher.csproj | 6 ------
Fuyu.Platform.Launcher/Fuyu.Platform.Launcher.csproj | 6 ++++++
Fuyu.code-workspace | 4 ++--
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/Fuyu.Launcher/Fuyu.Launcher.csproj b/Fuyu.Launcher/Fuyu.Launcher.csproj
index 04f25fdc..9bdfbdcd 100644
--- a/Fuyu.Launcher/Fuyu.Launcher.csproj
+++ b/Fuyu.Launcher/Fuyu.Launcher.csproj
@@ -21,10 +21,4 @@
-
-
- Always
-
-
-
diff --git a/Fuyu.Platform.Launcher/Fuyu.Platform.Launcher.csproj b/Fuyu.Platform.Launcher/Fuyu.Platform.Launcher.csproj
index 77f4510f..8c0fafa2 100644
--- a/Fuyu.Platform.Launcher/Fuyu.Platform.Launcher.csproj
+++ b/Fuyu.Platform.Launcher/Fuyu.Platform.Launcher.csproj
@@ -8,4 +8,10 @@
+
+
+ Always
+
+
+
diff --git a/Fuyu.code-workspace b/Fuyu.code-workspace
index 8830c55c..689e6031 100644
--- a/Fuyu.code-workspace
+++ b/Fuyu.code-workspace
@@ -51,8 +51,8 @@
},
"program": "OVERWRITTEN_BY_OS_SPECIFIC",
"windows": {
- "program": "${workspaceFolder}/Fuyu.Launcher/bin/Debug/net8.0-windows/win-x64/Fuyu.Launcher.dll",
- "cwd": "${workspaceFolder}/Fuyu.Launcher/bin/Debug/net8.0-windows/win-x64/",
+ "program": "${workspaceFolder}/Fuyu.Launcher/bin/Debug/net8.0-windows/Fuyu.Launcher.dll",
+ "cwd": "${workspaceFolder}/Fuyu.Launcher/bin/Debug/net8.0-windows/",
}
}
]