--- trunk/EmuXPortal.sln 2012/04/03 20:18:54 8 +++ trunk/EmuXPortal.sln 2012/04/08 14:34:07 60 @@ -5,21 +5,43 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F 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 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 |