-
Notifications
You must be signed in to change notification settings - Fork 1
/
DataLogger.sln
45 lines (44 loc) · 2.99 KB
/
DataLogger.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataLogger.Droid", "Droid\DataLogger.Droid.csproj", "{E01B98AE-B75A-4352-91D7-B3CACC195987}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataLogger.iOS", "iOS\DataLogger.iOS.csproj", "{4B8DE2DD-4A6E-4313-B168-08D658CCEA20}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "DataLogger", "DataLogger\DataLogger.shproj", "{B09A93A6-C473-4589-9689-7FFECA78BB69}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E01B98AE-B75A-4352-91D7-B3CACC195987}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E01B98AE-B75A-4352-91D7-B3CACC195987}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E01B98AE-B75A-4352-91D7-B3CACC195987}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E01B98AE-B75A-4352-91D7-B3CACC195987}.Release|Any CPU.Build.0 = Release|Any CPU
{E01B98AE-B75A-4352-91D7-B3CACC195987}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{E01B98AE-B75A-4352-91D7-B3CACC195987}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{E01B98AE-B75A-4352-91D7-B3CACC195987}.Release|iPhone.ActiveCfg = Release|Any CPU
{E01B98AE-B75A-4352-91D7-B3CACC195987}.Release|iPhone.Build.0 = Release|Any CPU
{E01B98AE-B75A-4352-91D7-B3CACC195987}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{E01B98AE-B75A-4352-91D7-B3CACC195987}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{E01B98AE-B75A-4352-91D7-B3CACC195987}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{E01B98AE-B75A-4352-91D7-B3CACC195987}.Debug|iPhone.Build.0 = Debug|Any CPU
{4B8DE2DD-4A6E-4313-B168-08D658CCEA20}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{4B8DE2DD-4A6E-4313-B168-08D658CCEA20}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{4B8DE2DD-4A6E-4313-B168-08D658CCEA20}.Release|Any CPU.ActiveCfg = Release|iPhone
{4B8DE2DD-4A6E-4313-B168-08D658CCEA20}.Release|Any CPU.Build.0 = Release|iPhone
{4B8DE2DD-4A6E-4313-B168-08D658CCEA20}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{4B8DE2DD-4A6E-4313-B168-08D658CCEA20}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{4B8DE2DD-4A6E-4313-B168-08D658CCEA20}.Release|iPhone.ActiveCfg = Release|iPhone
{4B8DE2DD-4A6E-4313-B168-08D658CCEA20}.Release|iPhone.Build.0 = Release|iPhone
{4B8DE2DD-4A6E-4313-B168-08D658CCEA20}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{4B8DE2DD-4A6E-4313-B168-08D658CCEA20}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{4B8DE2DD-4A6E-4313-B168-08D658CCEA20}.Debug|iPhone.ActiveCfg = Debug|iPhone
{4B8DE2DD-4A6E-4313-B168-08D658CCEA20}.Debug|iPhone.Build.0 = Debug|iPhone
EndGlobalSection
EndGlobal