Imports the current Win32 source for the pod-racing game 'Red Planet', built on the MUNGA engine and its L4 (Win32/DirectX) platform layer: - MUNGA / MUNGA_L4: cross-platform engine core and Win32 backend - RP / RP_L4: Red Planet game logic and Win32 application - DivLoader, Setup1: asset loader and installer project - lib, MUNGA_L4/openal, MUNGA_L4/sos: third-party audio dependencies Removed stale Subversion metadata and added .gitignore/.gitattributes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
142 lines
8.3 KiB
Plaintext
142 lines
8.3 KiB
Plaintext
Microsoft Visual Studio Solution File, Format Version 9.00
|
|
# Visual Studio 2005
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RP_L4", "RP_L4\RP_L4.vcproj", "{01B740F7-5D4E-4E42-893F-CE018E5EE785}"
|
|
ProjectSection(WebsiteProperties) = preProject
|
|
Debug.AspNetCompiler.Debug = "True"
|
|
Release.AspNetCompiler.Debug = "False"
|
|
EndProjectSection
|
|
ProjectSection(ProjectDependencies) = postProject
|
|
{F988B198-A386-40DD-A50E-9A5CE17A92A5} = {F988B198-A386-40DD-A50E-9A5CE17A92A5}
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BT410_L4", "BT410_L4\BT410_L4.vcproj", "{3D11EC2A-78C8-4138-AABC-5597846A30F9}"
|
|
ProjectSection(WebsiteProperties) = preProject
|
|
Debug.AspNetCompiler.Debug = "True"
|
|
Release.AspNetCompiler.Debug = "False"
|
|
EndProjectSection
|
|
ProjectSection(ProjectDependencies) = postProject
|
|
{F988B198-A386-40DD-A50E-9A5CE17A92A5} = {F988B198-A386-40DD-A50E-9A5CE17A92A5}
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Munga_L4", "MUNGA_L4\Munga_L4.vcproj", "{F988B198-A386-40DD-A50E-9A5CE17A92A5}"
|
|
ProjectSection(WebsiteProperties) = preProject
|
|
Debug.AspNetCompiler.Debug = "True"
|
|
Release.AspNetCompiler.Debug = "False"
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RPL4TOOL", "RP_L4\RPL4TOOL.vcproj", "{11BDE691-E0D7-443E-A5AF-87B35B8EEAEE}"
|
|
ProjectSection(WebsiteProperties) = preProject
|
|
Debug.AspNetCompiler.Debug = "True"
|
|
Release.AspNetCompiler.Debug = "False"
|
|
EndProjectSection
|
|
ProjectSection(ProjectDependencies) = postProject
|
|
{F988B198-A386-40DD-A50E-9A5CE17A92A5} = {F988B198-A386-40DD-A50E-9A5CE17A92A5}
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TextureExp", "TextureExp\TextureExp.vcproj", "{E5595E6E-4D04-4114-91A2-0E839698262C}"
|
|
ProjectSection(WebsiteProperties) = preProject
|
|
Debug.AspNetCompiler.Debug = "True"
|
|
Release.AspNetCompiler.Debug = "False"
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MeshExp", "MeshExp\MeshExp.vcproj", "{17BBD54E-1011-45B4-B53D-CDB0588CEF23}"
|
|
ProjectSection(WebsiteProperties) = preProject
|
|
Debug.AspNetCompiler.Debug = "True"
|
|
Release.AspNetCompiler.Debug = "False"
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DivLoader", "DivLoader\DivLoader.vcproj", "{2742FFCF-E94C-4202-BB0E-36D86CD04A09}"
|
|
ProjectSection(WebsiteProperties) = preProject
|
|
Debug.AspNetCompiler.Debug = "True"
|
|
Release.AspNetCompiler.Debug = "False"
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SphereExp", "SphereExp\SphereExp.vcproj", "{8FFCD624-4B77-4FE7-9226-642389E31420}"
|
|
ProjectSection(WebsiteProperties) = preProject
|
|
Debug.AspNetCompiler.Debug = "True"
|
|
Release.AspNetCompiler.Debug = "False"
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DetailExp", "DetailExp\DetailExp.vcproj", "{E22A8051-BD1E-44C9-ACDB-AC813C034EE1}"
|
|
ProjectSection(WebsiteProperties) = preProject
|
|
Debug.AspNetCompiler.Debug = "True"
|
|
Release.AspNetCompiler.Debug = "False"
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MatReplaceExp", "MatReplaceExp\MatReplaceExp.vcproj", "{F6DC05B7-882E-4C10-8462-314EC9BC7759}"
|
|
ProjectSection(WebsiteProperties) = preProject
|
|
Debug.AspNetCompiler.Debug = "True"
|
|
Release.AspNetCompiler.Debug = "False"
|
|
EndProjectSection
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Win32 = Debug|Win32
|
|
Release|Win32 = Release|Win32
|
|
Remote Debug|Win32 = Remote Debug|Win32
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{01B740F7-5D4E-4E42-893F-CE018E5EE785}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
{01B740F7-5D4E-4E42-893F-CE018E5EE785}.Debug|Win32.Build.0 = Debug|Win32
|
|
{01B740F7-5D4E-4E42-893F-CE018E5EE785}.Release|Win32.ActiveCfg = Release|Win32
|
|
{01B740F7-5D4E-4E42-893F-CE018E5EE785}.Release|Win32.Build.0 = Release|Win32
|
|
{01B740F7-5D4E-4E42-893F-CE018E5EE785}.Remote Debug|Win32.ActiveCfg = Remote Debug|Win32
|
|
{01B740F7-5D4E-4E42-893F-CE018E5EE785}.Remote Debug|Win32.Build.0 = Remote Debug|Win32
|
|
{3D11EC2A-78C8-4138-AABC-5597846A30F9}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
{3D11EC2A-78C8-4138-AABC-5597846A30F9}.Debug|Win32.Build.0 = Debug|Win32
|
|
{3D11EC2A-78C8-4138-AABC-5597846A30F9}.Release|Win32.ActiveCfg = Release|Win32
|
|
{3D11EC2A-78C8-4138-AABC-5597846A30F9}.Release|Win32.Build.0 = Release|Win32
|
|
{3D11EC2A-78C8-4138-AABC-5597846A30F9}.Remote Debug|Win32.ActiveCfg = Debug|Win32
|
|
{F988B198-A386-40DD-A50E-9A5CE17A92A5}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
{F988B198-A386-40DD-A50E-9A5CE17A92A5}.Debug|Win32.Build.0 = Debug|Win32
|
|
{F988B198-A386-40DD-A50E-9A5CE17A92A5}.Release|Win32.ActiveCfg = Release|Win32
|
|
{F988B198-A386-40DD-A50E-9A5CE17A92A5}.Release|Win32.Build.0 = Release|Win32
|
|
{F988B198-A386-40DD-A50E-9A5CE17A92A5}.Remote Debug|Win32.ActiveCfg = Remote Debug|Win32
|
|
{F988B198-A386-40DD-A50E-9A5CE17A92A5}.Remote Debug|Win32.Build.0 = Remote Debug|Win32
|
|
{11BDE691-E0D7-443E-A5AF-87B35B8EEAEE}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
{11BDE691-E0D7-443E-A5AF-87B35B8EEAEE}.Debug|Win32.Build.0 = Debug|Win32
|
|
{11BDE691-E0D7-443E-A5AF-87B35B8EEAEE}.Release|Win32.ActiveCfg = Release|Win32
|
|
{11BDE691-E0D7-443E-A5AF-87B35B8EEAEE}.Release|Win32.Build.0 = Release|Win32
|
|
{11BDE691-E0D7-443E-A5AF-87B35B8EEAEE}.Remote Debug|Win32.ActiveCfg = Remote Debug|Win32
|
|
{E5595E6E-4D04-4114-91A2-0E839698262C}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
{E5595E6E-4D04-4114-91A2-0E839698262C}.Debug|Win32.Build.0 = Debug|Win32
|
|
{E5595E6E-4D04-4114-91A2-0E839698262C}.Release|Win32.ActiveCfg = Release|Win32
|
|
{E5595E6E-4D04-4114-91A2-0E839698262C}.Release|Win32.Build.0 = Release|Win32
|
|
{E5595E6E-4D04-4114-91A2-0E839698262C}.Remote Debug|Win32.ActiveCfg = Debug|Win32
|
|
{E5595E6E-4D04-4114-91A2-0E839698262C}.Remote Debug|Win32.Build.0 = Debug|Win32
|
|
{17BBD54E-1011-45B4-B53D-CDB0588CEF23}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
{17BBD54E-1011-45B4-B53D-CDB0588CEF23}.Debug|Win32.Build.0 = Debug|Win32
|
|
{17BBD54E-1011-45B4-B53D-CDB0588CEF23}.Release|Win32.ActiveCfg = Release|Win32
|
|
{17BBD54E-1011-45B4-B53D-CDB0588CEF23}.Release|Win32.Build.0 = Release|Win32
|
|
{17BBD54E-1011-45B4-B53D-CDB0588CEF23}.Remote Debug|Win32.ActiveCfg = Debug|Win32
|
|
{17BBD54E-1011-45B4-B53D-CDB0588CEF23}.Remote Debug|Win32.Build.0 = Debug|Win32
|
|
{2742FFCF-E94C-4202-BB0E-36D86CD04A09}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
{2742FFCF-E94C-4202-BB0E-36D86CD04A09}.Debug|Win32.Build.0 = Debug|Win32
|
|
{2742FFCF-E94C-4202-BB0E-36D86CD04A09}.Release|Win32.ActiveCfg = Release|Win32
|
|
{2742FFCF-E94C-4202-BB0E-36D86CD04A09}.Release|Win32.Build.0 = Release|Win32
|
|
{2742FFCF-E94C-4202-BB0E-36D86CD04A09}.Remote Debug|Win32.ActiveCfg = Debug|Win32
|
|
{2742FFCF-E94C-4202-BB0E-36D86CD04A09}.Remote Debug|Win32.Build.0 = Debug|Win32
|
|
{8FFCD624-4B77-4FE7-9226-642389E31420}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
{8FFCD624-4B77-4FE7-9226-642389E31420}.Debug|Win32.Build.0 = Debug|Win32
|
|
{8FFCD624-4B77-4FE7-9226-642389E31420}.Release|Win32.ActiveCfg = Release|Win32
|
|
{8FFCD624-4B77-4FE7-9226-642389E31420}.Release|Win32.Build.0 = Release|Win32
|
|
{8FFCD624-4B77-4FE7-9226-642389E31420}.Remote Debug|Win32.ActiveCfg = Debug|Win32
|
|
{8FFCD624-4B77-4FE7-9226-642389E31420}.Remote Debug|Win32.Build.0 = Debug|Win32
|
|
{E22A8051-BD1E-44C9-ACDB-AC813C034EE1}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
{E22A8051-BD1E-44C9-ACDB-AC813C034EE1}.Debug|Win32.Build.0 = Debug|Win32
|
|
{E22A8051-BD1E-44C9-ACDB-AC813C034EE1}.Release|Win32.ActiveCfg = Release|Win32
|
|
{E22A8051-BD1E-44C9-ACDB-AC813C034EE1}.Release|Win32.Build.0 = Release|Win32
|
|
{E22A8051-BD1E-44C9-ACDB-AC813C034EE1}.Remote Debug|Win32.ActiveCfg = Debug|Win32
|
|
{E22A8051-BD1E-44C9-ACDB-AC813C034EE1}.Remote Debug|Win32.Build.0 = Debug|Win32
|
|
{F6DC05B7-882E-4C10-8462-314EC9BC7759}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
{F6DC05B7-882E-4C10-8462-314EC9BC7759}.Debug|Win32.Build.0 = Debug|Win32
|
|
{F6DC05B7-882E-4C10-8462-314EC9BC7759}.Release|Win32.ActiveCfg = Release|Win32
|
|
{F6DC05B7-882E-4C10-8462-314EC9BC7759}.Release|Win32.Build.0 = Release|Win32
|
|
{F6DC05B7-882E-4C10-8462-314EC9BC7759}.Remote Debug|Win32.ActiveCfg = Debug|Win32
|
|
{F6DC05B7-882E-4C10-8462-314EC9BC7759}.Remote Debug|Win32.Build.0 = Debug|Win32
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
EndGlobal
|