-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAbraham.Windows.Shell.sln
More file actions
47 lines (47 loc) · 2.42 KB
/
Abraham.Windows.Shell.sln
File metadata and controls
47 lines (47 loc) · 2.42 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 Version 17
VisualStudioVersion = 17.1.32113.165
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "1 Solution items", "1 Solution items", "{0A580AAB-DEED-4429-A35D-F5B8E021F827}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "2 Nuget package", "2 Nuget package", "{9B57D700-E974-42F7-A979-64E5F14D617E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "3 Demo", "3 Demo", "{7833BCAD-8DAB-4BBA-BF9F-6F53675F0FC6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Abraham.Windows.Shell.Demo", "Abraham.Windows.Shell.Demo\Abraham.Windows.Shell.Demo.csproj", "{36DE6C33-2207-4C0B-8FBB-FFA490A1C16C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Abraham.Windows.Shell", "Abraham.Windows.Shell\Abraham.Windows.Shell.csproj", "{8F611C53-73B2-44EF-A97B-D7EE4FA03354}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{36DE6C33-2207-4C0B-8FBB-FFA490A1C16C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36DE6C33-2207-4C0B-8FBB-FFA490A1C16C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36DE6C33-2207-4C0B-8FBB-FFA490A1C16C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36DE6C33-2207-4C0B-8FBB-FFA490A1C16C}.Release|Any CPU.Build.0 = Release|Any CPU
{8F611C53-73B2-44EF-A97B-D7EE4FA03354}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F611C53-73B2-44EF-A97B-D7EE4FA03354}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F611C53-73B2-44EF-A97B-D7EE4FA03354}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F611C53-73B2-44EF-A97B-D7EE4FA03354}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{36DE6C33-2207-4C0B-8FBB-FFA490A1C16C} = {7833BCAD-8DAB-4BBA-BF9F-6F53675F0FC6}
{8F611C53-73B2-44EF-A97B-D7EE4FA03354} = {9B57D700-E974-42F7-A979-64E5F14D617E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F77A0906-2AEC-477E-9024-67BF5A6E9D57}
EndGlobalSection
EndGlobal