-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGenericCustomCollection.sln
37 lines (37 loc) · 2.11 KB
/
GenericCustomCollection.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31025.194
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomSortedList", "CustomSortedList\CustomSortedList.csproj", "{7FA0360F-1BA8-411B-AD33-8D5FD7F60DB7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleConsoleApplication", "SimpleConsoleApplication\SimpleConsoleApplication.csproj", "{757253A4-E43B-46D0-9C19-EBF2DF402DD3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomSortedList.Test", "CustomSortedList.Test\CustomSortedList.Test.csproj", "{54DD9413-FD7C-4D22-978A-8E37F59C0AFE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7FA0360F-1BA8-411B-AD33-8D5FD7F60DB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FA0360F-1BA8-411B-AD33-8D5FD7F60DB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FA0360F-1BA8-411B-AD33-8D5FD7F60DB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FA0360F-1BA8-411B-AD33-8D5FD7F60DB7}.Release|Any CPU.Build.0 = Release|Any CPU
{757253A4-E43B-46D0-9C19-EBF2DF402DD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{757253A4-E43B-46D0-9C19-EBF2DF402DD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{757253A4-E43B-46D0-9C19-EBF2DF402DD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{757253A4-E43B-46D0-9C19-EBF2DF402DD3}.Release|Any CPU.Build.0 = Release|Any CPU
{54DD9413-FD7C-4D22-978A-8E37F59C0AFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54DD9413-FD7C-4D22-978A-8E37F59C0AFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54DD9413-FD7C-4D22-978A-8E37F59C0AFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54DD9413-FD7C-4D22-978A-8E37F59C0AFE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {771761F4-732F-4AB4-AFD4-88AF008C0929}
EndGlobalSection
EndGlobal