-
Notifications
You must be signed in to change notification settings - Fork 0
/
RealmNetCoreSample.sln
87 lines (86 loc) · 6.53 KB
/
RealmNetCoreSample.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RealmNetCoreSample", "RealmNetCoreSample\RealmNetCoreSample.csproj", "{2F2B0523-1FB6-4F1B-86A7-E9898331F85A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RealmSyncClient", "RealmSyncClient\RealmSyncClient.csproj", "{F76C2535-6A86-44F2-BA38-2207D6AE0AB6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RealmSyncClinetLibrary", "RealmSyncClinetLibrary\RealmSyncClinetLibrary.csproj", "{9858E0BA-6F54-414C-AB76-9DDE6C5AB346}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "RealmXamSample", "RealmXamSample\RealmXamSample.shproj", "{EFC3116E-94D6-4A49-83F7-DCFD4E85E4C6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RealmXamSample.iOS", "iOS\RealmXamSample.iOS.csproj", "{83A5BF8B-3CE7-475F-810F-0FE3B0904D23}"
EndProject
#Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RealmXamSample.Droid", "Droid\RealmXamSample.Droid.csproj", "{50B968D0-CDA4-4BD3-A7A4-CDAE45C33DC3}"
#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
{2F2B0523-1FB6-4F1B-86A7-E9898331F85A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F2B0523-1FB6-4F1B-86A7-E9898331F85A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F2B0523-1FB6-4F1B-86A7-E9898331F85A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F2B0523-1FB6-4F1B-86A7-E9898331F85A}.Release|Any CPU.Build.0 = Release|Any CPU
{2F2B0523-1FB6-4F1B-86A7-E9898331F85A}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{2F2B0523-1FB6-4F1B-86A7-E9898331F85A}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{2F2B0523-1FB6-4F1B-86A7-E9898331F85A}.Release|iPhone.ActiveCfg = Release|Any CPU
{2F2B0523-1FB6-4F1B-86A7-E9898331F85A}.Release|iPhone.Build.0 = Release|Any CPU
{2F2B0523-1FB6-4F1B-86A7-E9898331F85A}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{2F2B0523-1FB6-4F1B-86A7-E9898331F85A}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{2F2B0523-1FB6-4F1B-86A7-E9898331F85A}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{2F2B0523-1FB6-4F1B-86A7-E9898331F85A}.Debug|iPhone.Build.0 = Debug|Any CPU
{F76C2535-6A86-44F2-BA38-2207D6AE0AB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F76C2535-6A86-44F2-BA38-2207D6AE0AB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F76C2535-6A86-44F2-BA38-2207D6AE0AB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F76C2535-6A86-44F2-BA38-2207D6AE0AB6}.Release|Any CPU.Build.0 = Release|Any CPU
{F76C2535-6A86-44F2-BA38-2207D6AE0AB6}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{F76C2535-6A86-44F2-BA38-2207D6AE0AB6}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{F76C2535-6A86-44F2-BA38-2207D6AE0AB6}.Release|iPhone.ActiveCfg = Release|Any CPU
{F76C2535-6A86-44F2-BA38-2207D6AE0AB6}.Release|iPhone.Build.0 = Release|Any CPU
{F76C2535-6A86-44F2-BA38-2207D6AE0AB6}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{F76C2535-6A86-44F2-BA38-2207D6AE0AB6}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{F76C2535-6A86-44F2-BA38-2207D6AE0AB6}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{F76C2535-6A86-44F2-BA38-2207D6AE0AB6}.Debug|iPhone.Build.0 = Debug|Any CPU
{9858E0BA-6F54-414C-AB76-9DDE6C5AB346}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9858E0BA-6F54-414C-AB76-9DDE6C5AB346}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9858E0BA-6F54-414C-AB76-9DDE6C5AB346}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9858E0BA-6F54-414C-AB76-9DDE6C5AB346}.Release|Any CPU.Build.0 = Release|Any CPU
{9858E0BA-6F54-414C-AB76-9DDE6C5AB346}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{9858E0BA-6F54-414C-AB76-9DDE6C5AB346}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{9858E0BA-6F54-414C-AB76-9DDE6C5AB346}.Release|iPhone.ActiveCfg = Release|Any CPU
{9858E0BA-6F54-414C-AB76-9DDE6C5AB346}.Release|iPhone.Build.0 = Release|Any CPU
{9858E0BA-6F54-414C-AB76-9DDE6C5AB346}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{9858E0BA-6F54-414C-AB76-9DDE6C5AB346}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{9858E0BA-6F54-414C-AB76-9DDE6C5AB346}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{9858E0BA-6F54-414C-AB76-9DDE6C5AB346}.Debug|iPhone.Build.0 = Debug|Any CPU
{83A5BF8B-3CE7-475F-810F-0FE3B0904D23}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{83A5BF8B-3CE7-475F-810F-0FE3B0904D23}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{83A5BF8B-3CE7-475F-810F-0FE3B0904D23}.Release|Any CPU.ActiveCfg = Release|iPhone
{83A5BF8B-3CE7-475F-810F-0FE3B0904D23}.Release|Any CPU.Build.0 = Release|iPhone
{83A5BF8B-3CE7-475F-810F-0FE3B0904D23}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{83A5BF8B-3CE7-475F-810F-0FE3B0904D23}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{83A5BF8B-3CE7-475F-810F-0FE3B0904D23}.Release|iPhone.ActiveCfg = Release|iPhone
{83A5BF8B-3CE7-475F-810F-0FE3B0904D23}.Release|iPhone.Build.0 = Release|iPhone
{83A5BF8B-3CE7-475F-810F-0FE3B0904D23}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{83A5BF8B-3CE7-475F-810F-0FE3B0904D23}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{83A5BF8B-3CE7-475F-810F-0FE3B0904D23}.Debug|iPhone.ActiveCfg = Debug|iPhone
{83A5BF8B-3CE7-475F-810F-0FE3B0904D23}.Debug|iPhone.Build.0 = Debug|iPhone
{50B968D0-CDA4-4BD3-A7A4-CDAE45C33DC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50B968D0-CDA4-4BD3-A7A4-CDAE45C33DC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50B968D0-CDA4-4BD3-A7A4-CDAE45C33DC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50B968D0-CDA4-4BD3-A7A4-CDAE45C33DC3}.Release|Any CPU.Build.0 = Release|Any CPU
{50B968D0-CDA4-4BD3-A7A4-CDAE45C33DC3}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{50B968D0-CDA4-4BD3-A7A4-CDAE45C33DC3}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{50B968D0-CDA4-4BD3-A7A4-CDAE45C33DC3}.Release|iPhone.ActiveCfg = Release|Any CPU
{50B968D0-CDA4-4BD3-A7A4-CDAE45C33DC3}.Release|iPhone.Build.0 = Release|Any CPU
{50B968D0-CDA4-4BD3-A7A4-CDAE45C33DC3}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{50B968D0-CDA4-4BD3-A7A4-CDAE45C33DC3}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{50B968D0-CDA4-4BD3-A7A4-CDAE45C33DC3}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{50B968D0-CDA4-4BD3-A7A4-CDAE45C33DC3}.Debug|iPhone.Build.0 = Debug|Any CPU
EndGlobalSection
EndGlobal