-
Notifications
You must be signed in to change notification settings - Fork 0
/
oop.sln
52 lines (52 loc) · 3.25 KB
/
oop.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "oop 4", "oop 4\oop 4.csproj", "{BC0A1B5D-3251-41E5-BC19-D032FFD0C241}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "oop 3", "oop 3\oop 3.csproj", "{58F89184-664C-461F-A95B-59B38B998E22}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "oop 5", "oop 5\oop 5.csproj", "{C93B77AC-EC51-4002-9A30-58A3F0A701EB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "oop 6", "oop 6\oop 6.csproj", "{4023986B-6C41-422C-A3FC-8A4B8067B972}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "indexer_enum_Extension", "indexer_enum_Extension\indexer_enum_Extension.csproj", "{9A65EC5C-06DA-4CE4-A154-90748925AC2F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Generic", "Generic\Generic.csproj", "{A10FB58B-049C-4709-A0F3-63F36FF9B692}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BC0A1B5D-3251-41E5-BC19-D032FFD0C241}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC0A1B5D-3251-41E5-BC19-D032FFD0C241}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC0A1B5D-3251-41E5-BC19-D032FFD0C241}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC0A1B5D-3251-41E5-BC19-D032FFD0C241}.Release|Any CPU.Build.0 = Release|Any CPU
{58F89184-664C-461F-A95B-59B38B998E22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58F89184-664C-461F-A95B-59B38B998E22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58F89184-664C-461F-A95B-59B38B998E22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58F89184-664C-461F-A95B-59B38B998E22}.Release|Any CPU.Build.0 = Release|Any CPU
{C93B77AC-EC51-4002-9A30-58A3F0A701EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C93B77AC-EC51-4002-9A30-58A3F0A701EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C93B77AC-EC51-4002-9A30-58A3F0A701EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C93B77AC-EC51-4002-9A30-58A3F0A701EB}.Release|Any CPU.Build.0 = Release|Any CPU
{4023986B-6C41-422C-A3FC-8A4B8067B972}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4023986B-6C41-422C-A3FC-8A4B8067B972}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4023986B-6C41-422C-A3FC-8A4B8067B972}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4023986B-6C41-422C-A3FC-8A4B8067B972}.Release|Any CPU.Build.0 = Release|Any CPU
{9A65EC5C-06DA-4CE4-A154-90748925AC2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A65EC5C-06DA-4CE4-A154-90748925AC2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A65EC5C-06DA-4CE4-A154-90748925AC2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A65EC5C-06DA-4CE4-A154-90748925AC2F}.Release|Any CPU.Build.0 = Release|Any CPU
{A10FB58B-049C-4709-A0F3-63F36FF9B692}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A10FB58B-049C-4709-A0F3-63F36FF9B692}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A10FB58B-049C-4709-A0F3-63F36FF9B692}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A10FB58B-049C-4709-A0F3-63F36FF9B692}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal