forked from versionone/VersionOne.Integration.JIRA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
VersionOne.ServiceHost.sln
114 lines (114 loc) · 8.22 KB
/
VersionOne.ServiceHost.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
111
112
113
114
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dependencies", "Dependencies", "{F63D59D3-0F9F-4E3C-9C9F-9CEE01E9DEF8}"
ProjectSection(SolutionItems) = preProject
Dependencies\Microsoft.Practices.EnterpriseLibrary.Common.dll = Dependencies\Microsoft.Practices.EnterpriseLibrary.Common.dll
Dependencies\Microsoft.Practices.EnterpriseLibrary.Validation.dll = Dependencies\Microsoft.Practices.EnterpriseLibrary.Validation.dll
Dependencies\Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms.dll = Dependencies\Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms.dll
Dependencies\Microsoft.Practices.ObjectBuilder2.dll = Dependencies\Microsoft.Practices.ObjectBuilder2.dll
Dependencies\Ninject.dll = Dependencies\Ninject.dll
Dependencies\Rhino.Mocks.dll = Dependencies\Rhino.Mocks.dll
EndProjectSection
ProjectSection(FolderStartupServices) = postProject
{B4F97281-0DBD-4835-9ED8-7DFB966E87FF} = {B4F97281-0DBD-4835-9ED8-7DFB966E87FF}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersionOne.ServiceHost", "VersionOne.ServiceHost\VersionOne.ServiceHost.csproj", "{AD53106A-5F5E-4BEA-B344-015397942E89}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersionOne.ServiceHost.Core", "VersionOne.ServiceHost.Core\VersionOne.ServiceHost.Core.csproj", "{F432BAC8-27ED-4C2C-8E06-EF806A5B0D79}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersionOne.ServiceHost.JiraServices", "VersionOne.ServiceHost.JiraServices\VersionOne.ServiceHost.JiraServices.csproj", "{7CFCE842-CC70-4902-AB69-2A87EFE354BE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersionOne.JiraConnector", "VersionOne.JiraConnector\VersionOne.JiraConnector.csproj", "{57F712AE-9E25-4578-BB06-71AFE3121DEB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersionOne.ServiceHost.WorkitemServices", "VersionOne.ServiceHost.WorkitemServices\VersionOne.ServiceHost.WorkitemServices.csproj", "{76B6D3F1-16F8-43A9-A2B7-DDADAFE70D0D}"
ProjectSection(ProjectDependencies) = postProject
{AD53106A-5F5E-4BEA-B344-015397942E89} = {AD53106A-5F5E-4BEA-B344-015397942E89}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersionOne.ServerConnector", "VersionOne.ServerConnector\VersionOne.ServerConnector.csproj", "{19A13CA5-7461-4453-8A5E-9C5A7A55C4D5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersionOne.ServiceHost.ConfigurationTool", "VersionOne.ServiceHost.ConfigurationTool\VersionOne.ServiceHost.ConfigurationTool.csproj", "{424084D5-C8B1-4593-B837-E1A7083E30AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersionOne.ServiceHost.JiraServices.Tests", "VersionOne.ServiceHost.JiraServices.Tests\VersionOne.ServiceHost.JiraServices.Tests.csproj", "{FEEA880C-A390-498B-A750-BFBF1871D627}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AD53106A-5F5E-4BEA-B344-015397942E89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD53106A-5F5E-4BEA-B344-015397942E89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD53106A-5F5E-4BEA-B344-015397942E89}.Debug|x86.ActiveCfg = Debug|x86
{AD53106A-5F5E-4BEA-B344-015397942E89}.Debug|x86.Build.0 = Debug|x86
{AD53106A-5F5E-4BEA-B344-015397942E89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD53106A-5F5E-4BEA-B344-015397942E89}.Release|Any CPU.Build.0 = Release|Any CPU
{AD53106A-5F5E-4BEA-B344-015397942E89}.Release|x86.ActiveCfg = Release|x86
{AD53106A-5F5E-4BEA-B344-015397942E89}.Release|x86.Build.0 = Release|x86
{F432BAC8-27ED-4C2C-8E06-EF806A5B0D79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F432BAC8-27ED-4C2C-8E06-EF806A5B0D79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F432BAC8-27ED-4C2C-8E06-EF806A5B0D79}.Debug|x86.ActiveCfg = Debug|Any CPU
{F432BAC8-27ED-4C2C-8E06-EF806A5B0D79}.Debug|x86.Build.0 = Debug|Any CPU
{F432BAC8-27ED-4C2C-8E06-EF806A5B0D79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F432BAC8-27ED-4C2C-8E06-EF806A5B0D79}.Release|Any CPU.Build.0 = Release|Any CPU
{F432BAC8-27ED-4C2C-8E06-EF806A5B0D79}.Release|x86.ActiveCfg = Release|Any CPU
{F432BAC8-27ED-4C2C-8E06-EF806A5B0D79}.Release|x86.Build.0 = Release|Any CPU
{7CFCE842-CC70-4902-AB69-2A87EFE354BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CFCE842-CC70-4902-AB69-2A87EFE354BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CFCE842-CC70-4902-AB69-2A87EFE354BE}.Debug|x86.ActiveCfg = Debug|x86
{7CFCE842-CC70-4902-AB69-2A87EFE354BE}.Debug|x86.Build.0 = Debug|x86
{7CFCE842-CC70-4902-AB69-2A87EFE354BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CFCE842-CC70-4902-AB69-2A87EFE354BE}.Release|Any CPU.Build.0 = Release|Any CPU
{7CFCE842-CC70-4902-AB69-2A87EFE354BE}.Release|x86.ActiveCfg = Release|x86
{7CFCE842-CC70-4902-AB69-2A87EFE354BE}.Release|x86.Build.0 = Release|x86
{57F712AE-9E25-4578-BB06-71AFE3121DEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57F712AE-9E25-4578-BB06-71AFE3121DEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57F712AE-9E25-4578-BB06-71AFE3121DEB}.Debug|x86.ActiveCfg = Debug|x86
{57F712AE-9E25-4578-BB06-71AFE3121DEB}.Debug|x86.Build.0 = Debug|x86
{57F712AE-9E25-4578-BB06-71AFE3121DEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57F712AE-9E25-4578-BB06-71AFE3121DEB}.Release|Any CPU.Build.0 = Release|Any CPU
{57F712AE-9E25-4578-BB06-71AFE3121DEB}.Release|x86.ActiveCfg = Release|Any CPU
{57F712AE-9E25-4578-BB06-71AFE3121DEB}.Release|x86.Build.0 = Release|Any CPU
{76B6D3F1-16F8-43A9-A2B7-DDADAFE70D0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76B6D3F1-16F8-43A9-A2B7-DDADAFE70D0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76B6D3F1-16F8-43A9-A2B7-DDADAFE70D0D}.Debug|x86.ActiveCfg = Debug|x86
{76B6D3F1-16F8-43A9-A2B7-DDADAFE70D0D}.Debug|x86.Build.0 = Debug|x86
{76B6D3F1-16F8-43A9-A2B7-DDADAFE70D0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76B6D3F1-16F8-43A9-A2B7-DDADAFE70D0D}.Release|Any CPU.Build.0 = Release|Any CPU
{76B6D3F1-16F8-43A9-A2B7-DDADAFE70D0D}.Release|x86.ActiveCfg = Release|x86
{76B6D3F1-16F8-43A9-A2B7-DDADAFE70D0D}.Release|x86.Build.0 = Release|x86
{19A13CA5-7461-4453-8A5E-9C5A7A55C4D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19A13CA5-7461-4453-8A5E-9C5A7A55C4D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19A13CA5-7461-4453-8A5E-9C5A7A55C4D5}.Debug|x86.ActiveCfg = Debug|Any CPU
{19A13CA5-7461-4453-8A5E-9C5A7A55C4D5}.Debug|x86.Build.0 = Debug|Any CPU
{19A13CA5-7461-4453-8A5E-9C5A7A55C4D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19A13CA5-7461-4453-8A5E-9C5A7A55C4D5}.Release|Any CPU.Build.0 = Release|Any CPU
{19A13CA5-7461-4453-8A5E-9C5A7A55C4D5}.Release|x86.ActiveCfg = Release|Any CPU
{19A13CA5-7461-4453-8A5E-9C5A7A55C4D5}.Release|x86.Build.0 = Release|Any CPU
{424084D5-C8B1-4593-B837-E1A7083E30AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{424084D5-C8B1-4593-B837-E1A7083E30AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{424084D5-C8B1-4593-B837-E1A7083E30AE}.Debug|x86.ActiveCfg = Debug|x86
{424084D5-C8B1-4593-B837-E1A7083E30AE}.Debug|x86.Build.0 = Debug|x86
{424084D5-C8B1-4593-B837-E1A7083E30AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{424084D5-C8B1-4593-B837-E1A7083E30AE}.Release|Any CPU.Build.0 = Release|Any CPU
{424084D5-C8B1-4593-B837-E1A7083E30AE}.Release|x86.ActiveCfg = Release|x86
{424084D5-C8B1-4593-B837-E1A7083E30AE}.Release|x86.Build.0 = Release|x86
{FEEA880C-A390-498B-A750-BFBF1871D627}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEEA880C-A390-498B-A750-BFBF1871D627}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEEA880C-A390-498B-A750-BFBF1871D627}.Debug|x86.ActiveCfg = Debug|Any CPU
{FEEA880C-A390-498B-A750-BFBF1871D627}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEEA880C-A390-498B-A750-BFBF1871D627}.Release|Any CPU.Build.0 = Release|Any CPU
{FEEA880C-A390-498B-A750-BFBF1871D627}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(TextTemplating) = postSolution
TextTemplating = 1
EndGlobalSection
EndGlobal