-
Notifications
You must be signed in to change notification settings - Fork 3
/
TfsAdvanced.sln
59 lines (59 loc) · 3.35 KB
/
TfsAdvanced.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
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{28430696-29B7-46F4-9140-2EF000FB2D29}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BB3621F3-9DFF-49AD-9482-D325EC7DD410}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.travis.yml = .travis.yml
build.sh = build.sh
nuget.config = nuget.config
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Web", "src\TfsAdvanced\Web.csproj", "{5FFBC1A5-B8CE-44D5-99E7-64B9903E0BAD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataStore", "src\TfsAdvanced.DataStore\DataStore.csproj", "{B91AC19E-9D65-416C-8B4D-47C7D7F41C63}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Models", "src\TfsAdvanced.Models\Models.csproj", "{23D45B3D-C188-48F3-9078-35B61B1F293D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Updater", "src\TfsAdvanced.Updater\Updater.csproj", "{F88AE0D1-17B4-427E-8023-42A183EB05D3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5FFBC1A5-B8CE-44D5-99E7-64B9903E0BAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FFBC1A5-B8CE-44D5-99E7-64B9903E0BAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FFBC1A5-B8CE-44D5-99E7-64B9903E0BAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FFBC1A5-B8CE-44D5-99E7-64B9903E0BAD}.Release|Any CPU.Build.0 = Release|Any CPU
{B91AC19E-9D65-416C-8B4D-47C7D7F41C63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B91AC19E-9D65-416C-8B4D-47C7D7F41C63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B91AC19E-9D65-416C-8B4D-47C7D7F41C63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B91AC19E-9D65-416C-8B4D-47C7D7F41C63}.Release|Any CPU.Build.0 = Release|Any CPU
{23D45B3D-C188-48F3-9078-35B61B1F293D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23D45B3D-C188-48F3-9078-35B61B1F293D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23D45B3D-C188-48F3-9078-35B61B1F293D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23D45B3D-C188-48F3-9078-35B61B1F293D}.Release|Any CPU.Build.0 = Release|Any CPU
{F88AE0D1-17B4-427E-8023-42A183EB05D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F88AE0D1-17B4-427E-8023-42A183EB05D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F88AE0D1-17B4-427E-8023-42A183EB05D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F88AE0D1-17B4-427E-8023-42A183EB05D3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5FFBC1A5-B8CE-44D5-99E7-64B9903E0BAD} = {28430696-29B7-46F4-9140-2EF000FB2D29}
{B91AC19E-9D65-416C-8B4D-47C7D7F41C63} = {28430696-29B7-46F4-9140-2EF000FB2D29}
{23D45B3D-C188-48F3-9078-35B61B1F293D} = {28430696-29B7-46F4-9140-2EF000FB2D29}
{F88AE0D1-17B4-427E-8023-42A183EB05D3} = {28430696-29B7-46F4-9140-2EF000FB2D29}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {26745B40-C9AB-4327-8314-D7E3F85B161E}
EndGlobalSection
EndGlobal