-
Notifications
You must be signed in to change notification settings - Fork 3
/
DotNetEnsureUnique.sln
103 lines (103 loc) · 6.88 KB
/
DotNetEnsureUnique.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E6762A85-3B78-4AA7-99D0-43C9D215F69A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EnsureUnique", "src\EnsureUnique\EnsureUnique.csproj", "{DE493389-0373-4F78-BE5D-44970F85BB93}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "helpers", "helpers", "{C5C044B8-3B81-4E7E-81E1-BD1E42D741BE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OkConsole", "helpers\OkConsole\OkConsole.csproj", "{0DF29AED-7C94-4AC2-8CA6-A835F20D0F5D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ErrorConsole", "helpers\ErrorConsole\ErrorConsole.csproj", "{52FB5858-EB12-4BA8-B9E2-E1C468D126E9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StackOverflowConsole", "helpers\StackOverflowConsole\StackOverflowConsole.csproj", "{FA6EB221-2878-437A-9A04-E5ACC0CF5B08}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{467440A2-EBF7-47DB-BA8D-F8E2E84F9789}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.EnsureUnique", "tests\Tests.EnsureUnique\Tests.EnsureUnique.csproj", "{BE2D6AA5-2C36-4CA4-BF22-DF955F8E7FF1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DE493389-0373-4F78-BE5D-44970F85BB93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE493389-0373-4F78-BE5D-44970F85BB93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE493389-0373-4F78-BE5D-44970F85BB93}.Debug|x64.ActiveCfg = Debug|Any CPU
{DE493389-0373-4F78-BE5D-44970F85BB93}.Debug|x64.Build.0 = Debug|Any CPU
{DE493389-0373-4F78-BE5D-44970F85BB93}.Debug|x86.ActiveCfg = Debug|Any CPU
{DE493389-0373-4F78-BE5D-44970F85BB93}.Debug|x86.Build.0 = Debug|Any CPU
{DE493389-0373-4F78-BE5D-44970F85BB93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE493389-0373-4F78-BE5D-44970F85BB93}.Release|Any CPU.Build.0 = Release|Any CPU
{DE493389-0373-4F78-BE5D-44970F85BB93}.Release|x64.ActiveCfg = Release|Any CPU
{DE493389-0373-4F78-BE5D-44970F85BB93}.Release|x64.Build.0 = Release|Any CPU
{DE493389-0373-4F78-BE5D-44970F85BB93}.Release|x86.ActiveCfg = Release|Any CPU
{DE493389-0373-4F78-BE5D-44970F85BB93}.Release|x86.Build.0 = Release|Any CPU
{0DF29AED-7C94-4AC2-8CA6-A835F20D0F5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DF29AED-7C94-4AC2-8CA6-A835F20D0F5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DF29AED-7C94-4AC2-8CA6-A835F20D0F5D}.Debug|x64.ActiveCfg = Debug|Any CPU
{0DF29AED-7C94-4AC2-8CA6-A835F20D0F5D}.Debug|x64.Build.0 = Debug|Any CPU
{0DF29AED-7C94-4AC2-8CA6-A835F20D0F5D}.Debug|x86.ActiveCfg = Debug|Any CPU
{0DF29AED-7C94-4AC2-8CA6-A835F20D0F5D}.Debug|x86.Build.0 = Debug|Any CPU
{0DF29AED-7C94-4AC2-8CA6-A835F20D0F5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DF29AED-7C94-4AC2-8CA6-A835F20D0F5D}.Release|Any CPU.Build.0 = Release|Any CPU
{0DF29AED-7C94-4AC2-8CA6-A835F20D0F5D}.Release|x64.ActiveCfg = Release|Any CPU
{0DF29AED-7C94-4AC2-8CA6-A835F20D0F5D}.Release|x64.Build.0 = Release|Any CPU
{0DF29AED-7C94-4AC2-8CA6-A835F20D0F5D}.Release|x86.ActiveCfg = Release|Any CPU
{0DF29AED-7C94-4AC2-8CA6-A835F20D0F5D}.Release|x86.Build.0 = Release|Any CPU
{52FB5858-EB12-4BA8-B9E2-E1C468D126E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52FB5858-EB12-4BA8-B9E2-E1C468D126E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52FB5858-EB12-4BA8-B9E2-E1C468D126E9}.Debug|x64.ActiveCfg = Debug|Any CPU
{52FB5858-EB12-4BA8-B9E2-E1C468D126E9}.Debug|x64.Build.0 = Debug|Any CPU
{52FB5858-EB12-4BA8-B9E2-E1C468D126E9}.Debug|x86.ActiveCfg = Debug|Any CPU
{52FB5858-EB12-4BA8-B9E2-E1C468D126E9}.Debug|x86.Build.0 = Debug|Any CPU
{52FB5858-EB12-4BA8-B9E2-E1C468D126E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52FB5858-EB12-4BA8-B9E2-E1C468D126E9}.Release|Any CPU.Build.0 = Release|Any CPU
{52FB5858-EB12-4BA8-B9E2-E1C468D126E9}.Release|x64.ActiveCfg = Release|Any CPU
{52FB5858-EB12-4BA8-B9E2-E1C468D126E9}.Release|x64.Build.0 = Release|Any CPU
{52FB5858-EB12-4BA8-B9E2-E1C468D126E9}.Release|x86.ActiveCfg = Release|Any CPU
{52FB5858-EB12-4BA8-B9E2-E1C468D126E9}.Release|x86.Build.0 = Release|Any CPU
{FA6EB221-2878-437A-9A04-E5ACC0CF5B08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA6EB221-2878-437A-9A04-E5ACC0CF5B08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA6EB221-2878-437A-9A04-E5ACC0CF5B08}.Debug|x64.ActiveCfg = Debug|Any CPU
{FA6EB221-2878-437A-9A04-E5ACC0CF5B08}.Debug|x64.Build.0 = Debug|Any CPU
{FA6EB221-2878-437A-9A04-E5ACC0CF5B08}.Debug|x86.ActiveCfg = Debug|Any CPU
{FA6EB221-2878-437A-9A04-E5ACC0CF5B08}.Debug|x86.Build.0 = Debug|Any CPU
{FA6EB221-2878-437A-9A04-E5ACC0CF5B08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA6EB221-2878-437A-9A04-E5ACC0CF5B08}.Release|Any CPU.Build.0 = Release|Any CPU
{FA6EB221-2878-437A-9A04-E5ACC0CF5B08}.Release|x64.ActiveCfg = Release|Any CPU
{FA6EB221-2878-437A-9A04-E5ACC0CF5B08}.Release|x64.Build.0 = Release|Any CPU
{FA6EB221-2878-437A-9A04-E5ACC0CF5B08}.Release|x86.ActiveCfg = Release|Any CPU
{FA6EB221-2878-437A-9A04-E5ACC0CF5B08}.Release|x86.Build.0 = Release|Any CPU
{BE2D6AA5-2C36-4CA4-BF22-DF955F8E7FF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE2D6AA5-2C36-4CA4-BF22-DF955F8E7FF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE2D6AA5-2C36-4CA4-BF22-DF955F8E7FF1}.Debug|x64.ActiveCfg = Debug|Any CPU
{BE2D6AA5-2C36-4CA4-BF22-DF955F8E7FF1}.Debug|x64.Build.0 = Debug|Any CPU
{BE2D6AA5-2C36-4CA4-BF22-DF955F8E7FF1}.Debug|x86.ActiveCfg = Debug|Any CPU
{BE2D6AA5-2C36-4CA4-BF22-DF955F8E7FF1}.Debug|x86.Build.0 = Debug|Any CPU
{BE2D6AA5-2C36-4CA4-BF22-DF955F8E7FF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE2D6AA5-2C36-4CA4-BF22-DF955F8E7FF1}.Release|Any CPU.Build.0 = Release|Any CPU
{BE2D6AA5-2C36-4CA4-BF22-DF955F8E7FF1}.Release|x64.ActiveCfg = Release|Any CPU
{BE2D6AA5-2C36-4CA4-BF22-DF955F8E7FF1}.Release|x64.Build.0 = Release|Any CPU
{BE2D6AA5-2C36-4CA4-BF22-DF955F8E7FF1}.Release|x86.ActiveCfg = Release|Any CPU
{BE2D6AA5-2C36-4CA4-BF22-DF955F8E7FF1}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DE493389-0373-4F78-BE5D-44970F85BB93} = {E6762A85-3B78-4AA7-99D0-43C9D215F69A}
{0DF29AED-7C94-4AC2-8CA6-A835F20D0F5D} = {C5C044B8-3B81-4E7E-81E1-BD1E42D741BE}
{52FB5858-EB12-4BA8-B9E2-E1C468D126E9} = {C5C044B8-3B81-4E7E-81E1-BD1E42D741BE}
{FA6EB221-2878-437A-9A04-E5ACC0CF5B08} = {C5C044B8-3B81-4E7E-81E1-BD1E42D741BE}
{BE2D6AA5-2C36-4CA4-BF22-DF955F8E7FF1} = {467440A2-EBF7-47DB-BA8D-F8E2E84F9789}
EndGlobalSection
EndGlobal