-
Notifications
You must be signed in to change notification settings - Fork 6
/
Prism.OrchardCore.sln
42 lines (42 loc) · 1.81 KB
/
Prism.OrchardCore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Prism.OrchardCore", "src\Prism\Prism.OrchardCore.csproj", "{35A0F713-5034-4426-9900-BD82288CA09D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C2042DFF-CA49-40A7-AE6A-2CA007FA9133}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
License.txt = License.txt
NuGet.config = NuGet.config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E68C6BCF-7F8D-4267-A73A-33819D9CEC9D}"
ProjectSection(SolutionItems) = preProject
src\Common.props = src\Common.props
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{35A0F713-5034-4426-9900-BD82288CA09D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35A0F713-5034-4426-9900-BD82288CA09D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35A0F713-5034-4426-9900-BD82288CA09D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35A0F713-5034-4426-9900-BD82288CA09D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{35A0F713-5034-4426-9900-BD82288CA09D} = {E68C6BCF-7F8D-4267-A73A-33819D9CEC9D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FE0793C4-60F1-4564-ABBD-43F412421D3F}
EndGlobalSection
EndGlobal