From 313ab92531fbfacb955f9de85d3fc611f8064154 Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Mon, 24 Aug 2020 04:24:33 -0400 Subject: clean up wrapper, minimize heap alloc --- wrapper/wrapper.vcxproj | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) (limited to 'wrapper/wrapper.vcxproj') diff --git a/wrapper/wrapper.vcxproj b/wrapper/wrapper.vcxproj index 3407d6d..0ea90de 100644 --- a/wrapper/wrapper.vcxproj +++ b/wrapper/wrapper.vcxproj @@ -1,14 +1,6 @@ - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -27,20 +19,6 @@ 10.0 - - DynamicLibrary - true - v142 - true - Unicode - - - DynamicLibrary - false - v142 - true - Unicode - DynamicLibrary true @@ -61,12 +39,6 @@ - - - - - - @@ -85,26 +57,6 @@ - - - Level3 - WIN32;_DEBUG;%(PreprocessorDefinitions) - stdcpp17 - - - - - - - - Level3 - WIN32;NDEBUG;%(PreprocessorDefinitions) - stdcpp17 - - - - - Level3 -- cgit v1.2.3