forked from garuma/xamarin-store-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
XamarinStore.sln
107 lines (107 loc) · 6.79 KB
/
XamarinStore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
VisualStudioVersion = 12.0.30324.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XamarinStore.Droid", "XamarinStore.Droid\XamarinStore.Droid.csproj", "{E96837AE-F19A-4467-AE2D-2C4FDCD8A0F3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XamarinStore.iOS", "XamarinStore.iOS\XamarinStore.iOS.csproj", "{FC7E7851-4A32-4B43-A9E6-F68AC1EF613E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{14F0E067-C252-4D65-9BA2-D8C3D4D06910}"
ProjectSection(SolutionItems) = preProject
build.fsx = build.fsx
tools\TestFlightHelper.fsx = tools\TestFlightHelper.fsx
tools\XamarinHelper.fsx = tools\XamarinHelper.fsx
EndProjectSection
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "XamarinStore", "Shared\XamarinStore.shproj", "{83968C8C-485F-4A25-97D3-1CAF8389FAC7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
Ad-Hoc|iPhone = Ad-Hoc|iPhone
Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator
AppStore|Any CPU = AppStore|Any CPU
AppStore|iPhone = AppStore|iPhone
AppStore|iPhoneSimulator = AppStore|iPhoneSimulator
Debug|Any CPU = Debug|Any CPU
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|Any CPU = Release|Any CPU
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E96837AE-F19A-4467-AE2D-2C4FDCD8A0F3}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{E96837AE-F19A-4467-AE2D-2C4FDCD8A0F3}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{E96837AE-F19A-4467-AE2D-2C4FDCD8A0F3}.Ad-Hoc|Any CPU.Deploy.0 = Debug|Any CPU
{E96837AE-F19A-4467-AE2D-2C4FDCD8A0F3}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{E96837AE-F19A-4467-AE2D-2C4FDCD8A0F3}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{E96837AE-F19A-4467-AE2D-2C4FDCD8A0F3}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{E96837AE-F19A-4467-AE2D-2C4FDCD8A0F3}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{E96837AE-F19A-4467-AE2D-2C4FDCD8A0F3}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{E96837AE-F19A-4467-AE2D-2C4FDCD8A0F3}.AppStore|Any CPU.Deploy.0 = Debug|Any CPU
{E96837AE-F19A-4467-AE2D-2C4FDCD8A0F3}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{E96837AE-F19A-4467-AE2D-2C4FDCD8A0F3}.AppStore|iPhone.Build.0 = Release|Any CPU
{E96837AE-F19A-4467-AE2D-2C4FDCD8A0F3}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{E96837AE-F19A-4467-AE2D-2C4FDCD8A0F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E96837AE-F19A-4467-AE2D-2C4FDCD8A0F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E96837AE-F19A-4467-AE2D-2C4FDCD8A0F3}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{E96837AE-F19A-4467-AE2D-2C4FDCD8A0F3}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{E96837AE-F19A-4467-AE2D-2C4FDCD8A0F3}.Debug|iPhone.Build.0 = Debug|Any CPU
{E96837AE-F19A-4467-AE2D-2C4FDCD8A0F3}.Debug|iPhone.Deploy.0 = Debug|Any CPU
{E96837AE-F19A-4467-AE2D-2C4FDCD8A0F3}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{E96837AE-F19A-4467-AE2D-2C4FDCD8A0F3}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{E96837AE-F19A-4467-AE2D-2C4FDCD8A0F3}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU
{E96837AE-F19A-4467-AE2D-2C4FDCD8A0F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E96837AE-F19A-4467-AE2D-2C4FDCD8A0F3}.Release|Any CPU.Build.0 = Release|Any CPU
{E96837AE-F19A-4467-AE2D-2C4FDCD8A0F3}.Release|iPhone.ActiveCfg = Release|Any CPU
{E96837AE-F19A-4467-AE2D-2C4FDCD8A0F3}.Release|iPhone.Build.0 = Release|Any CPU
{E96837AE-F19A-4467-AE2D-2C4FDCD8A0F3}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{E96837AE-F19A-4467-AE2D-2C4FDCD8A0F3}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{FC7E7851-4A32-4B43-A9E6-F68AC1EF613E}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator
{FC7E7851-4A32-4B43-A9E6-F68AC1EF613E}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{FC7E7851-4A32-4B43-A9E6-F68AC1EF613E}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{FC7E7851-4A32-4B43-A9E6-F68AC1EF613E}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator
{FC7E7851-4A32-4B43-A9E6-F68AC1EF613E}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator
{FC7E7851-4A32-4B43-A9E6-F68AC1EF613E}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator
{FC7E7851-4A32-4B43-A9E6-F68AC1EF613E}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{FC7E7851-4A32-4B43-A9E6-F68AC1EF613E}.AppStore|iPhone.Build.0 = AppStore|iPhone
{FC7E7851-4A32-4B43-A9E6-F68AC1EF613E}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator
{FC7E7851-4A32-4B43-A9E6-F68AC1EF613E}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator
{FC7E7851-4A32-4B43-A9E6-F68AC1EF613E}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{FC7E7851-4A32-4B43-A9E6-F68AC1EF613E}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{FC7E7851-4A32-4B43-A9E6-F68AC1EF613E}.Debug|iPhone.ActiveCfg = Debug|iPhone
{FC7E7851-4A32-4B43-A9E6-F68AC1EF613E}.Debug|iPhone.Build.0 = Debug|iPhone
{FC7E7851-4A32-4B43-A9E6-F68AC1EF613E}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{FC7E7851-4A32-4B43-A9E6-F68AC1EF613E}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{FC7E7851-4A32-4B43-A9E6-F68AC1EF613E}.Debug|iPhoneSimulator.Deploy.0 = Debug|iPhoneSimulator
{FC7E7851-4A32-4B43-A9E6-F68AC1EF613E}.Release|Any CPU.ActiveCfg = Release|iPhone
{FC7E7851-4A32-4B43-A9E6-F68AC1EF613E}.Release|Any CPU.Build.0 = Release|iPhone
{FC7E7851-4A32-4B43-A9E6-F68AC1EF613E}.Release|iPhone.ActiveCfg = Release|iPhone
{FC7E7851-4A32-4B43-A9E6-F68AC1EF613E}.Release|iPhone.Build.0 = Release|iPhone
{FC7E7851-4A32-4B43-A9E6-F68AC1EF613E}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{FC7E7851-4A32-4B43-A9E6-F68AC1EF613E}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = None
$1.ResourceNamePolicy = FileFormatDefault
$0.TextStylePolicy = $2
$2.FileWidth = 120
$2.TabsToSpaces = False
$2.inheritsSet = VisualStudio
$2.inheritsScope = text/plain
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Shared\XamarinStore.Shared.projitems*{83968c8c-485f-4a25-97d3-1caf8389fac7}*SharedItemsImports = 13
Shared\XamarinStore.Shared.projitems*{e96837ae-f19a-4467-ae2d-2c4fdcd8a0f3}*SharedItemsImports = 4
Shared\XamarinStore.Shared.projitems*{fc7e7851-4a32-4b43-a9e6-f68ac1ef613e}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal