From bb0da25682a9836d3c1e1bf63f01e4f98e1c3157 Mon Sep 17 00:00:00 2001 From: antopilo Date: Fri, 13 Sep 2024 18:24:08 -0400 Subject: [PATCH] Fixed newly generated solution not building --- Nuake/src/Scripting/ScriptingEngineNet.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Nuake/src/Scripting/ScriptingEngineNet.cpp b/Nuake/src/Scripting/ScriptingEngineNet.cpp index 4760b598..04c32f3b 100644 --- a/Nuake/src/Scripting/ScriptingEngineNet.cpp +++ b/Nuake/src/Scripting/ScriptingEngineNet.cpp @@ -785,7 +785,7 @@ namespace Nuake # Visual Studio Version 17 VisualStudioVersion = 17.0.32327.299 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = ")" + cleanProjectName + R"(", ")" + cleanProjectName + R"(.csproj", ")" + guid + R"(") +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = ")" + cleanProjectName + R"(", ")" + cleanProjectName + R"(.csproj", ")" + guid + R"(" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -793,10 +793,10 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {)" + guid + R"(.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {)" + guid + R"(.Debug|Any CPU.Build.0 = Debug|Any CPU - {)" + guid + R"(.Release|Any CPU.ActiveCfg = Release|Any CPU - {)" + guid + R"(.Release|Any CPU.Build.0 = Release|Any CPU + {)" + guid + R"(}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {)" + guid + R"(}.Debug|Any CPU.Build.0 = Debug|Any CPU + {)" + guid + R"(}.Release|Any CPU.ActiveCfg = Release|Any CPU + {)" + guid + R"(}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE