diff options
author | frosch <frosch@openttd.org> | 2017-09-24 17:35:51 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2017-09-24 17:35:51 +0000 |
commit | f43f4981e3d737b9d864752f7810a8bf796207a5 (patch) | |
tree | 8e05c513b0bd7ae8d412f60992082c26f33574cc /projects | |
parent | 7726f2d330c588b59ba1c3e863b40eed52cd12f6 (diff) | |
download | openttd-f43f4981e3d737b9d864752f7810a8bf796207a5.tar.xz |
(svn r27919) -Fix: MSVC 2015 and 2017 project files referenced some MSVC 2010 files
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs140.vcxproj | 6 | ||||
-rw-r--r-- | projects/openttd_vs140.vcxproj.in | 6 | ||||
-rw-r--r-- | projects/openttd_vs141.vcxproj | 6 | ||||
-rw-r--r-- | projects/openttd_vs141.vcxproj.in | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/projects/openttd_vs140.vcxproj b/projects/openttd_vs140.vcxproj index eb8494167..2aefabddd 100644 --- a/projects/openttd_vs140.vcxproj +++ b/projects/openttd_vs140.vcxproj @@ -1306,15 +1306,15 @@ <None Include="..\readme.txt" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="langs_vs100.vcxproj"> + <ProjectReference Include="langs_vs140.vcxproj"> <Project>{0f066b23-18df-4284-8265-f4a5e7e3b966}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> - <ProjectReference Include="strgen_vs100.vcxproj"> + <ProjectReference Include="strgen_vs140.vcxproj"> <Project>{a133a442-bd0a-4ade-b117-ad7545e4bdd1}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> - <ProjectReference Include="version_vs100.vcxproj"> + <ProjectReference Include="version_vs140.vcxproj"> <Project>{1a2b3c5e-1c23-41a5-9c9b-acba2aa75fec}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> diff --git a/projects/openttd_vs140.vcxproj.in b/projects/openttd_vs140.vcxproj.in index 9d873283f..98b6481dc 100644 --- a/projects/openttd_vs140.vcxproj.in +++ b/projects/openttd_vs140.vcxproj.in @@ -327,15 +327,15 @@ <None Include="..\readme.txt" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="langs_vs100.vcxproj"> + <ProjectReference Include="langs_vs140.vcxproj"> <Project>{0f066b23-18df-4284-8265-f4a5e7e3b966}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> - <ProjectReference Include="strgen_vs100.vcxproj"> + <ProjectReference Include="strgen_vs140.vcxproj"> <Project>{a133a442-bd0a-4ade-b117-ad7545e4bdd1}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> - <ProjectReference Include="version_vs100.vcxproj"> + <ProjectReference Include="version_vs140.vcxproj"> <Project>{1a2b3c5e-1c23-41a5-9c9b-acba2aa75fec}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> diff --git a/projects/openttd_vs141.vcxproj b/projects/openttd_vs141.vcxproj index a93c5a300..c735569b3 100644 --- a/projects/openttd_vs141.vcxproj +++ b/projects/openttd_vs141.vcxproj @@ -1306,15 +1306,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> 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> |