-
Notifications
You must be signed in to change notification settings - Fork 12
/
AppCenterAnalyticsSample.sln
65 lines (65 loc) · 4.46 KB
/
AppCenterAnalyticsSample.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.810.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppCenterAnalyticsSample.Android", "AppCenterAnalyticsSample.Android\AppCenterAnalyticsSample.Android.csproj", "{9D46EC9C-464D-4CD1-B988-008CAE4AE896}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppCenterAnalyticsSample.iOS", "AppCenterAnalyticsSample.iOS\AppCenterAnalyticsSample.iOS.csproj", "{05C8F7C3-BAA5-4A86-98B2-506DC42E5710}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppCenterAnalyticsSample", "AppCenterAnalyticsSample\AppCenterAnalyticsSample.csproj", "{43394105-2540-4F1C-9109-4D371B0FA10E}"
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
{9D46EC9C-464D-4CD1-B988-008CAE4AE896}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D46EC9C-464D-4CD1-B988-008CAE4AE896}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D46EC9C-464D-4CD1-B988-008CAE4AE896}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D46EC9C-464D-4CD1-B988-008CAE4AE896}.Release|Any CPU.Build.0 = Release|Any CPU
{9D46EC9C-464D-4CD1-B988-008CAE4AE896}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{9D46EC9C-464D-4CD1-B988-008CAE4AE896}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{9D46EC9C-464D-4CD1-B988-008CAE4AE896}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{9D46EC9C-464D-4CD1-B988-008CAE4AE896}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{9D46EC9C-464D-4CD1-B988-008CAE4AE896}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{9D46EC9C-464D-4CD1-B988-008CAE4AE896}.Debug|iPhone.Build.0 = Debug|Any CPU
{9D46EC9C-464D-4CD1-B988-008CAE4AE896}.Release|iPhone.ActiveCfg = Release|Any CPU
{9D46EC9C-464D-4CD1-B988-008CAE4AE896}.Release|iPhone.Build.0 = Release|Any CPU
{05C8F7C3-BAA5-4A86-98B2-506DC42E5710}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{05C8F7C3-BAA5-4A86-98B2-506DC42E5710}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{05C8F7C3-BAA5-4A86-98B2-506DC42E5710}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{05C8F7C3-BAA5-4A86-98B2-506DC42E5710}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{05C8F7C3-BAA5-4A86-98B2-506DC42E5710}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{05C8F7C3-BAA5-4A86-98B2-506DC42E5710}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{05C8F7C3-BAA5-4A86-98B2-506DC42E5710}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{05C8F7C3-BAA5-4A86-98B2-506DC42E5710}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{05C8F7C3-BAA5-4A86-98B2-506DC42E5710}.Debug|iPhone.ActiveCfg = Debug|iPhone
{05C8F7C3-BAA5-4A86-98B2-506DC42E5710}.Debug|iPhone.Build.0 = Debug|iPhone
{05C8F7C3-BAA5-4A86-98B2-506DC42E5710}.Release|iPhone.ActiveCfg = Release|iPhone
{05C8F7C3-BAA5-4A86-98B2-506DC42E5710}.Release|iPhone.Build.0 = Release|iPhone
{43394105-2540-4F1C-9109-4D371B0FA10E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43394105-2540-4F1C-9109-4D371B0FA10E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43394105-2540-4F1C-9109-4D371B0FA10E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43394105-2540-4F1C-9109-4D371B0FA10E}.Release|Any CPU.Build.0 = Release|Any CPU
{43394105-2540-4F1C-9109-4D371B0FA10E}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{43394105-2540-4F1C-9109-4D371B0FA10E}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{43394105-2540-4F1C-9109-4D371B0FA10E}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{43394105-2540-4F1C-9109-4D371B0FA10E}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{43394105-2540-4F1C-9109-4D371B0FA10E}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{43394105-2540-4F1C-9109-4D371B0FA10E}.Debug|iPhone.Build.0 = Debug|Any CPU
{43394105-2540-4F1C-9109-4D371B0FA10E}.Release|iPhone.ActiveCfg = Release|Any CPU
{43394105-2540-4F1C-9109-4D371B0FA10E}.Release|iPhone.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2E91929B-8FAE-4D1E-A79C-292C95B71A55}
EndGlobalSection
EndGlobal