-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathObjectOrrientedProgramming.sln
More file actions
43 lines (43 loc) · 2.31 KB
/
Copy pathObjectOrrientedProgramming.sln
File metadata and controls
43 lines (43 loc) · 2.31 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Classes", "Classes\Classes.csproj", "{BB9B06FE-72C1-469D-97DF-57997E9194FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Constructors", "Constructors\Constructors.csproj", "{5999372C-B0DB-456D-B557-028963D2CFBE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8AA37416-7B07-4313-9697-AFB9B44E79EB}"
ProjectSection(SolutionItems) = preProject
DesignPatterns.mdx = DesignPatterns.mdx
VSShortCut.mdx = VSShortCut.mdx
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ObjectInitializer", "ObjectInitializer\ObjectInitializer.csproj", "{E2224586-D1FB-485E-A1A7-C1BF70AE2D33}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BB9B06FE-72C1-469D-97DF-57997E9194FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB9B06FE-72C1-469D-97DF-57997E9194FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB9B06FE-72C1-469D-97DF-57997E9194FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB9B06FE-72C1-469D-97DF-57997E9194FB}.Release|Any CPU.Build.0 = Release|Any CPU
{5999372C-B0DB-456D-B557-028963D2CFBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5999372C-B0DB-456D-B557-028963D2CFBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5999372C-B0DB-456D-B557-028963D2CFBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5999372C-B0DB-456D-B557-028963D2CFBE}.Release|Any CPU.Build.0 = Release|Any CPU
{E2224586-D1FB-485E-A1A7-C1BF70AE2D33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2224586-D1FB-485E-A1A7-C1BF70AE2D33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2224586-D1FB-485E-A1A7-C1BF70AE2D33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2224586-D1FB-485E-A1A7-C1BF70AE2D33}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {657EC357-B755-40DF-918B-A4E022F1723F}
EndGlobalSection
EndGlobal