diff options
author | Erich Eckner <git@eckner.net> | 2018-10-30 11:13:12 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-10-30 15:28:03 +0100 |
commit | a34d095259409cf1454d9777deabbc00bcdb9407 (patch) | |
tree | 9e7c37ed33f5bd6b3c2f41cf248dcb656b2a4afa /projects/openttd_vs100.vcxproj | |
parent | 6647cb917963c4e0d6d633b7a92af78167050893 (diff) | |
download | openttd-underground-plus-others-original.tar.xz |
underground patch appliedunderground-plus-others-original
Diffstat (limited to 'projects/openttd_vs100.vcxproj')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index 4ab6f45e7..785145289 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -296,6 +296,7 @@ <ClCompile Include="..\src\articulated_vehicles.cpp" /> <ClCompile Include="..\src\autoreplace.cpp" /> <ClCompile Include="..\src\bmp.cpp" /> + <ClCompile Include="..\src\cargodest.cpp" /> <ClCompile Include="..\src\cargomonitor.cpp" /> <ClCompile Include="..\src\cargopacket.cpp" /> <ClCompile Include="..\src\cargotype.cpp" /> @@ -371,6 +372,7 @@ <ClCompile Include="..\src\tile_map.cpp" /> <ClCompile Include="..\src\tilearea.cpp" /> <ClCompile Include="..\src\townname.cpp" /> + <ClCompile Include="..\src\trafficlight.cpp" /> <ClCompile Include="..\src\vehicle.cpp" /> <ClCompile Include="..\src\vehiclelist.cpp" /> <ClCompile Include="..\src\viewport.cpp" /> @@ -392,6 +394,10 @@ <ClInclude Include="..\src\bmp.h" /> <ClInclude Include="..\src\bridge.h" /> <ClInclude Include="..\src\cargo_type.h" /> + <ClInclude Include="..\src\cargodest_base.h" /> + <ClInclude Include="..\src\cargodest_func.h" /> + <ClInclude Include="..\src\cargodest_gui.h" /> + <ClInclude Include="..\src\cargodest_type.h" /> <ClInclude Include="..\src\cargomonitor.h" /> <ClInclude Include="..\src\cargopacket.h" /> <ClInclude Include="..\src\cargotype.h" /> @@ -599,6 +605,9 @@ <ClInclude Include="..\src\townname_type.h" /> <ClInclude Include="..\src\track_func.h" /> <ClInclude Include="..\src\track_type.h" /> + <ClInclude Include="..\src\trafficlight.h" /> + <ClInclude Include="..\src\trafficlight_func.h" /> + <ClInclude Include="..\src\trafficlight_type.h" /> <ClInclude Include="..\src\train.h" /> <ClInclude Include="..\src\transparency.h" /> <ClInclude Include="..\src\transparency_gui.h" /> @@ -656,6 +665,7 @@ <ClCompile Include="..\src\bootstrap_gui.cpp" /> <ClCompile Include="..\src\bridge_gui.cpp" /> <ClCompile Include="..\src\build_vehicle_gui.cpp" /> + <ClCompile Include="..\src\cargodest_gui.cpp" /> <ClCompile Include="..\src\cheat_gui.cpp" /> <ClCompile Include="..\src\company_gui.cpp" /> <ClCompile Include="..\src\console_gui.cpp" /> @@ -792,6 +802,7 @@ <ClCompile Include="..\src\saveload\airport_sl.cpp" /> <ClCompile Include="..\src\saveload\animated_tile_sl.cpp" /> <ClCompile Include="..\src\saveload\autoreplace_sl.cpp" /> + <ClCompile Include="..\src\saveload\cargodest_sl.cpp" /> <ClCompile Include="..\src\saveload\cargomonitor_sl.cpp" /> <ClCompile Include="..\src\saveload\cargopacket_sl.cpp" /> <ClCompile Include="..\src\saveload\cheat_sl.cpp" /> @@ -1187,6 +1198,7 @@ <ClInclude Include="..\src\pathfinder\yapf\yapf.hpp" /> <ClInclude Include="..\src\pathfinder\yapf\yapf_base.hpp" /> <ClInclude Include="..\src\pathfinder\yapf\yapf_cache.h" /> + <ClCompile Include="..\src\pathfinder\yapf\yapf_cargo.cpp" /> <ClInclude Include="..\src\pathfinder\yapf\yapf_common.hpp" /> <ClInclude Include="..\src\pathfinder\yapf\yapf_costbase.hpp" /> <ClInclude Include="..\src\pathfinder\yapf\yapf_costcache.hpp" /> @@ -1214,6 +1226,12 @@ <ClCompile Include="..\src\os\windows\win32.cpp" /> <ClInclude Include="..\src\thread\thread.h" /> <ClCompile Include="..\src\thread\thread_win32.cpp" /> + <ClCompile Include="..\src\layer.cpp" /> + <ClCompile Include="..\src\underground_gui.cpp" /> + <ClInclude Include="..\src\layer_type.h" /> + <ClInclude Include="..\src\layer_func.h" /> + <ClInclude Include="..\src\underground_gui.h" /> + <ClInclude Include="..\src\widgets\underground_widget.h" /> </ItemGroup> <ItemGroup> <None Include="..\media\openttd.ico" /> |