This repository was archived by the owner on Apr 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathTrainer.sln
More file actions
32 lines (32 loc) · 1.81 KB
/
Trainer.sln
File metadata and controls
32 lines (32 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Trainer", "Trainer\Trainer.vcxproj", "{79DBCF25-CB94-4890-8F00-5BBA18204A0D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
CodeAnalysis|Xbox 360 = CodeAnalysis|Xbox 360
Debug|Xbox 360 = Debug|Xbox 360
Profile_FastCap|Xbox 360 = Profile_FastCap|Xbox 360
Profile|Xbox 360 = Profile|Xbox 360
Release_LTCG|Xbox 360 = Release_LTCG|Xbox 360
Release|Xbox 360 = Release|Xbox 360
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{79DBCF25-CB94-4890-8F00-5BBA18204A0D}.CodeAnalysis|Xbox 360.ActiveCfg = CodeAnalysis|Xbox 360
{79DBCF25-CB94-4890-8F00-5BBA18204A0D}.CodeAnalysis|Xbox 360.Build.0 = CodeAnalysis|Xbox 360
{79DBCF25-CB94-4890-8F00-5BBA18204A0D}.Debug|Xbox 360.ActiveCfg = Debug|Xbox 360
{79DBCF25-CB94-4890-8F00-5BBA18204A0D}.Debug|Xbox 360.Build.0 = Debug|Xbox 360
{79DBCF25-CB94-4890-8F00-5BBA18204A0D}.Profile_FastCap|Xbox 360.ActiveCfg = Profile_FastCap|Xbox 360
{79DBCF25-CB94-4890-8F00-5BBA18204A0D}.Profile_FastCap|Xbox 360.Build.0 = Profile_FastCap|Xbox 360
{79DBCF25-CB94-4890-8F00-5BBA18204A0D}.Profile|Xbox 360.ActiveCfg = Profile|Xbox 360
{79DBCF25-CB94-4890-8F00-5BBA18204A0D}.Profile|Xbox 360.Build.0 = Profile|Xbox 360
{79DBCF25-CB94-4890-8F00-5BBA18204A0D}.Release_LTCG|Xbox 360.ActiveCfg = Release_LTCG|Xbox 360
{79DBCF25-CB94-4890-8F00-5BBA18204A0D}.Release_LTCG|Xbox 360.Build.0 = Release_LTCG|Xbox 360
{79DBCF25-CB94-4890-8F00-5BBA18204A0D}.Release|Xbox 360.ActiveCfg = Release|Xbox 360
{79DBCF25-CB94-4890-8F00-5BBA18204A0D}.Release|Xbox 360.Build.0 = Release|Xbox 360
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal