-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathXtendedMenu.sln
48 lines (48 loc) · 2.57 KB
/
XtendedMenu.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30320.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Deleter", "Deleter\Deleter.csproj", "{2FD942FE-F282-4216-BC10-F443B213D9E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XtendedMenu", "XtendedMenu\XtendedMenu.csproj", "{025CDC7E-8F87-4E9B-99D3-6A6AEB962917}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XtendedMenuPro", "XtendedMenuPro\XtendedMenuPro.csproj", "{97C2692A-6728-438D-A92E-00E3BBAC0DA9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IconPack", "IconPack\IconPack.csproj", "{92E382A2-74B6-4342-B9D9-BE6843F2CE22}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{C4156FFF-75FD-4AF9-956F-D9F8877ACE0A}"
ProjectSection(SolutionItems) = preProject
SharedAssemblyInfo.cs = SharedAssemblyInfo.cs
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2FD942FE-F282-4216-BC10-F443B213D9E3}.Debug|x64.ActiveCfg = Debug|x64
{2FD942FE-F282-4216-BC10-F443B213D9E3}.Debug|x64.Build.0 = Debug|x64
{2FD942FE-F282-4216-BC10-F443B213D9E3}.Release|x64.ActiveCfg = Release|x64
{2FD942FE-F282-4216-BC10-F443B213D9E3}.Release|x64.Build.0 = Release|x64
{025CDC7E-8F87-4E9B-99D3-6A6AEB962917}.Debug|x64.ActiveCfg = Debug|x64
{025CDC7E-8F87-4E9B-99D3-6A6AEB962917}.Debug|x64.Build.0 = Debug|x64
{025CDC7E-8F87-4E9B-99D3-6A6AEB962917}.Release|x64.ActiveCfg = Release|x64
{025CDC7E-8F87-4E9B-99D3-6A6AEB962917}.Release|x64.Build.0 = Release|x64
{97C2692A-6728-438D-A92E-00E3BBAC0DA9}.Debug|x64.ActiveCfg = Debug|x64
{97C2692A-6728-438D-A92E-00E3BBAC0DA9}.Debug|x64.Build.0 = Debug|x64
{97C2692A-6728-438D-A92E-00E3BBAC0DA9}.Release|x64.ActiveCfg = Release|x64
{97C2692A-6728-438D-A92E-00E3BBAC0DA9}.Release|x64.Build.0 = Release|x64
{92E382A2-74B6-4342-B9D9-BE6843F2CE22}.Debug|x64.ActiveCfg = Debug|x64
{92E382A2-74B6-4342-B9D9-BE6843F2CE22}.Debug|x64.Build.0 = Debug|x64
{92E382A2-74B6-4342-B9D9-BE6843F2CE22}.Release|x64.ActiveCfg = Release|x64
{92E382A2-74B6-4342-B9D9-BE6843F2CE22}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {626C7B9D-0554-4CC1-8C04-F59223EC0B6A}
EndGlobalSection
EndGlobal