From 599098912e66dfb5d51caecb2d13659255be2e5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?MACHIZAUD=20Andr=C3=A9a?= Date: Mon, 11 Apr 2022 21:55:14 +0200 Subject: Remove superfluous vcxproj setup thanks to vcpkg integration --- csvexport/build/win32/csvexport.vcxproj | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'csvexport') diff --git a/csvexport/build/win32/csvexport.vcxproj b/csvexport/build/win32/csvexport.vcxproj index 4f531df0..252ebc62 100644 --- a/csvexport/build/win32/csvexport.vcxproj +++ b/csvexport/build/win32/csvexport.vcxproj @@ -57,12 +57,11 @@ _CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32_LEAN_AND_MEAN;NOMINMAX;_USE_MATH_DEFINES;%(PreprocessorDefinitions) AdvancedVectorExtensions2 stdcpplatest - ..\..\..\vcpkg_installed\x64-windows-static\x64-windows-static\include;..\..\..\vcpkg_installed\x64-windows-static\x64-windows-static\include\capstone;$(VcpkgRoot)\installed\$(VcpkgTriplet)\include\capstone + $(VcpkgRoot)\installed\$(VcpkgTriplet)\include\capstone - ws2_32.lib;capstone.lib;%(AdditionalDependencies) + ws2_32.lib;%(AdditionalDependencies) Console - ..\..\..\vcpkg_installed\x64-windows-static\x64-windows-static\debug\lib @@ -77,14 +76,13 @@ NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32_LEAN_AND_MEAN;NOMINMAX;_USE_MATH_DEFINES;%(PreprocessorDefinitions) AdvancedVectorExtensions2 stdcpplatest - ..\..\..\vcpkg_installed\x64-windows-static\x64-windows-static\include;..\..\..\vcpkg_installed\x64-windows-static\x64-windows-static\include\capstone;$(VcpkgRoot)\installed\$(VcpkgTriplet)\include\capstone + $(VcpkgRoot)\installed\$(VcpkgTriplet)\include\capstone true true - ws2_32.lib;capstone.lib;%(AdditionalDependencies) + ws2_32.lib;%(AdditionalDependencies) Console - ..\..\..\vcpkg_installed\x64-windows-static\x64-windows-static\lib -- cgit v1.2.3