-
Notifications
You must be signed in to change notification settings - Fork 1
/
AfterSchool.sln
56 lines (56 loc) · 3.08 KB
/
AfterSchool.sln
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
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32819.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AfterSchool", "AfterSchool\AfterSchool.vcxproj", "{2562B7D9-81E5-4A8E-A709-1311F0A4AC97}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Moonbub", "Moonbub\Moonbub.vcxproj", "{EDF9A396-C46B-43E3-8C3D-A09943D4C499}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "솔루션 항목", "솔루션 항목", "{218DCA17-E523-4E39-A048-64A9CB214E85}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AfterSchool2", "AfterSchool2\AfterSchool2.vcxproj", "{4D5CC05E-0DA9-40DC-8D75-7A4F0A2FBF8E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2562B7D9-81E5-4A8E-A709-1311F0A4AC97}.Debug|x64.ActiveCfg = Debug|x64
{2562B7D9-81E5-4A8E-A709-1311F0A4AC97}.Debug|x64.Build.0 = Debug|x64
{2562B7D9-81E5-4A8E-A709-1311F0A4AC97}.Debug|x86.ActiveCfg = Debug|Win32
{2562B7D9-81E5-4A8E-A709-1311F0A4AC97}.Debug|x86.Build.0 = Debug|Win32
{2562B7D9-81E5-4A8E-A709-1311F0A4AC97}.Release|x64.ActiveCfg = Release|x64
{2562B7D9-81E5-4A8E-A709-1311F0A4AC97}.Release|x64.Build.0 = Release|x64
{2562B7D9-81E5-4A8E-A709-1311F0A4AC97}.Release|x86.ActiveCfg = Release|Win32
{2562B7D9-81E5-4A8E-A709-1311F0A4AC97}.Release|x86.Build.0 = Release|Win32
{EDF9A396-C46B-43E3-8C3D-A09943D4C499}.Debug|x64.ActiveCfg = Debug|x64
{EDF9A396-C46B-43E3-8C3D-A09943D4C499}.Debug|x64.Build.0 = Debug|x64
{EDF9A396-C46B-43E3-8C3D-A09943D4C499}.Debug|x86.ActiveCfg = Debug|Win32
{EDF9A396-C46B-43E3-8C3D-A09943D4C499}.Debug|x86.Build.0 = Debug|Win32
{EDF9A396-C46B-43E3-8C3D-A09943D4C499}.Release|x64.ActiveCfg = Release|x64
{EDF9A396-C46B-43E3-8C3D-A09943D4C499}.Release|x64.Build.0 = Release|x64
{EDF9A396-C46B-43E3-8C3D-A09943D4C499}.Release|x86.ActiveCfg = Release|Win32
{EDF9A396-C46B-43E3-8C3D-A09943D4C499}.Release|x86.Build.0 = Release|Win32
{4D5CC05E-0DA9-40DC-8D75-7A4F0A2FBF8E}.Debug|x64.ActiveCfg = Debug|x64
{4D5CC05E-0DA9-40DC-8D75-7A4F0A2FBF8E}.Debug|x64.Build.0 = Debug|x64
{4D5CC05E-0DA9-40DC-8D75-7A4F0A2FBF8E}.Debug|x86.ActiveCfg = Debug|Win32
{4D5CC05E-0DA9-40DC-8D75-7A4F0A2FBF8E}.Debug|x86.Build.0 = Debug|Win32
{4D5CC05E-0DA9-40DC-8D75-7A4F0A2FBF8E}.Release|x64.ActiveCfg = Release|x64
{4D5CC05E-0DA9-40DC-8D75-7A4F0A2FBF8E}.Release|x64.Build.0 = Release|x64
{4D5CC05E-0DA9-40DC-8D75-7A4F0A2FBF8E}.Release|x86.ActiveCfg = Release|Win32
{4D5CC05E-0DA9-40DC-8D75-7A4F0A2FBF8E}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EFDEB3B5-81D7-48E1-B758-0E25B46A249C}
EndGlobalSection
EndGlobal