-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathX360WebServer.sln
More file actions
49 lines (49 loc) · 3.27 KB
/
X360WebServer.sln
File metadata and controls
49 lines (49 loc) · 3.27 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "X360WebServer", "X360WebServer2010.vcxproj", "{652C7D60-BC02-4E09-96DD-930012345678}"
ProjectSection(ProjectDependencies) = postProject
{91D208A6-9936-47FD-9659-67205C3EB0AB} = {91D208A6-9936-47FD-9659-67205C3EB0AB}
{91D208A6-9936-47FD-9659-67205C3EB0AB} = {91D208A6-9936-47FD-9659-67205C3EB0AB}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AtgFramework", "Common\AtgFramework2010.vcxproj", "{91D208A6-9936-47FD-9659-67205C3EB0AB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Xbox 360 = Debug|Xbox 360
CodeAnalysis|Xbox 360 = CodeAnalysis|Xbox 360
Profile|Xbox 360 = Profile|Xbox 360
Profile_FastCap|Xbox 360 = Profile_FastCap|Xbox 360
Release|Xbox 360 = Release|Xbox 360
Release_LTCG|Xbox 360 = Release_LTCG|Xbox 360
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{652C7D60-BC02-4E09-96DD-930012345678}.Debug|Xbox 360.ActiveCfg = Debug|Xbox 360
{652C7D60-BC02-4E09-96DD-930012345678}.Debug|Xbox 360.Build.0 = Debug|Xbox 360
{652C7D60-BC02-4E09-96DD-930012345678}.CodeAnalysis|Xbox 360.ActiveCfg = CodeAnalysis|Xbox 360
{652C7D60-BC02-4E09-96DD-930012345678}.CodeAnalysis|Xbox 360.Build.0 = CodeAnalysis|Xbox 360
{652C7D60-BC02-4E09-96DD-930012345678}.Profile|Xbox 360.ActiveCfg = Profile|Xbox 360
{652C7D60-BC02-4E09-96DD-930012345678}.Profile|Xbox 360.Build.0 = Profile|Xbox 360
{652C7D60-BC02-4E09-96DD-930012345678}.Profile_FastCap|Xbox 360.ActiveCfg = Profile_FastCap|Xbox 360
{652C7D60-BC02-4E09-96DD-930012345678}.Profile_FastCap|Xbox 360.Build.0 = Profile_FastCap|Xbox 360
{652C7D60-BC02-4E09-96DD-930012345678}.Release|Xbox 360.ActiveCfg = Release|Xbox 360
{652C7D60-BC02-4E09-96DD-930012345678}.Release|Xbox 360.Build.0 = Release|Xbox 360
{652C7D60-BC02-4E09-96DD-930012345678}.Release_LTCG|Xbox 360.ActiveCfg = Release_LTCG|Xbox 360
{652C7D60-BC02-4E09-96DD-930012345678}.Release_LTCG|Xbox 360.Build.0 = Release_LTCG|Xbox 360
{91D208A6-9936-47FD-9659-67205C3EB0AB}.Debug|Xbox 360.ActiveCfg = Debug|Xbox 360
{91D208A6-9936-47FD-9659-67205C3EB0AB}.Debug|Xbox 360.Build.0 = Debug|Xbox 360
{91D208A6-9936-47FD-9659-67205C3EB0AB}.CodeAnalysis|Xbox 360.ActiveCfg = CodeAnalysis|Xbox 360
{91D208A6-9936-47FD-9659-67205C3EB0AB}.CodeAnalysis|Xbox 360.Build.0 = CodeAnalysis|Xbox 360
{91D208A6-9936-47FD-9659-67205C3EB0AB}.Profile|Xbox 360.ActiveCfg = Profile|Xbox 360
{91D208A6-9936-47FD-9659-67205C3EB0AB}.Profile|Xbox 360.Build.0 = Profile|Xbox 360
{91D208A6-9936-47FD-9659-67205C3EB0AB}.Profile_FastCap|Xbox 360.ActiveCfg = Profile_FastCap|Xbox 360
{91D208A6-9936-47FD-9659-67205C3EB0AB}.Profile_FastCap|Xbox 360.Build.0 = Profile_FastCap|Xbox 360
{91D208A6-9936-47FD-9659-67205C3EB0AB}.Release|Xbox 360.ActiveCfg = Release|Xbox 360
{91D208A6-9936-47FD-9659-67205C3EB0AB}.Release|Xbox 360.Build.0 = Release|Xbox 360
{91D208A6-9936-47FD-9659-67205C3EB0AB}.Release_LTCG|Xbox 360.ActiveCfg = Release_LTCG|Xbox 360
{91D208A6-9936-47FD-9659-67205C3EB0AB}.Release_LTCG|Xbox 360.Build.0 = Release_LTCG|Xbox 360
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal