-
Notifications
You must be signed in to change notification settings - Fork 0
/
Stack.Extensibility.sln
43 lines (43 loc) · 2.24 KB
/
Stack.Extensibility.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 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Extensibility", "src\Extensibility.csproj", "{C345C31C-F416-42AC-8E25-FF49E7B8F1BA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Samples", "samples\Samples.csproj", "{E666F516-DFC8-469A-8D2D-5C957CCFE17F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Repo", "Repo", "{2B2BE989-1111-4A62-9F47-C7DA141E45E7}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Integration", "tests\Integration\Integration.csproj", "{B0F006E0-8138-4D87-B011-090EAB6CF5C1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C345C31C-F416-42AC-8E25-FF49E7B8F1BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C345C31C-F416-42AC-8E25-FF49E7B8F1BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C345C31C-F416-42AC-8E25-FF49E7B8F1BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C345C31C-F416-42AC-8E25-FF49E7B8F1BA}.Release|Any CPU.Build.0 = Release|Any CPU
{E666F516-DFC8-469A-8D2D-5C957CCFE17F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E666F516-DFC8-469A-8D2D-5C957CCFE17F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E666F516-DFC8-469A-8D2D-5C957CCFE17F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E666F516-DFC8-469A-8D2D-5C957CCFE17F}.Release|Any CPU.Build.0 = Release|Any CPU
{B0F006E0-8138-4D87-B011-090EAB6CF5C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0F006E0-8138-4D87-B011-090EAB6CF5C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0F006E0-8138-4D87-B011-090EAB6CF5C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0F006E0-8138-4D87-B011-090EAB6CF5C1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {520831BC-AFD1-4F32-AB40-5DAFDFD193E6}
EndGlobalSection
EndGlobal