summaryrefslogtreecommitdiff
path: root/projects/openttd_vs100.vcxproj
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-12-15 22:22:55 +0000
committertruebrain <truebrain@openttd.org>2011-12-15 22:22:55 +0000
commit2aa774e831ad1cb7849c998759449ef777c5c664 (patch)
tree37293298be999cb3446fe4af7f11e107bfa17c3d /projects/openttd_vs100.vcxproj
parentfd559171b4ab5ce09b67aa8c4e9f2d0482a09558 (diff)
downloadopenttd-2aa774e831ad1cb7849c998759449ef777c5c664.tar.xz
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
Diffstat (limited to 'projects/openttd_vs100.vcxproj')
-rw-r--r--projects/openttd_vs100.vcxproj51
1 files changed, 51 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj
index 783bf2ee7..ff0ec9a9c 100644
--- a/projects/openttd_vs100.vcxproj
+++ b/projects/openttd_vs100.vcxproj
@@ -687,9 +687,60 @@
<ClCompile Include="..\src\vehicle_gui.cpp" />
<ClCompile Include="..\src\viewport_gui.cpp" />
<ClCompile Include="..\src\waypoint_gui.cpp" />
+ <ClInclude Include="..\src\widgets\airport_widget.h" />
+ <ClInclude Include="..\src\widgets\ai_widget.h" />
+ <ClInclude Include="..\src\widgets\autoreplace_widget.h" />
+ <ClInclude Include="..\src\widgets\bootstrap_widget.h" />
+ <ClInclude Include="..\src\widgets\bridge_widget.h" />
+ <ClInclude Include="..\src\widgets\build_vehicle_widget.h" />
+ <ClInclude Include="..\src\widgets\cheat_widget.h" />
+ <ClInclude Include="..\src\widgets\company_widget.h" />
+ <ClInclude Include="..\src\widgets\console_widget.h" />
+ <ClInclude Include="..\src\widgets\date_widget.h" />
+ <ClInclude Include="..\src\widgets\depot_widget.h" />
+ <ClInclude Include="..\src\widgets\dock_widget.h" />
<ClCompile Include="..\src\widgets\dropdown.cpp" />
<ClInclude Include="..\src\widgets\dropdown_func.h" />
<ClInclude Include="..\src\widgets\dropdown_type.h" />
+ <ClInclude Include="..\src\widgets\dropdown_widget.h" />
+ <ClInclude Include="..\src\widgets\engine_widget.h" />
+ <ClInclude Include="..\src\widgets\error_widget.h" />
+ <ClInclude Include="..\src\widgets\fios_widget.h" />
+ <ClInclude Include="..\src\widgets\genworld_widget.h" />
+ <ClInclude Include="..\src\widgets\graph_widget.h" />
+ <ClInclude Include="..\src\widgets\group_widget.h" />
+ <ClInclude Include="..\src\widgets\highscore_widget.h" />
+ <ClInclude Include="..\src\widgets\industry_widget.h" />
+ <ClInclude Include="..\src\widgets\intro_widget.h" />
+ <ClInclude Include="..\src\widgets\main_widget.h" />
+ <ClInclude Include="..\src\widgets\misc_widget.h" />
+ <ClInclude Include="..\src\widgets\music_widget.h" />
+ <ClInclude Include="..\src\widgets\network_chat_widget.h" />
+ <ClInclude Include="..\src\widgets\network_content_widget.h" />
+ <ClInclude Include="..\src\widgets\network_widget.h" />
+ <ClInclude Include="..\src\widgets\newgrf_debug_widget.h" />
+ <ClInclude Include="..\src\widgets\newgrf_widget.h" />
+ <ClInclude Include="..\src\widgets\news_widget.h" />
+ <ClInclude Include="..\src\widgets\object_widget.h" />
+ <ClInclude Include="..\src\widgets\order_widget.h" />
+ <ClInclude Include="..\src\widgets\osk_widget.h" />
+ <ClInclude Include="..\src\widgets\rail_widget.h" />
+ <ClInclude Include="..\src\widgets\road_widget.h" />
+ <ClInclude Include="..\src\widgets\settings_widget.h" />
+ <ClInclude Include="..\src\widgets\sign_widget.h" />
+ <ClInclude Include="..\src\widgets\smallmap_widget.h" />
+ <ClInclude Include="..\src\widgets\station_widget.h" />
+ <ClInclude Include="..\src\widgets\statusbar_widget.h" />
+ <ClInclude Include="..\src\widgets\subsidy_widget.h" />
+ <ClInclude Include="..\src\widgets\terraform_widget.h" />
+ <ClInclude Include="..\src\widgets\timetable_widget.h" />
+ <ClInclude Include="..\src\widgets\toolbar_widget.h" />
+ <ClInclude Include="..\src\widgets\town_widget.h" />
+ <ClInclude Include="..\src\widgets\transparency_widget.h" />
+ <ClInclude Include="..\src\widgets\tree_widget.h" />
+ <ClInclude Include="..\src\widgets\vehicle_widget.h" />
+ <ClInclude Include="..\src\widgets\viewport_widget.h" />
+ <ClInclude Include="..\src\widgets\waypoint_widget.h" />
<ClCompile Include="..\src\aircraft_cmd.cpp" />
<ClCompile Include="..\src\autoreplace_cmd.cpp" />
<ClCompile Include="..\src\clear_cmd.cpp" />