-
Notifications
You must be signed in to change notification settings - Fork 0
/
TFSLabelTagNotification.sln
40 lines (40 loc) · 2.17 KB
/
TFSLabelTagNotification.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TFSLabelTagNotification", "TFSLabelTagNotification\TFSLabelTagNotification.csproj", "{665138D5-5E36-4A74-9F5B-31B0889A5FD8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Database", "Database", "{A161CFF6-3E40-4286-8BB6-BFD5FDF3DCC6}"
ProjectSection(SolutionItems) = preProject
Database\spcGetLabelQueue.sql = Database\spcGetLabelQueue.sql
Database\spGetLabelsByLabelId.sql = Database\spGetLabelsByLabelId.sql
Database\tblTFSLabels.sql = Database\tblTFSLabels.sql
Database\trOnLabelDelete.sql = Database\trOnLabelDelete.sql
Database\trOnLabelInsert.sql = Database\trOnLabelInsert.sql
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TFSLabelTagNotificationTests", "TFSLabelTagNotificationTests\TFSLabelTagNotificationTests.csproj", "{D81FB8ED-561D-468B-B961-4D0596ECBBF8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{665138D5-5E36-4A74-9F5B-31B0889A5FD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{665138D5-5E36-4A74-9F5B-31B0889A5FD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{665138D5-5E36-4A74-9F5B-31B0889A5FD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{665138D5-5E36-4A74-9F5B-31B0889A5FD8}.Release|Any CPU.Build.0 = Release|Any CPU
{D81FB8ED-561D-468B-B961-4D0596ECBBF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D81FB8ED-561D-468B-B961-4D0596ECBBF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D81FB8ED-561D-468B-B961-4D0596ECBBF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D81FB8ED-561D-468B-B961-4D0596ECBBF8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {24D4CF89-2A84-472E-B864-4AFA6B22A182}
EndGlobalSection
EndGlobal