-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstudycpp.sln
More file actions
41 lines (41 loc) · 2.3 KB
/
studycpp.sln
File metadata and controls
41 lines (41 loc) · 2.3 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30110.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "studycpp", "studycpp\studycpp.vcxproj", "{E13A42D6-3757-46C8-A27E-196AA96A9EFB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SomeProblemsOfCpp", "SomeProblemsOfCpp\SomeProblemsOfCpp.vcxproj", "{C898873C-ADFD-4D66-87BB-5B1F1205FE17}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PatternMine", "PatternMine\PatternMine.vcxproj", "{139268DE-8323-413E-89CF-45A886D43611}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
ff|Win32 = ff|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E13A42D6-3757-46C8-A27E-196AA96A9EFB}.Debug|Win32.ActiveCfg = Debug|Win32
{E13A42D6-3757-46C8-A27E-196AA96A9EFB}.Debug|Win32.Build.0 = Debug|Win32
{E13A42D6-3757-46C8-A27E-196AA96A9EFB}.ff|Win32.ActiveCfg = ff|Win32
{E13A42D6-3757-46C8-A27E-196AA96A9EFB}.ff|Win32.Build.0 = ff|Win32
{E13A42D6-3757-46C8-A27E-196AA96A9EFB}.Release|Win32.ActiveCfg = Release|Win32
{E13A42D6-3757-46C8-A27E-196AA96A9EFB}.Release|Win32.Build.0 = Release|Win32
{C898873C-ADFD-4D66-87BB-5B1F1205FE17}.Debug|Win32.ActiveCfg = Debug|Win32
{C898873C-ADFD-4D66-87BB-5B1F1205FE17}.Debug|Win32.Build.0 = Debug|Win32
{C898873C-ADFD-4D66-87BB-5B1F1205FE17}.ff|Win32.ActiveCfg = Release|Win32
{C898873C-ADFD-4D66-87BB-5B1F1205FE17}.ff|Win32.Build.0 = Release|Win32
{C898873C-ADFD-4D66-87BB-5B1F1205FE17}.Release|Win32.ActiveCfg = Release|Win32
{C898873C-ADFD-4D66-87BB-5B1F1205FE17}.Release|Win32.Build.0 = Release|Win32
{139268DE-8323-413E-89CF-45A886D43611}.Debug|Win32.ActiveCfg = Debug|Win32
{139268DE-8323-413E-89CF-45A886D43611}.Debug|Win32.Build.0 = Debug|Win32
{139268DE-8323-413E-89CF-45A886D43611}.ff|Win32.ActiveCfg = Release|Win32
{139268DE-8323-413E-89CF-45A886D43611}.ff|Win32.Build.0 = Release|Win32
{139268DE-8323-413E-89CF-45A886D43611}.Release|Win32.ActiveCfg = Release|Win32
{139268DE-8323-413E-89CF-45A886D43611}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal