-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExerciseGenerics.sln
More file actions
73 lines (73 loc) · 5.11 KB
/
ExerciseGenerics.sln
File metadata and controls
73 lines (73 loc) · 5.11 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 25.0.1706.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GenericBoxОfString", "GenericBoxОfString\GenericBoxОfString.csproj", "{EDD70649-A17E-4B9B-9B8F-282F2D8FF733}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GenericBoxOfInteger", "GenericBoxOfInteger\GenericBoxOfInteger.csproj", "{D2E1CB45-EC98-4375-ACF4-0FACF23D897C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GenericSwapMethodStrings", "GenericSwapMethodStrings\GenericSwapMethodStrings.csproj", "{57373123-627A-4E29-B2C8-CF9BE1CEE77B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GenericSwapMethodIntegers", "GenericSwapMethodIntegers\GenericSwapMethodIntegers.csproj", "{5FEAB28F-D54D-45E2-BF1C-9984CF50427C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GenericCountMethodStrings", "GenericCountMethodStrings\GenericCountMethodStrings.csproj", "{9268A587-8C23-4043-A9FA-85566297D107}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GenericCountMethodDoubles", "GenericCountMethodDoubles\GenericCountMethodDoubles.csproj", "{AD97EBB4-A2C0-4EAF-B07F-B1765D6F2006}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tuple", "Tuple\Tuple.csproj", "{BDFCFA37-F467-4D87-AD04-01F58362680C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Threeuple", "Threeuple\Threeuple.csproj", "{B6440DC0-3C83-480B-AB6C-BC9C342A5F80}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomLinkedList", "CustomLinkedList\CustomLinkedList.csproj", "{00C55597-007E-4B69-8677-943D649F647D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EDD70649-A17E-4B9B-9B8F-282F2D8FF733}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDD70649-A17E-4B9B-9B8F-282F2D8FF733}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDD70649-A17E-4B9B-9B8F-282F2D8FF733}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDD70649-A17E-4B9B-9B8F-282F2D8FF733}.Release|Any CPU.Build.0 = Release|Any CPU
{D2E1CB45-EC98-4375-ACF4-0FACF23D897C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2E1CB45-EC98-4375-ACF4-0FACF23D897C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2E1CB45-EC98-4375-ACF4-0FACF23D897C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2E1CB45-EC98-4375-ACF4-0FACF23D897C}.Release|Any CPU.Build.0 = Release|Any CPU
{57373123-627A-4E29-B2C8-CF9BE1CEE77B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57373123-627A-4E29-B2C8-CF9BE1CEE77B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57373123-627A-4E29-B2C8-CF9BE1CEE77B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57373123-627A-4E29-B2C8-CF9BE1CEE77B}.Release|Any CPU.Build.0 = Release|Any CPU
{5FEAB28F-D54D-45E2-BF1C-9984CF50427C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FEAB28F-D54D-45E2-BF1C-9984CF50427C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FEAB28F-D54D-45E2-BF1C-9984CF50427C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FEAB28F-D54D-45E2-BF1C-9984CF50427C}.Release|Any CPU.Build.0 = Release|Any CPU
{9268A587-8C23-4043-A9FA-85566297D107}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9268A587-8C23-4043-A9FA-85566297D107}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9268A587-8C23-4043-A9FA-85566297D107}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9268A587-8C23-4043-A9FA-85566297D107}.Release|Any CPU.Build.0 = Release|Any CPU
{AD97EBB4-A2C0-4EAF-B07F-B1765D6F2006}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD97EBB4-A2C0-4EAF-B07F-B1765D6F2006}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD97EBB4-A2C0-4EAF-B07F-B1765D6F2006}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD97EBB4-A2C0-4EAF-B07F-B1765D6F2006}.Release|Any CPU.Build.0 = Release|Any CPU
{BDFCFA37-F467-4D87-AD04-01F58362680C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDFCFA37-F467-4D87-AD04-01F58362680C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDFCFA37-F467-4D87-AD04-01F58362680C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDFCFA37-F467-4D87-AD04-01F58362680C}.Release|Any CPU.Build.0 = Release|Any CPU
{B6440DC0-3C83-480B-AB6C-BC9C342A5F80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6440DC0-3C83-480B-AB6C-BC9C342A5F80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6440DC0-3C83-480B-AB6C-BC9C342A5F80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6440DC0-3C83-480B-AB6C-BC9C342A5F80}.Release|Any CPU.Build.0 = Release|Any CPU
{00C55597-007E-4B69-8677-943D649F647D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00C55597-007E-4B69-8677-943D649F647D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00C55597-007E-4B69-8677-943D649F647D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00C55597-007E-4B69-8677-943D649F647D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B636F205-4758-4907-B59F-27090DDE05B9}
EndGlobalSection
EndGlobal