-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathShell.sln
More file actions
47 lines (47 loc) · 2.72 KB
/
Shell.sln
File metadata and controls
47 lines (47 loc) · 2.72 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shell", "Shell\Shell.csproj", "{3C4FA588-B0AB-4658-93A7-A0253098493E}"
ProjectSection(ProjectDependencies) = postProject
{C7F90915-3E41-4CED-BD7F-C5A3B14CAE4A} = {C7F90915-3E41-4CED-BD7F-C5A3B14CAE4A}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shell.API", "Shell.API\Shell.API.csproj", "{49DB67A3-00BC-4938-BAEF-C6CA9B01452C}"
ProjectSection(ProjectDependencies) = postProject
{C7F90915-3E41-4CED-BD7F-C5A3B14CAE4A} = {C7F90915-3E41-4CED-BD7F-C5A3B14CAE4A}
{8E1D8FE8-A376-4931-B14A-9FAF6A738300} = {8E1D8FE8-A376-4931-B14A-9FAF6A738300}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shell.Model", "Shell.Model\Shell.Model.csproj", "{8E1D8FE8-A376-4931-B14A-9FAF6A738300}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shell.Core", "Shell.Core\Shell.Core.csproj", "{C7F90915-3E41-4CED-BD7F-C5A3B14CAE4A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3C4FA588-B0AB-4658-93A7-A0253098493E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C4FA588-B0AB-4658-93A7-A0253098493E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C4FA588-B0AB-4658-93A7-A0253098493E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C4FA588-B0AB-4658-93A7-A0253098493E}.Release|Any CPU.Build.0 = Release|Any CPU
{49DB67A3-00BC-4938-BAEF-C6CA9B01452C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49DB67A3-00BC-4938-BAEF-C6CA9B01452C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49DB67A3-00BC-4938-BAEF-C6CA9B01452C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49DB67A3-00BC-4938-BAEF-C6CA9B01452C}.Release|Any CPU.Build.0 = Release|Any CPU
{8E1D8FE8-A376-4931-B14A-9FAF6A738300}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E1D8FE8-A376-4931-B14A-9FAF6A738300}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E1D8FE8-A376-4931-B14A-9FAF6A738300}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E1D8FE8-A376-4931-B14A-9FAF6A738300}.Release|Any CPU.Build.0 = Release|Any CPU
{C7F90915-3E41-4CED-BD7F-C5A3B14CAE4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7F90915-3E41-4CED-BD7F-C5A3B14CAE4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7F90915-3E41-4CED-BD7F-C5A3B14CAE4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7F90915-3E41-4CED-BD7F-C5A3B14CAE4A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal