-
Notifications
You must be signed in to change notification settings - Fork 2
/
Relewise.Integrations.Umbraco.sln
36 lines (36 loc) · 1.85 KB
/
Relewise.Integrations.Umbraco.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Integrations.Umbraco", "src\Integrations.Umbraco\Integrations.Umbraco.csproj", "{24EBB5C8-AC91-480D-A935-46AA44397789}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{41BF626B-F972-4C22-93B6-44AA3F463D7D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UmbracoV9", "samples\UmbracoV9\UmbracoV9.csproj", "{53D4C642-13D2-4F61-A941-2CA19526315A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{24EBB5C8-AC91-480D-A935-46AA44397789}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24EBB5C8-AC91-480D-A935-46AA44397789}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24EBB5C8-AC91-480D-A935-46AA44397789}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24EBB5C8-AC91-480D-A935-46AA44397789}.Release|Any CPU.Build.0 = Release|Any CPU
{53D4C642-13D2-4F61-A941-2CA19526315A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53D4C642-13D2-4F61-A941-2CA19526315A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53D4C642-13D2-4F61-A941-2CA19526315A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53D4C642-13D2-4F61-A941-2CA19526315A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{53D4C642-13D2-4F61-A941-2CA19526315A} = {41BF626B-F972-4C22-93B6-44AA3F463D7D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2F867AD8-FFBD-46E8-A4F6-6F7367A71DD5}
EndGlobalSection
EndGlobal