-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathOur.Umbraco.SilentUpgrade.sln
37 lines (37 loc) · 1.87 KB
/
Our.Umbraco.SilentUpgrade.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30104.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SilentUpgrade.Site", "SilentUpgrade.Site\SilentUpgrade.Site.csproj", "{F52A5AC2-E6F1-47AF-91FA-CE680A5083FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Our.Umbraco.SilentUpgrade", "Our.Umbraco.SilentUpgrade\Our.Umbraco.SilentUpgrade.csproj", "{1FA21B95-0BE3-446F-A1F7-D97CFE8479F8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{48BB4B26-1FC1-4E45-BF10-2FD759991BA2}"
ProjectSection(SolutionItems) = preProject
package.xml = package.xml
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F52A5AC2-E6F1-47AF-91FA-CE680A5083FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F52A5AC2-E6F1-47AF-91FA-CE680A5083FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F52A5AC2-E6F1-47AF-91FA-CE680A5083FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F52A5AC2-E6F1-47AF-91FA-CE680A5083FA}.Release|Any CPU.Build.0 = Release|Any CPU
{1FA21B95-0BE3-446F-A1F7-D97CFE8479F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FA21B95-0BE3-446F-A1F7-D97CFE8479F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FA21B95-0BE3-446F-A1F7-D97CFE8479F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FA21B95-0BE3-446F-A1F7-D97CFE8479F8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2E89C99E-C5BF-4E1B-8682-1D084E011D3C}
EndGlobalSection
EndGlobal