-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChatterProxy.sln
60 lines (60 loc) · 3.56 KB
/
ChatterProxy.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9F1CC935-9C85-4066-A3B7-04483DCE5E6A}"
ProjectSection(SolutionItems) = preProject
Chatter.vsmdi = Chatter.vsmdi
LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChatterSoapService", "ChatterSoapService\ChatterSoapService.csproj", "{2B6DAD87-88CE-4870-85F7-159BE78ADE05}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChatterServiceTest", "ChatterServiceTest\ChatterServiceTest.csproj", "{45EFD7DD-207C-4257-B42F-B3CC78BE78BC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChatterServiceWeb", "ChatterServiceWeb\ChatterServiceWeb.csproj", "{23250363-3406-4AF5-A486-5FB6C9F347E9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChatterDataLoader", "ChatterDataLoader\ChatterDataLoader.csproj", "{027C0FA8-A37C-43F8-B382-E859BAAFE17E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{D25358D7-99BE-49FA-A171-A929EC83C165}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChatterRestService", "ChatterRestService\ChatterRestService.csproj", "{AB57594A-1B74-4D14-A9D4-73E01A0F485B}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = Chatter.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2B6DAD87-88CE-4870-85F7-159BE78ADE05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B6DAD87-88CE-4870-85F7-159BE78ADE05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B6DAD87-88CE-4870-85F7-159BE78ADE05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B6DAD87-88CE-4870-85F7-159BE78ADE05}.Release|Any CPU.Build.0 = Release|Any CPU
{45EFD7DD-207C-4257-B42F-B3CC78BE78BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45EFD7DD-207C-4257-B42F-B3CC78BE78BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45EFD7DD-207C-4257-B42F-B3CC78BE78BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45EFD7DD-207C-4257-B42F-B3CC78BE78BC}.Release|Any CPU.Build.0 = Release|Any CPU
{23250363-3406-4AF5-A486-5FB6C9F347E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23250363-3406-4AF5-A486-5FB6C9F347E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23250363-3406-4AF5-A486-5FB6C9F347E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23250363-3406-4AF5-A486-5FB6C9F347E9}.Release|Any CPU.Build.0 = Release|Any CPU
{027C0FA8-A37C-43F8-B382-E859BAAFE17E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{027C0FA8-A37C-43F8-B382-E859BAAFE17E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{027C0FA8-A37C-43F8-B382-E859BAAFE17E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{027C0FA8-A37C-43F8-B382-E859BAAFE17E}.Release|Any CPU.Build.0 = Release|Any CPU
{AB57594A-1B74-4D14-A9D4-73E01A0F485B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB57594A-1B74-4D14-A9D4-73E01A0F485B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB57594A-1B74-4D14-A9D4-73E01A0F485B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB57594A-1B74-4D14-A9D4-73E01A0F485B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal