Loading

Paste #pezvizdbp

  1. Index: projects/openttd_vs140.vcxproj
  2. ===================================================================
  3. --- projects/openttd_vs140.vcxproj  (revision 27569)
  4. +++ projects/openttd_vs140.vcxproj  (working copy)
  5. @@ -1,4 +1,4 @@
  6. -<?xml version="1.0" encoding="utf-8"?>
  7. +<?xml version="1.0" encoding="utf-8"?>
  8.  <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  9.    <ItemGroup Label="ProjectConfigurations">
  10.      <ProjectConfiguration Include="Debug|Win32">
  11. @@ -91,6 +91,22 @@
  12.      <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)..\objs\$(Platform)\$(Configuration)\</OutDir>
  13.      <LocalDebuggerWorkingDirectory>$(ProjectDir)..\bin</LocalDebuggerWorkingDirectory>
  14.    </PropertyGroup>
  15. +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  16. +    <IncludePath>D:\OpenTTD\OpenTTD essentials\shared\include;$(IncludePath)</IncludePath>
  17. +    <LibraryPath>D:\OpenTTD\OpenTTD essentials\win32\library;$(LibraryPath)</LibraryPath>
  18. +  </PropertyGroup>
  19. +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  20. +    <IncludePath>D:\OpenTTD\OpenTTD essentials\shared\include;$(IncludePath)</IncludePath>
  21. +    <LibraryPath>D:\OpenTTD\OpenTTD essentials\win32\library;$(LibraryPath)</LibraryPath>
  22. +  </PropertyGroup>
  23. +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  24. +    <IncludePath>D:\OpenTTD\OpenTTD essentials\shared\include;$(IncludePath)</IncludePath>
  25. +    <LibraryPath>D:\OpenTTD\OpenTTD essentials\win64\library;$(LibraryPath)</LibraryPath>
  26. +  </PropertyGroup>
  27. +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  28. +    <IncludePath>D:\OpenTTD\OpenTTD essentials\shared\include;$(IncludePath)</IncludePath>
  29. +    <LibraryPath>D:\OpenTTD\OpenTTD essentials\win64\library;$(LibraryPath)</LibraryPath>
  30. +  </PropertyGroup>
  31.    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  32.      <Midl>
  33.        <TypeLibraryName>.\Release/openttd.tlb</TypeLibraryName>
  34. @@ -151,6 +167,9 @@
  35.        <EnableCOMDATFolding>true</EnableCOMDATFolding>
  36.        <MinimumRequiredVersion>5.01</MinimumRequiredVersion>
  37.      </Link>
  38. +    <Manifest>
  39. +      <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
  40. +    </Manifest>
  41.    </ItemDefinitionGroup>
  42.    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  43.      <Midl>
  44. @@ -198,6 +217,9 @@
  45.        <TargetMachine>MachineX86</TargetMachine>
  46.        <MinimumRequiredVersion>5.01</MinimumRequiredVersion>
  47.      </Link>
  48. +    <Manifest>
  49. +      <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
  50. +    </Manifest>
  51.    </ItemDefinitionGroup>
  52.    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  53.      <Midl>
  54. @@ -257,6 +279,9 @@
  55.        <EnableCOMDATFolding>true</EnableCOMDATFolding>
  56.        <MinimumRequiredVersion>5.02</MinimumRequiredVersion>
  57.      </Link>
  58. +    <Manifest>
  59. +      <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
  60. +    </Manifest>
  61.    </ItemDefinitionGroup>
  62.    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  63.      <Midl>
  64. @@ -306,6 +331,9 @@
  65.        <TargetMachine>MachineX64</TargetMachine>
  66.        <MinimumRequiredVersion>5.02</MinimumRequiredVersion>
  67.      </Link>
  68. +    <Manifest>
  69. +      <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
  70. +    </Manifest>
  71.    </ItemDefinitionGroup>
  72.    <ItemGroup>
  73.      <ClCompile Include="..\src\airport.cpp" />
  74. @@ -448,6 +476,7 @@
  75.      <ClInclude Include="..\src\date_gui.h" />
  76.      <ClInclude Include="..\src\date_type.h" />
  77.      <ClInclude Include="..\src\debug.h" />
  78. +    <ClInclude Include="..\src\saveload\game_sl.h" />
  79.      <ClInclude Include="..\src\video\dedicated_v.h" />
  80.      <ClInclude Include="..\src\depot_base.h" />
  81.      <ClInclude Include="..\src\depot_func.h" />
  82. @@ -1308,4 +1337,4 @@
  83.      </ProjectReference>
  84.    </ItemGroup>
  85.    <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  86. -</Project>
  87. +</Project>
  88. \ No newline at end of file

Comments