-
Notifications
You must be signed in to change notification settings - Fork 2
/
EShellMenu.sln
42 lines (42 loc) · 1.92 KB
/
EShellMenu.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EShellMenu", "EShellMenu.vcxproj", "{78E67146-D146-4815-AD92-46922B327547}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A0A3F32A-84BD-4397-B118-0AB7A42F8BE1}"
ProjectSection(SolutionItems) = preProject
build_installer.pl = build_installer.pl
build_wx.bat = build_wx.bat
changelist.txt = changelist.txt
EShellMenuSetup.iss = EShellMenuSetup.iss
install_dir.txt = install_dir.txt
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "eshell", "eshell", "{31C96422-95B3-4B4D-8517-89C315CB842C}"
ProjectSection(SolutionItems) = preProject
submodule\EShell\eshell.pl = submodule\EShell\eshell.pl
submodule\EShell\eshell.xml = submodule\EShell\eshell.xml
submodule\EShell\LICENSE = submodule\EShell\LICENSE
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "distro", "distro", "{4A6E3D00-FC54-4F10-81CD-58048E7A9DDF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{78E67146-D146-4815-AD92-46922B327547}.Debug|x64.ActiveCfg = Debug|x64
{78E67146-D146-4815-AD92-46922B327547}.Debug|x64.Build.0 = Debug|x64
{78E67146-D146-4815-AD92-46922B327547}.Release|x64.ActiveCfg = Release|x64
{78E67146-D146-4815-AD92-46922B327547}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{31C96422-95B3-4B4D-8517-89C315CB842C} = {A0A3F32A-84BD-4397-B118-0AB7A42F8BE1}
{4A6E3D00-FC54-4F10-81CD-58048E7A9DDF} = {A0A3F32A-84BD-4397-B118-0AB7A42F8BE1}
EndGlobalSection
EndGlobal