forked from dotnet/android-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Notifications.sln
executable file
·50 lines (50 loc) · 3.09 KB
/
Notifications.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
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Notifications.Android", "Notifications.Android\Notifications.Android.csproj", "{EC6A0616-67F3-46DC-817B-01B9866D283C}"
EndProject
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
Ad-Hoc|Mixed Platforms = Ad-Hoc|Mixed Platforms
AppStore|Any CPU = AppStore|Any CPU
AppStore|Mixed Platforms = AppStore|Mixed Platforms
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Ad-Hoc|Mixed Platforms.Build.0 = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Ad-Hoc|Mixed Platforms.Deploy.0 = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.AppStore|Any CPU.Build.0 = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.AppStore|Any CPU.Deploy.0 = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.AppStore|Mixed Platforms.Deploy.0 = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Debug|Mixed Platforms.Deploy.0 = Debug|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Release|Any CPU.Build.0 = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Release|Any CPU.Deploy.0 = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{EC6A0616-67F3-46DC-817B-01B9866D283C}.Release|Mixed Platforms.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Notifications.Android\Notifications.Android.csproj
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal