Index: projects/openttd_vs140.vcxproj
===================================================================
--- projects/openttd_vs140.vcxproj (revision 27795)
+++ projects/openttd_vs140.vcxproj (working copy)
@@ -91,6 +91,22 @@
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)..\objs\$(Platform)\$(Configuration)\</OutDir>
<LocalDebuggerWorkingDirectory>$(ProjectDir)..\bin</LocalDebuggerWorkingDirectory>
</PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <IncludePath>D:\OpenTTD\OpenTTD essentials\shared\include;$(IncludePath)</IncludePath>
+ <LibraryPath>D:\OpenTTD\OpenTTD essentials\win32\library;$(LibraryPath)</LibraryPath>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <IncludePath>D:\OpenTTD\OpenTTD essentials\shared\include;$(IncludePath)</IncludePath>
+ <LibraryPath>D:\OpenTTD\OpenTTD essentials\win32\library;$(LibraryPath)</LibraryPath>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+ <IncludePath>D:\OpenTTD\OpenTTD essentials\shared\include;$(IncludePath)</IncludePath>
+ <LibraryPath>D:\OpenTTD\OpenTTD essentials\win64\library;$(LibraryPath)</LibraryPath>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+ <IncludePath>D:\OpenTTD\OpenTTD essentials\shared\include;$(IncludePath)</IncludePath>
+ <LibraryPath>D:\OpenTTD\OpenTTD essentials\win64\library;$(LibraryPath)</LibraryPath>
+ </PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
<TypeLibraryName>.\Release/openttd.tlb</TypeLibraryName>