-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathServiceFabricApp.sln
93 lines (93 loc) · 6.37 KB
/
ServiceFabricApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{A07B5EB6-E848-4116-A8D0-A826331D98C6}") = "ServiceFabricApp", "ServiceFabricApp\ServiceFabricApp.sfproj", "{84B6885C-7735-4A9E-813D-45ED9D8BAD07}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebSite", "WebSite\WebSite.csproj", "{0E918E44-EBDE-48C3-B193-974CE39A9C67}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UsersStateService", "UsersStateService\UsersStateService.csproj", "{8DCFD564-316B-42C6-9D79-1D19FA3BC228}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UsersStateService.Interfaces", "UsersStateService.Interfaces\UsersStateService.Interfaces.csproj", "{C8F39C83-D123-496C-95A8-092960F3A48C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceFabricStandalone", "ServiceFabricStandalone\ServiceFabricStandalone.csproj", "{DFBFBE15-9CBA-4A01-84AE-0D3830953CE7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Standalone|Any CPU = Standalone|Any CPU
Standalone|x64 = Standalone|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{84B6885C-7735-4A9E-813D-45ED9D8BAD07}.Debug|Any CPU.ActiveCfg = Debug|x64
{84B6885C-7735-4A9E-813D-45ED9D8BAD07}.Debug|x64.ActiveCfg = Debug|x64
{84B6885C-7735-4A9E-813D-45ED9D8BAD07}.Debug|x64.Build.0 = Debug|x64
{84B6885C-7735-4A9E-813D-45ED9D8BAD07}.Debug|x64.Deploy.0 = Debug|x64
{84B6885C-7735-4A9E-813D-45ED9D8BAD07}.Release|Any CPU.ActiveCfg = Release|x64
{84B6885C-7735-4A9E-813D-45ED9D8BAD07}.Release|x64.ActiveCfg = Release|x64
{84B6885C-7735-4A9E-813D-45ED9D8BAD07}.Release|x64.Build.0 = Release|x64
{84B6885C-7735-4A9E-813D-45ED9D8BAD07}.Release|x64.Deploy.0 = Release|x64
{84B6885C-7735-4A9E-813D-45ED9D8BAD07}.Standalone|Any CPU.ActiveCfg = Release|x64
{84B6885C-7735-4A9E-813D-45ED9D8BAD07}.Standalone|Any CPU.Build.0 = Release|x64
{84B6885C-7735-4A9E-813D-45ED9D8BAD07}.Standalone|Any CPU.Deploy.0 = Release|x64
{84B6885C-7735-4A9E-813D-45ED9D8BAD07}.Standalone|x64.ActiveCfg = Debug|x64
{0E918E44-EBDE-48C3-B193-974CE39A9C67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E918E44-EBDE-48C3-B193-974CE39A9C67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E918E44-EBDE-48C3-B193-974CE39A9C67}.Debug|x64.ActiveCfg = Debug|x64
{0E918E44-EBDE-48C3-B193-974CE39A9C67}.Debug|x64.Build.0 = Debug|x64
{0E918E44-EBDE-48C3-B193-974CE39A9C67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E918E44-EBDE-48C3-B193-974CE39A9C67}.Release|Any CPU.Build.0 = Release|Any CPU
{0E918E44-EBDE-48C3-B193-974CE39A9C67}.Release|x64.ActiveCfg = Release|Any CPU
{0E918E44-EBDE-48C3-B193-974CE39A9C67}.Release|x64.Build.0 = Release|Any CPU
{0E918E44-EBDE-48C3-B193-974CE39A9C67}.Standalone|Any CPU.ActiveCfg = Standalone|Any CPU
{0E918E44-EBDE-48C3-B193-974CE39A9C67}.Standalone|Any CPU.Build.0 = Standalone|Any CPU
{0E918E44-EBDE-48C3-B193-974CE39A9C67}.Standalone|x64.ActiveCfg = Standalone|x64
{0E918E44-EBDE-48C3-B193-974CE39A9C67}.Standalone|x64.Build.0 = Standalone|x64
{8DCFD564-316B-42C6-9D79-1D19FA3BC228}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DCFD564-316B-42C6-9D79-1D19FA3BC228}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DCFD564-316B-42C6-9D79-1D19FA3BC228}.Debug|x64.ActiveCfg = Debug|x64
{8DCFD564-316B-42C6-9D79-1D19FA3BC228}.Debug|x64.Build.0 = Debug|x64
{8DCFD564-316B-42C6-9D79-1D19FA3BC228}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DCFD564-316B-42C6-9D79-1D19FA3BC228}.Release|Any CPU.Build.0 = Release|Any CPU
{8DCFD564-316B-42C6-9D79-1D19FA3BC228}.Release|x64.ActiveCfg = Release|Any CPU
{8DCFD564-316B-42C6-9D79-1D19FA3BC228}.Release|x64.Build.0 = Release|Any CPU
{8DCFD564-316B-42C6-9D79-1D19FA3BC228}.Standalone|Any CPU.ActiveCfg = Standalone|Any CPU
{8DCFD564-316B-42C6-9D79-1D19FA3BC228}.Standalone|Any CPU.Build.0 = Standalone|Any CPU
{8DCFD564-316B-42C6-9D79-1D19FA3BC228}.Standalone|x64.ActiveCfg = Standalone|x64
{8DCFD564-316B-42C6-9D79-1D19FA3BC228}.Standalone|x64.Build.0 = Standalone|x64
{C8F39C83-D123-496C-95A8-092960F3A48C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8F39C83-D123-496C-95A8-092960F3A48C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8F39C83-D123-496C-95A8-092960F3A48C}.Debug|x64.ActiveCfg = Debug|x64
{C8F39C83-D123-496C-95A8-092960F3A48C}.Debug|x64.Build.0 = Debug|x64
{C8F39C83-D123-496C-95A8-092960F3A48C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8F39C83-D123-496C-95A8-092960F3A48C}.Release|Any CPU.Build.0 = Release|Any CPU
{C8F39C83-D123-496C-95A8-092960F3A48C}.Release|x64.ActiveCfg = Release|Any CPU
{C8F39C83-D123-496C-95A8-092960F3A48C}.Release|x64.Build.0 = Release|Any CPU
{C8F39C83-D123-496C-95A8-092960F3A48C}.Standalone|Any CPU.ActiveCfg = Standalone|Any CPU
{C8F39C83-D123-496C-95A8-092960F3A48C}.Standalone|Any CPU.Build.0 = Standalone|Any CPU
{C8F39C83-D123-496C-95A8-092960F3A48C}.Standalone|x64.ActiveCfg = Standalone|x64
{C8F39C83-D123-496C-95A8-092960F3A48C}.Standalone|x64.Build.0 = Standalone|x64
{DFBFBE15-9CBA-4A01-84AE-0D3830953CE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFBFBE15-9CBA-4A01-84AE-0D3830953CE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFBFBE15-9CBA-4A01-84AE-0D3830953CE7}.Debug|x64.ActiveCfg = Debug|x64
{DFBFBE15-9CBA-4A01-84AE-0D3830953CE7}.Debug|x64.Build.0 = Debug|x64
{DFBFBE15-9CBA-4A01-84AE-0D3830953CE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFBFBE15-9CBA-4A01-84AE-0D3830953CE7}.Release|Any CPU.Build.0 = Release|Any CPU
{DFBFBE15-9CBA-4A01-84AE-0D3830953CE7}.Release|x64.ActiveCfg = Release|x64
{DFBFBE15-9CBA-4A01-84AE-0D3830953CE7}.Release|x64.Build.0 = Release|x64
{DFBFBE15-9CBA-4A01-84AE-0D3830953CE7}.Standalone|Any CPU.ActiveCfg = Debug|Any CPU
{DFBFBE15-9CBA-4A01-84AE-0D3830953CE7}.Standalone|Any CPU.Build.0 = Debug|Any CPU
{DFBFBE15-9CBA-4A01-84AE-0D3830953CE7}.Standalone|x64.ActiveCfg = Debug|x64
{DFBFBE15-9CBA-4A01-84AE-0D3830953CE7}.Standalone|x64.Build.0 = Debug|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F6078C80-4E10-4480-AE22-17D1C13656DA}
EndGlobalSection
EndGlobal