From c786a5efb1b0307354d0451ad01522ee2e5345e1 Mon Sep 17 00:00:00 2001 From: Sverre Skodje Date: Tue, 19 Mar 2024 23:24:05 +0100 Subject: [PATCH] Enabled optimizations to reduce output file sizes. --- ScreenRecorderLib/ScreenRecorderLib.vcxproj | 8 ++++++++ ScreenRecorderLibNative/ScreenRecorderLibNative.vcxproj | 2 ++ TestConsoleAppCpp/TestConsoleAppCpp.vcxproj | 3 +++ 3 files changed, 13 insertions(+) diff --git a/ScreenRecorderLib/ScreenRecorderLib.vcxproj b/ScreenRecorderLib/ScreenRecorderLib.vcxproj index 22394e1..2238b3b 100644 --- a/ScreenRecorderLib/ScreenRecorderLib.vcxproj +++ b/ScreenRecorderLib/ScreenRecorderLib.vcxproj @@ -147,10 +147,14 @@ true MultiThreadedDLL stdcpp17 + false D3D11.lib;dxgi.lib;Mfuuid.lib;Mfplat.lib;evr.lib;mfreadwrite.lib;%(AdditionalDependencies) + true + true + Default @@ -163,9 +167,13 @@ MultiThreadedDLL stdcpp17 Default + false D3D11.lib;dxgi.lib;Mfuuid.lib;Mfplat.lib;evr.lib;mfreadwrite.lib;%(AdditionalDependencies) + true + true + Default diff --git a/ScreenRecorderLibNative/ScreenRecorderLibNative.vcxproj b/ScreenRecorderLibNative/ScreenRecorderLibNative.vcxproj index 4821178..9139869 100644 --- a/ScreenRecorderLibNative/ScreenRecorderLibNative.vcxproj +++ b/ScreenRecorderLibNative/ScreenRecorderLibNative.vcxproj @@ -246,6 +246,7 @@ stdcpp17 $(OutDir);%(AdditionalIncludeDirectories) Async + false Windows @@ -287,6 +288,7 @@ stdcpp17 $(OutDir);%(AdditionalIncludeDirectories) Async + false Windows diff --git a/TestConsoleAppCpp/TestConsoleAppCpp.vcxproj b/TestConsoleAppCpp/TestConsoleAppCpp.vcxproj index c4cec01..b338f1f 100644 --- a/TestConsoleAppCpp/TestConsoleAppCpp.vcxproj +++ b/TestConsoleAppCpp/TestConsoleAppCpp.vcxproj @@ -118,6 +118,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true /Zc:twoPhase- %(AdditionalOptions) + false Console @@ -148,12 +149,14 @@ NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true /Zc:twoPhase- %(AdditionalOptions) + false Console true true true + Default