diff options
author | glx <glx@openttd.org> | 2018-12-28 01:08:14 +0100 |
---|---|---|
committer | Charles Pigott <charlespigott@googlemail.com> | 2019-01-17 23:02:11 +0000 |
commit | 98308fe26081b34e304bf83abf0a578dae379e31 (patch) | |
tree | b10fd3f77d23ee82aa39fba3363194ab2b964163 /projects/openttd_vs140.vcxproj | |
parent | d8ccad91f9f3c4554908c62a9e250ac61060d1ce (diff) | |
download | openttd-98308fe26081b34e304bf83abf0a578dae379e31.tar.xz |
Fix 7f54c59a6: use some consistency for project dependencies determination
Diffstat (limited to 'projects/openttd_vs140.vcxproj')
-rw-r--r-- | projects/openttd_vs140.vcxproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd_vs140.vcxproj b/projects/openttd_vs140.vcxproj index 0ca84bed3..f08c26f09 100644 --- a/projects/openttd_vs140.vcxproj +++ b/projects/openttd_vs140.vcxproj @@ -1345,6 +1345,14 @@ <Project>{0f066b23-18df-4284-8265-f4a5e7e3b966}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> + <ProjectReference Include="settingsgen_vs140.vcxproj"> + <Project>{e9548de9-f089-49b7-93a6-30be2cc311c7}</Project> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + <ProjectReference Include="settings_vs140.vcxproj"> + <Project>{0817f629-589e-4a3b-b81a-8647bc571e35}</Project> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> <ProjectReference Include="strgen_vs140.vcxproj"> <Project>{a133a442-bd0a-4ade-b117-ad7545e4bdd1}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |