summaryrefslogtreecommitdiff
path: root/projects/openttd_vs141.vcxproj.in
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2017-09-24 17:35:51 +0000
committerfrosch <frosch@openttd.org>2017-09-24 17:35:51 +0000
commitf43f4981e3d737b9d864752f7810a8bf796207a5 (patch)
tree8e05c513b0bd7ae8d412f60992082c26f33574cc /projects/openttd_vs141.vcxproj.in
parent7726f2d330c588b59ba1c3e863b40eed52cd12f6 (diff)
downloadopenttd-f43f4981e3d737b9d864752f7810a8bf796207a5.tar.xz
(svn r27919) -Fix: MSVC 2015 and 2017 project files referenced some MSVC 2010 files
Diffstat (limited to 'projects/openttd_vs141.vcxproj.in')
-rw-r--r--projects/openttd_vs141.vcxproj.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/projects/openttd_vs141.vcxproj.in b/projects/openttd_vs141.vcxproj.in
index c669462c4..9afda46b7 100644
--- a/projects/openttd_vs141.vcxproj.in
+++ b/projects/openttd_vs141.vcxproj.in
@@ -327,15 +327,15 @@
<None Include="..\readme.txt" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="langs_vs100.vcxproj">
+ <ProjectReference Include="langs_vs141.vcxproj">
<Project>{0f066b23-18df-4284-8265-f4a5e7e3b966}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
- <ProjectReference Include="strgen_vs100.vcxproj">
+ <ProjectReference Include="strgen_vs141.vcxproj">
<Project>{a133a442-bd0a-4ade-b117-ad7545e4bdd1}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
- <ProjectReference Include="version_vs100.vcxproj">
+ <ProjectReference Include="version_vs141.vcxproj">
<Project>{1a2b3c5e-1c23-41a5-9c9b-acba2aa75fec}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>