-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUmbrella.Kentico.sln
49 lines (49 loc) · 2.69 KB
/
Umbrella.Kentico.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.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7A3C5559-FA5A-4C51-8634-0D50ABE7F425}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Umbrella.Kentico.DataAccess", "src\Umbrella.Kentico.DataAccess\Umbrella.Kentico.DataAccess.csproj", "{A8643413-DF49-4190-BAD4-467EF62BB1D1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Umbrella.Kentico.Utilities", "src\Umbrella.Kentico.Utilities\Umbrella.Kentico.Utilities.csproj", "{A36D27A6-7655-457F-8D51-6A588FDF48DF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5F09CCFC-F6DD-46E9-9E9C-EDC132B02F35}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Update-Version.ps1 = Update-Version.ps1
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
AzureDevOps|Any CPU = AzureDevOps|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A8643413-DF49-4190-BAD4-467EF62BB1D1}.AzureDevOps|Any CPU.ActiveCfg = AzureDevOps|Any CPU
{A8643413-DF49-4190-BAD4-467EF62BB1D1}.AzureDevOps|Any CPU.Build.0 = AzureDevOps|Any CPU
{A8643413-DF49-4190-BAD4-467EF62BB1D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8643413-DF49-4190-BAD4-467EF62BB1D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8643413-DF49-4190-BAD4-467EF62BB1D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8643413-DF49-4190-BAD4-467EF62BB1D1}.Release|Any CPU.Build.0 = Release|Any CPU
{A36D27A6-7655-457F-8D51-6A588FDF48DF}.AzureDevOps|Any CPU.ActiveCfg = AzureDevOps|Any CPU
{A36D27A6-7655-457F-8D51-6A588FDF48DF}.AzureDevOps|Any CPU.Build.0 = AzureDevOps|Any CPU
{A36D27A6-7655-457F-8D51-6A588FDF48DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A36D27A6-7655-457F-8D51-6A588FDF48DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A36D27A6-7655-457F-8D51-6A588FDF48DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A36D27A6-7655-457F-8D51-6A588FDF48DF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A8643413-DF49-4190-BAD4-467EF62BB1D1} = {7A3C5559-FA5A-4C51-8634-0D50ABE7F425}
{A36D27A6-7655-457F-8D51-6A588FDF48DF} = {7A3C5559-FA5A-4C51-8634-0D50ABE7F425}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7CC1D7CA-33C9-492F-B73B-02D4F6E9066F}
EndGlobalSection
EndGlobal