diff options
Diffstat (limited to 'projects/openttd_vs90.vcproj')
-rw-r--r-- | projects/openttd_vs90.vcproj | 136 |
1 files changed, 119 insertions, 17 deletions
diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index b5155a469..112ab33c6 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="9.00" + Version="9,00" Name="openttd" ProjectGUID="{668328A0-B40E-4CDB-BD72-D0064424414A}" RootNamespace="openttd" @@ -15,6 +15,8 @@ Name="x64" /> </Platforms> + <ToolFiles> + </ToolFiles> <Configurations> <Configuration Name="Release|Win32" @@ -452,6 +454,10 @@ > </File> <File + RelativePath=".\..\src\cargodest.cpp" + > + </File> + <File RelativePath=".\..\src\cargomonitor.cpp" > </File> @@ -500,6 +506,10 @@ > </File> <File + RelativePath=".\..\src\departures.cpp" + > + </File> + <File RelativePath=".\..\src\depot.cpp" > </File> @@ -752,6 +762,10 @@ > </File> <File + RelativePath=".\..\src\trafficlight.cpp" + > + </File> + <File RelativePath=".\..\src\vehicle.cpp" > </File> @@ -775,6 +789,22 @@ RelativePath=".\..\src\window.cpp" > </File> + <Filter + Name="Sound" + > + <File + RelativePath=".\..\src\sound\null_s.cpp" + > + </File> + <File + RelativePath=".\..\src\sound\sdl_s.cpp" + > + </File> + <File + RelativePath=".\..\src\sound\win32_s.cpp" + > + </File> + </Filter> </Filter> <Filter Name="Header Files" @@ -840,6 +870,22 @@ > </File> <File + RelativePath=".\..\src\cargodest_base.h" + > + </File> + <File + RelativePath=".\..\src\cargodest_func.h" + > + </File> + <File + RelativePath=".\..\src\cargodest_gui.h" + > + </File> + <File + RelativePath=".\..\src\cargodest_type.h" + > + </File> + <File RelativePath=".\..\src\cargomonitor.h" > </File> @@ -940,6 +986,18 @@ > </File> <File + RelativePath=".\..\src\departures_func.h" + > + </File> + <File + RelativePath=".\..\src\departures_gui.h" + > + </File> + <File + RelativePath=".\..\src\departures_type.h" + > + </File> + <File RelativePath=".\..\src\depot_base.h" > </File> @@ -1668,6 +1726,18 @@ > </File> <File + RelativePath=".\..\src\trafficlight.h" + > + </File> + <File + RelativePath=".\..\src\trafficlight_func.h" + > + </File> + <File + RelativePath=".\..\src\trafficlight_type.h" + > + </File> + <File RelativePath=".\..\src\train.h" > </File> @@ -1904,6 +1974,10 @@ > </File> <File + RelativePath=".\..\src\cargodest_gui.cpp" + > + </File> + <File RelativePath=".\..\src\cheat_gui.cpp" > </File> @@ -1920,6 +1994,10 @@ > </File> <File + RelativePath=".\..\src\departures_gui.cpp" + > + </File> + <File RelativePath=".\..\src\depot_gui.cpp" > </File> @@ -2104,11 +2182,11 @@ Name="Widgets" > <File - RelativePath=".\..\src\widgets\airport_widget.h" + RelativePath=".\..\src\widgets\ai_widget.h" > </File> <File - RelativePath=".\..\src\widgets\ai_widget.h" + RelativePath=".\..\src\widgets\airport_widget.h" > </File> <File @@ -2460,6 +2538,10 @@ > </File> <File + RelativePath=".\..\src\saveload\cargodest_sl.cpp" + > + </File> + <File RelativePath=".\..\src\saveload\cargomonitor_sl.cpp" > </File> @@ -4124,6 +4206,10 @@ > </File> <File + RelativePath=".\..\src\pathfinder\yapf\yapf_cargo.cpp" + > + </File> + <File RelativePath=".\..\src\pathfinder\yapf\yapf_common.hpp" > </File> @@ -4209,50 +4295,66 @@ </File> </Filter> <Filter - Name="Sound" + Name="Windows files" > <File - RelativePath=".\..\src\sound\null_s.cpp" + RelativePath=".\..\src\os\windows\crashlog_win.cpp" > </File> <File - RelativePath=".\..\src\sound\sdl_s.cpp" + RelativePath=".\..\src\os\windows\ottdres.rc" > </File> <File - RelativePath=".\..\src\sound\win32_s.cpp" + RelativePath=".\..\src\os\windows\win32.cpp" > </File> </Filter> <Filter - Name="Windows files" + Name="Threading" > <File - RelativePath=".\..\src\os\windows\crashlog_win.cpp" - > - </File> - <File - RelativePath=".\..\src\os\windows\ottdres.rc" + RelativePath=".\..\src\thread\thread.h" > </File> <File - RelativePath=".\..\src\os\windows\win32.cpp" + RelativePath=".\..\src\thread\thread_win32.cpp" > </File> </Filter> <Filter - Name="Threading" + Name="underground" > <File - RelativePath=".\..\src\thread\thread.h" + RelativePath=".\..\src\layer.cpp" > </File> <File - RelativePath=".\..\src\thread\thread_win32.cpp" + RelativePath=".\..\src\layer_func.h" + > + </File> + <File + RelativePath=".\..\src\layer_type.h" + > + </File> + <File + RelativePath=".\..\src\underground_gui.cpp" + > + </File> + <File + RelativePath=".\..\src\underground_gui.h" + > + </File> + <File + RelativePath=".\..\src\widgets\underground_widget.h" > </File> </Filter> <File + RelativePath="..\layer.txt" + > + </File> + <File RelativePath=".\..\media\openttd.ico" > </File> |