From e416597fd7c86bc9bc9f7c5369a061d101842331 Mon Sep 17 00:00:00 2001 From: Fred Emmott Date: Sun, 31 May 2020 11:57:09 -0700 Subject: [PATCH] Fix release build configuration - Missing PCH settings - enable C++20 for AudioFunctions --- Sources/Windows/com.elgato.cpu.sdPlugin.vcxproj | 5 +++-- Sources/Windows/com.fredemmott.micmutetoggle.sdplugin.sln | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Sources/Windows/com.elgato.cpu.sdPlugin.vcxproj b/Sources/Windows/com.elgato.cpu.sdPlugin.vcxproj index 3bec7d2..776eb3d 100644 --- a/Sources/Windows/com.elgato.cpu.sdPlugin.vcxproj +++ b/Sources/Windows/com.elgato.cpu.sdPlugin.vcxproj @@ -115,7 +115,7 @@ Level3 Disabled true - _DEBUG;_CONSOLE;%(PreprocessorDefinitions);HAVE_FEEDBACK_SOUNDS; + _DEBUG;_CONSOLE;%(PreprocessorDefinitions);HAVE_FEEDBACK_SOUNDS;ASIO_STANDALONE; true pch.h /Zc:__cplusplus %(AdditionalOptions) @@ -158,7 +158,7 @@ true true true - NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + NDEBUG;_CONSOLE;%(PreprocessorDefinitions);HAVE_FEEDBACK_SOUNDS;ASIO_STANDALONE; true pch.h /Zc:__cplusplus %(AdditionalOptions) @@ -220,6 +220,7 @@ NotUsing NotUsing stdcpplatest + stdcpplatest Create diff --git a/Sources/Windows/com.fredemmott.micmutetoggle.sdplugin.sln b/Sources/Windows/com.fredemmott.micmutetoggle.sdplugin.sln index 762f644..5d1a5e6 100644 --- a/Sources/Windows/com.fredemmott.micmutetoggle.sdplugin.sln +++ b/Sources/Windows/com.fredemmott.micmutetoggle.sdplugin.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.28010.2026 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30114.105 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "com.elgato.cpu.sdPlugin", "com.elgato.cpu.sdPlugin.vcxproj", "{F76362AC-339A-4F56-8C7B-D73A560670C4}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "com.fredemmott.micmutetoggle.sdplugin", "com.elgato.cpu.sdPlugin.vcxproj", "{F76362AC-339A-4F56-8C7B-D73A560670C4}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution