Skip to content

Commit c3fdb7c

Browse files
committed
Added basic mac stuff
1 parent 015effd commit c3fdb7c

40 files changed

+1271
-48
lines changed

Source/Plugin.Badge.Abstractions/Plugin.Badge.Abstractions.csproj

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,19 @@
3434
<Compile Include="TabBadge.cs" />
3535
</ItemGroup>
3636
<ItemGroup>
37-
<Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
38-
<HintPath>..\packages\Xamarin.Forms.2.3.4.247\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Core.dll</HintPath>
37+
<Reference Include="Xamarin.Forms.Core">
38+
<HintPath>..\packages\Xamarin.Forms.2.3.5.256-pre6\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Core.dll</HintPath>
3939
</Reference>
40-
<Reference Include="Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
41-
<HintPath>..\packages\Xamarin.Forms.2.3.4.247\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Platform.dll</HintPath>
40+
<Reference Include="Xamarin.Forms.Platform">
41+
<HintPath>..\packages\Xamarin.Forms.2.3.5.256-pre6\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Platform.dll</HintPath>
4242
</Reference>
43-
<Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
44-
<HintPath>..\packages\Xamarin.Forms.2.3.4.247\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Xaml.dll</HintPath>
43+
<Reference Include="Xamarin.Forms.Xaml">
44+
<HintPath>..\packages\Xamarin.Forms.2.3.5.256-pre6\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Xaml.dll</HintPath>
4545
</Reference>
4646
</ItemGroup>
4747
<ItemGroup>
4848
<None Include="packages.config" />
4949
</ItemGroup>
5050
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
51-
<Import Project="..\packages\Xamarin.Forms.2.3.4.247\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.2.3.4.247\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets')" />
52-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
53-
<PropertyGroup>
54-
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
55-
</PropertyGroup>
56-
<Error Condition="!Exists('..\packages\Xamarin.Forms.2.3.4.247\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Forms.2.3.4.247\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets'))" />
57-
</Target>
51+
<Import Project="..\packages\Xamarin.Forms.2.3.5.256-pre6\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.2.3.5.256-pre6\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets')" />
5852
</Project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Xamarin.Forms" version="2.3.4.247" targetFramework="portable45-net45+win8+wp8+wpa81" />
3+
<package id="Xamarin.Forms" version="2.3.5.256-pre6" targetFramework="portable45-net45+win8+wp8+wpa81" />
44
</packages>

Source/Plugin.Badge.Droid/Plugin.Badge.Droid.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<OutputType>Library</OutputType>
1010
<RootNamespace>Plugin.Badge.Droid</RootNamespace>
1111
<AssemblyName>Plugin.Badge.Droid</AssemblyName>
12-
<TargetFrameworkVersion>v7.1</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v6.0</TargetFrameworkVersion>
1313
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
1414
<AndroidResgenClass>Resource</AndroidResgenClass>
1515
<MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
@@ -27,7 +27,6 @@
2727
<ErrorReport>prompt</ErrorReport>
2828
<WarningLevel>4</WarningLevel>
2929
<AndroidLinkMode>None</AndroidLinkMode>
30-
<AndroidSupportedAbis>arm64-v8a;armeabi;armeabi-v7a;x86</AndroidSupportedAbis>
3130
</PropertyGroup>
3231
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3332
<DebugSymbols>true</DebugSymbols>
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
using System;
2+
using AppKit;
3+
using Xamarin.Forms.Platform.MacOS;
4+
5+
namespace Plugin.Badge.Mac
6+
{
7+
public class BadgedTabbedPageRenderer : TabbedPageRenderer
8+
{
9+
public BadgedTabbedPageRenderer()
10+
{
11+
}
12+
13+
protected override void OnElementChanged(VisualElementChangedEventArgs e)
14+
{
15+
16+
base.OnElementChanged(e);
17+
18+
foreach(var item in this.TabViewItems){
19+
item.ToolTip = "bla";
20+
}
21+
22+
23+
24+
25+
}
26+
27+
public override void ViewWillAppear()
28+
{
29+
base.ViewWillAppear();
30+
31+
32+
//foreach (var item in this.TabViewItems)
33+
//{
34+
// item.ToolTip = "blabla";
35+
// item.View.Layer.BackgroundColor = new CoreGraphics.CGColor(0.1f, 0.5f, 0.7f);
36+
37+
// Console.WriteLine(item.View.GetType().Name);
38+
// foreach(var view in item.View.Subviews){
39+
// Console.WriteLine(view.GetType().Name);
40+
// }
41+
//}
42+
43+
foreach (var view in this.View.Subviews)
44+
{
45+
Console.WriteLine(view.GetType().Name);
46+
if(view is NSSegmentedControl){
47+
var segmentedControl = view as NSSegmentedControl;
48+
segmentedControl.SegmentStyle = NSSegmentStyle.TexturedSquare;
49+
50+
foreach (var segment in segmentedControl.Subviews)
51+
{
52+
53+
var badge = new NSView(new CoreGraphics.CGRect(0, 0, 20, 20));
54+
badge.WantsLayer = true;
55+
badge.Layer.BackgroundColor = new CoreGraphics.CGColor(1f, 0f, 0f);
56+
//badge.AddConstraints(new []{});
57+
58+
segment.AddSubview(badge);
59+
var constraint = NSLayoutConstraint.Create(badge, NSLayoutAttribute.Right, NSLayoutRelation.Equal);
60+
badge.AddConstraint(constraint);
61+
62+
63+
Console.WriteLine(segment.GetType().Name);
64+
}
65+
}
66+
}
67+
68+
69+
70+
}
71+
}
72+
}
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6+
<ProjectGuid>{889C8F61-5875-4994-AC88-82B99A299593}</ProjectGuid>
7+
<ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
8+
<OutputType>Library</OutputType>
9+
<RootNamespace>Plugin.Badge.Mac</RootNamespace>
10+
<AssemblyName>Plugin.Badge.Mac</AssemblyName>
11+
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
12+
<TargetFrameworkIdentifier>Xamarin.Mac</TargetFrameworkIdentifier>
13+
<MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
14+
</PropertyGroup>
15+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16+
<DebugSymbols>true</DebugSymbols>
17+
<DebugType>full</DebugType>
18+
<Optimize>false</Optimize>
19+
<OutputPath>bin\Debug</OutputPath>
20+
<DefineConstants>DEBUG;</DefineConstants>
21+
<ErrorReport>prompt</ErrorReport>
22+
<WarningLevel>4</WarningLevel>
23+
<EnableCodeSigning>false</EnableCodeSigning>
24+
<CreatePackage>false</CreatePackage>
25+
<EnablePackageSigning>false</EnablePackageSigning>
26+
<IncludeMonoRuntime>false</IncludeMonoRuntime>
27+
<UseSGen>false</UseSGen>
28+
<HttpClientHandler></HttpClientHandler>
29+
<LinkMode></LinkMode>
30+
<XamMacArch></XamMacArch>
31+
</PropertyGroup>
32+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33+
<Optimize>true</Optimize>
34+
<OutputPath>bin\Release</OutputPath>
35+
<DefineConstants></DefineConstants>
36+
<ErrorReport>prompt</ErrorReport>
37+
<WarningLevel>4</WarningLevel>
38+
<EnableCodeSigning>false</EnableCodeSigning>
39+
<CreatePackage>false</CreatePackage>
40+
<EnablePackageSigning>false</EnablePackageSigning>
41+
<IncludeMonoRuntime>false</IncludeMonoRuntime>
42+
<UseSGen>false</UseSGen>
43+
<HttpClientHandler></HttpClientHandler>
44+
<LinkMode></LinkMode>
45+
<XamMacArch></XamMacArch>
46+
</PropertyGroup>
47+
<ItemGroup>
48+
<Reference Include="System" />
49+
<Reference Include="System.Core" />
50+
<Reference Include="Xamarin.Mac" />
51+
<Reference Include="Xamarin.Forms.Core">
52+
<HintPath>..\packages\Xamarin.Forms.2.3.5.256-pre6\lib\Xamarin.Mac\Xamarin.Forms.Core.dll</HintPath>
53+
</Reference>
54+
<Reference Include="Xamarin.Forms.Platform">
55+
<HintPath>..\packages\Xamarin.Forms.2.3.5.256-pre6\lib\Xamarin.Mac\Xamarin.Forms.Platform.dll</HintPath>
56+
</Reference>
57+
<Reference Include="Xamarin.Forms.Platform.macOS">
58+
<HintPath>..\packages\Xamarin.Forms.2.3.5.256-pre6\lib\Xamarin.Mac\Xamarin.Forms.Platform.macOS.dll</HintPath>
59+
</Reference>
60+
<Reference Include="Xamarin.Forms.Xaml">
61+
<HintPath>..\packages\Xamarin.Forms.2.3.5.256-pre6\lib\Xamarin.Mac\Xamarin.Forms.Xaml.dll</HintPath>
62+
</Reference>
63+
</ItemGroup>
64+
<ItemGroup>
65+
<Compile Include="BadgedTabbedPageRenderer.cs" />
66+
<Compile Include="Properties\AssemblyInfo.cs" />
67+
</ItemGroup>
68+
<ItemGroup>
69+
<ProjectReference Include="..\Plugin.Badge.Abstractions\Plugin.Badge.Abstractions.csproj">
70+
<Project>{99155358-BFE1-4E45-8F84-78614F69B7FC}</Project>
71+
<Name>Plugin.Badge.Abstractions</Name>
72+
</ProjectReference>
73+
</ItemGroup>
74+
<ItemGroup>
75+
<None Include="packages.config" />
76+
</ItemGroup>
77+
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />
78+
<Import Project="..\packages\Xamarin.Forms.2.3.5.256-pre6\build\netstandard1.0\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.2.3.5.256-pre6\build\netstandard1.0\Xamarin.Forms.targets')" />
79+
</Project>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
using System.Reflection;
2+
using System.Runtime.CompilerServices;
3+
4+
// Information about this assembly is defined by the following attributes.
5+
// Change them to the values specific to your project.
6+
7+
[assembly: AssemblyTitle("Plugin.Badge.Mac")]
8+
[assembly: AssemblyDescription("")]
9+
[assembly: AssemblyConfiguration("")]
10+
[assembly: AssemblyCompany("")]
11+
[assembly: AssemblyProduct("")]
12+
[assembly: AssemblyCopyright("${AuthorCopyright}")]
13+
[assembly: AssemblyTrademark("")]
14+
[assembly: AssemblyCulture("")]
15+
16+
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
17+
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
18+
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
19+
20+
[assembly: AssemblyVersion("1.0.*")]
21+
22+
// The following attributes are used to specify the signing key for the assembly,
23+
// if desired. See the Mono documentation for more information about signing.
24+
25+
//[assembly: AssemblyDelaySign(false)]
26+
//[assembly: AssemblyKeyFile("")]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="Xamarin.Forms" version="2.3.5.256-pre6" targetFramework="xamarinmac20" />
4+
</packages>

Source/Plugin.Badge.UWP/Plugin.Badge.UWP.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>

Source/Plugin.Badge.iOS/Plugin.Badge.iOS.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
<DefineConstants>DEBUG;</DefineConstants>
2121
<ErrorReport>prompt</ErrorReport>
2222
<WarningLevel>4</WarningLevel>
23-
<MtouchUseSGen>true</MtouchUseSGen>
24-
<MtouchUseRefCounting>true</MtouchUseRefCounting>
2523
<MtouchLink>
2624
</MtouchLink>
2725
<MtouchHttpClientHandler>
@@ -36,8 +34,6 @@
3634
</DefineConstants>
3735
<ErrorReport>prompt</ErrorReport>
3836
<WarningLevel>4</WarningLevel>
39-
<MtouchUseSGen>true</MtouchUseSGen>
40-
<MtouchUseRefCounting>true</MtouchUseRefCounting>
4137
<MtouchLink>
4238
</MtouchLink>
4339
<MtouchHttpClientHandler>

Source/Plugin.Badge.sln

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.Badge.Sample.UWP", "
3636
EndProject
3737
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.Badge.UWP", "Plugin.Badge.UWP\Plugin.Badge.UWP.csproj", "{B1E432D3-6D60-4125-BA49-F4B6BEAD2E15}"
3838
EndProject
39+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.Badge.Sample.Mac", "Sample\Plugin.Badge.Sample.Mac\Plugin.Badge.Sample.Mac.csproj", "{0AE3BD6B-5046-4423-881B-C312C00427D6}"
40+
EndProject
41+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.Badge.Mac", "Plugin.Badge.Mac\Plugin.Badge.Mac.csproj", "{889C8F61-5875-4994-AC88-82B99A299593}"
42+
EndProject
3943
Global
4044
GlobalSection(SolutionConfigurationPlatforms) = preSolution
4145
Debug|Any CPU = Debug|Any CPU
@@ -250,6 +254,54 @@ Global
250254
{B1E432D3-6D60-4125-BA49-F4B6BEAD2E15}.Release|x64.Build.0 = Release|x64
251255
{B1E432D3-6D60-4125-BA49-F4B6BEAD2E15}.Release|x86.ActiveCfg = Release|x86
252256
{B1E432D3-6D60-4125-BA49-F4B6BEAD2E15}.Release|x86.Build.0 = Release|x86
257+
{0AE3BD6B-5046-4423-881B-C312C00427D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
258+
{0AE3BD6B-5046-4423-881B-C312C00427D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
259+
{0AE3BD6B-5046-4423-881B-C312C00427D6}.Debug|ARM.ActiveCfg = Debug|Any CPU
260+
{0AE3BD6B-5046-4423-881B-C312C00427D6}.Debug|ARM.Build.0 = Debug|Any CPU
261+
{0AE3BD6B-5046-4423-881B-C312C00427D6}.Debug|iPhone.ActiveCfg = Debug|Any CPU
262+
{0AE3BD6B-5046-4423-881B-C312C00427D6}.Debug|iPhone.Build.0 = Debug|Any CPU
263+
{0AE3BD6B-5046-4423-881B-C312C00427D6}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
264+
{0AE3BD6B-5046-4423-881B-C312C00427D6}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
265+
{0AE3BD6B-5046-4423-881B-C312C00427D6}.Debug|x64.ActiveCfg = Debug|Any CPU
266+
{0AE3BD6B-5046-4423-881B-C312C00427D6}.Debug|x64.Build.0 = Debug|Any CPU
267+
{0AE3BD6B-5046-4423-881B-C312C00427D6}.Debug|x86.ActiveCfg = Debug|Any CPU
268+
{0AE3BD6B-5046-4423-881B-C312C00427D6}.Debug|x86.Build.0 = Debug|Any CPU
269+
{0AE3BD6B-5046-4423-881B-C312C00427D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
270+
{0AE3BD6B-5046-4423-881B-C312C00427D6}.Release|Any CPU.Build.0 = Release|Any CPU
271+
{0AE3BD6B-5046-4423-881B-C312C00427D6}.Release|ARM.ActiveCfg = Release|Any CPU
272+
{0AE3BD6B-5046-4423-881B-C312C00427D6}.Release|ARM.Build.0 = Release|Any CPU
273+
{0AE3BD6B-5046-4423-881B-C312C00427D6}.Release|iPhone.ActiveCfg = Release|Any CPU
274+
{0AE3BD6B-5046-4423-881B-C312C00427D6}.Release|iPhone.Build.0 = Release|Any CPU
275+
{0AE3BD6B-5046-4423-881B-C312C00427D6}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
276+
{0AE3BD6B-5046-4423-881B-C312C00427D6}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
277+
{0AE3BD6B-5046-4423-881B-C312C00427D6}.Release|x64.ActiveCfg = Release|Any CPU
278+
{0AE3BD6B-5046-4423-881B-C312C00427D6}.Release|x64.Build.0 = Release|Any CPU
279+
{0AE3BD6B-5046-4423-881B-C312C00427D6}.Release|x86.ActiveCfg = Release|Any CPU
280+
{0AE3BD6B-5046-4423-881B-C312C00427D6}.Release|x86.Build.0 = Release|Any CPU
281+
{889C8F61-5875-4994-AC88-82B99A299593}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
282+
{889C8F61-5875-4994-AC88-82B99A299593}.Debug|Any CPU.Build.0 = Debug|Any CPU
283+
{889C8F61-5875-4994-AC88-82B99A299593}.Debug|ARM.ActiveCfg = Debug|Any CPU
284+
{889C8F61-5875-4994-AC88-82B99A299593}.Debug|ARM.Build.0 = Debug|Any CPU
285+
{889C8F61-5875-4994-AC88-82B99A299593}.Debug|iPhone.ActiveCfg = Debug|Any CPU
286+
{889C8F61-5875-4994-AC88-82B99A299593}.Debug|iPhone.Build.0 = Debug|Any CPU
287+
{889C8F61-5875-4994-AC88-82B99A299593}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
288+
{889C8F61-5875-4994-AC88-82B99A299593}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
289+
{889C8F61-5875-4994-AC88-82B99A299593}.Debug|x64.ActiveCfg = Debug|Any CPU
290+
{889C8F61-5875-4994-AC88-82B99A299593}.Debug|x64.Build.0 = Debug|Any CPU
291+
{889C8F61-5875-4994-AC88-82B99A299593}.Debug|x86.ActiveCfg = Debug|Any CPU
292+
{889C8F61-5875-4994-AC88-82B99A299593}.Debug|x86.Build.0 = Debug|Any CPU
293+
{889C8F61-5875-4994-AC88-82B99A299593}.Release|Any CPU.ActiveCfg = Release|Any CPU
294+
{889C8F61-5875-4994-AC88-82B99A299593}.Release|Any CPU.Build.0 = Release|Any CPU
295+
{889C8F61-5875-4994-AC88-82B99A299593}.Release|ARM.ActiveCfg = Release|Any CPU
296+
{889C8F61-5875-4994-AC88-82B99A299593}.Release|ARM.Build.0 = Release|Any CPU
297+
{889C8F61-5875-4994-AC88-82B99A299593}.Release|iPhone.ActiveCfg = Release|Any CPU
298+
{889C8F61-5875-4994-AC88-82B99A299593}.Release|iPhone.Build.0 = Release|Any CPU
299+
{889C8F61-5875-4994-AC88-82B99A299593}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
300+
{889C8F61-5875-4994-AC88-82B99A299593}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
301+
{889C8F61-5875-4994-AC88-82B99A299593}.Release|x64.ActiveCfg = Release|Any CPU
302+
{889C8F61-5875-4994-AC88-82B99A299593}.Release|x64.Build.0 = Release|Any CPU
303+
{889C8F61-5875-4994-AC88-82B99A299593}.Release|x86.ActiveCfg = Release|Any CPU
304+
{889C8F61-5875-4994-AC88-82B99A299593}.Release|x86.Build.0 = Release|Any CPU
253305
EndGlobalSection
254306
GlobalSection(SolutionProperties) = preSolution
255307
HideSolutionNode = FALSE
@@ -259,5 +311,6 @@ Global
259311
{119FCCAA-7446-4DE0-8F47-5A0A08AC4DB3} = {F2A4C316-91B1-45B8-81B6-64235C89A2A8}
260312
{E6894584-C17F-4057-B4D0-5DFBBE098A94} = {F2A4C316-91B1-45B8-81B6-64235C89A2A8}
261313
{9D38EFD5-5ADC-4ECB-9B96-1B0A67842326} = {F2A4C316-91B1-45B8-81B6-64235C89A2A8}
314+
{0AE3BD6B-5046-4423-881B-C312C00427D6} = {F2A4C316-91B1-45B8-81B6-64235C89A2A8}
262315
EndGlobalSection
263316
EndGlobal

0 commit comments

Comments
 (0)