-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathVisage.sln
79 lines (79 loc) · 5.45 KB
/
Visage.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35209.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MobileApps", "MobileApps", "{B1444FC4-DFEE-422C-BC81-CFDD6D40E859}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WebApps", "WebApps", "{6722421E-6426-4262-8F44-557C40E9D79D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Services", "Services", "{F35A7FEA-7C11-474A-82E5-549966D4DF47}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Visage.AppHost", "Visage.AppHost\Visage.AppHost.csproj", "{7D4E65D5-2F1E-4CC8-8A5D-DDE184FEAB79}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Visage.ServiceDefaults", "Visage.ServiceDefaults\Visage.ServiceDefaults.csproj", "{32385DD2-C85E-434B-82DB-719574DCEC38}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Visage.FrontEnd", "Visage.FrontEnd\Visage.FrontEnd\Visage.FrontEnd.csproj", "{17AA146C-BB0E-4602-92EE-2742D668B7A7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Visage.FrontEnd.Shared", "Visage.FrontEnd\Visage.FrontEnd.Shared\Visage.FrontEnd.Shared.csproj", "{55521309-F865-43CC-A77F-8841F69875F0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Visage.FrontEnd.Web", "Visage.FrontEnd\Visage.FrontEnd.Web\Visage.FrontEnd.Web.csproj", "{133B6E64-BEDF-46FB-A100-AEFF5D01E6BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Visage.FrontEnd.Web.Client", "Visage.FrontEnd\Visage.FrontEnd.Web.Client\Visage.FrontEnd.Web.Client.csproj", "{20EE1EC7-CF2B-4249-AA1C-697BCBE39F7F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Visage.Services.Eventing", "services\Visage.Services.Eventing\Visage.Services.Eventing.csproj", "{E560F5FB-936F-4D94-AD5C-F16200DF4C02}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Visage.Services.Registrations", "Visage.Services.Registrations\Visage.Services.Registrations.csproj", "{3F5099D1-3070-4FCD-8E39-5DE3CC426C71}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D4E65D5-2F1E-4CC8-8A5D-DDE184FEAB79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D4E65D5-2F1E-4CC8-8A5D-DDE184FEAB79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D4E65D5-2F1E-4CC8-8A5D-DDE184FEAB79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D4E65D5-2F1E-4CC8-8A5D-DDE184FEAB79}.Release|Any CPU.Build.0 = Release|Any CPU
{32385DD2-C85E-434B-82DB-719574DCEC38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32385DD2-C85E-434B-82DB-719574DCEC38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32385DD2-C85E-434B-82DB-719574DCEC38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32385DD2-C85E-434B-82DB-719574DCEC38}.Release|Any CPU.Build.0 = Release|Any CPU
{17AA146C-BB0E-4602-92EE-2742D668B7A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17AA146C-BB0E-4602-92EE-2742D668B7A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17AA146C-BB0E-4602-92EE-2742D668B7A7}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{17AA146C-BB0E-4602-92EE-2742D668B7A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17AA146C-BB0E-4602-92EE-2742D668B7A7}.Release|Any CPU.Build.0 = Release|Any CPU
{17AA146C-BB0E-4602-92EE-2742D668B7A7}.Release|Any CPU.Deploy.0 = Release|Any CPU
{55521309-F865-43CC-A77F-8841F69875F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55521309-F865-43CC-A77F-8841F69875F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55521309-F865-43CC-A77F-8841F69875F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55521309-F865-43CC-A77F-8841F69875F0}.Release|Any CPU.Build.0 = Release|Any CPU
{133B6E64-BEDF-46FB-A100-AEFF5D01E6BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{133B6E64-BEDF-46FB-A100-AEFF5D01E6BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{133B6E64-BEDF-46FB-A100-AEFF5D01E6BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{133B6E64-BEDF-46FB-A100-AEFF5D01E6BB}.Release|Any CPU.Build.0 = Release|Any CPU
{20EE1EC7-CF2B-4249-AA1C-697BCBE39F7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20EE1EC7-CF2B-4249-AA1C-697BCBE39F7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20EE1EC7-CF2B-4249-AA1C-697BCBE39F7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20EE1EC7-CF2B-4249-AA1C-697BCBE39F7F}.Release|Any CPU.Build.0 = Release|Any CPU
{E560F5FB-936F-4D94-AD5C-F16200DF4C02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E560F5FB-936F-4D94-AD5C-F16200DF4C02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E560F5FB-936F-4D94-AD5C-F16200DF4C02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E560F5FB-936F-4D94-AD5C-F16200DF4C02}.Release|Any CPU.Build.0 = Release|Any CPU
{3F5099D1-3070-4FCD-8E39-5DE3CC426C71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F5099D1-3070-4FCD-8E39-5DE3CC426C71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F5099D1-3070-4FCD-8E39-5DE3CC426C71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F5099D1-3070-4FCD-8E39-5DE3CC426C71}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E560F5FB-936F-4D94-AD5C-F16200DF4C02} = {F35A7FEA-7C11-474A-82E5-549966D4DF47}
{3F5099D1-3070-4FCD-8E39-5DE3CC426C71} = {F35A7FEA-7C11-474A-82E5-549966D4DF47}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6DFD8D43-B55A-46A9-8FC2-22BACFF0AE1F}
EndGlobalSection
EndGlobal