diff --git a/src/cc65.props b/src/cc65.props index bd0eb6024..9d56b06bd 100644 --- a/src/cc65.props +++ b/src/cc65.props @@ -1,62 +1,62 @@ - - - v141 - $([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0')) - + + + v141 + $([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0')) + - - - v142 - 10.0 - $(SolutionDir)..\wrk\$(MSBuildProjectName)\$(Configuration)\ - $(SolutionDir)..\bin\ - $(IntDir) - - - - - Level3 - true - _CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0601;WINVER=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions) - common - - - $(IntDir)..\..\common\$(Configuration)\common.lib - - + + + v142 + 10.0 + $(SolutionDir)..\wrk\$(MSBuildProjectName)\$(Configuration)\ + $(SolutionDir)..\bin\ + $(IntDir) + + + + + Level3 + true + _CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0601;WINVER=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions) + common + + + $(IntDir)..\..\common\$(Configuration)\common.lib + + - - - true - - - - MultiThreadedDebugDLL - true - - - true - - + + + true + + + + MultiThreadedDebugDLL + true + + + true + + - - - false - true - - - - true - MultiThreaded - false - - - false - true - true - UseLinkTimeCodeGeneration - - + + + false + true + + + + true + MultiThreaded + false + + + false + true + true + UseLinkTimeCodeGeneration + + \ No newline at end of file