-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPT-Project.sln
35 lines (35 loc) · 1.51 KB
/
PT-Project.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31808.319
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PT Project", "PT-Project.vcxproj", "{1AC3DDD7-FDDE-487E-A2A4-52A8FCF7BDB9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{07365067-1389-4A84-9951-EFB8592472D2}"
ProjectSection(SolutionItems) = preProject
CardTwelve.cpp = CardTwelve.cpp
CardTwelve.h = CardTwelve.h
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1AC3DDD7-FDDE-487E-A2A4-52A8FCF7BDB9}.Debug|Win32.ActiveCfg = Debug|Win32
{1AC3DDD7-FDDE-487E-A2A4-52A8FCF7BDB9}.Debug|Win32.Build.0 = Debug|Win32
{1AC3DDD7-FDDE-487E-A2A4-52A8FCF7BDB9}.Debug|x64.ActiveCfg = Debug|Win32
{1AC3DDD7-FDDE-487E-A2A4-52A8FCF7BDB9}.Release|Win32.ActiveCfg = Release|Win32
{1AC3DDD7-FDDE-487E-A2A4-52A8FCF7BDB9}.Release|Win32.Build.0 = Release|Win32
{1AC3DDD7-FDDE-487E-A2A4-52A8FCF7BDB9}.Release|x64.ActiveCfg = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {74F09CB2-7604-4280-A0BC-FCB845D9D018}
EndGlobalSection
EndGlobal