This repository has been archived by the owner on Jan 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MyOrchardThemes.sln
49 lines (49 loc) · 2.72 KB
/
MyOrchardThemes.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 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CE5CA7A2-D339-4193-A7B5-231D15FDF9A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TheAdminINSPINIA", "src\TheAdminINSPINIA\TheAdminINSPINIA.csproj", "{671D32F2-7878-4B19-B1D2-A2F82D28E5DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Themes.Web", "src\Themes.Web\Themes.Web.csproj", "{F1BD3542-773B-4312-8545-40A929E31DB0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrchardCore.ResourceX", "src\OrchardCore.ResourceX\OrchardCore.ResourceX.csproj", "{BD3D9A16-AC59-49ED-A1FC-99A30B496EFA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3CF44760-FC83-4395-826E-6F22586AEF27}"
ProjectSection(SolutionItems) = preProject
gulpfile.js = gulpfile.js
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{671D32F2-7878-4B19-B1D2-A2F82D28E5DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{671D32F2-7878-4B19-B1D2-A2F82D28E5DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{671D32F2-7878-4B19-B1D2-A2F82D28E5DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{671D32F2-7878-4B19-B1D2-A2F82D28E5DD}.Release|Any CPU.Build.0 = Release|Any CPU
{F1BD3542-773B-4312-8545-40A929E31DB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1BD3542-773B-4312-8545-40A929E31DB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1BD3542-773B-4312-8545-40A929E31DB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1BD3542-773B-4312-8545-40A929E31DB0}.Release|Any CPU.Build.0 = Release|Any CPU
{BD3D9A16-AC59-49ED-A1FC-99A30B496EFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD3D9A16-AC59-49ED-A1FC-99A30B496EFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD3D9A16-AC59-49ED-A1FC-99A30B496EFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD3D9A16-AC59-49ED-A1FC-99A30B496EFA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{671D32F2-7878-4B19-B1D2-A2F82D28E5DD} = {CE5CA7A2-D339-4193-A7B5-231D15FDF9A0}
{F1BD3542-773B-4312-8545-40A929E31DB0} = {CE5CA7A2-D339-4193-A7B5-231D15FDF9A0}
{BD3D9A16-AC59-49ED-A1FC-99A30B496EFA} = {CE5CA7A2-D339-4193-A7B5-231D15FDF9A0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A2C16EBC-E041-4CB2-B5DB-8BD1B555F601}
EndGlobalSection
EndGlobal