-
Notifications
You must be signed in to change notification settings - Fork 0
/
ByteDev.Collections.sln
49 lines (49 loc) · 2.5 KB
/
ByteDev.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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{E0485F4D-842B-4F43-A33D-7E3CBA45D310}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{C2949E0C-1BDA-4B2C-8531-A026A53A2740}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
docs\RELEASE-NOTES.md = docs\RELEASE-NOTES.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{3F9A73C8-62AF-4AFB-9508-C56E35AF62BF}"
ProjectSection(SolutionItems) = preProject
build\build.cake = build\build.cake
build\ByteDev.Collections.nuspec = build\ByteDev.Collections.nuspec
build\ByteDev.Utilities.cake = build\ByteDev.Utilities.cake
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ByteDev.Collections", "src\ByteDev.Collections\ByteDev.Collections.csproj", "{3D9CA74D-0348-48F1-8C06-95E4D57F8455}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ByteDev.Collections.UnitTests", "tests\ByteDev.Collections.UnitTests\ByteDev.Collections.UnitTests.csproj", "{8C54AB7B-ABFE-4E61-852E-8733BAAC9185}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D9CA74D-0348-48F1-8C06-95E4D57F8455}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D9CA74D-0348-48F1-8C06-95E4D57F8455}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D9CA74D-0348-48F1-8C06-95E4D57F8455}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D9CA74D-0348-48F1-8C06-95E4D57F8455}.Release|Any CPU.Build.0 = Release|Any CPU
{8C54AB7B-ABFE-4E61-852E-8733BAAC9185}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C54AB7B-ABFE-4E61-852E-8733BAAC9185}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C54AB7B-ABFE-4E61-852E-8733BAAC9185}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C54AB7B-ABFE-4E61-852E-8733BAAC9185}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8C54AB7B-ABFE-4E61-852E-8733BAAC9185} = {E0485F4D-842B-4F43-A33D-7E3CBA45D310}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {934609B1-FFDD-479E-AE0A-E3D75790C5F6}
EndGlobalSection
EndGlobal