From 1fabf9dfa55a745e2ea25ce6b4839ceee99fd960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?MACHIZAUD=20Andr=C3=A9a?= Date: Thu, 7 Apr 2022 23:46:39 +0200 Subject: Update vcxproj vcpkg path --- csvexport/build/win32/csvexport.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'csvexport/build/win32') diff --git a/csvexport/build/win32/csvexport.vcxproj b/csvexport/build/win32/csvexport.vcxproj index 49b974a4..efb56f77 100644 --- a/csvexport/build/win32/csvexport.vcxproj +++ b/csvexport/build/win32/csvexport.vcxproj @@ -57,12 +57,12 @@ _CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32_LEAN_AND_MEAN;NOMINMAX;_USE_MATH_DEFINES;%(PreprocessorDefinitions) AdvancedVectorExtensions2 stdcpplatest - ..\..\..\vcpkg\vcpkg\installed\x64-windows-static\include;..\..\..\vcpkg\vcpkg\installed\x64-windows-static\include\capstone;$(VcpkgRoot)\installed\$(VcpkgTriplet)\include\capstone + ..\..\..\vcpkg_installed\x64-windows-static\include;..\..\..\vcpkg_installed\x64-windows-static\include\capstone;$(VcpkgRoot)\installed\$(VcpkgTriplet)\include\capstone ws2_32.lib;capstone.lib;%(AdditionalDependencies) Console - ..\..\..\vcpkg\vcpkg\installed\x64-windows-static\debug\lib + ..\..\..\vcpkg_installed\x64-windows-static\debug\lib @@ -77,14 +77,14 @@ NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32_LEAN_AND_MEAN;NOMINMAX;_USE_MATH_DEFINES;%(PreprocessorDefinitions) AdvancedVectorExtensions2 stdcpplatest - ..\..\..\vcpkg\vcpkg\installed\x64-windows-static\include;..\..\..\vcpkg\vcpkg\installed\x64-windows-static\include\capstone;$(VcpkgRoot)\installed\$(VcpkgTriplet)\include\capstone + ..\..\..\vcpkg_installed\x64-windows-static\include;..\..\..\vcpkg_installed\x64-windows-static\include\capstone;$(VcpkgRoot)\installed\$(VcpkgTriplet)\include\capstone true true ws2_32.lib;capstone.lib;%(AdditionalDependencies) Console - ..\..\..\vcpkg\vcpkg\installed\x64-windows-static\lib + ..\..\..\vcpkg_installed\x64-windows-static\lib -- cgit v1.2.3