forked from microsoft/service-fabric-client-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
code.sln
42 lines (42 loc) · 2.44 KB
/
code.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.ServiceFabric.Common", "src\Microsoft.ServiceFabric.Common\Microsoft.ServiceFabric.Common.csproj", "{7B501BD5-1E83-4DD5-9E4A-09A7F7BA0A17}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.ServiceFabric.Client", "src\Microsoft.ServiceFabric.Client\Microsoft.ServiceFabric.Client.csproj", "{EF6FAE85-7016-42FD-B0F0-6C42E9145D9B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.ServiceFabric.Client.Http", "src\Microsoft.ServiceFabric.Client.Http\Microsoft.ServiceFabric.Client.Http.csproj", "{AAF18C3D-605B-491A-9900-E90807DEC9CE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EAF3918C-DD4A-4868-A3CF-7D7EAE488489}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7B501BD5-1E83-4DD5-9E4A-09A7F7BA0A17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B501BD5-1E83-4DD5-9E4A-09A7F7BA0A17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B501BD5-1E83-4DD5-9E4A-09A7F7BA0A17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B501BD5-1E83-4DD5-9E4A-09A7F7BA0A17}.Release|Any CPU.Build.0 = Release|Any CPU
{EF6FAE85-7016-42FD-B0F0-6C42E9145D9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF6FAE85-7016-42FD-B0F0-6C42E9145D9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF6FAE85-7016-42FD-B0F0-6C42E9145D9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF6FAE85-7016-42FD-B0F0-6C42E9145D9B}.Release|Any CPU.Build.0 = Release|Any CPU
{AAF18C3D-605B-491A-9900-E90807DEC9CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAF18C3D-605B-491A-9900-E90807DEC9CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAF18C3D-605B-491A-9900-E90807DEC9CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAF18C3D-605B-491A-9900-E90807DEC9CE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3770F1EF-029F-4493-A926-A868F09C7338}
EndGlobalSection
EndGlobal