-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathAnthony.sln
More file actions
36 lines (36 loc) · 1.69 KB
/
Copy pathAnthony.sln
File metadata and controls
36 lines (36 loc) · 1.69 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Anthony", "Anthony\Anthoy.vcxproj", "{B0A8068D-16C6-46D0-9DAD-C802F9A48FED}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AnthonyPS2", "AnthonyPS2\AnthonyPS2.vcxproj", "{06DF9C2C-497D-437C-B922-37E77CC7D711}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CC3E649C-DF6C-493E-B61D-936B575B2D62}"
ProjectSection(SolutionItems) = preProject
ReadMe.txt = ReadMe.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B0A8068D-16C6-46D0-9DAD-C802F9A48FED}.Debug|x64.ActiveCfg = Debug|x64
{B0A8068D-16C6-46D0-9DAD-C802F9A48FED}.Debug|x64.Build.0 = Debug|x64
{B0A8068D-16C6-46D0-9DAD-C802F9A48FED}.Release|x64.ActiveCfg = Release|x64
{B0A8068D-16C6-46D0-9DAD-C802F9A48FED}.Release|x64.Build.0 = Release|x64
{06DF9C2C-497D-437C-B922-37E77CC7D711}.Debug|x64.ActiveCfg = Debug|x64
{06DF9C2C-497D-437C-B922-37E77CC7D711}.Debug|x64.Build.0 = Debug|x64
{06DF9C2C-497D-437C-B922-37E77CC7D711}.Release|x64.ActiveCfg = Release|x64
{06DF9C2C-497D-437C-B922-37E77CC7D711}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {423CFAC0-8511-400C-A3D6-2B4B4E821D14}
EndGlobalSection
EndGlobal