-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCogito.HostedWebCore.sln
100 lines (100 loc) · 6.8 KB
/
Cogito.HostedWebCore.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
94
95
96
97
98
99
100
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28721.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cogito.HostedWebCore", "Cogito.HostedWebCore\Cogito.HostedWebCore.csproj", "{B125E1FE-FF08-4DF9-9416-7C571492D961}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cogito.HostedWebCore.Tests", "Cogito.HostedWebCore.Tests\Cogito.HostedWebCore.Tests.csproj", "{5A8A36F5-D7B6-474B-8F8D-59AF0AEE1B91}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cogito.IIS.Configuration", "Cogito.IIS.Configuration\Cogito.IIS.Configuration.csproj", "{7067187B-B930-4E71-BD61-548F340CE718}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cogito.HostedWebCore.ServiceFabric", "Cogito.HostedWebCore.ServiceFabric\Cogito.HostedWebCore.ServiceFabric.csproj", "{36EDE6A0-BDEB-40BD-BF84-046B08C88C4C}"
EndProject
Project("{A07B5EB6-E848-4116-A8D0-A826331D98C6}") = "Cogito.HostedWebCore.Tests.Fabric", "Cogito.HostedWebCore.Tests.Fabric\Cogito.HostedWebCore.Tests.Fabric.sfproj", "{1562B72C-4F6E-4439-9640-53EFCD3866C3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cogito.HostedWebCore.Tests.StatelessService.Fabric", "Cogito.HostedWebCore.Tests.StatelessService.Fabric\Cogito.HostedWebCore.Tests.StatelessService.Fabric.csproj", "{51779C33-1392-4B0F-AAC9-E953BFC29E22}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cogito.Web.Configuration", "Cogito.Web.Configuration\Cogito.Web.Configuration.csproj", "{6BDB235A-1A8F-4EF1-8DB2-E87F21A73B33}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8B885FA4-9A37-4962-8143-0D7D25500F87}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
EndProjectSection
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
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B125E1FE-FF08-4DF9-9416-7C571492D961}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B125E1FE-FF08-4DF9-9416-7C571492D961}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B125E1FE-FF08-4DF9-9416-7C571492D961}.Debug|x64.ActiveCfg = Debug|Any CPU
{B125E1FE-FF08-4DF9-9416-7C571492D961}.Debug|x64.Build.0 = Debug|Any CPU
{B125E1FE-FF08-4DF9-9416-7C571492D961}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B125E1FE-FF08-4DF9-9416-7C571492D961}.Release|Any CPU.Build.0 = Release|Any CPU
{B125E1FE-FF08-4DF9-9416-7C571492D961}.Release|x64.ActiveCfg = Release|Any CPU
{B125E1FE-FF08-4DF9-9416-7C571492D961}.Release|x64.Build.0 = Release|Any CPU
{5A8A36F5-D7B6-474B-8F8D-59AF0AEE1B91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A8A36F5-D7B6-474B-8F8D-59AF0AEE1B91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A8A36F5-D7B6-474B-8F8D-59AF0AEE1B91}.Debug|x64.ActiveCfg = Debug|Any CPU
{5A8A36F5-D7B6-474B-8F8D-59AF0AEE1B91}.Debug|x64.Build.0 = Debug|Any CPU
{5A8A36F5-D7B6-474B-8F8D-59AF0AEE1B91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A8A36F5-D7B6-474B-8F8D-59AF0AEE1B91}.Release|Any CPU.Build.0 = Release|Any CPU
{5A8A36F5-D7B6-474B-8F8D-59AF0AEE1B91}.Release|x64.ActiveCfg = Release|Any CPU
{5A8A36F5-D7B6-474B-8F8D-59AF0AEE1B91}.Release|x64.Build.0 = Release|Any CPU
{7067187B-B930-4E71-BD61-548F340CE718}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7067187B-B930-4E71-BD61-548F340CE718}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7067187B-B930-4E71-BD61-548F340CE718}.Debug|x64.ActiveCfg = Debug|Any CPU
{7067187B-B930-4E71-BD61-548F340CE718}.Debug|x64.Build.0 = Debug|Any CPU
{7067187B-B930-4E71-BD61-548F340CE718}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7067187B-B930-4E71-BD61-548F340CE718}.Release|Any CPU.Build.0 = Release|Any CPU
{7067187B-B930-4E71-BD61-548F340CE718}.Release|x64.ActiveCfg = Release|Any CPU
{7067187B-B930-4E71-BD61-548F340CE718}.Release|x64.Build.0 = Release|Any CPU
{36EDE6A0-BDEB-40BD-BF84-046B08C88C4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36EDE6A0-BDEB-40BD-BF84-046B08C88C4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36EDE6A0-BDEB-40BD-BF84-046B08C88C4C}.Debug|x64.ActiveCfg = Debug|Any CPU
{36EDE6A0-BDEB-40BD-BF84-046B08C88C4C}.Debug|x64.Build.0 = Debug|Any CPU
{36EDE6A0-BDEB-40BD-BF84-046B08C88C4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36EDE6A0-BDEB-40BD-BF84-046B08C88C4C}.Release|Any CPU.Build.0 = Release|Any CPU
{36EDE6A0-BDEB-40BD-BF84-046B08C88C4C}.Release|x64.ActiveCfg = Release|Any CPU
{36EDE6A0-BDEB-40BD-BF84-046B08C88C4C}.Release|x64.Build.0 = Release|Any CPU
{1562B72C-4F6E-4439-9640-53EFCD3866C3}.Debug|Any CPU.ActiveCfg = Debug|x64
{1562B72C-4F6E-4439-9640-53EFCD3866C3}.Debug|Any CPU.Build.0 = Debug|x64
{1562B72C-4F6E-4439-9640-53EFCD3866C3}.Debug|Any CPU.Deploy.0 = Debug|x64
{1562B72C-4F6E-4439-9640-53EFCD3866C3}.Debug|x64.ActiveCfg = Debug|x64
{1562B72C-4F6E-4439-9640-53EFCD3866C3}.Debug|x64.Build.0 = Debug|x64
{1562B72C-4F6E-4439-9640-53EFCD3866C3}.Debug|x64.Deploy.0 = Debug|x64
{1562B72C-4F6E-4439-9640-53EFCD3866C3}.Release|Any CPU.ActiveCfg = Release|x64
{1562B72C-4F6E-4439-9640-53EFCD3866C3}.Release|x64.ActiveCfg = Release|x64
{1562B72C-4F6E-4439-9640-53EFCD3866C3}.Release|x64.Build.0 = Release|x64
{1562B72C-4F6E-4439-9640-53EFCD3866C3}.Release|x64.Deploy.0 = Release|x64
{51779C33-1392-4B0F-AAC9-E953BFC29E22}.Debug|Any CPU.ActiveCfg = Debug|x64
{51779C33-1392-4B0F-AAC9-E953BFC29E22}.Debug|Any CPU.Build.0 = Debug|x64
{51779C33-1392-4B0F-AAC9-E953BFC29E22}.Debug|x64.ActiveCfg = Debug|x64
{51779C33-1392-4B0F-AAC9-E953BFC29E22}.Debug|x64.Build.0 = Debug|x64
{51779C33-1392-4B0F-AAC9-E953BFC29E22}.Release|Any CPU.ActiveCfg = Release|x64
{51779C33-1392-4B0F-AAC9-E953BFC29E22}.Release|x64.ActiveCfg = Release|x64
{51779C33-1392-4B0F-AAC9-E953BFC29E22}.Release|x64.Build.0 = Release|x64
{6BDB235A-1A8F-4EF1-8DB2-E87F21A73B33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BDB235A-1A8F-4EF1-8DB2-E87F21A73B33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BDB235A-1A8F-4EF1-8DB2-E87F21A73B33}.Debug|x64.ActiveCfg = Debug|Any CPU
{6BDB235A-1A8F-4EF1-8DB2-E87F21A73B33}.Debug|x64.Build.0 = Debug|Any CPU
{6BDB235A-1A8F-4EF1-8DB2-E87F21A73B33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BDB235A-1A8F-4EF1-8DB2-E87F21A73B33}.Release|Any CPU.Build.0 = Release|Any CPU
{6BDB235A-1A8F-4EF1-8DB2-E87F21A73B33}.Release|x64.ActiveCfg = Release|Any CPU
{6BDB235A-1A8F-4EF1-8DB2-E87F21A73B33}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9D628EFD-DC88-4AAF-8C6B-A9E7CC9B51AB}
EndGlobalSection
EndGlobal