-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExpedition.sln
More file actions
60 lines (60 loc) · 3.75 KB
/
Copy pathExpedition.sln
File metadata and controls
60 lines (60 loc) · 3.75 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 16
VisualStudioVersion = 16.0.29230.47
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Expedition.Core", "Expedition.Core\Expedition.Core.csproj", "{92F14769-AC56-4B1E-A830-0521CD61042C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Expedition.Test", "Expedition.Test\Expedition.Test.csproj", "{ECBCA859-6E1B-43EB-8027-467F8E392EE6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Expedition.Cmd", "Expedition.Cmd\Expedition.Cmd.csproj", "{DE207CB5-BF0B-47FD-A5E5-B23DBC16DCAE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Expedition.Win", "Expedition.Win\Expedition.Win.csproj", "{8496A582-46EC-4CAC-8655-48ACAAE2FD6D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Extras", "Extras", "{7390D60E-3ADB-489C-8574-DBAA98AE52F5}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Expedition.Win.UtiliTree", "Expedition.Win.UtiliTree\Expedition.Win.UtiliTree.csproj", "{70DD85EE-4F3B-43D2-9400-F69E48D927E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Expedition.Win.NavTree", "Expedition.Win.NavTree\Expedition.Win.NavTree.csproj", "{2139E56F-2623-409A-B390-5775227B5C12}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{92F14769-AC56-4B1E-A830-0521CD61042C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92F14769-AC56-4B1E-A830-0521CD61042C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92F14769-AC56-4B1E-A830-0521CD61042C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92F14769-AC56-4B1E-A830-0521CD61042C}.Release|Any CPU.Build.0 = Release|Any CPU
{ECBCA859-6E1B-43EB-8027-467F8E392EE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECBCA859-6E1B-43EB-8027-467F8E392EE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECBCA859-6E1B-43EB-8027-467F8E392EE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECBCA859-6E1B-43EB-8027-467F8E392EE6}.Release|Any CPU.Build.0 = Release|Any CPU
{DE207CB5-BF0B-47FD-A5E5-B23DBC16DCAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE207CB5-BF0B-47FD-A5E5-B23DBC16DCAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE207CB5-BF0B-47FD-A5E5-B23DBC16DCAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE207CB5-BF0B-47FD-A5E5-B23DBC16DCAE}.Release|Any CPU.Build.0 = Release|Any CPU
{8496A582-46EC-4CAC-8655-48ACAAE2FD6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8496A582-46EC-4CAC-8655-48ACAAE2FD6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8496A582-46EC-4CAC-8655-48ACAAE2FD6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8496A582-46EC-4CAC-8655-48ACAAE2FD6D}.Release|Any CPU.Build.0 = Release|Any CPU
{70DD85EE-4F3B-43D2-9400-F69E48D927E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70DD85EE-4F3B-43D2-9400-F69E48D927E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70DD85EE-4F3B-43D2-9400-F69E48D927E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70DD85EE-4F3B-43D2-9400-F69E48D927E8}.Release|Any CPU.Build.0 = Release|Any CPU
{2139E56F-2623-409A-B390-5775227B5C12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2139E56F-2623-409A-B390-5775227B5C12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2139E56F-2623-409A-B390-5775227B5C12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2139E56F-2623-409A-B390-5775227B5C12}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {86AFF0D2-5C22-4FE1-BE9E-7760F13EF421}
EndGlobalSection
EndGlobal