Changeset - r23170:9959a7bee77f
[Not reviewed]
master
0 10 0
glx - 6 years ago 2018-12-28 00:08:14
glx@openttd.org
Fix 7f54c59a6: use some consistency for project dependencies determination
10 files changed with 56 insertions and 14 deletions:
0 comments (0 inline, 0 general)
projects/openttd_vs140.sln
Show inline comments
 

	
 
Microsoft Visual Studio Solution File, Format Version 12.00
 
# Visual Studio 14
 
VisualStudioVersion = 14.0.23107.0
 
MinimumVisualStudioVersion = 10.0.40219.1
 
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openttd", "openttd_vs140.vcxproj", "{668328A0-B40E-4CDB-BD72-D0064424414A}"
 
	ProjectSection(ProjectDependencies) = postProject
 
		{0817F629-589E-4A3B-B81A-8647BC571E35} = {0817F629-589E-4A3B-B81A-8647BC571E35}
 
		{E9548DE9-F089-49B7-93A6-30BE2CC311C7} = {E9548DE9-F089-49B7-93A6-30BE2CC311C7}
 
	EndProjectSection
 
EndProject
 
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "strgen", "strgen_vs140.vcxproj", "{A133A442-BD0A-4ADE-B117-AD7545E4BDD1}"
 
EndProject
 
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "langs", "langs_vs140.vcxproj", "{0F066B23-18DF-4284-8265-F4A5E7E3B966}"
 
EndProject
 
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "version", "version_vs140.vcxproj", "{1A2B3C5E-1C23-41A5-9C9B-ACBA2AA75FEC}"
 
EndProject
 
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "generate", "generate_vs140.vcxproj", "{2F31FD79-D1AC-43C4-89F3-B0D5E4E53E34}"
 
EndProject
 
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "settings", "settings_vs140.vcxproj", "{0817F629-589E-4A3B-B81A-8647BC571E35}"
 
	ProjectSection(ProjectDependencies) = postProject
 
		{E9548DE9-F089-49B7-93A6-30BE2CC311C7} = {E9548DE9-F089-49B7-93A6-30BE2CC311C7}
 
	EndProjectSection
 
EndProject
 
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "settingsgen", "settingsgen_vs140.vcxproj", "{E9548DE9-F089-49B7-93A6-30BE2CC311C7}"
 
EndProject
 
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "regression", "regression_vs140.vcxproj", "{4712B013-437D-42CE-947F-DEBABA15261F}"
 
EndProject
 
Global
 
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
 
		Debug|Win32 = Debug|Win32
 
		Debug|x64 = Debug|x64
 
		Release|Win32 = Release|Win32
 
		Release|x64 = Release|x64
 
	EndGlobalSection
projects/openttd_vs140.vcxproj
Show inline comments
 
@@ -1336,23 +1336,31 @@
 
    <ClInclude Include="..\src\thread\thread.h" />
 
    <ClCompile Include="..\src\thread\thread_win32.cpp" />
 
  </ItemGroup>
 
  <ItemGroup>
 
    <None Include="..\media\openttd.ico" />
 
    <None Include="..\README.md" />
 
  </ItemGroup>
 
  <ItemGroup>
 
    <ProjectReference Include="langs_vs140.vcxproj">
 
      <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>
 
    </ProjectReference>
 
    <ProjectReference Include="version_vs140.vcxproj">
 
      <Project>{1a2b3c5e-1c23-41a5-9c9b-acba2aa75fec}</Project>
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
    </ProjectReference>
 
  </ItemGroup>
 
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
</Project>
projects/openttd_vs140.vcxproj.in
Show inline comments
 
@@ -340,23 +340,31 @@
 
  <ItemGroup>
 
!!FILES!!
 
  </ItemGroup>
 
  <ItemGroup>
 
    <None Include="..\media\openttd.ico" />
 
    <None Include="..\README.md" />
 
  </ItemGroup>
 
  <ItemGroup>
 
    <ProjectReference Include="langs_vs140.vcxproj">
 
      <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>
 
    </ProjectReference>
 
    <ProjectReference Include="version_vs140.vcxproj">
 
      <Project>{1a2b3c5e-1c23-41a5-9c9b-acba2aa75fec}</Project>
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
    </ProjectReference>
 
  </ItemGroup>
 
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
</Project>
projects/openttd_vs141.sln
Show inline comments
 

	
 
Microsoft Visual Studio Solution File, Format Version 12.00
 
# Visual Studio 14
 
VisualStudioVersion = 14.0.23107.0
 
MinimumVisualStudioVersion = 10.0.40219.1
 
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openttd", "openttd_vs141.vcxproj", "{668328A0-B40E-4CDB-BD72-D0064424414A}"
 
	ProjectSection(ProjectDependencies) = postProject
 
		{0817F629-589E-4A3B-B81A-8647BC571E35} = {0817F629-589E-4A3B-B81A-8647BC571E35}
 
		{E9548DE9-F089-49B7-93A6-30BE2CC311C7} = {E9548DE9-F089-49B7-93A6-30BE2CC311C7}
 
	EndProjectSection
 
EndProject
 
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "strgen", "strgen_vs141.vcxproj", "{A133A442-BD0A-4ADE-B117-AD7545E4BDD1}"
 
EndProject
 
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "langs", "langs_vs141.vcxproj", "{0F066B23-18DF-4284-8265-F4A5E7E3B966}"
 
EndProject
 
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "version", "version_vs141.vcxproj", "{1A2B3C5E-1C23-41A5-9C9B-ACBA2AA75FEC}"
 
EndProject
 
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "generate", "generate_vs141.vcxproj", "{2F31FD79-D1AC-43C4-89F3-B0D5E4E53E34}"
 
EndProject
 
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "settings", "settings_vs141.vcxproj", "{0817F629-589E-4A3B-B81A-8647BC571E35}"
 
	ProjectSection(ProjectDependencies) = postProject
 
		{E9548DE9-F089-49B7-93A6-30BE2CC311C7} = {E9548DE9-F089-49B7-93A6-30BE2CC311C7}
 
	EndProjectSection
 
EndProject
 
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "settingsgen", "settingsgen_vs141.vcxproj", "{E9548DE9-F089-49B7-93A6-30BE2CC311C7}"
 
EndProject
 
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "regression", "regression_vs141.vcxproj", "{4712B013-437D-42CE-947F-DEBABA15261F}"
 
EndProject
 
Global
 
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
 
		Debug|Win32 = Debug|Win32
 
		Debug|x64 = Debug|x64
 
		Release|Win32 = Release|Win32
 
		Release|x64 = Release|x64
 
	EndGlobalSection
projects/openttd_vs141.vcxproj
Show inline comments
 
@@ -1336,23 +1336,31 @@
 
    <ClInclude Include="..\src\thread\thread.h" />
 
    <ClCompile Include="..\src\thread\thread_win32.cpp" />
 
  </ItemGroup>
 
  <ItemGroup>
 
    <None Include="..\media\openttd.ico" />
 
    <None Include="..\README.md" />
 
  </ItemGroup>
 
  <ItemGroup>
 
    <ProjectReference Include="langs_vs141.vcxproj">
 
      <Project>{0f066b23-18df-4284-8265-f4a5e7e3b966}</Project>
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
    </ProjectReference>
 
    <ProjectReference Include="settingsgen_vs141.vcxproj">
 
      <Project>{e9548de9-f089-49b7-93a6-30be2cc311c7}</Project>
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
    </ProjectReference>
 
    <ProjectReference Include="settings_vs141.vcxproj">
 
      <Project>{0817f629-589e-4a3b-b81a-8647bc571e35}</Project>
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
    </ProjectReference>
 
    <ProjectReference Include="strgen_vs141.vcxproj">
 
      <Project>{a133a442-bd0a-4ade-b117-ad7545e4bdd1}</Project>
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
    </ProjectReference>
 
    <ProjectReference Include="version_vs141.vcxproj">
 
      <Project>{1a2b3c5e-1c23-41a5-9c9b-acba2aa75fec}</Project>
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
    </ProjectReference>
 
  </ItemGroup>
 
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
</Project>
projects/openttd_vs141.vcxproj.in
Show inline comments
 
@@ -340,23 +340,31 @@
 
  <ItemGroup>
 
!!FILES!!
 
  </ItemGroup>
 
  <ItemGroup>
 
    <None Include="..\media\openttd.ico" />
 
    <None Include="..\README.md" />
 
  </ItemGroup>
 
  <ItemGroup>
 
    <ProjectReference Include="langs_vs141.vcxproj">
 
      <Project>{0f066b23-18df-4284-8265-f4a5e7e3b966}</Project>
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
    </ProjectReference>
 
    <ProjectReference Include="settingsgen_vs141.vcxproj">
 
      <Project>{e9548de9-f089-49b7-93a6-30be2cc311c7}</Project>
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
    </ProjectReference>
 
    <ProjectReference Include="settings_vs141.vcxproj">
 
      <Project>{0817f629-589e-4a3b-b81a-8647bc571e35}</Project>
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
    </ProjectReference>
 
    <ProjectReference Include="strgen_vs141.vcxproj">
 
      <Project>{a133a442-bd0a-4ade-b117-ad7545e4bdd1}</Project>
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
    </ProjectReference>
 
    <ProjectReference Include="version_vs141.vcxproj">
 
      <Project>{1a2b3c5e-1c23-41a5-9c9b-acba2aa75fec}</Project>
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
    </ProjectReference>
 
  </ItemGroup>
 
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
</Project>
projects/settings_vs140.vcxproj
Show inline comments
 
@@ -39,16 +39,22 @@
 
    <None Include="..\src\table\company_settings.ini" />
 
    <None Include="..\src\table\currency_settings.ini" />
 
    <None Include="..\src\table\gameopt_settings.ini" />
 
    <None Include="..\src\table\misc_settings.ini" />
 
    <None Include="..\src\table\settings.ini" />
 
    <None Include="..\src\table\win32_settings.ini" />
 
    <None Include="..\src\table\window_settings.ini" />
 
  </ItemGroup>
 
  <ItemGroup>
 
    <None Include="..\src\table\settings.h.postamble" />
 
    <None Include="..\src\table\settings.h.preamble" />
 
  </ItemGroup>
 
  <ItemGroup>
 
    <ProjectReference Include="settingsgen_vs140.vcxproj">
 
      <Project>{e9548de9-f089-49b7-93a6-30be2cc311c7}</Project>
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
    </ProjectReference>
 
  </ItemGroup>
 
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
  <ImportGroup Label="ExtensionTargets">
 
  </ImportGroup>
 
</Project>
projects/settings_vs140.vcxproj.in
Show inline comments
 
@@ -33,16 +33,22 @@
 
    <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SettingsCommandLine)</NMakeBuildCommandLine>
 
    <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SettingsCommandLine)</NMakeReBuildCommandLine>
 
    <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">del ..\objs\settings\table\settings.h</NMakeCleanCommandLine>
 
    <NMakeOutput Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\objs\settings\table\settings.h</NMakeOutput>
 
  </PropertyGroup>
 
  <ItemGroup>
 
!!FILES!!
 
  </ItemGroup>
 
  <ItemGroup>
 
    <None Include="..\src\table\settings.h.postamble" />
 
    <None Include="..\src\table\settings.h.preamble" />
 
  </ItemGroup>
 
  <ItemGroup>
 
    <ProjectReference Include="settingsgen_vs140.vcxproj">
 
      <Project>{e9548de9-f089-49b7-93a6-30be2cc311c7}</Project>
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
    </ProjectReference>
 
  </ItemGroup>
 
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
  <ImportGroup Label="ExtensionTargets">
 
  </ImportGroup>
 
</Project>
projects/settings_vs141.vcxproj
Show inline comments
 
@@ -39,16 +39,22 @@
 
    <None Include="..\src\table\company_settings.ini" />
 
    <None Include="..\src\table\currency_settings.ini" />
 
    <None Include="..\src\table\gameopt_settings.ini" />
 
    <None Include="..\src\table\misc_settings.ini" />
 
    <None Include="..\src\table\settings.ini" />
 
    <None Include="..\src\table\win32_settings.ini" />
 
    <None Include="..\src\table\window_settings.ini" />
 
  </ItemGroup>
 
  <ItemGroup>
 
    <None Include="..\src\table\settings.h.postamble" />
 
    <None Include="..\src\table\settings.h.preamble" />
 
  </ItemGroup>
 
  <ItemGroup>
 
    <ProjectReference Include="settingsgen_vs141.vcxproj">
 
      <Project>{e9548de9-f089-49b7-93a6-30be2cc311c7}</Project>
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
    </ProjectReference>
 
  </ItemGroup>
 
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
  <ImportGroup Label="ExtensionTargets">
 
  </ImportGroup>
 
</Project>
projects/settings_vs141.vcxproj.in
Show inline comments
 
@@ -33,16 +33,22 @@
 
    <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SettingsCommandLine)</NMakeBuildCommandLine>
 
    <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SettingsCommandLine)</NMakeReBuildCommandLine>
 
    <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">del ..\objs\settings\table\settings.h</NMakeCleanCommandLine>
 
    <NMakeOutput Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\objs\settings\table\settings.h</NMakeOutput>
 
  </PropertyGroup>
 
  <ItemGroup>
 
!!FILES!!
 
  </ItemGroup>
 
  <ItemGroup>
 
    <None Include="..\src\table\settings.h.postamble" />
 
    <None Include="..\src\table\settings.h.preamble" />
 
  </ItemGroup>
 
  <ItemGroup>
 
    <ProjectReference Include="settingsgen_vs141.vcxproj">
 
      <Project>{e9548de9-f089-49b7-93a6-30be2cc311c7}</Project>
 
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
    </ProjectReference>
 
  </ItemGroup>
 
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
  <ImportGroup Label="ExtensionTargets">
 
  </ImportGroup>
 
</Project>
0 comments (0 inline, 0 general)