From 2725a1266d17e55ce931cdd3fc512caf242811e0 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Thu, 28 Mar 2024 15:41:08 -0700 Subject: [PATCH] Enable /CETCOMPAT when building with VS 2019 (#152) --- UVAtlasTool/UVAtlasTool_2019.vcxproj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UVAtlasTool/UVAtlasTool_2019.vcxproj b/UVAtlasTool/UVAtlasTool_2019.vcxproj index 5837ab4..fe01699 100644 --- a/UVAtlasTool/UVAtlasTool_2019.vcxproj +++ b/UVAtlasTool/UVAtlasTool_2019.vcxproj @@ -149,6 +149,7 @@ Console true true + /CETCOMPAT %(AdditionalOptions) false @@ -174,6 +175,7 @@ ole32.lib;windowscodecs.lib;uuid.lib;version.lib;%(AdditionalDependencies) Console true + /CETCOMPAT %(AdditionalOptions) false @@ -202,6 +204,7 @@ true true true + /CETCOMPAT %(AdditionalOptions) false @@ -228,6 +231,7 @@ Console true true + /CETCOMPAT %(AdditionalOptions) false @@ -255,6 +259,7 @@ true true true + /CETCOMPAT %(AdditionalOptions) false @@ -280,6 +285,7 @@ Console true true + /CETCOMPAT %(AdditionalOptions) false