-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAmbientContext.sln
47 lines (47 loc) · 2.4 KB
/
AmbientContext.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8310E2CB-EC96-436B-94FA-7C6E515C7E28}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{8D2E0840-4EF5-40C9-9B48-874FEC4E2350}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{30EC2852-97CB-42A7-BF3C-815C5A3EA4E8}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
build.cake = build.cake
Build.ps1 = Build.ps1
global.json = global.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AmbientContext", "src\AmbientContext\AmbientContext.csproj", "{FDAEE4AC-9547-49FA-8019-24EDF6B9F1D2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AmbientContext.Tests", "test\AmbientContext.Tests\AmbientContext.Tests.csproj", "{8E8A6794-D14C-4D2E-A85A-6F1F19348366}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FDAEE4AC-9547-49FA-8019-24EDF6B9F1D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDAEE4AC-9547-49FA-8019-24EDF6B9F1D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FDAEE4AC-9547-49FA-8019-24EDF6B9F1D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDAEE4AC-9547-49FA-8019-24EDF6B9F1D2}.Release|Any CPU.Build.0 = Release|Any CPU
{8E8A6794-D14C-4D2E-A85A-6F1F19348366}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E8A6794-D14C-4D2E-A85A-6F1F19348366}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E8A6794-D14C-4D2E-A85A-6F1F19348366}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E8A6794-D14C-4D2E-A85A-6F1F19348366}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FDAEE4AC-9547-49FA-8019-24EDF6B9F1D2} = {8310E2CB-EC96-436B-94FA-7C6E515C7E28}
{8E8A6794-D14C-4D2E-A85A-6F1F19348366} = {8D2E0840-4EF5-40C9-9B48-874FEC4E2350}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C1237252-82E4-4819-A583-063CCE29A61F}
EndGlobalSection
EndGlobal