summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
Diffstat (limited to 'projects')
-rw-r--r--projects/openttd_vs100.vcxproj6
-rw-r--r--projects/openttd_vs100.vcxproj.filters18
-rw-r--r--projects/openttd_vs80.vcproj24
-rw-r--r--projects/openttd_vs90.vcproj24
4 files changed, 72 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj
index 44aa0247e..ba01b5450 100644
--- a/projects/openttd_vs100.vcxproj
+++ b/projects/openttd_vs100.vcxproj
@@ -914,9 +914,15 @@
<ClInclude Include="..\src\ai\ai_scanner.hpp" />
<ClInclude Include="..\src\script\api\ai_changelog.hpp" />
<ClInclude Include="..\src\game\game.hpp" />
+ <ClCompile Include="..\src\game\game_config.cpp" />
+ <ClInclude Include="..\src\game\game_config.hpp" />
<ClCompile Include="..\src\game\game_core.cpp" />
+ <ClCompile Include="..\src\game\game_info.cpp" />
+ <ClInclude Include="..\src\game\game_info.hpp" />
<ClCompile Include="..\src\game\game_instance.cpp" />
<ClInclude Include="..\src\game\game_instance.hpp" />
+ <ClCompile Include="..\src\game\game_scanner.cpp" />
+ <ClInclude Include="..\src\game\game_scanner.hpp" />
<ClInclude Include="..\src\script\api\script_accounting.hpp" />
<ClInclude Include="..\src\script\api\script_airport.hpp" />
<ClInclude Include="..\src\script\api\script_base.hpp" />
diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters
index 7a5d16e2e..58cb73cc7 100644
--- a/projects/openttd_vs100.vcxproj.filters
+++ b/projects/openttd_vs100.vcxproj.filters
@@ -1968,15 +1968,33 @@
<ClInclude Include="..\src\game\game.hpp">
<Filter>Game Core</Filter>
</ClInclude>
+ <ClCompile Include="..\src\game\game_config.cpp">
+ <Filter>Game Core</Filter>
+ </ClCompile>
+ <ClInclude Include="..\src\game\game_config.hpp">
+ <Filter>Game Core</Filter>
+ </ClInclude>
<ClCompile Include="..\src\game\game_core.cpp">
<Filter>Game Core</Filter>
</ClCompile>
+ <ClCompile Include="..\src\game\game_info.cpp">
+ <Filter>Game Core</Filter>
+ </ClCompile>
+ <ClInclude Include="..\src\game\game_info.hpp">
+ <Filter>Game Core</Filter>
+ </ClInclude>
<ClCompile Include="..\src\game\game_instance.cpp">
<Filter>Game Core</Filter>
</ClCompile>
<ClInclude Include="..\src\game\game_instance.hpp">
<Filter>Game Core</Filter>
</ClInclude>
+ <ClCompile Include="..\src\game\game_scanner.cpp">
+ <Filter>Game Core</Filter>
+ </ClCompile>
+ <ClInclude Include="..\src\game\game_scanner.hpp">
+ <Filter>Game Core</Filter>
+ </ClInclude>
<ClInclude Include="..\src\script\api\script_accounting.hpp">
<Filter>Script API</Filter>
</ClInclude>
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj
index 5d6897dfa..2aa49ee4c 100644
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -2983,10 +2983,26 @@
>
</File>
<File
+ RelativePath=".\..\src\game\game_config.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\game\game_config.hpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\game\game_core.cpp"
>
</File>
<File
+ RelativePath=".\..\src\game\game_info.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\game\game_info.hpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\game\game_instance.cpp"
>
</File>
@@ -2994,6 +3010,14 @@
RelativePath=".\..\src\game\game_instance.hpp"
>
</File>
+ <File
+ RelativePath=".\..\src\game\game_scanner.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\game\game_scanner.hpp"
+ >
+ </File>
</Filter>
<Filter
Name="Script API"
diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj
index f253d4c96..c8a529f55 100644
--- a/projects/openttd_vs90.vcproj
+++ b/projects/openttd_vs90.vcproj
@@ -2980,10 +2980,26 @@
>
</File>
<File
+ RelativePath=".\..\src\game\game_config.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\game\game_config.hpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\game\game_core.cpp"
>
</File>
<File
+ RelativePath=".\..\src\game\game_info.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\game\game_info.hpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\game\game_instance.cpp"
>
</File>
@@ -2991,6 +3007,14 @@
RelativePath=".\..\src\game\game_instance.hpp"
>
</File>
+ <File
+ RelativePath=".\..\src\game\game_scanner.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\game\game_scanner.hpp"
+ >
+ </File>
</Filter>
<Filter
Name="Script API"