-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathServiceFabricSdkContrib.sln
49 lines (49 loc) · 3.31 KB
/
ServiceFabricSdkContrib.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28621.142
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceFabricSdkContrib.MsBuild", "ServiceFabricSdkContrib.MsBuild\ServiceFabricSdkContrib.MsBuild.csproj", "{663C2990-8A0A-44C5-8647-68FB26FC4A64}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceFabricSdkContrib.Powershell", "ServiceFabricSdkContrib.Powershell\ServiceFabricSdkContrib.Powershell.csproj", "{722A0BBE-3AA5-4D31-8335-8E2D82441C5D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceFabricSdkContrib.Common", "ServiceFabricSdkContrib.Common\ServiceFabricSdkContrib.Common.csproj", "{C2FB5EF6-D823-4081-92FC-16DF330DF3EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Fabric.Management.ServiceModel", "System.Fabric.Management.ServiceModel\System.Fabric.Management.ServiceModel.csproj", "{03190CBD-EDFE-4578-816B-A88F2B8F68C0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceFabricSdkContrib.Tests", "ServiceFabricSdkContrib.Tests\ServiceFabricSdkContrib.Tests.csproj", "{DF7F7675-A657-4E01-93CE-158044B221A8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{663C2990-8A0A-44C5-8647-68FB26FC4A64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{663C2990-8A0A-44C5-8647-68FB26FC4A64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{663C2990-8A0A-44C5-8647-68FB26FC4A64}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{663C2990-8A0A-44C5-8647-68FB26FC4A64}.Release|Any CPU.Build.0 = Debug|Any CPU
{722A0BBE-3AA5-4D31-8335-8E2D82441C5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{722A0BBE-3AA5-4D31-8335-8E2D82441C5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{722A0BBE-3AA5-4D31-8335-8E2D82441C5D}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{722A0BBE-3AA5-4D31-8335-8E2D82441C5D}.Release|Any CPU.Build.0 = Debug|Any CPU
{C2FB5EF6-D823-4081-92FC-16DF330DF3EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2FB5EF6-D823-4081-92FC-16DF330DF3EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2FB5EF6-D823-4081-92FC-16DF330DF3EC}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{C2FB5EF6-D823-4081-92FC-16DF330DF3EC}.Release|Any CPU.Build.0 = Debug|Any CPU
{03190CBD-EDFE-4578-816B-A88F2B8F68C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03190CBD-EDFE-4578-816B-A88F2B8F68C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03190CBD-EDFE-4578-816B-A88F2B8F68C0}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{03190CBD-EDFE-4578-816B-A88F2B8F68C0}.Release|Any CPU.Build.0 = Debug|Any CPU
{DF7F7675-A657-4E01-93CE-158044B221A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF7F7675-A657-4E01-93CE-158044B221A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF7F7675-A657-4E01-93CE-158044B221A8}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{DF7F7675-A657-4E01-93CE-158044B221A8}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5CB7BB81-0CA7-40C9-9CBA-66F3B7EF1C5C}
EndGlobalSection
EndGlobal