-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNLauncher.sln
More file actions
60 lines (60 loc) · 3.72 KB
/
Copy pathNLauncher.sln
File metadata and controls
60 lines (60 loc) · 3.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
48
49
50
51
52
53
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLauncher.Index", "NLauncher.Index\NLauncher.Index.csproj", "{5D7FACF4-F1EA-4D15-BADA-2F8190359767}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLauncher.IndexManager", "NLauncher.IndexManager\NLauncher.IndexManager.csproj", "{5322F4FB-C905-4290-874E-DA8676810157}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A39B10CE-8757-423B-90A7-B96358EB3273}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLauncher.Web", "NLauncher.Web\NLauncher.Web.csproj", "{D4633C90-D1B0-4533-A6C0-6A51C25188B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLauncher", "NLauncher\NLauncher.csproj", "{DB1BC50C-CE25-4559-B177-DC785E3D858C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLauncher.Windows", "NLauncher.Windows\NLauncher.Windows.csproj", "{22C65EAC-B6BA-4619-82ED-612CB8BE0D8A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XTestApp", "XTestApp\XTestApp.csproj", "{0BB2CBFF-848F-4871-B0CA-E9632C317F4A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D7FACF4-F1EA-4D15-BADA-2F8190359767}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D7FACF4-F1EA-4D15-BADA-2F8190359767}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D7FACF4-F1EA-4D15-BADA-2F8190359767}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D7FACF4-F1EA-4D15-BADA-2F8190359767}.Release|Any CPU.Build.0 = Release|Any CPU
{5322F4FB-C905-4290-874E-DA8676810157}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5322F4FB-C905-4290-874E-DA8676810157}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5322F4FB-C905-4290-874E-DA8676810157}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5322F4FB-C905-4290-874E-DA8676810157}.Release|Any CPU.Build.0 = Release|Any CPU
{D4633C90-D1B0-4533-A6C0-6A51C25188B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4633C90-D1B0-4533-A6C0-6A51C25188B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4633C90-D1B0-4533-A6C0-6A51C25188B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4633C90-D1B0-4533-A6C0-6A51C25188B7}.Release|Any CPU.Build.0 = Release|Any CPU
{DB1BC50C-CE25-4559-B177-DC785E3D858C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB1BC50C-CE25-4559-B177-DC785E3D858C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB1BC50C-CE25-4559-B177-DC785E3D858C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB1BC50C-CE25-4559-B177-DC785E3D858C}.Release|Any CPU.Build.0 = Release|Any CPU
{22C65EAC-B6BA-4619-82ED-612CB8BE0D8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22C65EAC-B6BA-4619-82ED-612CB8BE0D8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22C65EAC-B6BA-4619-82ED-612CB8BE0D8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22C65EAC-B6BA-4619-82ED-612CB8BE0D8A}.Release|Any CPU.Build.0 = Release|Any CPU
{0BB2CBFF-848F-4871-B0CA-E9632C317F4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BB2CBFF-848F-4871-B0CA-E9632C317F4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BB2CBFF-848F-4871-B0CA-E9632C317F4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BB2CBFF-848F-4871-B0CA-E9632C317F4A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8538395A-0CED-4EFF-82F2-4FF91C3ED147}
EndGlobalSection
EndGlobal