From 90318f8151741e2ee0476c24e0a839ada0ebcf8b Mon Sep 17 00:00:00 2001 From: "PARZIVAL (BreganIM)" Date: Thu, 8 May 2025 20:18:47 +0300 Subject: [PATCH] =?UTF-8?q?code:=D0=A3=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=B4=D0=B8=D0=BD=D0=B0=D0=BC=D0=B8=D1=87=D0=B5?= =?UTF-8?q?=D1=81=D0=BA=D0=B8=D1=85=20=D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE?= =?UTF-8?q?=D1=82=D0=B5=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- laba01upd3.vcxproj | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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)