-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSideMenu.sln
39 lines (39 loc) · 2.25 KB
/
SideMenu.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo", "Demo\Demo.csproj", "{6403B38B-2A11-4CE0-A041-6E4B22F7F0DA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CircularReveal.Xamarin.Android", "CircularReveal.Xamarin.Android\CircularReveal.Xamarin.Android.csproj", "{D9D5515C-E80E-41E2-8BB4-46482D1D992B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SideMenu.Xamarin.Android", "SideMenu.Xamarin.Android\SideMenu.Xamarin.Android.csproj", "{349C6480-20DE-411B-9E73-DB811FD1AC59}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6403B38B-2A11-4CE0-A041-6E4B22F7F0DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6403B38B-2A11-4CE0-A041-6E4B22F7F0DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6403B38B-2A11-4CE0-A041-6E4B22F7F0DA}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{6403B38B-2A11-4CE0-A041-6E4B22F7F0DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6403B38B-2A11-4CE0-A041-6E4B22F7F0DA}.Release|Any CPU.Build.0 = Release|Any CPU
{6403B38B-2A11-4CE0-A041-6E4B22F7F0DA}.Release|Any CPU.Deploy.0 = Release|Any CPU
{D9D5515C-E80E-41E2-8BB4-46482D1D992B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9D5515C-E80E-41E2-8BB4-46482D1D992B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9D5515C-E80E-41E2-8BB4-46482D1D992B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9D5515C-E80E-41E2-8BB4-46482D1D992B}.Release|Any CPU.Build.0 = Release|Any CPU
{349C6480-20DE-411B-9E73-DB811FD1AC59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{349C6480-20DE-411B-9E73-DB811FD1AC59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{349C6480-20DE-411B-9E73-DB811FD1AC59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{349C6480-20DE-411B-9E73-DB811FD1AC59}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9629B87E-7124-4BB1-97F7-A1C94BD1D881}
EndGlobalSection
EndGlobal