-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
SimpleXamarinGraphQL.sln
62 lines (61 loc) · 4.31 KB
/
SimpleXamarinGraphQL.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleXamarinGraphQL.Android", "SimpleXamarinGraphQL.Android\SimpleXamarinGraphQL.Android.csproj", "{C7ADC9AC-A3D8-4694-A663-E8B41F1F320F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleXamarinGraphQL.iOS", "SimpleXamarinGraphQL.iOS\SimpleXamarinGraphQL.iOS.csproj", "{EDD484E0-3CFF-4142-875E-B5A2EF03B41D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleXamarinGraphQL", "SimpleXamarinGraphQL\SimpleXamarinGraphQL.csproj", "{3850CB98-5F7D-4A57-946E-A244B6686397}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E48CFC35-17D6-4B52-8D85-E8C5167259D0}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
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
{C7ADC9AC-A3D8-4694-A663-E8B41F1F320F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7ADC9AC-A3D8-4694-A663-E8B41F1F320F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7ADC9AC-A3D8-4694-A663-E8B41F1F320F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7ADC9AC-A3D8-4694-A663-E8B41F1F320F}.Release|Any CPU.Build.0 = Release|Any CPU
{C7ADC9AC-A3D8-4694-A663-E8B41F1F320F}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{C7ADC9AC-A3D8-4694-A663-E8B41F1F320F}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{C7ADC9AC-A3D8-4694-A663-E8B41F1F320F}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{C7ADC9AC-A3D8-4694-A663-E8B41F1F320F}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{C7ADC9AC-A3D8-4694-A663-E8B41F1F320F}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{C7ADC9AC-A3D8-4694-A663-E8B41F1F320F}.Debug|iPhone.Build.0 = Debug|Any CPU
{C7ADC9AC-A3D8-4694-A663-E8B41F1F320F}.Release|iPhone.ActiveCfg = Release|Any CPU
{C7ADC9AC-A3D8-4694-A663-E8B41F1F320F}.Release|iPhone.Build.0 = Release|Any CPU
{EDD484E0-3CFF-4142-875E-B5A2EF03B41D}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{EDD484E0-3CFF-4142-875E-B5A2EF03B41D}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{EDD484E0-3CFF-4142-875E-B5A2EF03B41D}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{EDD484E0-3CFF-4142-875E-B5A2EF03B41D}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{EDD484E0-3CFF-4142-875E-B5A2EF03B41D}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{EDD484E0-3CFF-4142-875E-B5A2EF03B41D}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{EDD484E0-3CFF-4142-875E-B5A2EF03B41D}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{EDD484E0-3CFF-4142-875E-B5A2EF03B41D}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{EDD484E0-3CFF-4142-875E-B5A2EF03B41D}.Debug|iPhone.ActiveCfg = Debug|iPhone
{EDD484E0-3CFF-4142-875E-B5A2EF03B41D}.Debug|iPhone.Build.0 = Debug|iPhone
{EDD484E0-3CFF-4142-875E-B5A2EF03B41D}.Release|iPhone.ActiveCfg = Release|iPhone
{EDD484E0-3CFF-4142-875E-B5A2EF03B41D}.Release|iPhone.Build.0 = Release|iPhone
{3850CB98-5F7D-4A57-946E-A244B6686397}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3850CB98-5F7D-4A57-946E-A244B6686397}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3850CB98-5F7D-4A57-946E-A244B6686397}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3850CB98-5F7D-4A57-946E-A244B6686397}.Release|Any CPU.Build.0 = Release|Any CPU
{3850CB98-5F7D-4A57-946E-A244B6686397}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{3850CB98-5F7D-4A57-946E-A244B6686397}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{3850CB98-5F7D-4A57-946E-A244B6686397}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{3850CB98-5F7D-4A57-946E-A244B6686397}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{3850CB98-5F7D-4A57-946E-A244B6686397}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{3850CB98-5F7D-4A57-946E-A244B6686397}.Debug|iPhone.Build.0 = Debug|Any CPU
{3850CB98-5F7D-4A57-946E-A244B6686397}.Release|iPhone.ActiveCfg = Release|Any CPU
{3850CB98-5F7D-4A57-946E-A244B6686397}.Release|iPhone.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal