From fe943ca01076356117b7e4b448c554618aae9c75 Mon Sep 17 00:00:00 2001 From: Ari Vuollet Date: Thu, 17 Nov 2022 21:33:01 +0200 Subject: [PATCH] Temporary fix to build errors in VC++ projects --- .../Tools/Flax.Build/Projects/VisualStudio/VCProjectGenerator.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Tools/Flax.Build/Projects/VisualStudio/VCProjectGenerator.cs b/Source/Tools/Flax.Build/Projects/VisualStudio/VCProjectGenerator.cs index f352bc6a0..2a5fe8193 100644 --- a/Source/Tools/Flax.Build/Projects/VisualStudio/VCProjectGenerator.cs +++ b/Source/Tools/Flax.Build/Projects/VisualStudio/VCProjectGenerator.cs @@ -103,6 +103,7 @@ namespace Flax.Build.Projects.VisualStudio vcProjectFileContent.AppendLine(" Native"); vcProjectFileContent.AppendLine(" Unicode"); vcProjectFileContent.AppendLine(" MakeFileProj"); + vcProjectFileContent.AppendLine(" false"); vcProjectFileContent.AppendLine(" "); // Default properties