-
Notifications
You must be signed in to change notification settings - Fork 12
/
VsNerdX.sln
55 lines (55 loc) · 3.04 KB
/
VsNerdX.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 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31612.314
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{503F10C8-C9AA-4712-8989-8695E385418B}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "VsNerdX.Shared", "VsNerdX.Shared\VsNerdX.Shared.shproj", "{0372F1EB-E64B-49AB-BDD9-AD30C0348960}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VSNerdX-22", "VSNerdX-22\VSNerdX-22.csproj", "{89A1CE91-6D9E-4FBD-8366-366C7FA0AA2B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VsNerdX-19", "VsNerdX-19\VsNerdX-19.csproj", "{87220108-FBBE-49C7-B7FD-6F22454D084C}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
VsNerdX.Shared\VsNerdX.Shared.projitems*{0372f1eb-e64b-49ab-bdd9-ad30c0348960}*SharedItemsImports = 13
VsNerdX.Shared\VsNerdX.Shared.projitems*{87220108-fbbe-49c7-b7fd-6f22454d084c}*SharedItemsImports = 4
VsNerdX.Shared\VsNerdX.Shared.projitems*{89a1ce91-6d9e-4fbd-8366-366c7fa0aa2b}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{89A1CE91-6D9E-4FBD-8366-366C7FA0AA2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89A1CE91-6D9E-4FBD-8366-366C7FA0AA2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89A1CE91-6D9E-4FBD-8366-366C7FA0AA2B}.Debug|x86.ActiveCfg = Debug|x86
{89A1CE91-6D9E-4FBD-8366-366C7FA0AA2B}.Debug|x86.Build.0 = Debug|x86
{89A1CE91-6D9E-4FBD-8366-366C7FA0AA2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89A1CE91-6D9E-4FBD-8366-366C7FA0AA2B}.Release|Any CPU.Build.0 = Release|Any CPU
{89A1CE91-6D9E-4FBD-8366-366C7FA0AA2B}.Release|x86.ActiveCfg = Release|x86
{89A1CE91-6D9E-4FBD-8366-366C7FA0AA2B}.Release|x86.Build.0 = Release|x86
{87220108-FBBE-49C7-B7FD-6F22454D084C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87220108-FBBE-49C7-B7FD-6F22454D084C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87220108-FBBE-49C7-B7FD-6F22454D084C}.Debug|x86.ActiveCfg = Debug|x86
{87220108-FBBE-49C7-B7FD-6F22454D084C}.Debug|x86.Build.0 = Debug|x86
{87220108-FBBE-49C7-B7FD-6F22454D084C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87220108-FBBE-49C7-B7FD-6F22454D084C}.Release|Any CPU.Build.0 = Release|Any CPU
{87220108-FBBE-49C7-B7FD-6F22454D084C}.Release|x86.ActiveCfg = Release|x86
{87220108-FBBE-49C7-B7FD-6F22454D084C}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EC1EE476-C75E-4221-BB95-EE60870CE7C7}
EndGlobalSection
EndGlobal