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 e8048fe01..dd5340a85 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -811,6 +811,7 @@ <ClCompile Include="..\src\saveload\group_sl.cpp" /> <ClCompile Include="..\src\saveload\industry_sl.cpp" /> <ClCompile Include="..\src\saveload\labelmaps_sl.cpp" /> + <ClCompile Include="..\src\saveload\linkgraph_sl.cpp" /> <ClCompile Include="..\src\saveload\map_sl.cpp" /> <ClCompile Include="..\src\saveload\misc_sl.cpp" /> <ClCompile Include="..\src\saveload\newgrf_sl.cpp" /> diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters index 59d6993e1..4b93c0418 100644 --- a/projects/openttd_vs100.vcxproj.filters +++ b/projects/openttd_vs100.vcxproj.filters @@ -1662,6 +1662,9 @@ <ClCompile Include="..\src\saveload\labelmaps_sl.cpp"> <Filter>Save/Load handlers</Filter> </ClCompile> + <ClCompile Include="..\src\saveload\linkgraph_sl.cpp"> + <Filter>Save/Load handlers</Filter> + </ClCompile> <ClCompile Include="..\src\saveload\map_sl.cpp"> <Filter>Save/Load handlers</Filter> </ClCompile> diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 4e2cb1c72..743401143 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -2539,6 +2539,10 @@ > </File> <File + RelativePath=".\..\src\saveload\linkgraph_sl.cpp" + > + </File> + <File RelativePath=".\..\src\saveload\map_sl.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index a5af31edb..ab20a4fff 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -2536,6 +2536,10 @@ > </File> <File + RelativePath=".\..\src\saveload\linkgraph_sl.cpp" + > + </File> + <File RelativePath=".\..\src\saveload\map_sl.cpp" > </File> |