-
Notifications
You must be signed in to change notification settings - Fork 4
/
VSTS.Net.sln
54 lines (54 loc) · 2.75 KB
/
VSTS.Net.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
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27617.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VSTS.Net", "src\VSTS.Net\VSTS.Net.csproj", "{EA1174BD-36ED-4A70-A8FC-078ED0EC1C26}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VSTS.Net.Tests", "src\VSTS.Net.Tests\VSTS.Net.Tests.csproj", "{76A5B9D6-408A-4A50-A372-241E52AC690A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7238B3DE-B86F-4804-9F68-713998509222}"
ProjectSection(SolutionItems) = preProject
docs\docfx.json = docs\docfx.json
README.md = README.md
version.json = version.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{08A5D9D3-C35D-4D5A-903F-A81FCA275BED}"
ProjectSection(SolutionItems) = preProject
docs\docfx.json = docs\docfx.json
docs\index.md = docs\index.md
docs\toc.yml = docs\toc.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VSTS.Net.AspNetCore", "src\VSTS.Net.AspNetCore\VSTS.Net.AspNetCore.csproj", "{7484ACA1-08EC-4531-8247-1AD9250B4E1B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EA1174BD-36ED-4A70-A8FC-078ED0EC1C26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA1174BD-36ED-4A70-A8FC-078ED0EC1C26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA1174BD-36ED-4A70-A8FC-078ED0EC1C26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA1174BD-36ED-4A70-A8FC-078ED0EC1C26}.Release|Any CPU.Build.0 = Release|Any CPU
{76A5B9D6-408A-4A50-A372-241E52AC690A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76A5B9D6-408A-4A50-A372-241E52AC690A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76A5B9D6-408A-4A50-A372-241E52AC690A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76A5B9D6-408A-4A50-A372-241E52AC690A}.Release|Any CPU.Build.0 = Release|Any CPU
{7484ACA1-08EC-4531-8247-1AD9250B4E1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7484ACA1-08EC-4531-8247-1AD9250B4E1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7484ACA1-08EC-4531-8247-1AD9250B4E1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7484ACA1-08EC-4531-8247-1AD9250B4E1B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{08A5D9D3-C35D-4D5A-903F-A81FCA275BED} = {7238B3DE-B86F-4804-9F68-713998509222}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BBAB42B9-6196-4226-BBD1-1C474A5D2911}
EndGlobalSection
EndGlobal