forked from leekelleher/umbraco-backoffice-power-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Our.Umbraco.BackOfficePowerScripts.sln
55 lines (55 loc) · 2.86 KB
/
Our.Umbraco.BackOfficePowerScripts.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Our.Umbraco.BackOfficePowerScripts", "Src\Our.Umbraco.BackOfficePowerScripts\Our.Umbraco.BackOfficePowerScripts.csproj", "{5C1F7E7A-B300-4D2E-A7E2-6F49DAC75756}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "External Assemblies", "External Assemblies", "{05F07B85-B878-4BC8-97EF-215BF36D5D8A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Umbraco", "Umbraco", "{FE77750C-9A78-4F24-A4BB-EC7813C7D89C}"
ProjectSection(SolutionItems) = preProject
Lib\umbraco-4.6.1\businesslogic.dll = Lib\umbraco-4.6.1\businesslogic.dll
Lib\umbraco-4.6.1\cms.dll = Lib\umbraco-4.6.1\cms.dll
Lib\umbraco-4.6.1\interfaces.dll = Lib\umbraco-4.6.1\interfaces.dll
Lib\umbraco-4.6.1\umbraco.dll = Lib\umbraco-4.6.1\umbraco.dll
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build Package", "Build Package", "{BF68D655-A28B-4D2F-900D-184F778FB552}"
ProjectSection(SolutionItems) = preProject
Build\BuildPackage.cmd = Build\BuildPackage.cmd
Build\BuildPackage.msbuild = Build\BuildPackage.msbuild
Build\package.xml = Build\package.xml
Build\readme.txt = Build\readme.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{655A19BF-3857-454A-AADB-0384C321987E}"
ProjectSection(SolutionItems) = preProject
MIT-LICENSE.txt = MIT-LICENSE.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{FB6D87FF-CDF5-4623-9CF8-68896F626090}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5C1F7E7A-B300-4D2E-A7E2-6F49DAC75756}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C1F7E7A-B300-4D2E-A7E2-6F49DAC75756}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C1F7E7A-B300-4D2E-A7E2-6F49DAC75756}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C1F7E7A-B300-4D2E-A7E2-6F49DAC75756}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{05F07B85-B878-4BC8-97EF-215BF36D5D8A} = {655A19BF-3857-454A-AADB-0384C321987E}
{BF68D655-A28B-4D2F-900D-184F778FB552} = {655A19BF-3857-454A-AADB-0384C321987E}
{FB6D87FF-CDF5-4623-9CF8-68896F626090} = {655A19BF-3857-454A-AADB-0384C321987E}
{FE77750C-9A78-4F24-A4BB-EC7813C7D89C} = {05F07B85-B878-4BC8-97EF-215BF36D5D8A}
EndGlobalSection
EndGlobal