diff options
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 1 | ||||
-rw-r--r-- | projects/openttd_vs100.vcxproj.filters | 3 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
4 files changed, 12 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index ba01b5450..b8fc0d371 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -779,6 +779,7 @@ <ClCompile Include="..\src\saveload\depot_sl.cpp" /> <ClCompile Include="..\src\saveload\economy_sl.cpp" /> <ClCompile Include="..\src\saveload\engine_sl.cpp" /> + <ClCompile Include="..\src\saveload\game_sl.cpp" /> <ClCompile Include="..\src\saveload\gamelog_sl.cpp" /> <ClCompile Include="..\src\saveload\group_sl.cpp" /> <ClCompile Include="..\src\saveload\industry_sl.cpp" /> diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters index 58cb73cc7..88e4a42db 100644 --- a/projects/openttd_vs100.vcxproj.filters +++ b/projects/openttd_vs100.vcxproj.filters @@ -1563,6 +1563,9 @@ <ClCompile Include="..\src\saveload\engine_sl.cpp"> <Filter>Save/Load handlers</Filter> </ClCompile> + <ClCompile Include="..\src\saveload\game_sl.cpp"> + <Filter>Save/Load handlers</Filter> + </ClCompile> <ClCompile Include="..\src\saveload\gamelog_sl.cpp"> <Filter>Save/Load handlers</Filter> </ClCompile> diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 2aa49ee4c..7d32b53eb 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -2411,6 +2411,10 @@ > </File> <File + RelativePath=".\..\src\saveload\game_sl.cpp" + > + </File> + <File RelativePath=".\..\src\saveload\gamelog_sl.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index c8a529f55..a4539dbf9 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -2408,6 +2408,10 @@ > </File> <File + RelativePath=".\..\src\saveload\game_sl.cpp" + > + </File> + <File RelativePath=".\..\src\saveload\gamelog_sl.cpp" > </File> |