From 2dd1cfeffd2ae4e7e9de0cec6d64bc38ffd8a3e2 Mon Sep 17 00:00:00 2001 From: jwatkins42 Date: Wed, 26 Nov 2014 12:40:27 -0800 Subject: [PATCH] Converted Visual Studio include paths to relative paths. - Include paths were specified with absolute paths, which break as soon as the project is moved to a different location. (e.g., when cloning to a new computer from GitHub). - Include paths are now specified relative to the project file, so everything should work as long as the entire XPC directory is present. --- xpcPlugin/xpcPlugin/xpcPlugin/xpcPlugin.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpcPlugin/xpcPlugin/xpcPlugin/xpcPlugin.vcxproj b/xpcPlugin/xpcPlugin/xpcPlugin/xpcPlugin.vcxproj index 6f238e0..bdd8d82 100644 --- a/xpcPlugin/xpcPlugin/xpcPlugin/xpcPlugin.vcxproj +++ b/xpcPlugin/xpcPlugin/xpcPlugin/xpcPlugin.vcxproj @@ -93,7 +93,7 @@ IBM=1;XPLM200;_DEBUG;_WINDOWS;_USRDLL;XPCPLUGIN_EXPORTS;%(PreprocessorDefinitions) - ./src;\\vmware-host\Shared Folders\Documents\xplaneconnect\xpcPlugin\SDK\CHeaders\XPLM;\\vmware-host\Shared Folders\Documents\xplaneconnect\xpcPlugin;\\vmware-host\Shared Folders\Documents\xplaneconnect\C\src;%(AdditionalIncludeDirectories) + ./src;../../SDK/CHeaders/XPLM;../../;../../../C/src;%(AdditionalIncludeDirectories) OldStyle true