This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
forked from atomex-me/atomex.mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
atomex.sln
71 lines (70 loc) · 5.18 KB
/
atomex.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "atomex.Android", "atomex.Android\atomex.Android.csproj", "{1EC5BCE2-278E-4135-B0A0-24A538DA933D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "atomex.iOS", "atomex.iOS\atomex.iOS.csproj", "{FAF84F40-1F67-43E8-B04A-DEC03880862E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "atomex", "atomex\atomex.csproj", "{6A6C43B1-1489-4B8D-AA37-941EF60E36F0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Atomex.Client.Core", "atomex.client.core\Atomex.Client.Core\Atomex.Client.Core.csproj", "{CA73F74E-F1CD-457B-A1D8-CDEFCB178F1F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Release|iPhone = Release|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1EC5BCE2-278E-4135-B0A0-24A538DA933D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EC5BCE2-278E-4135-B0A0-24A538DA933D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EC5BCE2-278E-4135-B0A0-24A538DA933D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EC5BCE2-278E-4135-B0A0-24A538DA933D}.Release|Any CPU.Build.0 = Release|Any CPU
{1EC5BCE2-278E-4135-B0A0-24A538DA933D}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{1EC5BCE2-278E-4135-B0A0-24A538DA933D}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{1EC5BCE2-278E-4135-B0A0-24A538DA933D}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{1EC5BCE2-278E-4135-B0A0-24A538DA933D}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{1EC5BCE2-278E-4135-B0A0-24A538DA933D}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{1EC5BCE2-278E-4135-B0A0-24A538DA933D}.Debug|iPhone.Build.0 = Debug|Any CPU
{1EC5BCE2-278E-4135-B0A0-24A538DA933D}.Release|iPhone.ActiveCfg = Release|Any CPU
{1EC5BCE2-278E-4135-B0A0-24A538DA933D}.Release|iPhone.Build.0 = Release|Any CPU
{FAF84F40-1F67-43E8-B04A-DEC03880862E}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{FAF84F40-1F67-43E8-B04A-DEC03880862E}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{FAF84F40-1F67-43E8-B04A-DEC03880862E}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{FAF84F40-1F67-43E8-B04A-DEC03880862E}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{FAF84F40-1F67-43E8-B04A-DEC03880862E}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{FAF84F40-1F67-43E8-B04A-DEC03880862E}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{FAF84F40-1F67-43E8-B04A-DEC03880862E}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{FAF84F40-1F67-43E8-B04A-DEC03880862E}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{FAF84F40-1F67-43E8-B04A-DEC03880862E}.Debug|iPhone.ActiveCfg = Debug|iPhone
{FAF84F40-1F67-43E8-B04A-DEC03880862E}.Debug|iPhone.Build.0 = Debug|iPhone
{FAF84F40-1F67-43E8-B04A-DEC03880862E}.Release|iPhone.ActiveCfg = Release|iPhone
{FAF84F40-1F67-43E8-B04A-DEC03880862E}.Release|iPhone.Build.0 = Release|iPhone
{6A6C43B1-1489-4B8D-AA37-941EF60E36F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A6C43B1-1489-4B8D-AA37-941EF60E36F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A6C43B1-1489-4B8D-AA37-941EF60E36F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A6C43B1-1489-4B8D-AA37-941EF60E36F0}.Release|Any CPU.Build.0 = Release|Any CPU
{6A6C43B1-1489-4B8D-AA37-941EF60E36F0}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{6A6C43B1-1489-4B8D-AA37-941EF60E36F0}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{6A6C43B1-1489-4B8D-AA37-941EF60E36F0}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{6A6C43B1-1489-4B8D-AA37-941EF60E36F0}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{6A6C43B1-1489-4B8D-AA37-941EF60E36F0}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{6A6C43B1-1489-4B8D-AA37-941EF60E36F0}.Debug|iPhone.Build.0 = Debug|Any CPU
{6A6C43B1-1489-4B8D-AA37-941EF60E36F0}.Release|iPhone.ActiveCfg = Release|Any CPU
{6A6C43B1-1489-4B8D-AA37-941EF60E36F0}.Release|iPhone.Build.0 = Release|Any CPU
{CA73F74E-F1CD-457B-A1D8-CDEFCB178F1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA73F74E-F1CD-457B-A1D8-CDEFCB178F1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA73F74E-F1CD-457B-A1D8-CDEFCB178F1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA73F74E-F1CD-457B-A1D8-CDEFCB178F1F}.Release|Any CPU.Build.0 = Release|Any CPU
{CA73F74E-F1CD-457B-A1D8-CDEFCB178F1F}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{CA73F74E-F1CD-457B-A1D8-CDEFCB178F1F}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{CA73F74E-F1CD-457B-A1D8-CDEFCB178F1F}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{CA73F74E-F1CD-457B-A1D8-CDEFCB178F1F}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{CA73F74E-F1CD-457B-A1D8-CDEFCB178F1F}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{CA73F74E-F1CD-457B-A1D8-CDEFCB178F1F}.Debug|iPhone.Build.0 = Debug|Any CPU
{CA73F74E-F1CD-457B-A1D8-CDEFCB178F1F}.Release|iPhone.ActiveCfg = Release|Any CPU
{CA73F74E-F1CD-457B-A1D8-CDEFCB178F1F}.Release|iPhone.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal