-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSparkiController.sln
116 lines (116 loc) · 7.7 KB
/
SparkiController.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SparkiController", "SparkiController\SparkiController.csproj", "{8AADF0B9-EC17-4379-BA03-5902E962867F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SparkiController", "SparkiController", "{30119696-ADB2-4ECD-8C58-8CA9E9B11285}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "SparkiController.Shared", "SparkiController.Shared\SparkiController.Shared.shproj", "{8F6DAFB6-11DE-42DC-A3F4-5968AD8FAD88}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SparkiController.WindowsPhone", "SparkiController.WindowsPhone\SparkiController.WindowsPhone.csproj", "{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
SparkiController.Shared\SparkiController.Shared.projitems*{8f6dafb6-11de-42dc-a3f4-5968ad8fad88}*SharedItemsImports = 13
SparkiController.Shared\SparkiController.Shared.projitems*{bb83c5c6-4bb9-452c-85ca-2708ec581abb}*SharedItemsImports = 4
SparkiController.Shared\SparkiController.Shared.projitems*{8aadf0b9-ec17-4379-ba03-5902e962867f}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Debug|ARM.ActiveCfg = Debug|ARM
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Debug|ARM.Build.0 = Debug|ARM
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Debug|ARM.Deploy.0 = Debug|ARM
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Debug|Mixed Platforms.Build.0 = Debug|x86
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Debug|Mixed Platforms.Deploy.0 = Debug|x86
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Debug|Win32.ActiveCfg = Debug|x86
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Debug|Win32.Build.0 = Debug|x86
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Debug|Win32.Deploy.0 = Debug|x86
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Debug|x64.ActiveCfg = Debug|x64
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Debug|x64.Build.0 = Debug|x64
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Debug|x64.Deploy.0 = Debug|x64
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Debug|x86.ActiveCfg = Debug|x86
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Debug|x86.Build.0 = Debug|x86
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Debug|x86.Deploy.0 = Debug|x86
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Release|Any CPU.Build.0 = Release|Any CPU
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Release|Any CPU.Deploy.0 = Release|Any CPU
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Release|ARM.ActiveCfg = Release|ARM
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Release|ARM.Build.0 = Release|ARM
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Release|ARM.Deploy.0 = Release|ARM
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Release|Mixed Platforms.ActiveCfg = Release|x86
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Release|Mixed Platforms.Build.0 = Release|x86
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Release|Mixed Platforms.Deploy.0 = Release|x86
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Release|Win32.ActiveCfg = Release|x86
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Release|Win32.Build.0 = Release|x86
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Release|Win32.Deploy.0 = Release|x86
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Release|x64.ActiveCfg = Release|x64
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Release|x64.Build.0 = Release|x64
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Release|x64.Deploy.0 = Release|x64
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Release|x86.ActiveCfg = Release|x86
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Release|x86.Build.0 = Release|x86
{8AADF0B9-EC17-4379-BA03-5902E962867F}.Release|x86.Deploy.0 = Release|x86
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Debug|ARM.ActiveCfg = Debug|ARM
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Debug|ARM.Build.0 = Debug|ARM
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Debug|ARM.Deploy.0 = Debug|ARM
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Debug|Mixed Platforms.Build.0 = Debug|x86
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Debug|Mixed Platforms.Deploy.0 = Debug|x86
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Debug|Win32.ActiveCfg = Debug|x86
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Debug|Win32.Build.0 = Debug|x86
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Debug|Win32.Deploy.0 = Debug|x86
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Debug|x64.ActiveCfg = Debug|Any CPU
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Debug|x64.Build.0 = Debug|Any CPU
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Debug|x64.Deploy.0 = Debug|Any CPU
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Debug|x86.ActiveCfg = Debug|x86
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Debug|x86.Build.0 = Debug|x86
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Debug|x86.Deploy.0 = Debug|x86
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Release|Any CPU.Build.0 = Release|Any CPU
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Release|Any CPU.Deploy.0 = Release|Any CPU
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Release|ARM.ActiveCfg = Release|ARM
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Release|ARM.Build.0 = Release|ARM
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Release|ARM.Deploy.0 = Release|ARM
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Release|Mixed Platforms.ActiveCfg = Release|x86
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Release|Mixed Platforms.Build.0 = Release|x86
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Release|Mixed Platforms.Deploy.0 = Release|x86
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Release|Win32.ActiveCfg = Release|x86
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Release|Win32.Build.0 = Release|x86
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Release|Win32.Deploy.0 = Release|x86
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Release|x64.ActiveCfg = Release|Any CPU
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Release|x64.Build.0 = Release|Any CPU
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Release|x64.Deploy.0 = Release|Any CPU
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Release|x86.ActiveCfg = Release|x86
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Release|x86.Build.0 = Release|x86
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8AADF0B9-EC17-4379-BA03-5902E962867F} = {30119696-ADB2-4ECD-8C58-8CA9E9B11285}
{8F6DAFB6-11DE-42DC-A3F4-5968AD8FAD88} = {30119696-ADB2-4ECD-8C58-8CA9E9B11285}
{BB83C5C6-4BB9-452C-85CA-2708EC581ABB} = {30119696-ADB2-4ECD-8C58-8CA9E9B11285}
EndGlobalSection
EndGlobal