This repository was archived by the owner on Jan 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathTFS-Aggregator-WebHook.sln
110 lines (110 loc) · 5.79 KB
/
TFS-Aggregator-WebHook.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.25920.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aggregator.Core", "Aggregator.Core\Aggregator.Core.csproj", "{FEA76835-61B3-4FC7-9D6F-50D39A7A8258}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{B94443D9-A5EE-4114-9C4F-F5C6B5401731}"
ProjectSection(SolutionItems) = preProject
AssemblyVersion.cs = AssemblyVersion.cs
TfsAggregator.ico = TfsAggregator.ico
tfsaggregator.svg = tfsaggregator.svg
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{E0E7919C-5F01-45CC-A758-C3AF34F32F16}"
ProjectSection(SolutionItems) = preProject
CONTRIBUTING.md = CONTRIBUTING.md
INSTALL.md = INSTALL.md
LICENSE-2.0.txt = LICENSE-2.0.txt
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "references", "references", "{6D32EAB0-0194-408F-91EB-B2E2E0125C3E}"
ProjectSection(SolutionItems) = preProject
References\Microsoft.TeamFoundation.Framework.Server.dll = References\Microsoft.TeamFoundation.Framework.Server.dll
References\Microsoft.TeamFoundation.Server.Core.dll = References\Microsoft.TeamFoundation.Server.Core.dll
References\Microsoft.TeamFoundation.WorkItemTracking.Server.DataAccessLayer.dll = References\Microsoft.TeamFoundation.WorkItemTracking.Server.DataAccessLayer.dll
References\Microsoft.TeamFoundation.WorkItemTracking.Server.DataServices.dll = References\Microsoft.TeamFoundation.WorkItemTracking.Server.DataServices.dll
References\Microsoft.TeamFoundation.WorkItemTracking.Server.dll = References\Microsoft.TeamFoundation.WorkItemTracking.Server.dll
References\TfsReferences.target = References\TfsReferences.target
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4EA36F79-382E-479C-9717-26F2292D1D72}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
TFS-Aggregator-2.ruleset = TFS-Aggregator-2.ruleset
TFS-Aggregator-2.sln.DotSettings = TFS-Aggregator-2.sln.DotSettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aggregator.WebHooks", "Aggregator.WebHooks\Aggregator.WebHooks.csproj", "{E017A788-AAE8-4F29-B677-04E175ABF5FE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "media", "media", "{A462E5C1-799D-482F-A252-949ED2DBDBD5}"
ProjectSection(SolutionItems) = preProject
media\0-error.png = media\0-error.png
media\0-PAT1.png = media\0-PAT1.png
media\0-PAT2.png = media\0-PAT2.png
media\1-deploy1.png = media\1-deploy1.png
media\1-deploy2.png = media\1-deploy2.png
media\1-deploy3.png = media\1-deploy3.png
media\1-deploy4-validate.png = media\1-deploy4-validate.png
media\1-deploy5-redeploy.png = media\1-deploy5-redeploy.png
media\2-config1.png = media\2-config1.png
media\2-config2.png = media\2-config2.png
media\2-config3.png = media\2-config3.png
media\2-config4.png = media\2-config4.png
media\2-config5.png = media\2-config5.png
media\3-log1.png = media\3-log1.png
media\3-log2.png = media\3-log2.png
media\3-log3.png = media\3-log3.png
media\4-hooks1.png = media\4-hooks1.png
media\4-hooks2.png = media\4-hooks2.png
media\4-hooks3.png = media\4-hooks3.png
media\4-hooks4.png = media\4-hooks4.png
media\4-hooks5.png = media\4-hooks5.png
media\4-hooks6.png = media\4-hooks6.png
media\4-hooks7.png = media\4-hooks7.png
media\5-test1.png = media\5-test1.png
media\5-test2.png = media\5-test2.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "deploy", "deploy", "{8B9F0871-CF69-4497-AFF8-44ACFDF729BC}"
ProjectSection(SolutionItems) = preProject
azuredeploy.json = azuredeploy.json
samples\Create-Subscriptions.ps1 = samples\Create-Subscriptions.ps1
samples\Delete-Subscriptions.ps1 = samples\Delete-Subscriptions.ps1
samples\Deploy-TfsAggregatorWebHooks.ps1 = samples\Deploy-TfsAggregatorWebHooks.ps1
samples\InstallData.ps1 = samples\InstallData.ps1
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ia64 = Debug|ia64
Release|Any CPU = Release|Any CPU
Release|ia64 = Release|ia64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FEA76835-61B3-4FC7-9D6F-50D39A7A8258}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEA76835-61B3-4FC7-9D6F-50D39A7A8258}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEA76835-61B3-4FC7-9D6F-50D39A7A8258}.Debug|ia64.ActiveCfg = Debug|Any CPU
{FEA76835-61B3-4FC7-9D6F-50D39A7A8258}.Debug|ia64.Build.0 = Debug|Any CPU
{FEA76835-61B3-4FC7-9D6F-50D39A7A8258}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEA76835-61B3-4FC7-9D6F-50D39A7A8258}.Release|Any CPU.Build.0 = Release|Any CPU
{FEA76835-61B3-4FC7-9D6F-50D39A7A8258}.Release|ia64.ActiveCfg = Release|Any CPU
{FEA76835-61B3-4FC7-9D6F-50D39A7A8258}.Release|ia64.Build.0 = Release|Any CPU
{E017A788-AAE8-4F29-B677-04E175ABF5FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E017A788-AAE8-4F29-B677-04E175ABF5FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E017A788-AAE8-4F29-B677-04E175ABF5FE}.Debug|ia64.ActiveCfg = Debug|Any CPU
{E017A788-AAE8-4F29-B677-04E175ABF5FE}.Debug|ia64.Build.0 = Debug|Any CPU
{E017A788-AAE8-4F29-B677-04E175ABF5FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E017A788-AAE8-4F29-B677-04E175ABF5FE}.Release|Any CPU.Build.0 = Release|Any CPU
{E017A788-AAE8-4F29-B677-04E175ABF5FE}.Release|ia64.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A462E5C1-799D-482F-A252-949ED2DBDBD5} = {E0E7919C-5F01-45CC-A758-C3AF34F32F16}
EndGlobalSection
EndGlobal