This repository has been archived by the owner on Feb 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MaterialDialogsXamarinAndroidBinding.sln
36 lines (36 loc) · 2.18 KB
/
MaterialDialogsXamarinAndroidBinding.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MaterialDialogs.Core", "MaterialDialogs.Core\MaterialDialogs.Core.csproj", "{B5C8B137-026E-4228-93DE-F272B0FD4776}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MaterialDialogs.Commons", "MaterialDialogs.Commons\MaterialDialogs.Commons.csproj", "{887F7A1E-80C8-489F-B681-9C80E9E11DD4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MaterialDialogs.Sample", "MaterialDialogs.Sample\MaterialDialogs.Sample.csproj", "{E819E8C5-D4B2-4CAB-BF9D-1B62E0DD5422}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B5C8B137-026E-4228-93DE-F272B0FD4776}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5C8B137-026E-4228-93DE-F272B0FD4776}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5C8B137-026E-4228-93DE-F272B0FD4776}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5C8B137-026E-4228-93DE-F272B0FD4776}.Release|Any CPU.Build.0 = Release|Any CPU
{887F7A1E-80C8-489F-B681-9C80E9E11DD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{887F7A1E-80C8-489F-B681-9C80E9E11DD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{887F7A1E-80C8-489F-B681-9C80E9E11DD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{887F7A1E-80C8-489F-B681-9C80E9E11DD4}.Release|Any CPU.Build.0 = Release|Any CPU
{E819E8C5-D4B2-4CAB-BF9D-1B62E0DD5422}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E819E8C5-D4B2-4CAB-BF9D-1B62E0DD5422}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E819E8C5-D4B2-4CAB-BF9D-1B62E0DD5422}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{E819E8C5-D4B2-4CAB-BF9D-1B62E0DD5422}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E819E8C5-D4B2-4CAB-BF9D-1B62E0DD5422}.Release|Any CPU.Build.0 = Release|Any CPU
{E819E8C5-D4B2-4CAB-BF9D-1B62E0DD5422}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal