-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Nito.Disposables.sln
39 lines (39 loc) · 2.03 KB
/
Nito.Disposables.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.352
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9EE9E525-B5E5-4899-AA22-C2202EBE590A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{7EBA6ADD-9700-4C4C-A676-FF2A35CA8B50}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nito.Disposables", "src\Nito.Disposables\Nito.Disposables.csproj", "{0B6A4BE8-63D1-4447-A365-2FFEDCA75B52}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "test\UnitTests\UnitTests.csproj", "{FF538303-1B64-4499-9E49-390C580BF63F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0B6A4BE8-63D1-4447-A365-2FFEDCA75B52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B6A4BE8-63D1-4447-A365-2FFEDCA75B52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B6A4BE8-63D1-4447-A365-2FFEDCA75B52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B6A4BE8-63D1-4447-A365-2FFEDCA75B52}.Release|Any CPU.Build.0 = Release|Any CPU
{FF538303-1B64-4499-9E49-390C580BF63F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF538303-1B64-4499-9E49-390C580BF63F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF538303-1B64-4499-9E49-390C580BF63F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF538303-1B64-4499-9E49-390C580BF63F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0B6A4BE8-63D1-4447-A365-2FFEDCA75B52} = {9EE9E525-B5E5-4899-AA22-C2202EBE590A}
{FF538303-1B64-4499-9E49-390C580BF63F} = {7EBA6ADD-9700-4C4C-A676-FF2A35CA8B50}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B55F2581-3393-4ED7-A69E-608C61BA5ECF}
EndGlobalSection
EndGlobal