-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAmbientContexts.sln
47 lines (47 loc) · 2.58 KB
/
AmbientContexts.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 Version 17
VisualStudioVersion = 17.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AmbientContexts.Example", "AmbientContexts.Example\AmbientContexts.Example.csproj", "{B429D8C3-1510-4626-BD72-2C1E1116D1E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AmbientContexts", "AmbientContexts\AmbientContexts.csproj", "{5F976C9D-5663-42CE-9E85-A748556A237A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AmbientContexts.Tests", "AmbientContexts.Tests\AmbientContexts.Tests.csproj", "{FCD7E9B1-05A5-43A3-89E6-693AE37D85ED}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6FF6409A-7FB5-40C4-A052-78B5BA4E5952}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
LICENSE = LICENSE
pipeline-publish-preview.yml = pipeline-publish-preview.yml
pipeline-publish-stable.yml = pipeline-publish-stable.yml
pipeline-verify.yml = pipeline-verify.yml
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
{5F976C9D-5663-42CE-9E85-A748556A237A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F976C9D-5663-42CE-9E85-A748556A237A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F976C9D-5663-42CE-9E85-A748556A237A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F976C9D-5663-42CE-9E85-A748556A237A}.Release|Any CPU.Build.0 = Release|Any CPU
{FCD7E9B1-05A5-43A3-89E6-693AE37D85ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCD7E9B1-05A5-43A3-89E6-693AE37D85ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCD7E9B1-05A5-43A3-89E6-693AE37D85ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCD7E9B1-05A5-43A3-89E6-693AE37D85ED}.Release|Any CPU.Build.0 = Release|Any CPU
{B429D8C3-1510-4626-BD72-2C1E1116D1E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B429D8C3-1510-4626-BD72-2C1E1116D1E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B429D8C3-1510-4626-BD72-2C1E1116D1E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B429D8C3-1510-4626-BD72-2C1E1116D1E5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FB7C6805-411C-499D-915B-00BC0CC6828A}
EndGlobalSection
EndGlobal