1
0
mirror of https://github.com/Halofreak1990/XFXFramework synced 2024-12-26 13:49:34 +01:00
XFXFramework/XFX.sln
Halofreak1990 e7a47c8ed9 Revamped the List class so that it can (properly) handle pointers as well
Added 'ValueTypes' Single and Double
Added some components in the new System::Net namespace
Added the Console class, which can be used to output text to the screen
Updated a bunch of structs to include the IComparable and IEquatable interfaces, and inheritance from Object to allow better interoperability between container classes and other types
Replaced all exception handling code with a report to stdout.txt - this will, I hope, eventually be reversed, but as of yet, there is no support for exceptions.

BEWARE! Even though all libraries correctly compile, you cannot use any class/structure that inherits from a template class, because stupid G++ wants to include exception handling for each template.
2011-11-07 01:29:50 +00:00

85 lines
4.7 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libXFX", "src\libXFX\libXFX.vcproj", "{379FFCFD-88FA-46D6-A686-CAE8F58652FC}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libXFX.Game", "src\libXFX.Game\libXFX.Game.vcproj", "{467C54AE-676B-4D1A-AB8E-60B930F09FB1}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmscorlib", "src\libmscorlib\libmscorlib.vcproj", "{B7A9CAB6-B307-4A2E-A01F-970F9A8B044E}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XFX_XBoxWiz", "XFX XBOX Game\XFX XBOX Game.vcproj", "{1E24F74A-2232-4FD3-87B5-DCBA309E6BC9}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libSystem.Xml", "src\libSystem.Xml\libSystem.Xml.vcproj", "{4797B7BB-E670-4486-8053-CD969AD3CED5}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libSystem", "src\libSystem\libSystem.vcproj", "{D9A1DA2E-E4C3-430F-998E-51C2B3F92C24}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XFXTest", "XFXTest\XFXTest.vcproj", "{964057F7-66CC-4D34-8571-64C86B11248F}"
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
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{379FFCFD-88FA-46D6-A686-CAE8F58652FC}.Debug|Win32.ActiveCfg = Debug|Win32
{379FFCFD-88FA-46D6-A686-CAE8F58652FC}.Debug|Win32.Build.0 = Debug|Win32
{379FFCFD-88FA-46D6-A686-CAE8F58652FC}.Release|Win32.ActiveCfg = Release|Win32
{379FFCFD-88FA-46D6-A686-CAE8F58652FC}.Release|Win32.Build.0 = Release|Win32
{467C54AE-676B-4D1A-AB8E-60B930F09FB1}.Debug|Win32.ActiveCfg = Debug|Win32
{467C54AE-676B-4D1A-AB8E-60B930F09FB1}.Debug|Win32.Build.0 = Debug|Win32
{467C54AE-676B-4D1A-AB8E-60B930F09FB1}.Release|Win32.ActiveCfg = Release|Win32
{467C54AE-676B-4D1A-AB8E-60B930F09FB1}.Release|Win32.Build.0 = Release|Win32
{B7A9CAB6-B307-4A2E-A01F-970F9A8B044E}.Debug|Win32.ActiveCfg = Debug|Win32
{B7A9CAB6-B307-4A2E-A01F-970F9A8B044E}.Debug|Win32.Build.0 = Debug|Win32
{B7A9CAB6-B307-4A2E-A01F-970F9A8B044E}.Release|Win32.ActiveCfg = Release|Win32
{B7A9CAB6-B307-4A2E-A01F-970F9A8B044E}.Release|Win32.Build.0 = Release|Win32
{1E24F74A-2232-4FD3-87B5-DCBA309E6BC9}.Debug|Win32.ActiveCfg = Debug|Win32
{1E24F74A-2232-4FD3-87B5-DCBA309E6BC9}.Debug|Win32.Build.0 = Debug|Win32
{1E24F74A-2232-4FD3-87B5-DCBA309E6BC9}.Release|Win32.ActiveCfg = Release|Win32
{1E24F74A-2232-4FD3-87B5-DCBA309E6BC9}.Release|Win32.Build.0 = Release|Win32
{4797B7BB-E670-4486-8053-CD969AD3CED5}.Debug|Win32.ActiveCfg = Debug|Win32
{4797B7BB-E670-4486-8053-CD969AD3CED5}.Debug|Win32.Build.0 = Debug|Win32
{4797B7BB-E670-4486-8053-CD969AD3CED5}.Release|Win32.ActiveCfg = Release|Win32
{4797B7BB-E670-4486-8053-CD969AD3CED5}.Release|Win32.Build.0 = Release|Win32
{D9A1DA2E-E4C3-430F-998E-51C2B3F92C24}.Debug|Win32.ActiveCfg = Debug|Win32
{D9A1DA2E-E4C3-430F-998E-51C2B3F92C24}.Debug|Win32.Build.0 = Debug|Win32
{D9A1DA2E-E4C3-430F-998E-51C2B3F92C24}.Release|Win32.ActiveCfg = Release|Win32
{D9A1DA2E-E4C3-430F-998E-51C2B3F92C24}.Release|Win32.Build.0 = Release|Win32
{964057F7-66CC-4D34-8571-64C86B11248F}.Debug|Win32.ActiveCfg = Debug|Win32
{964057F7-66CC-4D34-8571-64C86B11248F}.Debug|Win32.Build.0 = Debug|Win32
{964057F7-66CC-4D34-8571-64C86B11248F}.Release|Win32.ActiveCfg = Release|Win32
{964057F7-66CC-4D34-8571-64C86B11248F}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal