diff --git a/laba01upd3.vcxproj b/laba01upd3.vcxproj index 5aa7a46..90955eb 100644 --- a/laba01upd3.vcxproj +++ b/laba01upd3.vcxproj @@ -76,10 +76,16 @@ true WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true + + Console true + + + + @@ -90,12 +96,18 @@ true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true + + Console true true true + + + + @@ -104,11 +116,18 @@ true _DEBUG;_CONSOLE;%(PreprocessorDefinitions) true + $(ProjectDir)curl\include;D:\vkkk\vcpkg\installed\x64-windows\include Console true + D:\vkkk\vcpkg\installed\x64-windows\lib;$(ProjectDir)curl\lib + libcurl.lib + + xcopy /Y /I "D:\vkkk\vcpkg\installed\x64-windows\bin\*.dll" "C:\Users\brega\OneDrive\Рабочий стол\lab03\laba01upd3\x64\Debug\" + + @@ -118,12 +137,15 @@ true NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true + $(ProjectDir)curl\include Console true true true + $(ProjectDir)curl\lib + libcurl.lib;%(AdditionalDependencies)