-
Notifications
You must be signed in to change notification settings - Fork 2
/
ADNMenuSample.sln
31 lines (31 loc) · 1.42 KB
/
ADNMenuSample.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ADNMenuSample", "ADNMenuSample.csproj", "{FE45C541-D216-4792-983D-3100BA9F3F4F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Hybrid|Any CPU = Hybrid|Any CPU
Hybrid|x64 = Hybrid|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FE45C541-D216-4792-983D-3100BA9F3F4F}.Hybrid|Any CPU.ActiveCfg = Hybrid|Any CPU
{FE45C541-D216-4792-983D-3100BA9F3F4F}.Hybrid|Any CPU.Build.0 = Hybrid|Any CPU
{FE45C541-D216-4792-983D-3100BA9F3F4F}.Hybrid|x64.ActiveCfg = Hybrid|x64
{FE45C541-D216-4792-983D-3100BA9F3F4F}.Hybrid|x64.Build.0 = Hybrid|x64
{FE45C541-D216-4792-983D-3100BA9F3F4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE45C541-D216-4792-983D-3100BA9F3F4F}.Release|Any CPU.Build.0 = Release|Any CPU
{FE45C541-D216-4792-983D-3100BA9F3F4F}.Release|x64.ActiveCfg = Release|x64
{FE45C541-D216-4792-983D-3100BA9F3F4F}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {318350FE-2A12-4B97-9B93-F217BDD6CD59}
EndGlobalSection
EndGlobal