-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCollections.sln
43 lines (43 loc) · 1.97 KB
/
Collections.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Collections", "Collections\Collections.csproj", "{4641AB46-BC2B-44B2-8B2A-3826F9CBE04E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{2D0D9033-B09B-4B4E-AEC2-E72F3C4D4B02}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E7B89BE0-7E8D-4CD8-9E88-9950C36EFAF2}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.readthedocs.yml = .readthedocs.yml
appveyor.yml = appveyor.yml
GenerateDocs.bat = GenerateDocs.bat
LICENSE.txt = LICENSE.txt
mkdocs.yml = mkdocs.yml
NuGet.Config = NuGet.Config
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4641AB46-BC2B-44B2-8B2A-3826F9CBE04E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4641AB46-BC2B-44B2-8B2A-3826F9CBE04E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4641AB46-BC2B-44B2-8B2A-3826F9CBE04E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4641AB46-BC2B-44B2-8B2A-3826F9CBE04E}.Release|Any CPU.Build.0 = Release|Any CPU
{2D0D9033-B09B-4B4E-AEC2-E72F3C4D4B02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D0D9033-B09B-4B4E-AEC2-E72F3C4D4B02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D0D9033-B09B-4B4E-AEC2-E72F3C4D4B02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D0D9033-B09B-4B4E-AEC2-E72F3C4D4B02}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {708DBADA-2FB4-4F1B-AC47-708EEF3E2F5B}
EndGlobalSection
EndGlobal