Parent Directory
|
Revision Log
|
Patch
--- trunk/EmuXPortal.sln 2012/04/03 20:08:55 4 +++ trunk/EmuXPortal.sln 2012/08/22 01:40:00 100 @@ -3,22 +3,59 @@ # Visual Studio 2010 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EmuXPortal", "EmuXPortal\EmuXPortal.csproj", "{C6A57BE4-A8B6-4298-B022-62F40FB1CB18}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SystemConfig", "SystemConfig", "{3BCCCF9C-756A-45A6-B94D-A6E95D1DE458}" + ProjectSection(SolutionItems) = preProject + config-dbg.ini = config-dbg.ini + config.ini = config.ini + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "EmulatorConfig", "EmulatorConfig", "{59F41C5B-F8B6-456A-A934-B74CA6CD343F}" + ProjectSection(SolutionItems) = preProject + emu.config = emu.config + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Images", "Images", "{EF73C59A-2699-4665-94FC-1B1D969CD344}" + ProjectSection(SolutionItems) = preProject + game.png = game.png + games.png = games.png + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PerformanceProfiler", "PerformanceProfiler", "{E9B9A27C-AE12-41BE-B5CA-05AC77E44E51}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "EmuXPortal_MemoryProfiler", "EmuXPortal_MemoryProfiler", "{DC4FA02B-44AD-4DD5-BEDF-9D17A6154D9F}" + ProjectSection(SolutionItems) = preProject + PerformanceProfiler\EmuXPortal_MemoryProfiler\EmuXPortal_MemoryProfiler.psess = PerformanceProfiler\EmuXPortal_MemoryProfiler\EmuXPortal_MemoryProfiler.psess + EndProjectSection +EndProject Global GlobalSection(SubversionScc) = preSolution Svn-Managed = True Manager = AnkhSVN - Subversion Support for Visual Studio EndGlobalSection GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug|Mixed Platforms = Debug|Mixed Platforms Debug|x86 = Debug|x86 + Release|Any CPU = Release|Any CPU + Release|Mixed Platforms = Release|Mixed Platforms Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C6A57BE4-A8B6-4298-B022-62F40FB1CB18}.Debug|Any CPU.ActiveCfg = Debug|x86 + {C6A57BE4-A8B6-4298-B022-62F40FB1CB18}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {C6A57BE4-A8B6-4298-B022-62F40FB1CB18}.Debug|Mixed Platforms.Build.0 = Debug|x86 {C6A57BE4-A8B6-4298-B022-62F40FB1CB18}.Debug|x86.ActiveCfg = Debug|x86 {C6A57BE4-A8B6-4298-B022-62F40FB1CB18}.Debug|x86.Build.0 = Debug|x86 + {C6A57BE4-A8B6-4298-B022-62F40FB1CB18}.Release|Any CPU.ActiveCfg = Release|x86 + {C6A57BE4-A8B6-4298-B022-62F40FB1CB18}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {C6A57BE4-A8B6-4298-B022-62F40FB1CB18}.Release|Mixed Platforms.Build.0 = Release|x86 {C6A57BE4-A8B6-4298-B022-62F40FB1CB18}.Release|x86.ActiveCfg = Release|x86 {C6A57BE4-A8B6-4298-B022-62F40FB1CB18}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {DC4FA02B-44AD-4DD5-BEDF-9D17A6154D9F} = {E9B9A27C-AE12-41BE-B5CA-05AC77E44E51} + EndGlobalSection EndGlobal
ViewVC Help | |
Powered by ViewVC 1.1.22 |