Loading

openttd_vs140.vcxproj.use

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3.   <ImportGroup Label="PropertySheets" />
  4.   <PropertyGroup Label="UserMacros" />
  5.   <PropertyGroup>
  6.     <IncludePath>$(OTTD_IncludePath);$(IncludePath)</IncludePath>
  7.     <LibraryPath>$(OTTD_LibraryPath_x86);$(LibraryPath)</LibraryPath>
  8.   </PropertyGroup>
  9.   <ItemDefinitionGroup />
  10.   <ItemGroup />
  11. </Project>
  12.  
  13.  
  14.  
  15.  
  16. Where: OTTD_IncludePath and OTTD_LibraryPath are ENV vars containing the actual paths where the useful.zip is extracted

Comments