From c84a0864479fda23c6e9365a1f3cc1065b608722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD=D0=BE=D0=B2=20=D0=98=D0=B2=D0=B0?= =?UTF-8?q?=D0=BD?= Date: Thu, 25 Jul 2024 18:15:29 +0200 Subject: [PATCH] fix: change absolute paths to relative --- L2BotDll/L2BotDll.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/L2BotDll/L2BotDll.vcxproj b/L2BotDll/L2BotDll.vcxproj index ab7da6c..84581b9 100644 --- a/L2BotDll/L2BotDll.vcxproj +++ b/L2BotDll/L2BotDll.vcxproj @@ -96,7 +96,7 @@ pch.h stdcpp20 stdc17 - D:\Lineage 2 bot\Bot 2.0\L2Bot\InjectionLibrary;D:\Lineage 2 bot\Bot 2.0\L2Bot\L2BotCore;%(AdditionalIncludeDirectories) + ..\InjectionLibrary;..\L2BotCore;%(AdditionalIncludeDirectories) Windows