From 5d3cd64a2585d4240fd9ac17917af05aa7ee326a Mon Sep 17 00:00:00 2001 From: LGram16 Date: Sat, 29 Nov 2025 20:13:26 +0900 Subject: [PATCH] Fix Debug_MY output directory to use relative path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change hardcoded absolute path (D:\Navezine\ROWTest_MY\) to relative path (../../Executable/$(Configuration)\) for consistency with other configurations. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- Client/RYLClient/RYLClient.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/RYLClient/RYLClient.vcxproj b/Client/RYLClient/RYLClient.vcxproj index e5c6473..28db1f9 100644 --- a/Client/RYLClient/RYLClient.vcxproj +++ b/Client/RYLClient/RYLClient.vcxproj @@ -82,7 +82,7 @@ ../../Executable/$(Configuration)\ ../../Intermediate/$(ProjectName)/$(Configuration)\ false - D:\Navezine\ROWTest_MY\ + ../../Executable/$(Configuration)\ ../../Intermediate/$(ProjectName)/$(Configuration)\ true AllRules.ruleset