-
Notifications
You must be signed in to change notification settings - Fork 2
/
LeaveMeAlone.sln
88 lines (88 loc) · 5.02 KB
/
LeaveMeAlone.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LeaveMeAlone", "LeaveMeAlone\LeaveMeAlone.csproj", "{5B3DD832-676B-48FB-8787-A9F22E2F050E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Android|Any CPU = Android|Any CPU
Android|Mixed Platforms = Android|Mixed Platforms
Android|x86 = Android|x86
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
iOS|Any CPU = iOS|Any CPU
iOS|Mixed Platforms = iOS|Mixed Platforms
iOS|x86 = iOS|x86
Linux|Any CPU = Linux|Any CPU
Linux|Mixed Platforms = Linux|Mixed Platforms
Linux|x86 = Linux|x86
OSX|Any CPU = OSX|Any CPU
OSX|Mixed Platforms = OSX|Mixed Platforms
OSX|x86 = OSX|x86
PSM|Any CPU = PSM|Any CPU
PSM|Mixed Platforms = PSM|Mixed Platforms
PSM|x86 = PSM|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
Windows|Any CPU = Windows|Any CPU
Windows|Mixed Platforms = Windows|Mixed Platforms
Windows|x86 = Windows|x86
Windows8|Any CPU = Windows8|Any CPU
Windows8|Mixed Platforms = Windows8|Mixed Platforms
Windows8|x86 = Windows8|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.Android|Any CPU.ActiveCfg = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.Android|Mixed Platforms.ActiveCfg = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.Android|Mixed Platforms.Build.0 = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.Android|x86.ActiveCfg = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.Android|x86.Build.0 = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.Debug|Any CPU.ActiveCfg = Debug|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.Debug|Mixed Platforms.Build.0 = Debug|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.Debug|x86.ActiveCfg = Debug|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.Debug|x86.Build.0 = Debug|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.iOS|Any CPU.ActiveCfg = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.iOS|Mixed Platforms.ActiveCfg = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.iOS|Mixed Platforms.Build.0 = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.iOS|x86.ActiveCfg = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.iOS|x86.Build.0 = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.Linux|Any CPU.ActiveCfg = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.Linux|Mixed Platforms.ActiveCfg = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.Linux|Mixed Platforms.Build.0 = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.Linux|x86.ActiveCfg = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.Linux|x86.Build.0 = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.OSX|Any CPU.ActiveCfg = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.OSX|Mixed Platforms.ActiveCfg = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.OSX|Mixed Platforms.Build.0 = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.OSX|x86.ActiveCfg = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.OSX|x86.Build.0 = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.PSM|Any CPU.ActiveCfg = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.PSM|Mixed Platforms.ActiveCfg = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.PSM|Mixed Platforms.Build.0 = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.PSM|x86.ActiveCfg = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.PSM|x86.Build.0 = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.Release|Any CPU.ActiveCfg = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.Release|Mixed Platforms.ActiveCfg = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.Release|Mixed Platforms.Build.0 = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.Release|x86.ActiveCfg = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.Release|x86.Build.0 = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.Windows|Any CPU.ActiveCfg = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.Windows|Mixed Platforms.ActiveCfg = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.Windows|Mixed Platforms.Build.0 = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.Windows|x86.ActiveCfg = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.Windows|x86.Build.0 = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.Windows8|Any CPU.ActiveCfg = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.Windows8|Mixed Platforms.ActiveCfg = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.Windows8|Mixed Platforms.Build.0 = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.Windows8|x86.ActiveCfg = Release|x86
{5B3DD832-676B-48FB-8787-A9F22E2F050E}.Windows8|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal