-
Notifications
You must be signed in to change notification settings - Fork 3
/
Enterspeed.Sdk.sln
48 lines (48 loc) · 2.47 KB
/
Enterspeed.Sdk.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30523.141
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Enterspeed.Source", "Enterspeed.Source", "{6ACAB91D-6EBA-4CBA-811E-DA1A2B73A770}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documents", "Documents", "{DC2886F8-87B0-4C5A-889B-2C34437C8CA0}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
CHANGELOG.md = CHANGELOG.md
NuGet.Config = NuGet.Config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Enterspeed.Source.Sdk", "src\Enterspeed.Source.Sdk\Enterspeed.Source.Sdk.csproj", "{2B8A0676-CCC9-4509-8513-A8EDA01236F3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{5B9E36D0-71A7-4D21-A9E2-B812B40E90EF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Enterspeed.Source.Sdk.Tests", "tests\Enterspeed.Source.Sdk.Tests\Enterspeed.Source.Sdk.Tests.csproj", "{1F361FB5-ECA9-46B2-8BF1-FE1A1EF4D407}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2B8A0676-CCC9-4509-8513-A8EDA01236F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B8A0676-CCC9-4509-8513-A8EDA01236F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B8A0676-CCC9-4509-8513-A8EDA01236F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B8A0676-CCC9-4509-8513-A8EDA01236F3}.Release|Any CPU.Build.0 = Release|Any CPU
{1F361FB5-ECA9-46B2-8BF1-FE1A1EF4D407}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F361FB5-ECA9-46B2-8BF1-FE1A1EF4D407}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F361FB5-ECA9-46B2-8BF1-FE1A1EF4D407}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F361FB5-ECA9-46B2-8BF1-FE1A1EF4D407}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2B8A0676-CCC9-4509-8513-A8EDA01236F3} = {6ACAB91D-6EBA-4CBA-811E-DA1A2B73A770}
{1F361FB5-ECA9-46B2-8BF1-FE1A1EF4D407} = {5B9E36D0-71A7-4D21-A9E2-B812B40E90EF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E57FEE32-F9D9-4173-8300-40CF8BC054E1}
EndGlobalSection
EndGlobal