Init Visual Studio Windows extension

Added WPF Sample
This commit is contained in:
Javier Suárez Ruiz 2018-11-11 19:12:03 +01:00
Родитель ec139e208e
Коммит 4b9833c27c
45 изменённых файлов: 4014 добавлений и 226 удалений

Просмотреть файл

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@ -55,7 +55,7 @@
<PackageReference Include="Xamarin.Android.Support.v7.CardView" Version="27.0.2.1" />
<PackageReference Include="Xamarin.Android.Support.v7.MediaRouter" Version="27.0.2.1" />
<PackageReference Include="Xamarin.Forms">
<Version>3.2.0.839982</Version>
<Version>3.3.0.967583</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
@ -87,18 +87,12 @@
<AndroidResource Include="Resources\mipmap-xxxhdpi\launcher_foreground.png" />
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\drawable\" />
<Folder Include="Resources\drawable-hdpi\" />
<Folder Include="Resources\drawable-xhdpi\" />
<Folder Include="Resources\drawable-xxhdpi\" />
<Folder Include="Resources\drawable-xxxhdpi\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\XAMLator.Server.Droid\XAMLator.Server.Droid.csproj">
<Project>{8634D953-84BF-4BBD-873B-B4339BEEA7BF}</Project>
<Name>XAMLator.Server.Mono.Droid</Name>
</ProjectReference>
<Folder Include="Resources\drawable\" />
</ItemGroup>
<Import Project="..\XAMLator.SampleApp\XAMLator.SampleApp.projitems" Label="Shared" Condition="Exists('..\XAMLator.SampleApp\XAMLator.SampleApp.projitems')" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
</Project>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
</Project>

Просмотреть файл

@ -1,12 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\packages\Xamarin.Forms.3.2.0.839982\build\netstandard2.0\Xamarin.Forms.props" Condition="Exists('..\..\packages\Xamarin.Forms.3.2.0.839982\build\netstandard2.0\Xamarin.Forms.props')" />
<Import Project="..\..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.props" Condition="Exists('..\..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.props')" />
<Import Project="..\..\packages\Xamarin.Forms.3.0.0.446417 \build\netstandard2.0\Xamarin.Forms.props" Condition="Exists('..\..\packages\Xamarin.Forms.3.0.0.446417 \build\netstandard2.0\Xamarin.Forms.props')" />
<PropertyGroup>
<ProjectGuid>{040C0E99-7128-4968-AB57-47E3CBFBF2BD}</ProjectGuid>
<OutputType>Exe</OutputType>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
<RootNamespace>XAMLator.SampleApp.Gtk</RootNamespace>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
@ -14,7 +16,8 @@
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<WarningLevel>4</WarningLevel>
<Commandlineparameters></Commandlineparameters>
<Commandlineparameters>
</Commandlineparameters>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
@ -22,10 +25,10 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Mono.CSharp" />
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml" />
@ -37,17 +40,17 @@
<Reference Include="webkit-sharp">
<HintPath>..\..\packages\Xamarin.Forms.Platform.GTK.3.0.0.446417\lib\net45\webkit-sharp.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Xamarin.Forms.3.3.0.967583\lib\netstandard2.0\Xamarin.Forms.Core.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Xamarin.Forms.3.3.0.967583\lib\netstandard2.0\Xamarin.Forms.Platform.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Platform.GTK">
<HintPath>..\..\packages\Xamarin.Forms.Platform.GTK.3.0.0.446417\lib\net45\Xamarin.Forms.Platform.GTK.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Core">
<HintPath>..\..\packages\Xamarin.Forms.3.2.0.839982\lib\netstandard2.0\Xamarin.Forms.Core.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Platform">
<HintPath>..\..\packages\Xamarin.Forms.3.2.0.839982\lib\netstandard2.0\Xamarin.Forms.Platform.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Xaml">
<HintPath>..\..\packages\Xamarin.Forms.3.2.0.839982\lib\netstandard2.0\Xamarin.Forms.Xaml.dll</HintPath>
<Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Xamarin.Forms.3.3.0.967583\lib\netstandard2.0\Xamarin.Forms.Xaml.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
@ -58,14 +61,15 @@
<ItemGroup>
<Compile Include="Program.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\XAMLator.Server.Net47\XAMLator.Server.Mono.Net47.csproj">
<Project>{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}</Project>
<Name>XAMLator.Server.Mono.Net47</Name>
</ProjectReference>
</ItemGroup>
<Import Project="..\XAMLator.SampleApp\XAMLator.SampleApp.projitems" Label="Shared" Condition="Exists('..\XAMLator.SampleApp\XAMLator.SampleApp.projitems')" />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="..\..\packages\Xamarin.Forms.3.0.0.446417 \build\netstandard2.0\Xamarin.Forms.targets" Condition="Exists('..\..\packages\Xamarin.Forms.3.0.0.446417 \build\netstandard2.0\Xamarin.Forms.targets')" />
<Import Project="..\..\packages\Xamarin.Forms.3.2.0.839982\build\netstandard2.0\Xamarin.Forms.targets" Condition="Exists('..\..\packages\Xamarin.Forms.3.2.0.839982\build\netstandard2.0\Xamarin.Forms.targets')" />
</Project>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>Este proyecto hace referencia a los paquetes NuGet que faltan en este equipo. Use la restauración de paquetes NuGet para descargarlos. Para obtener más información, consulte http://go.microsoft.com/fwlink/?LinkID=322105. El archivo que falta es {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.props'))" />
<Error Condition="!Exists('..\..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.targets'))" />
</Target>
<Import Project="..\..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.targets" Condition="Exists('..\..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.targets')" />
</Project>

Просмотреть файл

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net47" />
<package id="Xamarin.Forms" version="3.2.0.839982" targetFramework="net47" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net47" />
<package id="Xamarin.Forms" version="3.3.0.967583" targetFramework="net47" />
<package id="Xamarin.Forms.Platform.GTK" version="3.0.0.446417" targetFramework="net47" />
</packages>

Просмотреть файл

@ -153,15 +153,9 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Forms">
<Version>3.2.0.839982</Version>
<Version>3.3.0.967583</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\XAMLator.Server.iOS\XAMLator.Server.Mono.iOS.csproj">
<Project>{9F60986F-4549-436A-9467-8718FFE84CCE}</Project>
<Name>XAMLator.Server.Mono.iOS</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="TestView.xaml">
<SubType>Designer</SubType>
@ -170,4 +164,4 @@
</ItemGroup>
<Import Project="..\XAMLator.SampleApp\XAMLator.SampleApp.projitems" Label="Shared" Condition="Exists('..\XAMLator.SampleApp\XAMLator.SampleApp.projitems')" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
</Project>
</Project>

495
XAMLator-SampleApp.sln Normal file
Просмотреть файл

@ -0,0 +1,495 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2050
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "XAMLator.Client", "XAMLator.Client\XAMLator.Client.shproj", "{188F8020-6474-43BA-A6E7-0947C385B54C}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "XAMLator.Core", "XAMLator.Core\XAMLator.Core.shproj", "{20C03245-0672-4153-809C-A99F2307B9E9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAMLator.Server.Mono.iOS", "XAMLator.Server.iOS\XAMLator.Server.Mono.iOS.csproj", "{9F60986F-4549-436A-9467-8718FFE84CCE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAMLator.Server.Mono.Droid", "XAMLator.Server.Droid\XAMLator.Server.Mono.Droid.csproj", "{8634D953-84BF-4BBD-873B-B4339BEEA7BF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Addin", "Addin", "{72DE5BCD-BB42-41E2-916A-EEA0B7569529}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SampleApp", "SampleApp", "{AD001C27-B88F-45AD-8297-DB5FE21C6DE7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAMLator.SampleApp.Android", "SampleApp\XAMLator.SampleApp.Android\XAMLator.SampleApp.Android.csproj", "{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAMLator.SampleApp.iOS", "SampleApp\XAMLator.SampleApp.iOS\XAMLator.SampleApp.iOS.csproj", "{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "XAMLator.SampleApp", "SampleApp\XAMLator.SampleApp\XAMLator.SampleApp.shproj", "{8115E626-B954-42AE-9A4C-889AFD311912}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAMLator.SampleApp.Gtk", "SampleApp\XAMLator.SampleApp.Gtk\XAMLator.SampleApp.Gtk.csproj", "{040C0E99-7128-4968-AB57-47E3CBFBF2BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XAMLator.Server.Roslyn", "XAMLator.Server\XAMLator.Server.Roslyn.csproj", "{9A749589-5DAE-4296-A4FA-B74F2D31C759}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "XAMLator.Server.Shared", "XAMLator.Server.Shared\XAMLator.Server.Shared.shproj", "{A2330E63-09C1-43FD-BBE3-8699F5D62888}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAMLator.Server.Mono.Net47", "XAMLator.Server.Net47\XAMLator.Server.Mono.Net47.csproj", "{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAMLator.SampleApp.WPF", "XAMLator.SampleApp.WPF\XAMLator.SampleApp.WPF.csproj", "{2D480056-5264-4DA6-AD2B-8662D344B251}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
SampleApp\XAMLator.SampleApp\XAMLator.SampleApp.projitems*{040c0e99-7128-4968-ab57-47e3cbfbf2bd}*SharedItemsImports = 4
XAMLator.Client\XAMLator.Client.projitems*{188f8020-6474-43ba-a6e7-0947c385b54c}*SharedItemsImports = 13
XAMLator.Core\XAMLator.Core.projitems*{20c03245-0672-4153-809c-a99f2307b9e9}*SharedItemsImports = 13
SampleApp\XAMLator.SampleApp\XAMLator.SampleApp.projitems*{2d480056-5264-4da6-ad2b-8662d344b251}*SharedItemsImports = 4
SampleApp\XAMLator.SampleApp\XAMLator.SampleApp.projitems*{8115e626-b954-42ae-9a4c-889afd311912}*SharedItemsImports = 13
XAMLator.Core\XAMLator.Core.projitems*{8634d953-84bf-4bbd-873b-b4339beea7bf}*SharedItemsImports = 4
XAMLator.Server.Shared\XAMLator.Server.Shared.projitems*{8634d953-84bf-4bbd-873b-b4339beea7bf}*SharedItemsImports = 4
XAMLator.Core\XAMLator.Core.projitems*{9f60986f-4549-436a-9467-8718ffe84cce}*SharedItemsImports = 4
XAMLator.Server.Shared\XAMLator.Server.Shared.projitems*{9f60986f-4549-436a-9467-8718ffe84cce}*SharedItemsImports = 4
XAMLator.Server.Shared\XAMLator.Server.Shared.projitems*{a2330e63-09c1-43fd-bbe3-8699f5d62888}*SharedItemsImports = 13
SampleApp\XAMLator.SampleApp\XAMLator.SampleApp.projitems*{a8af73a1-e1a1-40ef-943e-4fbf475b0c8a}*SharedItemsImports = 4
SampleApp\XAMLator.SampleApp\XAMLator.SampleApp.projitems*{da1a4802-05fa-496a-862d-74fc8b0fd5ca}*SharedItemsImports = 4
XAMLator.Core\XAMLator.Core.projitems*{e3f80adc-71f8-454e-ba3b-87bd0d78b051}*SharedItemsImports = 4
XAMLator.Server.Shared\XAMLator.Server.Shared.projitems*{e3f80adc-71f8-454e-ba3b-87bd0d78b051}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
Ad-Hoc|ARM = Ad-Hoc|ARM
Ad-Hoc|iPhone = Ad-Hoc|iPhone
Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator
Ad-Hoc|x64 = Ad-Hoc|x64
Ad-Hoc|x86 = Ad-Hoc|x86
AppStore|Any CPU = AppStore|Any CPU
AppStore|ARM = AppStore|ARM
AppStore|iPhone = AppStore|iPhone
AppStore|iPhoneSimulator = AppStore|iPhoneSimulator
AppStore|x64 = AppStore|x64
AppStore|x86 = AppStore|x86
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|Any CPU.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|ARM.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|iPhone.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|x64.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|x64.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|x86.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|x86.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|ARM.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|ARM.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|iPhone.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|x64.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|x64.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|x86.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|x86.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|Any CPU.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|ARM.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|ARM.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|iPhone.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|iPhone.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|x64.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|x64.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|x86.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|x86.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|Any CPU.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|ARM.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|iPhone.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|x64.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|x64.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|x86.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|x86.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|ARM.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|ARM.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|iPhone.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|x64.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|x64.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|x86.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|x86.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|Any CPU.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|ARM.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|ARM.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|iPhone.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|iPhone.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|x64.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|x64.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|x86.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|x86.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|ARM.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|x64.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|x86.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|Any CPU.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|Any CPU.Deploy.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|ARM.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|ARM.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|iPhone.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|x64.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|x64.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|x64.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|x86.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|x86.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|x86.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|ARM.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|ARM.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|ARM.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|iPhone.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|x64.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|x64.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|x64.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|x86.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|x86.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|x86.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|Any CPU.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|ARM.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|ARM.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|ARM.Deploy.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|iPhone.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|iPhone.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|x64.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|x64.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|x64.Deploy.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|x86.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|x86.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|x86.Deploy.0 = Release|Any CPU
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|ARM.ActiveCfg = Ad-Hoc|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|x64.ActiveCfg = Ad-Hoc|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|x86.ActiveCfg = Ad-Hoc|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|ARM.ActiveCfg = AppStore|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|iPhone.Build.0 = AppStore|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|x64.ActiveCfg = AppStore|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|x86.ActiveCfg = AppStore|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|ARM.ActiveCfg = Debug|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|iPhone.ActiveCfg = Debug|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|iPhone.Build.0 = Debug|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|x64.ActiveCfg = Debug|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|x86.ActiveCfg = Debug|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|ARM.ActiveCfg = Release|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|iPhone.ActiveCfg = Release|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|iPhone.Build.0 = Release|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|x64.ActiveCfg = Release|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|x86.ActiveCfg = Release|iPhone
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|x64.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|x86.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|ARM.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|ARM.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|iPhone.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|x64.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|x64.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|x86.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|x86.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|ARM.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|ARM.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|iPhone.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|x64.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|x64.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|x86.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|x86.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|Any CPU.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|ARM.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|ARM.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|iPhone.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|iPhone.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|x64.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|x64.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|x86.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|x86.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|x64.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|x86.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|ARM.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|ARM.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|iPhone.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|x64.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|x64.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|x86.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|x86.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|ARM.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|ARM.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|iPhone.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|x64.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|x64.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|x86.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|x86.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|Any CPU.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|ARM.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|ARM.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|iPhone.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|iPhone.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|x64.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|x64.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|x86.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|x86.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|Any CPU.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|ARM.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|iPhone.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|x64.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|x64.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|x86.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|x86.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|ARM.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|ARM.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|iPhone.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|x64.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|x64.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|x86.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|x86.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|Any CPU.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|ARM.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|ARM.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|iPhone.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|iPhone.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|x64.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|x64.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|x86.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|x86.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|x64.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|x86.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|Any CPU.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|ARM.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|ARM.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|iPhone.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|x64.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|x64.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|x86.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|x86.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|ARM.ActiveCfg = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|ARM.Build.0 = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|iPhone.Build.0 = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|x64.ActiveCfg = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|x64.Build.0 = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|x86.ActiveCfg = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|x86.Build.0 = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|Any CPU.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|ARM.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|ARM.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|iPhone.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|iPhone.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|x64.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|x64.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|x86.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{188F8020-6474-43BA-A6E7-0947C385B54C} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{20C03245-0672-4153-809C-A99F2307B9E9} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{9F60986F-4549-436A-9467-8718FFE84CCE} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{8634D953-84BF-4BBD-873B-B4339BEEA7BF} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A} = {AD001C27-B88F-45AD-8297-DB5FE21C6DE7}
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA} = {AD001C27-B88F-45AD-8297-DB5FE21C6DE7}
{8115E626-B954-42AE-9A4C-889AFD311912} = {AD001C27-B88F-45AD-8297-DB5FE21C6DE7}
{040C0E99-7128-4968-AB57-47E3CBFBF2BD} = {AD001C27-B88F-45AD-8297-DB5FE21C6DE7}
{9A749589-5DAE-4296-A4FA-B74F2D31C759} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{A2330E63-09C1-43FD-BBE3-8699F5D62888} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{2D480056-5264-4DA6-AD2B-8662D344B251} = {AD001C27-B88F-45AD-8297-DB5FE21C6DE7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {64A1E489-C218-4CBF-ADE8-52EC55DEC7A6}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.TextStylePolicy = $2
$2.FileWidth = 80
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.scope = text/x-csharp
$0.StandardHeader = $4
EndGlobalSection
EndGlobal

Просмотреть файл

@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MonoDevelop.Addins" Version="0.4.4" />
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="15.8.166" />
</ItemGroup>
<ItemGroup>

Просмотреть файл

@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("XAMLator.Client.Net47")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("XAMLator.Client.Net47")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("996c6c69-1823-4018-94b9-253581328cc3")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

Просмотреть файл

@ -0,0 +1,285 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.props" Condition="Exists('..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{996C6C69-1823-4018-94B9-253581328CC3}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>XAMLator.Client.Net47</RootNamespace>
<AssemblyName>XAMLator.Client.Net47</AssemblyName>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Build.Framework, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Build.Framework.15.8.166\lib\net46\Microsoft.Build.Framework.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Build.Utilities.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Build.Utilities.Core.15.8.166\lib\net46\Microsoft.Build.Utilities.Core.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CodeAnalysis, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.CodeAnalysis.Common.2.9.0\lib\netstandard1.3\Microsoft.CodeAnalysis.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CodeAnalysis.CSharp, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.CodeAnalysis.CSharp.2.9.0\lib\netstandard1.3\Microsoft.CodeAnalysis.CSharp.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CodeAnalysis.CSharp.Workspaces, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.CodeAnalysis.CSharp.Workspaces.2.9.0\lib\netstandard1.3\Microsoft.CodeAnalysis.CSharp.Workspaces.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CodeAnalysis.VisualBasic, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.CodeAnalysis.VisualBasic.2.9.0\lib\netstandard1.3\Microsoft.CodeAnalysis.VisualBasic.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.CodeAnalysis.VisualBasic.Workspaces.2.9.0\lib\netstandard1.3\Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CodeAnalysis.Workspaces, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.CodeAnalysis.Workspaces.Common.2.9.0\lib\net46\Microsoft.CodeAnalysis.Workspaces.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CodeAnalysis.Workspaces.Desktop, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.CodeAnalysis.Workspaces.Common.2.9.0\lib\net46\Microsoft.CodeAnalysis.Workspaces.Desktop.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.Setup.Configuration.Interop, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.Setup.Configuration.Interop.1.16.30\lib\net35\Microsoft.VisualStudio.Setup.Configuration.Interop.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="SQLitePCLRaw.batteries_green, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a84b7dcfb1391f7f, processorArchitecture=MSIL">
<HintPath>..\packages\SQLitePCLRaw.bundle_green.1.1.2\lib\net45\SQLitePCLRaw.batteries_green.dll</HintPath>
</Reference>
<Reference Include="SQLitePCLRaw.batteries_v2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8226ea5df37bcae9, processorArchitecture=MSIL">
<HintPath>..\packages\SQLitePCLRaw.bundle_green.1.1.2\lib\net45\SQLitePCLRaw.batteries_v2.dll</HintPath>
</Reference>
<Reference Include="SQLitePCLRaw.core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1488e028ca7ab535, processorArchitecture=MSIL">
<HintPath>..\packages\SQLitePCLRaw.core.1.1.2\lib\net45\SQLitePCLRaw.core.dll</HintPath>
</Reference>
<Reference Include="SQLitePCLRaw.provider.e_sqlite3, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9c301db686d0bd12, processorArchitecture=MSIL">
<HintPath>..\packages\SQLitePCLRaw.provider.e_sqlite3.net45.1.1.2\lib\net45\SQLitePCLRaw.provider.e_sqlite3.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.AppContext, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.AppContext.4.3.0\lib\net463\System.AppContext.dll</HintPath>
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="System.Collections.Immutable, Version=1.2.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Collections.Immutable.1.5.0\lib\netstandard2.0\System.Collections.Immutable.dll</HintPath>
</Reference>
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Composition.AttributedModel, Version=1.0.31.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Composition.AttributedModel.1.0.31\lib\portable-net45+win8+wp8+wpa81\System.Composition.AttributedModel.dll</HintPath>
</Reference>
<Reference Include="System.Composition.Convention, Version=1.0.31.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Composition.Convention.1.0.31\lib\portable-net45+win8+wp8+wpa81\System.Composition.Convention.dll</HintPath>
</Reference>
<Reference Include="System.Composition.Hosting, Version=1.0.31.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Composition.Hosting.1.0.31\lib\portable-net45+win8+wp8+wpa81\System.Composition.Hosting.dll</HintPath>
</Reference>
<Reference Include="System.Composition.Runtime, Version=1.0.31.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Composition.Runtime.1.0.31\lib\portable-net45+win8+wp8+wpa81\System.Composition.Runtime.dll</HintPath>
</Reference>
<Reference Include="System.Composition.TypedParts, Version=1.0.31.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Composition.TypedParts.1.0.31\lib\portable-net45+win8+wp8+wpa81\System.Composition.TypedParts.dll</HintPath>
</Reference>
<Reference Include="System.Configuration" />
<Reference Include="System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Console.4.3.0\lib\net46\System.Console.dll</HintPath>
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="System.Core" />
<Reference Include="System.Diagnostics.FileVersionInfo, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Diagnostics.FileVersionInfo.4.3.0\lib\net46\System.Diagnostics.FileVersionInfo.dll</HintPath>
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="System.Diagnostics.StackTrace, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Diagnostics.StackTrace.4.3.0\lib\net46\System.Diagnostics.StackTrace.dll</HintPath>
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath>
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll</HintPath>
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll</HintPath>
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath>
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="System.Linq, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Linq.4.3.0\lib\net463\System.Linq.dll</HintPath>
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="System.Linq.Expressions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Linq.Expressions.4.3.0\lib\net463\System.Linq.Expressions.dll</HintPath>
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="System.Numerics" />
<Reference Include="System.Reflection, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Reflection.4.3.0\lib\net462\System.Reflection.dll</HintPath>
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="System.Reflection.Metadata, Version=1.4.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Reflection.Metadata.1.6.0\lib\netstandard2.0\System.Reflection.Metadata.dll</HintPath>
</Reference>
<Reference Include="System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll</HintPath>
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="System.Runtime.Extensions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.Extensions.4.3.0\lib\net462\System.Runtime.Extensions.dll</HintPath>
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="System.Runtime.InteropServices, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.InteropServices.4.3.0\lib\net463\System.Runtime.InteropServices.dll</HintPath>
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="System.Security.Cryptography.Algorithms, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath>
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="System.Text.Encoding.CodePages, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Text.Encoding.CodePages.4.3.0\lib\net46\System.Text.Encoding.CodePages.dll</HintPath>
</Reference>
<Reference Include="System.Threading.Tasks.Extensions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath>
</Reference>
<Reference Include="System.Threading.Thread, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Threading.Thread.4.3.0\lib\net46\System.Threading.Thread.dll</HintPath>
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="System.ValueTuple, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.ValueTuple.4.3.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="System.Xaml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Xml.ReaderWriter.4.3.0\lib\net46\System.Xml.ReaderWriter.dll</HintPath>
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="System.Xml.XmlDocument, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Xml.XmlDocument.4.3.0\lib\net46\System.Xml.XmlDocument.dll</HintPath>
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="System.Xml.XPath, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Xml.XPath.4.3.0\lib\net46\System.Xml.XPath.dll</HintPath>
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="System.Xml.XPath.XDocument, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Xml.XPath.XDocument.4.3.0\lib\net46\System.Xml.XPath.XDocument.dll</HintPath>
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Forms.3.3.0.967583\lib\netstandard2.0\Xamarin.Forms.Core.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Forms.3.3.0.967583\lib\netstandard2.0\Xamarin.Forms.Platform.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Forms.3.3.0.967583\lib\netstandard2.0\Xamarin.Forms.Xaml.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Analyzer Include="..\packages\Microsoft.CodeAnalysis.Analyzers.2.6.1\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll" />
<Analyzer Include="..\packages\Microsoft.CodeAnalysis.Analyzers.2.6.1\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll" />
</ItemGroup>
<Import Project="..\XAMLator.Client\XAMLator.Client.projitems" Label="Shared" />
<Import Project="..\XAMLator.Core\XAMLator.Core.projitems" Label="Shared" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.2\build\SQLitePCLRaw.lib.e_sqlite3.linux.targets" Condition="Exists('..\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.2\build\SQLitePCLRaw.lib.e_sqlite3.linux.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<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>
</PropertyGroup>
<Error Condition="!Exists('..\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.2\build\SQLitePCLRaw.lib.e_sqlite3.linux.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.2\build\SQLitePCLRaw.lib.e_sqlite3.linux.targets'))" />
<Error Condition="!Exists('..\packages\SQLitePCLRaw.lib.e_sqlite3.osx.1.1.2\build\SQLitePCLRaw.lib.e_sqlite3.osx.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\SQLitePCLRaw.lib.e_sqlite3.osx.1.1.2\build\SQLitePCLRaw.lib.e_sqlite3.osx.targets'))" />
<Error Condition="!Exists('..\packages\SQLitePCLRaw.lib.e_sqlite3.v110_xp.1.1.2\build\SQLitePCLRaw.lib.e_sqlite3.v110_xp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\SQLitePCLRaw.lib.e_sqlite3.v110_xp.1.1.2\build\SQLitePCLRaw.lib.e_sqlite3.v110_xp.targets'))" />
<Error Condition="!Exists('..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.props'))" />
<Error Condition="!Exists('..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.targets'))" />
</Target>
<Import Project="..\packages\SQLitePCLRaw.lib.e_sqlite3.osx.1.1.2\build\SQLitePCLRaw.lib.e_sqlite3.osx.targets" Condition="Exists('..\packages\SQLitePCLRaw.lib.e_sqlite3.osx.1.1.2\build\SQLitePCLRaw.lib.e_sqlite3.osx.targets')" />
<Import Project="..\packages\SQLitePCLRaw.lib.e_sqlite3.v110_xp.1.1.2\build\SQLitePCLRaw.lib.e_sqlite3.v110_xp.targets" Condition="Exists('..\packages\SQLitePCLRaw.lib.e_sqlite3.v110_xp.1.1.2\build\SQLitePCLRaw.lib.e_sqlite3.v110_xp.targets')" />
<Import Project="..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.targets')" />
</Project>

Просмотреть файл

@ -0,0 +1,75 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Runtime.InteropServices.RuntimeInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Reflection" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Linq.Expressions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Linq" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.IO" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.InteropServices" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.IO.FileSystem" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Security.Cryptography.Algorithms" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.3.0.0" newVersion="4.3.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Security.Cryptography.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.IO.FileSystem.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Xml.ReaderWriter" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.IO.Compression" publicKeyToken="b77a5c561934e089" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Xml.XPath.XDocument" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Threading.Thread" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

Просмотреть файл

@ -0,0 +1,71 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Build.Framework" version="15.8.166" targetFramework="net47" />
<package id="Microsoft.Build.Utilities.Core" version="15.8.166" targetFramework="net47" />
<package id="Microsoft.CodeAnalysis" version="2.9.0" targetFramework="net47" />
<package id="Microsoft.CodeAnalysis.Analyzers" version="2.6.1" targetFramework="net47" developmentDependency="true" />
<package id="Microsoft.CodeAnalysis.Common" version="2.9.0" targetFramework="net47" />
<package id="Microsoft.CodeAnalysis.CSharp" version="2.9.0" targetFramework="net47" />
<package id="Microsoft.CodeAnalysis.CSharp.Workspaces" version="2.9.0" targetFramework="net47" />
<package id="Microsoft.CodeAnalysis.VisualBasic" version="2.9.0" targetFramework="net47" />
<package id="Microsoft.CodeAnalysis.VisualBasic.Workspaces" version="2.9.0" targetFramework="net47" />
<package id="Microsoft.CodeAnalysis.Workspaces.Common" version="2.9.0" targetFramework="net47" />
<package id="Microsoft.VisualStudio.Setup.Configuration.Interop" version="1.16.30" targetFramework="net47" developmentDependency="true" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net47" />
<package id="SQLitePCLRaw.bundle_green" version="1.1.2" targetFramework="net47" />
<package id="SQLitePCLRaw.core" version="1.1.2" targetFramework="net47" />
<package id="SQLitePCLRaw.lib.e_sqlite3.linux" version="1.1.2" targetFramework="net47" />
<package id="SQLitePCLRaw.lib.e_sqlite3.osx" version="1.1.2" targetFramework="net47" />
<package id="SQLitePCLRaw.lib.e_sqlite3.v110_xp" version="1.1.2" targetFramework="net47" />
<package id="SQLitePCLRaw.provider.e_sqlite3.net45" version="1.1.2" targetFramework="net47" />
<package id="System.AppContext" version="4.3.0" targetFramework="net47" />
<package id="System.Collections" version="4.3.0" targetFramework="net47" />
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="net47" />
<package id="System.Collections.Immutable" version="1.5.0" targetFramework="net47" />
<package id="System.Composition" version="1.0.31" targetFramework="net47" />
<package id="System.Composition.AttributedModel" version="1.0.31" targetFramework="net47" />
<package id="System.Composition.Convention" version="1.0.31" targetFramework="net47" />
<package id="System.Composition.Hosting" version="1.0.31" targetFramework="net47" />
<package id="System.Composition.Runtime" version="1.0.31" targetFramework="net47" />
<package id="System.Composition.TypedParts" version="1.0.31" targetFramework="net47" />
<package id="System.Console" version="4.3.0" targetFramework="net47" />
<package id="System.Diagnostics.Debug" version="4.3.0" targetFramework="net47" />
<package id="System.Diagnostics.FileVersionInfo" version="4.3.0" targetFramework="net47" />
<package id="System.Diagnostics.StackTrace" version="4.3.0" targetFramework="net47" />
<package id="System.Diagnostics.Tools" version="4.3.0" targetFramework="net47" />
<package id="System.Dynamic.Runtime" version="4.3.0" targetFramework="net47" />
<package id="System.Globalization" version="4.3.0" targetFramework="net47" />
<package id="System.IO" version="4.3.0" targetFramework="net47" />
<package id="System.IO.Compression" version="4.3.0" targetFramework="net47" />
<package id="System.IO.FileSystem" version="4.3.0" targetFramework="net47" />
<package id="System.IO.FileSystem.Primitives" version="4.3.0" targetFramework="net47" />
<package id="System.Linq" version="4.3.0" targetFramework="net47" />
<package id="System.Linq.Expressions" version="4.3.0" targetFramework="net47" />
<package id="System.Reflection" version="4.3.0" targetFramework="net47" />
<package id="System.Reflection.Metadata" version="1.6.0" targetFramework="net47" />
<package id="System.Resources.ResourceManager" version="4.3.0" targetFramework="net47" />
<package id="System.Runtime" version="4.3.0" targetFramework="net47" />
<package id="System.Runtime.Extensions" version="4.3.0" targetFramework="net47" />
<package id="System.Runtime.InteropServices" version="4.3.0" targetFramework="net47" />
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net47" />
<package id="System.Runtime.Numerics" version="4.3.0" targetFramework="net47" />
<package id="System.Security.Cryptography.Algorithms" version="4.3.0" targetFramework="net47" />
<package id="System.Security.Cryptography.Encoding" version="4.3.0" targetFramework="net47" />
<package id="System.Security.Cryptography.Primitives" version="4.3.0" targetFramework="net47" />
<package id="System.Security.Cryptography.X509Certificates" version="4.3.0" targetFramework="net47" />
<package id="System.Text.Encoding" version="4.3.0" targetFramework="net47" />
<package id="System.Text.Encoding.CodePages" version="4.3.0" targetFramework="net47" />
<package id="System.Text.Encoding.Extensions" version="4.3.0" targetFramework="net47" />
<package id="System.Threading" version="4.3.0" targetFramework="net47" />
<package id="System.Threading.Tasks" version="4.3.0" targetFramework="net47" />
<package id="System.Threading.Tasks.Extensions" version="4.3.0" targetFramework="net47" />
<package id="System.Threading.Tasks.Parallel" version="4.3.0" targetFramework="net47" />
<package id="System.Threading.Thread" version="4.3.0" targetFramework="net47" />
<package id="System.ValueTuple" version="4.3.0" targetFramework="net47" />
<package id="System.Xml.ReaderWriter" version="4.3.0" targetFramework="net47" />
<package id="System.Xml.XDocument" version="4.3.0" targetFramework="net47" />
<package id="System.Xml.XmlDocument" version="4.3.0" targetFramework="net47" />
<package id="System.Xml.XPath" version="4.3.0" targetFramework="net47" />
<package id="System.Xml.XPath.XDocument" version="4.3.0" targetFramework="net47" />
<package id="Xamarin.Forms" version="3.3.0.967583" targetFramework="net47" />
</packages>

Просмотреть файл

@ -0,0 +1,33 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("XAMLator.Client.VisualStudio")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("XAMLator.Client.VisualStudio")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

Двоичные данные
XAMLator.Client.VisualStudio/Resources/XAMLatorPackage.ico Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 418 KiB

Просмотреть файл

@ -0,0 +1,67 @@
using EnvDTE;
using System;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace XAMLator.Client.VisualStudio
{
public class VisualStudioIDE : IIDE
{
readonly DTE _dte;
public event EventHandler<DocumentChangedEventArgs> DocumentChanged;
public VisualStudioIDE(DTE dte)
{
_dte = dte;
}
public void MonitorEditorChanges()
{
Microsoft.VisualStudio.Shell.ThreadHelper.ThrowIfNotOnUIThread();
if (_dte == null)
throw new InvalidOperationException("XAMLanator not initialized.");
var textEditorEvents = _dte.Events.TextEditorEvents;
textEditorEvents.LineChanged += OnLineChanged;
}
private void OnLineChanged(TextPoint startPoint, TextPoint endPoint, int hint)
{
Microsoft.VisualStudio.Shell.ThreadHelper.ThrowIfNotOnUIThread();
var textDocument = startPoint?.Parent;
if (textDocument == null) return;
var document = startPoint.Parent.Parent;
if (document == null) return;
EmitDocumentChanged(document);
}
public Task RunTarget(string targetName)
{
// TODO:
throw new NotImplementedException();
}
public void ShowError(string error, Exception ex = null)
{
Log.Error(error);
MessageBox.Show(error);
}
void EmitDocumentChanged(Document document)
{
Microsoft.VisualStudio.Shell.ThreadHelper.ThrowIfNotOnUIThread();
TextDocument doc = (TextDocument)(_dte.ActiveDocument.Object("TextDocument"));
var point = doc.StartPoint.CreateEditPoint();
string docText = point.GetText(doc.EndPoint);
Log.Information($"XAML document changed {document.Name}");
DocumentChanged?.Invoke(this, new DocumentChangedEventArgs(document.FullName, docText, null, null));
}
}
}

Просмотреть файл

@ -0,0 +1,241 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\Microsoft.VSSDK.BuildTools.15.8.3252\build\Microsoft.VSSDK.BuildTools.props" Condition="Exists('..\packages\Microsoft.VSSDK.BuildTools.15.8.3252\build\Microsoft.VSSDK.BuildTools.props')" />
<PropertyGroup>
<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<TargetFrameworkProfile />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProjectGuid>{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>XAMLator.Client.VisualStudio</RootNamespace>
<AssemblyName>XAMLator.Client.VisualStudio</AssemblyName>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
<GeneratePkgDefFile>false</GeneratePkgDefFile>
<IncludeAssemblyInVSIXContainer>false</IncludeAssemblyInVSIXContainer>
<IncludeDebugSymbolsInVSIXContainer>false</IncludeDebugSymbolsInVSIXContainer>
<IncludeDebugSymbolsInLocalVSIXDeployment>false</IncludeDebugSymbolsInLocalVSIXDeployment>
<CopyBuildOutputToOutputDirectory>false</CopyBuildOutputToOutputDirectory>
<CopyOutputSymbolsToOutputDirectory>false</CopyOutputSymbolsToOutputDirectory>
<StartAction>Program</StartAction>
<StartProgram Condition="'$(DevEnvDir)' != ''">$(DevEnvDir)devenv.exe</StartProgram>
<StartArguments>/rootsuffix Exp</StartArguments>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DeployExtension>True</DeployExtension>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="VisualStudioIDE.cs" />
<Compile Include="XAMLatorPackage.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup>
<Content Include="index.html" />
<Content Include="Resources\XAMLatorPackage.ico" />
<Content Include="stylesheet.css" />
</ItemGroup>
<ItemGroup>
<Reference Include="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="EnvDTE100, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="EnvDTE80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="EnvDTE90, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="Microsoft.CodeAnalysis, Version=2.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.VisualStudio.CommandBars, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="Microsoft.VisualStudio.CoreUtility, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.CoreUtility.15.8.525\lib\net46\Microsoft.VisualStudio.CoreUtility.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.ImageCatalog, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.ImageCatalog.15.8.28010\lib\net45\Microsoft.VisualStudio.ImageCatalog.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.Imaging, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.Imaging.15.8.28010\lib\net45\Microsoft.VisualStudio.Imaging.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime.14.3.25408\lib\net20\Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\Microsoft.VisualStudio.OLE.Interop.7.10.6071\lib\Microsoft.VisualStudio.OLE.Interop.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.Shell.15.0, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.Shell.15.0.15.0.26228\lib\Microsoft.VisualStudio.Shell.15.0.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.Shell.Framework, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.Shell.Framework.15.8.28010\lib\net45\Microsoft.VisualStudio.Shell.Framework.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.Shell.Immutable.10.0.15.0.25415\lib\net45\Microsoft.VisualStudio.Shell.Immutable.10.0.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.11.0, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.Shell.Immutable.11.0.15.0.25415\lib\net45\Microsoft.VisualStudio.Shell.Immutable.11.0.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.12.0, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.Shell.Immutable.12.0.15.0.25415\lib\net45\Microsoft.VisualStudio.Shell.Immutable.12.0.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.14.0, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.Shell.Immutable.14.0.15.0.25405\lib\net45\Microsoft.VisualStudio.Shell.Immutable.14.0.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.Shell.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\Microsoft.VisualStudio.Shell.Interop.7.10.6072\lib\net11\Microsoft.VisualStudio.Shell.Interop.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.Shell.Interop.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.Shell.Interop.10.0.10.0.30320\lib\net20\Microsoft.VisualStudio.Shell.Interop.10.0.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="Microsoft.VisualStudio.Shell.Interop.11.0, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.Shell.Interop.11.0.11.0.61031\lib\net20\Microsoft.VisualStudio.Shell.Interop.11.0.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="Microsoft.VisualStudio.Shell.Interop.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.Shell.Interop.12.0.12.0.30111\lib\net20\Microsoft.VisualStudio.Shell.Interop.12.0.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.14.3.25407\lib\Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\Microsoft.VisualStudio.Shell.Interop.8.0.8.0.50728\lib\net11\Microsoft.VisualStudio.Shell.Interop.8.0.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\Microsoft.VisualStudio.Shell.Interop.9.0.9.0.30730\lib\net11\Microsoft.VisualStudio.Shell.Interop.9.0.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.TextManager.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\Microsoft.VisualStudio.TextManager.Interop.7.10.6071\lib\net11\Microsoft.VisualStudio.TextManager.Interop.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.TextManager.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\Microsoft.VisualStudio.TextManager.Interop.8.0.8.0.50728\lib\net11\Microsoft.VisualStudio.TextManager.Interop.8.0.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.Threading, Version=15.8.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.Threading.15.8.168\lib\net46\Microsoft.VisualStudio.Threading.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.Utilities, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.Utilities.15.8.28010\lib\net46\Microsoft.VisualStudio.Utilities.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.Validation, Version=15.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.VisualStudio.Validation.15.3.58\lib\net45\Microsoft.VisualStudio.Validation.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="StreamJsonRpc, Version=1.4.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\StreamJsonRpc.1.4.128\lib\net46\StreamJsonRpc.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Configuration" />
<Reference Include="System.Data" />
<Reference Include="System.Design" />
<Reference Include="System.Drawing" />
<Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http, Version=4.1.1.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll</HintPath>
</Reference>
<Reference Include="System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll</HintPath>
</Reference>
<Reference Include="System.Security.Cryptography.Algorithms, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.1\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath>
</Reference>
<Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
</Reference>
<Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
</Reference>
<Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Security.Cryptography.X509Certificates.4.3.2\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
</Reference>
<Reference Include="System.ValueTuple, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.ValueTuple.4.3.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Analyzer Include="..\packages\Microsoft.VisualStudio.SDK.Analyzers.15.8.36\analyzers\cs\Microsoft.VisualStudio.SDK.Analyzers.dll" />
<Analyzer Include="..\packages\Microsoft.VisualStudio.Threading.Analyzers.15.8.168\analyzers\cs\Microsoft.VisualStudio.Threading.Analyzers.dll" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="XAMLatorPackage.resx">
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\XAMLator.Client.Net47\XAMLator.Client.Net47.csproj">
<Project>{996c6c69-1823-4018-94b9-253581328cc3}</Project>
<Name>XAMLator.Client.Net47</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="..\packages\Microsoft.VisualStudio.Threading.Analyzers.15.8.168\build\Microsoft.VisualStudio.Threading.Analyzers.targets" Condition="Exists('..\packages\Microsoft.VisualStudio.Threading.Analyzers.15.8.168\build\Microsoft.VisualStudio.Threading.Analyzers.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<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>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Microsoft.VisualStudio.Threading.Analyzers.15.8.168\build\Microsoft.VisualStudio.Threading.Analyzers.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VisualStudio.Threading.Analyzers.15.8.168\build\Microsoft.VisualStudio.Threading.Analyzers.targets'))" />
<Error Condition="!Exists('..\packages\Microsoft.VSSDK.BuildTools.15.8.3252\build\Microsoft.VSSDK.BuildTools.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VSSDK.BuildTools.15.8.3252\build\Microsoft.VSSDK.BuildTools.props'))" />
<Error Condition="!Exists('..\packages\Microsoft.VSSDK.BuildTools.15.8.3252\build\Microsoft.VSSDK.BuildTools.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VSSDK.BuildTools.15.8.3252\build\Microsoft.VSSDK.BuildTools.targets'))" />
<Error Condition="!Exists('..\packages\Microsoft.VisualStudio.SDK.Analyzers.15.8.36\build\Microsoft.VisualStudio.SDK.Analyzers.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VisualStudio.SDK.Analyzers.15.8.36\build\Microsoft.VisualStudio.SDK.Analyzers.targets'))" />
<Error Condition="!Exists('..\packages\Microsoft.VisualStudio.SDK.EmbedInteropTypes.15.0.10\build\Microsoft.VisualStudio.SDK.EmbedInteropTypes.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VisualStudio.SDK.EmbedInteropTypes.15.0.10\build\Microsoft.VisualStudio.SDK.EmbedInteropTypes.targets'))" />
</Target>
<Import Project="..\packages\Microsoft.VSSDK.BuildTools.15.8.3252\build\Microsoft.VSSDK.BuildTools.targets" Condition="Exists('..\packages\Microsoft.VSSDK.BuildTools.15.8.3252\build\Microsoft.VSSDK.BuildTools.targets')" />
<Import Project="..\packages\Microsoft.VisualStudio.SDK.Analyzers.15.8.36\build\Microsoft.VisualStudio.SDK.Analyzers.targets" Condition="Exists('..\packages\Microsoft.VisualStudio.SDK.Analyzers.15.8.36\build\Microsoft.VisualStudio.SDK.Analyzers.targets')" />
<Import Project="..\packages\Microsoft.VisualStudio.SDK.EmbedInteropTypes.15.0.10\build\Microsoft.VisualStudio.SDK.EmbedInteropTypes.targets" Condition="Exists('..\packages\Microsoft.VisualStudio.SDK.EmbedInteropTypes.15.0.10\build\Microsoft.VisualStudio.SDK.EmbedInteropTypes.targets')" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

Просмотреть файл

@ -0,0 +1,64 @@
using System;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.InteropServices;
using System.Threading;
using System.Threading.Tasks;
using EnvDTE;
using Microsoft;
using Microsoft.VisualStudio;
using Microsoft.VisualStudio.Shell;
using Microsoft.VisualStudio.Shell.Interop;
namespace XAMLator.Client.VisualStudio
{
[PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)]
[InstalledProductRegistration("#110", "#112", "1.0", IconResourceID = 400)]
[Guid(PackageGuidString)]
[SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1650:ElementDocumentationMustBeSpelledCorrectly", Justification = "pkgdef, VS and vsixmanifest are valid VS terms")]
// The following line will schedule the package to be initialized when a solution is being opened
[ProvideAutoLoad(VSConstants.UICONTEXT.SolutionOpening_string, PackageAutoLoadFlags.BackgroundLoad)]
public sealed class XAMLatorPackage : AsyncPackage
{
public const string PackageGuidString = "c3dd450f-35c5-44e5-ab40-51960e8c9acb";
protected override async System.Threading.Tasks.Task InitializeAsync(CancellationToken cancellationToken, IProgress<ServiceProgressData> progress)
{
// Since this package might not be initialized until after a solution has finished loading,
// we need to check if a solution has already been loaded and then handle it.
bool isSolutionLoaded = await IsSolutionLoadedAsync();
if (isSolutionLoaded)
{
HandleOpenSolution();
}
// Listen for subsequent solution events.
Microsoft.VisualStudio.Shell.Events.SolutionEvents.OnAfterOpenSolution += HandleOpenSolution;
}
private async Task<bool> IsSolutionLoadedAsync()
{
await JoinableTaskFactory.SwitchToMainThreadAsync();
// Check if a solution has loaded.
var solService = await GetServiceAsync(typeof(SVsSolution)) as IVsSolution;
Assumes.Present(solService);
ErrorHandler.ThrowOnFailure(solService.GetProperty((int)__VSPROPID.VSPROPID_IsSolutionOpen, out object value));
return value is bool isSolOpen && isSolOpen;
}
private async void HandleOpenSolution(object sender = null, EventArgs e = null)
{
await JoinableTaskFactory.SwitchToMainThreadAsync(DisposalToken);
DTE dte = (DTE)await GetServiceAsync(typeof(DTE));
// Initialize Visual Studio XAMLatorMonitor.
XAMLatorMonitor.Init(new VisualStudioIDE(dte));
// Start monitoring.
XAMLatorMonitor.Instance.StartMonitoring();
}
}
}

Просмотреть файл

@ -0,0 +1,130 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="110" xml:space="preserve">
<value>XAMLatorPackage Extension</value>
</data>
<data name="112" xml:space="preserve">
<value>XAMLatorPackage Visual Studio Extension Detailed Info</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="400" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\XAMLatorPackage.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>

Просмотреть файл

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.VisualStudio.Threading" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-15.8.0.0" newVersion="15.8.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="StreamJsonRpc" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.4.0.0" newVersion="1.4.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.1.3" newVersion="4.1.1.3" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

Просмотреть файл

@ -0,0 +1,65 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<link rel="stylesheet" type="text/css" href="stylesheet.css" media="screen">
<title>Getting Started</title>
</head>
<body>
<div class="container">
<div id="header">
<h1>Getting Started</h1>
<h2>Visual Studio Extensions</h2>
</div>
<div id="main_content">
<div id="lpanel">
<h1>Creating a Visual Studio Extension</h1>
<p>This project enables developers to create an extension for Visual Studio. The solution contains a VSIX project that packages the extension into a VSIX file. This file is used to install an extension for Visual Studio.</p>
<h2>Add new features</h2>
<ol>
<li>Right-click the project node in Solution Explorer and select Add&gt;New Item.</li>
<li>In the Add New Item dialog box, expand the Extensibility node under Visual C# or Visual Basic.</li>
<li>Choose from the available item templates: Visual Studio Package, Editor Items (Classifier, Margin, Text Adornment, Viewport Adornment), Command, Tool Window, Toolbox Control, and then click Add.</li>
</ol>
<p>The files for the template that you selected are added to the project. You can start adding functionality to your item template, press F5 to run the project, or add additional item templates.</p>
<h2>Run and debug</h2>
<p>To run the project, press F5. Visual Studio will:</p>
<ul>
<li>Build the extension from the VSIX project.</li>
<li>Create a VSIX package from the VSIX project.</li>
<li>When debugging, start an experimental instance of Visual Studio with the VSIX package installed.</li>
</ul>
<p>In the experimental instance of Visual Studio you can test out the functionality of your extension without affecting your Visual Studio installation.</p>
</div>
<div id="rpanel">
<div>
<h1>Visual Studio Extensibility Resources</h1>
<ol>
<li><a target="_blank" href="https://aka.ms/o5gv1m">Visual Studio documentation</a><br />Detailed documentation and API reference material for building extensions.</li>
<li><a target="_blank" href="https://aka.ms/pauhge">Extension samples on GitHub</a><br />Use a sample project to kickstart your development.</li>
<li><a target="_blank" href="https://aka.ms/l24u91">Extensibility chat room on Gitter</a><br />Meet other extension developers and exchange tips and tricks for extension development.</li>
<li><a target="_blank" href="https://aka.ms/spn6s4">Channel 9 videos on extensibility</a><br />Watch videos from the product team on Visual Studio extensibility.</li>
<li><a target="_blank" href="https://aka.ms/ui0qn6">Extensibility Tools</a><br />Install an optional helper tool that adds extra IDE support for extension authors.</li>
</ol>
<h1>Give us feedback</h1>
<ul>
<li><a target="_blank" href="https://aka.ms/uonulm">Submit a new feature idea or suggestion</a></li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>

Просмотреть файл

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.VisualStudio.CoreUtility" version="15.8.525" targetFramework="net47" />
<package id="Microsoft.VisualStudio.ImageCatalog" version="15.8.28010" targetFramework="net47" />
<package id="Microsoft.VisualStudio.Imaging" version="15.8.28010" targetFramework="net47" />
<package id="Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime" version="14.3.25408" targetFramework="net47" />
<package id="Microsoft.VisualStudio.OLE.Interop" version="7.10.6071" targetFramework="net47" />
<package id="Microsoft.VisualStudio.SDK.Analyzers" version="15.8.36" targetFramework="net47" />
<package id="Microsoft.VisualStudio.SDK.EmbedInteropTypes" version="15.0.10" targetFramework="net47" />
<package id="Microsoft.VisualStudio.Shell.14.0" version="14.3.25407" targetFramework="net452" />
<package id="Microsoft.VisualStudio.Shell.15.0" version="15.0.26228" targetFramework="net47" />
<package id="Microsoft.VisualStudio.Shell.Framework" version="15.8.28010" targetFramework="net47" />
<package id="Microsoft.VisualStudio.Shell.Immutable.10.0" version="15.0.25415" targetFramework="net47" />
<package id="Microsoft.VisualStudio.Shell.Immutable.11.0" version="15.0.25415" targetFramework="net47" />
<package id="Microsoft.VisualStudio.Shell.Immutable.12.0" version="15.0.25415" targetFramework="net47" />
<package id="Microsoft.VisualStudio.Shell.Immutable.14.0" version="15.0.25405" targetFramework="net47" />
<package id="Microsoft.VisualStudio.Shell.Interop" version="7.10.6072" targetFramework="net47" />
<package id="Microsoft.VisualStudio.Shell.Interop.10.0" version="10.0.30320" targetFramework="net47" />
<package id="Microsoft.VisualStudio.Shell.Interop.11.0" version="11.0.61031" targetFramework="net47" />
<package id="Microsoft.VisualStudio.Shell.Interop.12.0" version="12.0.30111" targetFramework="net47" />
<package id="Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime" version="14.3.25407" targetFramework="net47" />
<package id="Microsoft.VisualStudio.Shell.Interop.8.0" version="8.0.50728" targetFramework="net47" />
<package id="Microsoft.VisualStudio.Shell.Interop.9.0" version="9.0.30730" targetFramework="net47" />
<package id="Microsoft.VisualStudio.TextManager.Interop" version="7.10.6071" targetFramework="net47" />
<package id="Microsoft.VisualStudio.TextManager.Interop.8.0" version="8.0.50728" targetFramework="net47" />
<package id="Microsoft.VisualStudio.Threading" version="15.8.168" targetFramework="net47" />
<package id="Microsoft.VisualStudio.Threading.Analyzers" version="15.8.168" targetFramework="net47" />
<package id="Microsoft.VisualStudio.Utilities" version="15.8.28010" targetFramework="net47" />
<package id="Microsoft.VisualStudio.Validation" version="15.3.58" targetFramework="net47" />
<package id="Microsoft.VSSDK.BuildTools" version="15.8.3252" targetFramework="net47" developmentDependency="true" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net452" />
<package id="StreamJsonRpc" version="1.4.128" targetFramework="net47" />
<package id="System.IO" version="4.3.0" targetFramework="net47" />
<package id="System.Net.Http" version="4.3.4" targetFramework="net47" />
<package id="System.Reflection.Emit" version="4.3.0" targetFramework="net47" />
<package id="System.Runtime" version="4.3.0" targetFramework="net47" />
<package id="System.Security.Cryptography.Algorithms" version="4.3.1" targetFramework="net47" />
<package id="System.Security.Cryptography.Encoding" version="4.3.0" targetFramework="net47" />
<package id="System.Security.Cryptography.Primitives" version="4.3.0" targetFramework="net47" />
<package id="System.Security.Cryptography.X509Certificates" version="4.3.2" targetFramework="net47" />
<package id="System.ValueTuple" version="4.3.0" targetFramework="net47" />
</packages>

Просмотреть файл

@ -0,0 +1,17 @@
<?xml version="1.0" ?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="XAMLator.Client.VisualStudio.87f015f3-a388-49db-87c4-91da5e5705d6" Version="1.0" Language="en-US" Publisher="Javier Suárez Ruiz" />
<DisplayName>XAMLator.Client.VisualStudio</DisplayName>
<Description>Empty VSIX Project.</Description>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0, 16.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
</PackageManifest>

Просмотреть файл

@ -0,0 +1,129 @@
body {
margin: 0;
padding: 0;
border: 0;
color: #1E1E1E;
font-size: 13px;
font-family: "Segoe UI", Helvetica, Arial, sans-serif;
line-height: 1.45;
word-wrap: break-word;
}
/* General & 'Reset' Stuff */
.container {
width: 980px;
margin: 0 auto;
}
section {
display: block;
margin: 0;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
}
/* Header, <header>
header - container
h1 - project name
h2 - project description
*/
#header {
color: #FFF;
background: #68217a;
position:relative;
}
#hangcloud {
width: 190px;
height: 160px;
background: url("../images/bannerart03.png");
position: absolute;
top: 0;
right: -30px;
}
h1, h2 {
font-family: "Segoe UI Light", "Segoe UI", Helvetica, Arial, sans-serif;
line-height: 1;
margin: 0 18px;
padding: 0;
}
#header h1 {
font-size: 3.4em;
padding-top: 18px;
font-weight: normal;
margin-left: 15px;
}
#header h2 {
font-size: 1.5em;
margin-top: 10px;
padding-bottom: 18px;
font-weight: normal;
}
#main_content {
width: 100%;
display: flex;
flex-direction: row;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bolder;
}
#main_content h1 {
font-size: 1.8em;
margin-top: 34px;
}
#main_content h1:first-child {
margin-top: 30px;
}
#main_content h2 {
font-size: 1.4em;
font-weight: bold;
}
p, ul {
margin: 11px 18px;
}
#main_content a {
color: #06C;
text-decoration: none;
}
ul {
margin-top: 13px;
margin-left: 18px;
padding-left: 0;
}
ul li {
margin-left: 18px;
padding-left: 0;
}
#lpanel {
width: 620px;
float: left;
}
#rpanel ul {
list-style-type: none;
width: 300px;
}
#rpanel ul li {
line-height: 1.8em;
}
#rpanel {
background: #e7e7e7;
width: 360px;
float: right;
}
#rpanel div {
width: 300px;
}

Просмотреть файл

@ -7,21 +7,20 @@ using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Xamarin.Forms.Build.Tasks;
using static Microsoft.CodeAnalysis.CSharp.SyntaxFactory;
namespace XAMLator.Client
{
/// <summary>
/// Represents a Xamarin Forms View class including the XAML view,
/// the code-behind, the autogenerated code and other partial declarations
/// of the class.
/// When the class is updated with the current status of the class when
/// the IDE notifies changes on any of the documents that composes this class.
/// This tool was used to easilly generate the Roslyn code from sources
/// https://roslynquoter.azurewebsites.net/
/// </summary>
public class FormsViewClassDeclaration
/// <summary>
/// Represents a Xamarin Forms View class including the XAML view,
/// the code-behind, the autogenerated code and other partial declarations
/// of the class.
/// When the class is updated with the current status of the class when
/// the IDE notifies changes on any of the documents that composes this class.
/// This tool was used to easilly generate the Roslyn code from sources
/// https://roslynquoter.azurewebsites.net/
/// </summary>
public class FormsViewClassDeclaration
{
/// <summary>
@ -69,10 +68,12 @@ namespace XAMLator.Client
static FormsViewClassDeclaration()
{
/*
var assembly = Assembly.GetAssembly(typeof(XamlGTask));
var type = assembly.GetType("Xamarin.Forms.Build.Tasks.XamlGenerator");
xamlGeneratorConstructor = type.GetConstructors().Single(c => c.GetParameters().Length == 7);
executeMethod = type.GetMethod("Execute");
*/
}
/// <summary>

494
XAMLator.MonoDevelop.sln Normal file
Просмотреть файл

@ -0,0 +1,494 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2050
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XAMLator.Client.MonoDevelop", "XAMLator.Client.MonoDevelop\XAMLator.Client.MonoDevelop.csproj", "{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "XAMLator.Client", "XAMLator.Client\XAMLator.Client.shproj", "{188F8020-6474-43BA-A6E7-0947C385B54C}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "XAMLator.Core", "XAMLator.Core\XAMLator.Core.shproj", "{20C03245-0672-4153-809C-A99F2307B9E9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAMLator.Server.Mono.iOS", "XAMLator.Server.iOS\XAMLator.Server.Mono.iOS.csproj", "{9F60986F-4549-436A-9467-8718FFE84CCE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAMLator.Server.Mono.Droid", "XAMLator.Server.Droid\XAMLator.Server.Mono.Droid.csproj", "{8634D953-84BF-4BBD-873B-B4339BEEA7BF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Addin", "Addin", "{72DE5BCD-BB42-41E2-916A-EEA0B7569529}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SampleApp", "SampleApp", "{AD001C27-B88F-45AD-8297-DB5FE21C6DE7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAMLator.SampleApp.Android", "SampleApp\XAMLator.SampleApp.Android\XAMLator.SampleApp.Android.csproj", "{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAMLator.SampleApp.iOS", "SampleApp\XAMLator.SampleApp.iOS\XAMLator.SampleApp.iOS.csproj", "{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "XAMLator.SampleApp", "SampleApp\XAMLator.SampleApp\XAMLator.SampleApp.shproj", "{8115E626-B954-42AE-9A4C-889AFD311912}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAMLator.SampleApp.Gtk", "SampleApp\XAMLator.SampleApp.Gtk\XAMLator.SampleApp.Gtk.csproj", "{040C0E99-7128-4968-AB57-47E3CBFBF2BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XAMLator.Server.Roslyn", "XAMLator.Server\XAMLator.Server.Roslyn.csproj", "{9A749589-5DAE-4296-A4FA-B74F2D31C759}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "XAMLator.Server.Shared", "XAMLator.Server.Shared\XAMLator.Server.Shared.shproj", "{A2330E63-09C1-43FD-BBE3-8699F5D62888}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAMLator.Server.Mono.Net47", "XAMLator.Server.Net47\XAMLator.Server.Mono.Net47.csproj", "{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
SampleApp\XAMLator.SampleApp\XAMLator.SampleApp.projitems*{040c0e99-7128-4968-ab57-47e3cbfbf2bd}*SharedItemsImports = 4
XAMLator.Client\XAMLator.Client.projitems*{188f8020-6474-43ba-a6e7-0947c385b54c}*SharedItemsImports = 13
XAMLator.Core\XAMLator.Core.projitems*{20c03245-0672-4153-809c-a99f2307b9e9}*SharedItemsImports = 13
SampleApp\XAMLator.SampleApp\XAMLator.SampleApp.projitems*{8115e626-b954-42ae-9a4c-889afd311912}*SharedItemsImports = 13
XAMLator.Core\XAMLator.Core.projitems*{8634d953-84bf-4bbd-873b-b4339beea7bf}*SharedItemsImports = 4
XAMLator.Server.Shared\XAMLator.Server.Shared.projitems*{8634d953-84bf-4bbd-873b-b4339beea7bf}*SharedItemsImports = 4
XAMLator.Core\XAMLator.Core.projitems*{9f60986f-4549-436a-9467-8718ffe84cce}*SharedItemsImports = 4
XAMLator.Server.Shared\XAMLator.Server.Shared.projitems*{9f60986f-4549-436a-9467-8718ffe84cce}*SharedItemsImports = 4
XAMLator.Server.Shared\XAMLator.Server.Shared.projitems*{a2330e63-09c1-43fd-bbe3-8699f5d62888}*SharedItemsImports = 13
SampleApp\XAMLator.SampleApp\XAMLator.SampleApp.projitems*{a8af73a1-e1a1-40ef-943e-4fbf475b0c8a}*SharedItemsImports = 4
SampleApp\XAMLator.SampleApp\XAMLator.SampleApp.projitems*{da1a4802-05fa-496a-862d-74fc8b0fd5ca}*SharedItemsImports = 4
XAMLator.Core\XAMLator.Core.projitems*{e3f80adc-71f8-454e-ba3b-87bd0d78b051}*SharedItemsImports = 4
XAMLator.Server.Shared\XAMLator.Server.Shared.projitems*{e3f80adc-71f8-454e-ba3b-87bd0d78b051}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
Ad-Hoc|ARM = Ad-Hoc|ARM
Ad-Hoc|iPhone = Ad-Hoc|iPhone
Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator
Ad-Hoc|x64 = Ad-Hoc|x64
Ad-Hoc|x86 = Ad-Hoc|x86
AppStore|Any CPU = AppStore|Any CPU
AppStore|ARM = AppStore|ARM
AppStore|iPhone = AppStore|iPhone
AppStore|iPhoneSimulator = AppStore|iPhoneSimulator
AppStore|x64 = AppStore|x64
AppStore|x86 = AppStore|x86
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.AppStore|Any CPU.Build.0 = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.AppStore|ARM.Build.0 = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.AppStore|iPhone.Build.0 = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.AppStore|x64.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.AppStore|x64.Build.0 = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.AppStore|x86.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.AppStore|x86.Build.0 = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Debug|ARM.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Debug|ARM.Build.0 = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Debug|iPhone.Build.0 = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Debug|x64.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Debug|x64.Build.0 = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Debug|x86.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Debug|x86.Build.0 = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Release|Any CPU.Build.0 = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Release|ARM.ActiveCfg = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Release|ARM.Build.0 = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Release|iPhone.ActiveCfg = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Release|iPhone.Build.0 = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Release|x64.ActiveCfg = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Release|x64.Build.0 = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Release|x86.ActiveCfg = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Release|x86.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|Any CPU.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|ARM.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|iPhone.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|x64.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|x64.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|x86.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|x86.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|ARM.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|ARM.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|iPhone.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|x64.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|x64.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|x86.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|x86.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|Any CPU.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|ARM.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|ARM.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|iPhone.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|iPhone.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|x64.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|x64.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|x86.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|x86.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|Any CPU.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|ARM.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|iPhone.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|x64.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|x64.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|x86.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|x86.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|ARM.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|ARM.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|iPhone.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|x64.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|x64.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|x86.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|x86.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|Any CPU.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|ARM.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|ARM.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|iPhone.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|iPhone.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|x64.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|x64.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|x86.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|x86.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|ARM.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|x64.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|x86.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|Any CPU.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|Any CPU.Deploy.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|ARM.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|ARM.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|iPhone.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|x64.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|x64.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|x64.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|x86.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|x86.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|x86.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|ARM.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|ARM.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|ARM.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|iPhone.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|x64.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|x64.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|x64.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|x86.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|x86.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|x86.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|Any CPU.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|ARM.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|ARM.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|ARM.Deploy.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|iPhone.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|iPhone.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|x64.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|x64.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|x64.Deploy.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|x86.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|x86.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|x86.Deploy.0 = Release|Any CPU
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|ARM.ActiveCfg = Ad-Hoc|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|x64.ActiveCfg = Ad-Hoc|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|x86.ActiveCfg = Ad-Hoc|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|ARM.ActiveCfg = AppStore|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|iPhone.Build.0 = AppStore|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|x64.ActiveCfg = AppStore|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|x86.ActiveCfg = AppStore|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|ARM.ActiveCfg = Debug|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|iPhone.ActiveCfg = Debug|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|iPhone.Build.0 = Debug|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|x64.ActiveCfg = Debug|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|x86.ActiveCfg = Debug|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|ARM.ActiveCfg = Release|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|iPhone.ActiveCfg = Release|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|iPhone.Build.0 = Release|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|x64.ActiveCfg = Release|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|x86.ActiveCfg = Release|iPhone
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|x64.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|x86.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|ARM.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|ARM.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|iPhone.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|x64.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|x64.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|x86.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|x86.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|ARM.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|ARM.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|iPhone.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|x64.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|x64.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|x86.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|x86.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|Any CPU.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|ARM.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|ARM.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|iPhone.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|iPhone.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|x64.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|x64.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|x86.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|x86.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|x64.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|x86.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|ARM.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|ARM.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|iPhone.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|x64.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|x64.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|x86.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|x86.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|ARM.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|ARM.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|iPhone.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|x64.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|x64.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|x86.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|x86.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|Any CPU.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|ARM.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|ARM.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|iPhone.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|iPhone.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|x64.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|x64.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|x86.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|x86.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|Any CPU.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|ARM.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|iPhone.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|x64.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|x64.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|x86.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|x86.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|ARM.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|ARM.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|iPhone.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|x64.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|x64.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|x86.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|x86.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|Any CPU.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|ARM.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|ARM.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|iPhone.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|iPhone.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|x64.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|x64.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|x86.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{188F8020-6474-43BA-A6E7-0947C385B54C} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{20C03245-0672-4153-809C-A99F2307B9E9} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{9F60986F-4549-436A-9467-8718FFE84CCE} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{8634D953-84BF-4BBD-873B-B4339BEEA7BF} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A} = {AD001C27-B88F-45AD-8297-DB5FE21C6DE7}
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA} = {AD001C27-B88F-45AD-8297-DB5FE21C6DE7}
{8115E626-B954-42AE-9A4C-889AFD311912} = {AD001C27-B88F-45AD-8297-DB5FE21C6DE7}
{040C0E99-7128-4968-AB57-47E3CBFBF2BD} = {AD001C27-B88F-45AD-8297-DB5FE21C6DE7}
{9A749589-5DAE-4296-A4FA-B74F2D31C759} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{A2330E63-09C1-43FD-BBE3-8699F5D62888} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {64A1E489-C218-4CBF-ADE8-52EC55DEC7A6}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.TextStylePolicy = $2
$2.FileWidth = 80
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.scope = text/x-csharp
$0.StandardHeader = $4
EndGlobalSection
EndGlobal

Просмотреть файл

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7"/>
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="OpenTK" publicKeyToken="bad199fe84eb3df4" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

Просмотреть файл

@ -0,0 +1,9 @@
<Application x:Class="XAMLator.SampleApp.WPF.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:XAMLator.SampleApp.WPF"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>

Просмотреть файл

@ -0,0 +1,8 @@
using System.Windows;
namespace XAMLator.SampleApp.WPF
{
public partial class App : Application
{
}
}

Просмотреть файл

@ -0,0 +1,15 @@
<wpf:FormsApplicationPage
x:Class="XAMLator.SampleApp.WPF.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:wpf="clr-namespace:Xamarin.Forms.Platform.WPF;assembly=Xamarin.Forms.Platform.WPF"
mc:Ignorable="d"
Title="XAMLator Sample"
Height="450"
Width="800">
<Grid>
</Grid>
</wpf:FormsApplicationPage>

Просмотреть файл

@ -0,0 +1,14 @@
using Xamarin.Forms.Platform.WPF;
namespace XAMLator.SampleApp.WPF
{
public partial class MainWindow : FormsApplicationPage
{
public MainWindow()
{
InitializeComponent();
Xamarin.Forms.Forms.Init();
LoadApplication(new SampleApp.App());
}
}
}

Просмотреть файл

@ -0,0 +1,25 @@
<configuration>
<dllmap os="linux" dll="opengl32.dll" target="libGL.so.1"/>
<dllmap os="linux" dll="glu32.dll" target="libGLU.so.1"/>
<dllmap os="linux" dll="openal32.dll" target="libopenal.so.1"/>
<dllmap os="linux" dll="alut.dll" target="libalut.so.0"/>
<dllmap os="linux" dll="opencl.dll" target="libOpenCL.so"/>
<dllmap os="linux" dll="libX11" target="libX11.so.6"/>
<dllmap os="linux" dll="libXi" target="libXi.so.6"/>
<dllmap os="linux" dll="SDL2.dll" target="libSDL2-2.0.so.0"/>
<dllmap os="osx" dll="opengl32.dll" target="/System/Library/Frameworks/OpenGL.framework/OpenGL"/>
<dllmap os="osx" dll="openal32.dll" target="/System/Library/Frameworks/OpenAL.framework/OpenAL" />
<dllmap os="osx" dll="alut.dll" target="/System/Library/Frameworks/OpenAL.framework/OpenAL" />
<dllmap os="osx" dll="libGLES.dll" target="/System/Library/Frameworks/OpenGLES.framework/OpenGLES" />
<dllmap os="osx" dll="libGLESv1_CM.dll" target="/System/Library/Frameworks/OpenGLES.framework/OpenGLES" />
<dllmap os="osx" dll="libGLESv2.dll" target="/System/Library/Frameworks/OpenGLES.framework/OpenGLES" />
<dllmap os="osx" dll="opencl.dll" target="/System/Library/Frameworks/OpenCL.framework/OpenCL"/>
<dllmap os="osx" dll="SDL2.dll" target="libSDL2.dylib"/>
<!-- XQuartz compatibility (X11 on Mac) -->
<dllmap os="osx" dll="libGL.so.1" target="/usr/X11/lib/libGL.dylib"/>
<dllmap os="osx" dll="libX11" target="/usr/X11/lib/libX11.dylib"/>
<dllmap os="osx" dll="libXcursor.so.1" target="/usr/X11/lib/libXcursor.dylib"/>
<dllmap os="osx" dll="libXi" target="/usr/X11/lib/libXi.dylib"/>
<dllmap os="osx" dll="libXinerama" target="/usr/X11/lib/libXinerama.dylib"/>
<dllmap os="osx" dll="libXrandr.so.2" target="/usr/X11/lib/libXrandr.dylib"/>
</configuration>

Просмотреть файл

@ -0,0 +1,55 @@
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
// La información general de un ensamblado se controla mediante el siguiente
// conjunto de atributos. Cambie estos valores de atributo para modificar la información
// asociada con un ensamblado.
[assembly: AssemblyTitle("XAMLator.SampleApp.WPF")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("XAMLator.SampleApp.WPF")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Si establece ComVisible en false, los tipos de este ensamblado no estarán visibles
// para los componentes COM. Si es necesario obtener acceso a un tipo en este ensamblado desde
// COM, establezca el atributo ComVisible en true en este tipo.
[assembly: ComVisible(false)]
//Para comenzar a compilar aplicaciones que se puedan traducir, establezca
//<UICulture>CultureYouAreCodingWith</UICulture> en el archivo .csproj
//dentro de <PropertyGroup>. Por ejemplo, si utiliza inglés de EE.UU.
//en los archivos de código fuente, establezca <UICulture> en en-US. A continuación, quite la marca de comentario
//del atributo NeutralResourceLanguage. Actualice "en-US" en
//la siguiente línea para que coincida con el valor UICulture del archivo de proyecto.
//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
[assembly: ThemeInfo(
ResourceDictionaryLocation.None, //donde se encuentran los diccionarios de recursos específicos del tema
//(se utiliza si no se encuentra ningún recurso en la página,
// ni diccionarios de recursos de la aplicación)
ResourceDictionaryLocation.SourceAssembly //donde se encuentra el diccionario de recursos genérico
//(se utiliza si no se encuentra ningún recurso en la página,
// aplicación o diccionarios de recursos específicos del tema)
)]
// La información de versión de un ensamblado consta de los cuatro valores siguientes:
//
// Versión principal
// Versión secundaria
// Número de compilación
// Revisión
//
// Puede especificar todos los valores o utilizar los números de compilación y de revisión predeterminados
// mediante el carácter '*', como se muestra a continuación:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

63
XAMLator.SampleApp.WPF/Properties/Resources.Designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,63 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace XAMLator.SampleApp.WPF.Properties {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("XAMLator.SampleApp.WPF.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
}
}

Просмотреть файл

@ -0,0 +1,117 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

26
XAMLator.SampleApp.WPF/Properties/Settings.Designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,26 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace XAMLator.SampleApp.WPF.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.8.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
public static Settings Default {
get {
return defaultInstance;
}
}
}
}

Просмотреть файл

@ -0,0 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="uri:settings" CurrentProfile="(Default)">
<Profiles>
<Profile Name="(Default)" />
</Profiles>
<Settings />
</SettingsFile>

Просмотреть файл

@ -0,0 +1,131 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.props" Condition="Exists('..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{2D480056-5264-4DA6-AD2B-8662D344B251}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>XAMLator.SampleApp.WPF</RootNamespace>
<AssemblyName>XAMLator.SampleApp.WPF</AssemblyName>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="OpenTK, Version=2.0.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTK.2.0.0\lib\net20\OpenTK.dll</HintPath>
</Reference>
<Reference Include="OpenTK.GLControl, Version=1.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
<HintPath>..\packages\OpenTK.GLControl.1.1.2349.61993\lib\NET40\OpenTK.GLControl.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xaml">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference>
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Forms.3.3.0.967583\lib\netstandard2.0\Xamarin.Forms.Core.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Forms.3.3.0.967583\lib\netstandard2.0\Xamarin.Forms.Platform.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Platform.WPF, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Forms.Platform.WPF.3.3.0.967583\lib\net45\Xamarin.Forms.Platform.WPF.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Forms.3.3.0.967583\lib\netstandard2.0\Xamarin.Forms.Xaml.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="App.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
<Page Include="MainWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Compile Include="App.xaml.cs">
<DependentUpon>App.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="MainWindow.xaml.cs">
<DependentUpon>MainWindow.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<None Include="OpenTK.dll.config" />
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<Import Project="..\SampleApp\XAMLator.SampleApp\XAMLator.SampleApp.projitems" Label="Shared" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>Este proyecto hace referencia a los paquetes NuGet que faltan en este equipo. Use la restauración de paquetes NuGet para descargarlos. Para obtener más información, consulte http://go.microsoft.com/fwlink/?LinkID=322105. El archivo que falta es {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.props'))" />
<Error Condition="!Exists('..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.targets'))" />
</Target>
<Import Project="..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.targets')" />
</Project>

Просмотреть файл

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="OpenTK" version="2.0.0" targetFramework="net461" />
<package id="OpenTK.GLControl" version="1.1.2349.61993" targetFramework="net461" />
<package id="Xamarin.Forms" version="3.3.0.967583" targetFramework="net461" />
<package id="Xamarin.Forms.Platform.WPF" version="3.3.0.967583" targetFramework="net461" />
</packages>

Просмотреть файл

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\Xamarin.Forms.3.2.0.839982\build\netstandard2.0\Xamarin.Forms.props" Condition="Exists('..\packages\Xamarin.Forms.3.2.0.839982\build\netstandard2.0\Xamarin.Forms.props')" />
<Import Project="..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.props" Condition="Exists('..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.props')" />
<Import Project="..\packages\NuGet.Build.Packaging.0.2.0\build\NuGet.Build.Packaging.props" Condition="Exists('..\packages\NuGet.Build.Packaging.0.2.0\build\NuGet.Build.Packaging.props')" />
<Import Project="..\packages\Xamarin.Forms.3.0.0.446417 \build\netstandard2.0\Xamarin.Forms.props" Condition="Exists('..\packages\Xamarin.Forms.3.0.0.446417 \build\netstandard2.0\Xamarin.Forms.props')" />
<PropertyGroup>
@ -11,12 +11,13 @@
<OutputType>Library</OutputType>
<RootNamespace>XAMLator.Server.Droid</RootNamespace>
<AssemblyName>XAMLator.Server</AssemblyName>
<TargetFrameworkVersion>v9.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v7.0</TargetFrameworkVersion>
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
<AndroidResgenClass>Resource</AndroidResgenClass>
<MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
<AndroidUseLatestPlatformSdk>true</AndroidUseLatestPlatformSdk>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@ -27,7 +28,8 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AndroidLinkMode>None</AndroidLinkMode>
<JavaMaximumHeapSize></JavaMaximumHeapSize>
<JavaMaximumHeapSize>
</JavaMaximumHeapSize>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@ -38,17 +40,21 @@
<WarningLevel>4</WarningLevel>
<AndroidManagedSymbols>true</AndroidManagedSymbols>
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
<JavaMaximumHeapSize></JavaMaximumHeapSize>
<JavaMaximumHeapSize>
</JavaMaximumHeapSize>
</PropertyGroup>
<ItemGroup>
<Reference Include="FormsViewGroup, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Forms.3.3.0.967583\lib\MonoAndroid10\FormsViewGroup.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Mono.Android" />
<Reference Include="Mono.CSharp" />
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http" />
<Reference Include="Xamarin.Android.Support.Annotations">
<HintPath>..\packages\Xamarin.Android.Support.Annotations.27.0.2\lib\MonoAndroid81\Xamarin.Android.Support.Annotations.dll</HintPath>
@ -107,20 +113,17 @@
<Reference Include="Xamarin.Android.Support.v7.MediaRouter">
<HintPath>..\packages\Xamarin.Android.Support.v7.MediaRouter.27.0.2\lib\MonoAndroid81\Xamarin.Android.Support.v7.MediaRouter.dll</HintPath>
</Reference>
<Reference Include="FormsViewGroup">
<HintPath>..\packages\Xamarin.Forms.3.2.0.839982\lib\MonoAndroid10\FormsViewGroup.dll</HintPath>
<Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Forms.3.3.0.967583\lib\MonoAndroid10\Xamarin.Forms.Core.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Core">
<HintPath>..\packages\Xamarin.Forms.3.2.0.839982\lib\MonoAndroid10\Xamarin.Forms.Core.dll</HintPath>
<Reference Include="Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Forms.3.3.0.967583\lib\MonoAndroid10\Xamarin.Forms.Platform.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Platform.Android">
<HintPath>..\packages\Xamarin.Forms.3.2.0.839982\lib\MonoAndroid10\Xamarin.Forms.Platform.Android.dll</HintPath>
<Reference Include="Xamarin.Forms.Platform.Android, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Forms.3.3.0.967583\lib\MonoAndroid10\Xamarin.Forms.Platform.Android.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Platform">
<HintPath>..\packages\Xamarin.Forms.3.2.0.839982\lib\MonoAndroid10\Xamarin.Forms.Platform.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Xaml">
<HintPath>..\packages\Xamarin.Forms.3.2.0.839982\lib\MonoAndroid10\Xamarin.Forms.Xaml.dll</HintPath>
<Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Forms.3.3.0.967583\lib\MonoAndroid10\Xamarin.Forms.Xaml.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
@ -155,5 +158,12 @@
<Import Project="..\packages\Xamarin.Android.Support.v7.AppCompat.27.0.2\build\MonoAndroid81\Xamarin.Android.Support.v7.AppCompat.targets" Condition="Exists('..\packages\Xamarin.Android.Support.v7.AppCompat.27.0.2\build\MonoAndroid81\Xamarin.Android.Support.v7.AppCompat.targets')" />
<Import Project="..\packages\Xamarin.Android.Support.Design.27.0.2\build\MonoAndroid81\Xamarin.Android.Support.Design.targets" Condition="Exists('..\packages\Xamarin.Android.Support.Design.27.0.2\build\MonoAndroid81\Xamarin.Android.Support.Design.targets')" />
<Import Project="..\packages\Xamarin.Android.Support.v7.MediaRouter.27.0.2\build\MonoAndroid81\Xamarin.Android.Support.v7.MediaRouter.targets" Condition="Exists('..\packages\Xamarin.Android.Support.v7.MediaRouter.27.0.2\build\MonoAndroid81\Xamarin.Android.Support.v7.MediaRouter.targets')" />
<Import Project="..\packages\Xamarin.Forms.3.2.0.839982\build\netstandard2.0\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.3.2.0.839982\build\netstandard2.0\Xamarin.Forms.targets')" />
</Project>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>Este proyecto hace referencia a los paquetes NuGet que faltan en este equipo. Use la restauración de paquetes NuGet para descargarlos. Para obtener más información, consulte http://go.microsoft.com/fwlink/?LinkID=322105. El archivo que falta es {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.props'))" />
<Error Condition="!Exists('..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.targets'))" />
</Target>
<Import Project="..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.targets')" />
</Project>

Просмотреть файл

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="monoandroid90" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="monoandroid60" />
<package id="NuGet.Build.Packaging" version="0.2.0" targetFramework="monoandroid90" developmentDependency="true" />
<package id="Xamarin.Android.Arch.Core.Common" version="1.0.0" targetFramework="monoandroid90" />
<package id="Xamarin.Android.Arch.Lifecycle.Common" version="1.0.3" targetFramework="monoandroid90" />
@ -21,5 +21,5 @@
<package id="Xamarin.Android.Support.v7.Palette" version="27.0.2" targetFramework="monoandroid90" />
<package id="Xamarin.Android.Support.v7.RecyclerView" version="27.0.2" targetFramework="monoandroid90" />
<package id="Xamarin.Android.Support.Vector.Drawable" version="27.0.2" targetFramework="monoandroid90" />
<package id="Xamarin.Forms" version="3.2.0.839982" targetFramework="monoandroid90" />
<package id="Xamarin.Forms" version="3.3.0.967583" targetFramework="monoandroid60" />
</packages>

Просмотреть файл

@ -1,5 +1,5 @@
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\Xamarin.Forms.3.2.0.839982\build\netstandard2.0\Xamarin.Forms.props" Condition="Exists('..\packages\Xamarin.Forms.3.2.0.839982\build\netstandard2.0\Xamarin.Forms.props')" />
<Import Project="..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.props" Condition="Exists('..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.props')" />
<Import Project="..\packages\NuGet.Build.Packaging.0.2.0\build\NuGet.Build.Packaging.props" Condition="Exists('..\packages\NuGet.Build.Packaging.0.2.0\build\NuGet.Build.Packaging.props')" />
<Import Project="..\packages\Xamarin.Forms.3.0.0.446417 \build\netstandard2.0\Xamarin.Forms.props" Condition="Exists('..\packages\Xamarin.Forms.3.0.0.446417 \build\netstandard2.0\Xamarin.Forms.props')" />
<PropertyGroup>
@ -10,6 +10,8 @@
<RootNamespace>XAMLator.Server.Net45</RootNamespace>
<AssemblyName>XAMLator.Server</AssemblyName>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@ -29,20 +31,22 @@
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="Mono.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
<HintPath>..\packages\Mono.CSharp.4.0.0.143\lib\4.5\Mono.CSharp.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="Mono.CSharp" />
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http" />
<Reference Include="Xamarin.Forms.Core">
<HintPath>..\packages\Xamarin.Forms.3.2.0.839982\lib\netstandard2.0\Xamarin.Forms.Core.dll</HintPath>
<Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Forms.3.3.0.967583\lib\netstandard2.0\Xamarin.Forms.Core.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Platform">
<HintPath>..\packages\Xamarin.Forms.3.2.0.839982\lib\netstandard2.0\Xamarin.Forms.Platform.dll</HintPath>
<Reference Include="Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Forms.3.3.0.967583\lib\netstandard2.0\Xamarin.Forms.Platform.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Xaml">
<HintPath>..\packages\Xamarin.Forms.3.2.0.839982\lib\netstandard2.0\Xamarin.Forms.Xaml.dll</HintPath>
<Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Forms.3.3.0.967583\lib\netstandard2.0\Xamarin.Forms.Xaml.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
@ -58,5 +62,12 @@
<Import Project="..\XAMLator.Core\XAMLator.Core.projitems" Label="Shared" Condition="Exists('..\XAMLator.Core\XAMLator.Core.projitems')" />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\NuGet.Build.Packaging.0.2.0\build\NuGet.Build.Packaging.targets" Condition="Exists('..\packages\NuGet.Build.Packaging.0.2.0\build\NuGet.Build.Packaging.targets')" />
<Import Project="..\packages\Xamarin.Forms.3.2.0.839982\build\netstandard2.0\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.3.2.0.839982\build\netstandard2.0\Xamarin.Forms.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>Este proyecto hace referencia a los paquetes NuGet que faltan en este equipo. Use la restauración de paquetes NuGet para descargarlos. Para obtener más información, consulte http://go.microsoft.com/fwlink/?LinkID=322105. El archivo que falta es {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.props'))" />
<Error Condition="!Exists('..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.targets'))" />
</Target>
<Import Project="..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.targets')" />
</Project>

Просмотреть файл

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net47" />
<package id="Mono.CSharp" version="4.0.0.143" targetFramework="net47" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net47" />
<package id="NuGet.Build.Packaging" version="0.2.0" targetFramework="net47" developmentDependency="true" />
<package id="Xamarin.Forms" version="3.2.0.839982" targetFramework="net47" />
<package id="Xamarin.Forms" version="3.3.0.967583" targetFramework="net47" />
</packages>

Просмотреть файл

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\Xamarin.Forms.3.2.0.839982\build\netstandard2.0\Xamarin.Forms.props" Condition="Exists('..\packages\Xamarin.Forms.3.2.0.839982\build\netstandard2.0\Xamarin.Forms.props')" />
<Import Project="..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.props" Condition="Exists('..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.props')" />
<Import Project="..\packages\NuGet.Build.Packaging.0.2.0\build\NuGet.Build.Packaging.props" Condition="Exists('..\packages\NuGet.Build.Packaging.0.2.0\build\NuGet.Build.Packaging.props')" />
<Import Project="..\packages\Xamarin.Forms.3.0.0.446417 \build\netstandard2.0\Xamarin.Forms.props" Condition="Exists('..\packages\Xamarin.Forms.3.0.0.446417 \build\netstandard2.0\Xamarin.Forms.props')" />
<PropertyGroup>
@ -12,6 +12,8 @@
<RootNamespace>XAMLator.Server.iOS</RootNamespace>
<AssemblyName>XAMLator.Server</AssemblyName>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@ -28,44 +30,48 @@
<IOSDebuggerPort>64330</IOSDebuggerPort>
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
<DeviceSpecificBuild>false</DeviceSpecificBuild>
<MtouchVerbosity></MtouchVerbosity>
<MtouchLink></MtouchLink>
<MtouchVerbosity>
</MtouchVerbosity>
<MtouchLink>
</MtouchLink>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<DefineConstants></DefineConstants>
<DefineConstants>
</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
<MtouchVerbosity></MtouchVerbosity>
<MtouchVerbosity>
</MtouchVerbosity>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Forms.3.3.0.967583\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Forms.3.3.0.967583\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Platform.iOS, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Forms.3.3.0.967583\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Forms.3.3.0.967583\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll</HintPath>
</Reference>
<Reference Include="Xamarin.iOS" />
<Reference Include="Mono.CSharp" />
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http" />
<Reference Include="Xamarin.Forms.Core">
<HintPath>..\packages\Xamarin.Forms.3.2.0.839982\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Platform">
<HintPath>..\packages\Xamarin.Forms.3.2.0.839982\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Platform.iOS">
<HintPath>..\packages\Xamarin.Forms.3.2.0.839982\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Xaml">
<HintPath>..\packages\Xamarin.Forms.3.2.0.839982\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
@ -80,5 +86,12 @@
<Import Project="..\XAMLator.Core\XAMLator.Core.projitems" Label="Shared" Condition="Exists('..\XAMLator.Core\XAMLator.Core.projitems')" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<Import Project="..\packages\NuGet.Build.Packaging.0.2.0\build\NuGet.Build.Packaging.targets" Condition="Exists('..\packages\NuGet.Build.Packaging.0.2.0\build\NuGet.Build.Packaging.targets')" />
<Import Project="..\packages\Xamarin.Forms.3.2.0.839982\build\netstandard2.0\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.3.2.0.839982\build\netstandard2.0\Xamarin.Forms.targets')" />
</Project>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>Este proyecto hace referencia a los paquetes NuGet que faltan en este equipo. Use la restauración de paquetes NuGet para descargarlos. Para obtener más información, consulte http://go.microsoft.com/fwlink/?LinkID=322105. El archivo que falta es {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.props'))" />
<Error Condition="!Exists('..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.targets'))" />
</Target>
<Import Project="..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.3.3.0.967583\build\Xamarin.Forms.targets')" />
</Project>

Просмотреть файл

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="xamarinios10" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="xamarinios10" />
<package id="NuGet.Build.Packaging" version="0.2.0" targetFramework="xamarinios10" developmentDependency="true" />
<package id="Xamarin.Forms" version="3.2.0.839982" targetFramework="xamarinios10" />
<package id="Xamarin.Forms" version="3.3.0.967583" targetFramework="xamarinios10" />
</packages>

Просмотреть файл

@ -23,7 +23,7 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="2.9.0" />
<PackageReference Include="Xamarin.Forms" Version="3.2.0.839982" />
<PackageReference Include="Xamarin.Forms" Version="3.3.0.967583" />
</ItemGroup>
<Import Project="..\XAMLator.Server.Shared\XAMLator.Server.Shared.projitems" Label="Shared" Condition="Exists('..\XAMLator.Server.Shared\XAMLator.Server.Shared.projitems')" />
<Import Project="..\XAMLator.Core\XAMLator.Core.projitems" Label="Shared" Condition="Exists('..\XAMLator.Core\XAMLator.Core.projitems')" />

599
XAMLator.VisualStudio.sln Normal file
Просмотреть файл

@ -0,0 +1,599 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2050
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "XAMLator.Client", "XAMLator.Client\XAMLator.Client.shproj", "{188F8020-6474-43BA-A6E7-0947C385B54C}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "XAMLator.Core", "XAMLator.Core\XAMLator.Core.shproj", "{20C03245-0672-4153-809C-A99F2307B9E9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAMLator.Server.Mono.iOS", "XAMLator.Server.iOS\XAMLator.Server.Mono.iOS.csproj", "{9F60986F-4549-436A-9467-8718FFE84CCE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAMLator.Server.Mono.Droid", "XAMLator.Server.Droid\XAMLator.Server.Mono.Droid.csproj", "{8634D953-84BF-4BBD-873B-B4339BEEA7BF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Addin", "Addin", "{72DE5BCD-BB42-41E2-916A-EEA0B7569529}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SampleApp", "SampleApp", "{AD001C27-B88F-45AD-8297-DB5FE21C6DE7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAMLator.SampleApp.Android", "SampleApp\XAMLator.SampleApp.Android\XAMLator.SampleApp.Android.csproj", "{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAMLator.SampleApp.iOS", "SampleApp\XAMLator.SampleApp.iOS\XAMLator.SampleApp.iOS.csproj", "{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "XAMLator.SampleApp", "SampleApp\XAMLator.SampleApp\XAMLator.SampleApp.shproj", "{8115E626-B954-42AE-9A4C-889AFD311912}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAMLator.SampleApp.Gtk", "SampleApp\XAMLator.SampleApp.Gtk\XAMLator.SampleApp.Gtk.csproj", "{040C0E99-7128-4968-AB57-47E3CBFBF2BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XAMLator.Server.Roslyn", "XAMLator.Server\XAMLator.Server.Roslyn.csproj", "{9A749589-5DAE-4296-A4FA-B74F2D31C759}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "XAMLator.Server.Shared", "XAMLator.Server.Shared\XAMLator.Server.Shared.shproj", "{A2330E63-09C1-43FD-BBE3-8699F5D62888}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAMLator.Server.Mono.Net47", "XAMLator.Server.Net47\XAMLator.Server.Mono.Net47.csproj", "{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAMLator.SampleApp.WPF", "XAMLator.SampleApp.WPF\XAMLator.SampleApp.WPF.csproj", "{2D480056-5264-4DA6-AD2B-8662D344B251}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAMLator.Client.VisualStudio", "XAMLator.Client.VisualStudio\XAMLator.Client.VisualStudio.csproj", "{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAMLator.Client.Net47", "XAMLator.Client.Net47\XAMLator.Client.Net47.csproj", "{996C6C69-1823-4018-94B9-253581328CC3}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
SampleApp\XAMLator.SampleApp\XAMLator.SampleApp.projitems*{040c0e99-7128-4968-ab57-47e3cbfbf2bd}*SharedItemsImports = 4
XAMLator.Client\XAMLator.Client.projitems*{188f8020-6474-43ba-a6e7-0947c385b54c}*SharedItemsImports = 13
XAMLator.Core\XAMLator.Core.projitems*{20c03245-0672-4153-809c-a99f2307b9e9}*SharedItemsImports = 13
SampleApp\XAMLator.SampleApp\XAMLator.SampleApp.projitems*{2d480056-5264-4da6-ad2b-8662d344b251}*SharedItemsImports = 4
SampleApp\XAMLator.SampleApp\XAMLator.SampleApp.projitems*{8115e626-b954-42ae-9a4c-889afd311912}*SharedItemsImports = 13
XAMLator.Core\XAMLator.Core.projitems*{8634d953-84bf-4bbd-873b-b4339beea7bf}*SharedItemsImports = 4
XAMLator.Server.Shared\XAMLator.Server.Shared.projitems*{8634d953-84bf-4bbd-873b-b4339beea7bf}*SharedItemsImports = 4
XAMLator.Client\XAMLator.Client.projitems*{996c6c69-1823-4018-94b9-253581328cc3}*SharedItemsImports = 4
XAMLator.Core\XAMLator.Core.projitems*{996c6c69-1823-4018-94b9-253581328cc3}*SharedItemsImports = 4
XAMLator.Core\XAMLator.Core.projitems*{9f60986f-4549-436a-9467-8718ffe84cce}*SharedItemsImports = 4
XAMLator.Server.Shared\XAMLator.Server.Shared.projitems*{9f60986f-4549-436a-9467-8718ffe84cce}*SharedItemsImports = 4
XAMLator.Server.Shared\XAMLator.Server.Shared.projitems*{a2330e63-09c1-43fd-bbe3-8699f5d62888}*SharedItemsImports = 13
SampleApp\XAMLator.SampleApp\XAMLator.SampleApp.projitems*{a8af73a1-e1a1-40ef-943e-4fbf475b0c8a}*SharedItemsImports = 4
SampleApp\XAMLator.SampleApp\XAMLator.SampleApp.projitems*{da1a4802-05fa-496a-862d-74fc8b0fd5ca}*SharedItemsImports = 4
XAMLator.Core\XAMLator.Core.projitems*{e3f80adc-71f8-454e-ba3b-87bd0d78b051}*SharedItemsImports = 4
XAMLator.Server.Shared\XAMLator.Server.Shared.projitems*{e3f80adc-71f8-454e-ba3b-87bd0d78b051}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
Ad-Hoc|ARM = Ad-Hoc|ARM
Ad-Hoc|iPhone = Ad-Hoc|iPhone
Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator
Ad-Hoc|x64 = Ad-Hoc|x64
Ad-Hoc|x86 = Ad-Hoc|x86
AppStore|Any CPU = AppStore|Any CPU
AppStore|ARM = AppStore|ARM
AppStore|iPhone = AppStore|iPhone
AppStore|iPhoneSimulator = AppStore|iPhoneSimulator
AppStore|x64 = AppStore|x64
AppStore|x86 = AppStore|x86
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|Any CPU.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|ARM.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|iPhone.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|x64.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|x64.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|x86.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|x86.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|ARM.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|ARM.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|iPhone.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|x64.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|x64.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|x86.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|x86.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|Any CPU.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|ARM.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|ARM.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|iPhone.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|iPhone.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|x64.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|x64.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|x86.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|x86.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|Any CPU.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|ARM.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|iPhone.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|x64.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|x64.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|x86.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|x86.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|ARM.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|ARM.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|iPhone.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|x64.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|x64.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|x86.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|x86.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|Any CPU.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|ARM.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|ARM.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|iPhone.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|iPhone.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|x64.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|x64.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|x86.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|x86.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|ARM.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|x64.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|x86.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|Any CPU.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|Any CPU.Deploy.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|ARM.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|ARM.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|iPhone.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|x64.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|x64.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|x64.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|x86.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|x86.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|x86.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|ARM.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|ARM.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|ARM.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|iPhone.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|x64.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|x64.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|x64.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|x86.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|x86.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|x86.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|Any CPU.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|ARM.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|ARM.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|ARM.Deploy.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|iPhone.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|iPhone.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|x64.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|x64.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|x64.Deploy.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|x86.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|x86.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|x86.Deploy.0 = Release|Any CPU
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|ARM.ActiveCfg = Ad-Hoc|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|x64.ActiveCfg = Ad-Hoc|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|x86.ActiveCfg = Ad-Hoc|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|ARM.ActiveCfg = AppStore|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|iPhone.Build.0 = AppStore|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|x64.ActiveCfg = AppStore|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|x86.ActiveCfg = AppStore|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|ARM.ActiveCfg = Debug|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|iPhone.ActiveCfg = Debug|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|iPhone.Build.0 = Debug|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|x64.ActiveCfg = Debug|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|x86.ActiveCfg = Debug|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|ARM.ActiveCfg = Release|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|iPhone.ActiveCfg = Release|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|iPhone.Build.0 = Release|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|x64.ActiveCfg = Release|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|x86.ActiveCfg = Release|iPhone
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|x64.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|x86.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|ARM.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|ARM.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|iPhone.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|x64.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|x64.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|x86.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|x86.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|ARM.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|ARM.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|iPhone.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|x64.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|x64.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|x86.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|x86.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|Any CPU.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|ARM.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|ARM.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|iPhone.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|iPhone.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|x64.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|x64.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|x86.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|x86.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|x64.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|x86.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|ARM.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|ARM.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|iPhone.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|x64.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|x64.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|x86.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|x86.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|ARM.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|ARM.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|iPhone.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|x64.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|x64.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|x86.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|x86.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|Any CPU.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|ARM.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|ARM.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|iPhone.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|iPhone.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|x64.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|x64.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|x86.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|x86.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|Any CPU.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|ARM.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|iPhone.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|x64.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|x64.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|x86.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|x86.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|ARM.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|ARM.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|iPhone.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|x64.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|x64.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|x86.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|x86.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|Any CPU.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|ARM.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|ARM.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|iPhone.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|iPhone.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|x64.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|x64.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|x86.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|x86.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|x64.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|x86.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|Any CPU.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|ARM.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|ARM.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|iPhone.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|x64.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|x64.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|x86.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|x86.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|ARM.ActiveCfg = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|ARM.Build.0 = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|iPhone.Build.0 = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|x64.ActiveCfg = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|x64.Build.0 = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|x86.ActiveCfg = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|x86.Build.0 = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|Any CPU.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|ARM.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|ARM.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|iPhone.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|iPhone.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|x64.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|x64.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|x86.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|x86.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Ad-Hoc|x64.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Ad-Hoc|x86.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.AppStore|Any CPU.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.AppStore|ARM.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.AppStore|ARM.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.AppStore|iPhone.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.AppStore|x64.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.AppStore|x64.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.AppStore|x86.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.AppStore|x86.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Debug|ARM.ActiveCfg = Debug|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Debug|ARM.Build.0 = Debug|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Debug|iPhone.Build.0 = Debug|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Debug|x64.ActiveCfg = Debug|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Debug|x64.Build.0 = Debug|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Debug|x86.ActiveCfg = Debug|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Debug|x86.Build.0 = Debug|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Release|Any CPU.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Release|ARM.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Release|ARM.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Release|iPhone.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Release|iPhone.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Release|x64.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Release|x64.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Release|x86.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Release|x86.Build.0 = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Ad-Hoc|x64.Build.0 = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Ad-Hoc|x86.Build.0 = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.AppStore|Any CPU.Build.0 = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.AppStore|ARM.ActiveCfg = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.AppStore|ARM.Build.0 = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.AppStore|iPhone.Build.0 = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.AppStore|x64.ActiveCfg = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.AppStore|x64.Build.0 = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.AppStore|x86.ActiveCfg = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.AppStore|x86.Build.0 = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Debug|ARM.ActiveCfg = Debug|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Debug|ARM.Build.0 = Debug|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Debug|iPhone.Build.0 = Debug|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Debug|x64.ActiveCfg = Debug|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Debug|x64.Build.0 = Debug|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Debug|x86.ActiveCfg = Debug|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Debug|x86.Build.0 = Debug|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Release|Any CPU.Build.0 = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Release|ARM.ActiveCfg = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Release|ARM.Build.0 = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Release|iPhone.ActiveCfg = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Release|iPhone.Build.0 = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Release|x64.ActiveCfg = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Release|x64.Build.0 = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Release|x86.ActiveCfg = Release|Any CPU
{996C6C69-1823-4018-94B9-253581328CC3}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{188F8020-6474-43BA-A6E7-0947C385B54C} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{20C03245-0672-4153-809C-A99F2307B9E9} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{9F60986F-4549-436A-9467-8718FFE84CCE} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{8634D953-84BF-4BBD-873B-B4339BEEA7BF} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A} = {AD001C27-B88F-45AD-8297-DB5FE21C6DE7}
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA} = {AD001C27-B88F-45AD-8297-DB5FE21C6DE7}
{8115E626-B954-42AE-9A4C-889AFD311912} = {AD001C27-B88F-45AD-8297-DB5FE21C6DE7}
{040C0E99-7128-4968-AB57-47E3CBFBF2BD} = {AD001C27-B88F-45AD-8297-DB5FE21C6DE7}
{9A749589-5DAE-4296-A4FA-B74F2D31C759} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{A2330E63-09C1-43FD-BBE3-8699F5D62888} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{2D480056-5264-4DA6-AD2B-8662D344B251} = {AD001C27-B88F-45AD-8297-DB5FE21C6DE7}
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{996C6C69-1823-4018-94B9-253581328CC3} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {64A1E489-C218-4CBF-ADE8-52EC55DEC7A6}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.TextStylePolicy = $2
$2.FileWidth = 80
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.scope = text/x-csharp
$0.StandardHeader = $4
EndGlobalSection
EndGlobal

Просмотреть файл

@ -1,7 +1,8 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAMLator.Client.MonoDevelop", "XAMLator.Client.MonoDevelop\XAMLator.Client.MonoDevelop.csproj", "{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}"
VisualStudioVersion = 15.0.28010.2050
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XAMLator.Client.MonoDevelop", "XAMLator.Client.MonoDevelop\XAMLator.Client.MonoDevelop.csproj", "{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "XAMLator.Client", "XAMLator.Client\XAMLator.Client.shproj", "{188F8020-6474-43BA-A6E7-0947C385B54C}"
EndProject
@ -23,159 +24,552 @@ Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "XAMLator.SampleApp", "Sampl
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAMLator.SampleApp.Gtk", "SampleApp\XAMLator.SampleApp.Gtk\XAMLator.SampleApp.Gtk.csproj", "{040C0E99-7128-4968-AB57-47E3CBFBF2BD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAMLator.Server.Roslyn", "XAMLator.Server\XAMLator.Server.Roslyn.csproj", "{9A749589-5DAE-4296-A4FA-B74F2D31C759}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XAMLator.Server.Roslyn", "XAMLator.Server\XAMLator.Server.Roslyn.csproj", "{9A749589-5DAE-4296-A4FA-B74F2D31C759}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "XAMLator.Server.Shared", "XAMLator.Server.Shared\XAMLator.Server.Shared.shproj", "{A2330E63-09C1-43FD-BBE3-8699F5D62888}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAMLator.Server.Mono.Net47", "XAMLator.Server.Net47\XAMLator.Server.Mono.Net47.csproj", "{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAMLator.SampleApp.WPF", "XAMLator.SampleApp.WPF\XAMLator.SampleApp.WPF.csproj", "{2D480056-5264-4DA6-AD2B-8662D344B251}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAMLator.Client.VisualStudio", "XAMLator.Client.VisualStudio\XAMLator.Client.VisualStudio.csproj", "{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
SampleApp\XAMLator.SampleApp\XAMLator.SampleApp.projitems*{040c0e99-7128-4968-ab57-47e3cbfbf2bd}*SharedItemsImports = 4
XAMLator.Client\XAMLator.Client.projitems*{188f8020-6474-43ba-a6e7-0947c385b54c}*SharedItemsImports = 13
XAMLator.Core\XAMLator.Core.projitems*{20c03245-0672-4153-809c-a99f2307b9e9}*SharedItemsImports = 13
SampleApp\XAMLator.SampleApp\XAMLator.SampleApp.projitems*{2d480056-5264-4da6-ad2b-8662d344b251}*SharedItemsImports = 4
SampleApp\XAMLator.SampleApp\XAMLator.SampleApp.projitems*{8115e626-b954-42ae-9a4c-889afd311912}*SharedItemsImports = 13
XAMLator.Core\XAMLator.Core.projitems*{8634d953-84bf-4bbd-873b-b4339beea7bf}*SharedItemsImports = 4
XAMLator.Server.Shared\XAMLator.Server.Shared.projitems*{8634d953-84bf-4bbd-873b-b4339beea7bf}*SharedItemsImports = 4
XAMLator.Core\XAMLator.Core.projitems*{9f60986f-4549-436a-9467-8718ffe84cce}*SharedItemsImports = 4
XAMLator.Server.Shared\XAMLator.Server.Shared.projitems*{9f60986f-4549-436a-9467-8718ffe84cce}*SharedItemsImports = 4
XAMLator.Server.Shared\XAMLator.Server.Shared.projitems*{a2330e63-09c1-43fd-bbe3-8699f5d62888}*SharedItemsImports = 13
SampleApp\XAMLator.SampleApp\XAMLator.SampleApp.projitems*{a8af73a1-e1a1-40ef-943e-4fbf475b0c8a}*SharedItemsImports = 4
SampleApp\XAMLator.SampleApp\XAMLator.SampleApp.projitems*{da1a4802-05fa-496a-862d-74fc8b0fd5ca}*SharedItemsImports = 4
XAMLator.Core\XAMLator.Core.projitems*{e3f80adc-71f8-454e-ba3b-87bd0d78b051}*SharedItemsImports = 4
XAMLator.Server.Shared\XAMLator.Server.Shared.projitems*{e3f80adc-71f8-454e-ba3b-87bd0d78b051}*SharedItemsImports = 4
EndGlobalSection
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
Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
Ad-Hoc|ARM = Ad-Hoc|ARM
Ad-Hoc|iPhone = Ad-Hoc|iPhone
Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator
Ad-Hoc|x64 = Ad-Hoc|x64
Ad-Hoc|x86 = Ad-Hoc|x86
AppStore|Any CPU = AppStore|Any CPU
AppStore|ARM = AppStore|ARM
AppStore|iPhone = AppStore|iPhone
AppStore|iPhoneSimulator = AppStore|iPhoneSimulator
AppStore|x64 = AppStore|x64
AppStore|x86 = AppStore|x86
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Release|Any CPU.Build.0 = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Debug|iPhone.Build.0 = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Release|iPhone.ActiveCfg = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Release|iPhone.Build.0 = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.AppStore|Any CPU.Build.0 = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.AppStore|ARM.Build.0 = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.AppStore|iPhone.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|Any CPU.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|iPhone.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|iPhone.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|iPhone.Build.0 = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.AppStore|x64.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.AppStore|x64.Build.0 = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.AppStore|x86.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.AppStore|x86.Build.0 = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Debug|ARM.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Debug|ARM.Build.0 = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Debug|iPhone.Build.0 = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Debug|x64.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Debug|x64.Build.0 = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Debug|x86.ActiveCfg = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Debug|x86.Build.0 = Debug|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Release|Any CPU.Build.0 = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Release|ARM.ActiveCfg = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Release|ARM.Build.0 = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Release|iPhone.ActiveCfg = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Release|iPhone.Build.0 = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Release|x64.ActiveCfg = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Release|x64.Build.0 = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Release|x86.ActiveCfg = Release|Any CPU
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919}.Release|x86.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|Any CPU.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|ARM.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|iPhone.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|Any CPU.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|iPhone.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|iPhone.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|iPhone.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|x64.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|x64.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|x86.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.AppStore|x86.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|ARM.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|ARM.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|iPhone.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|x64.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|x64.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|x86.ActiveCfg = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Debug|x86.Build.0 = Debug|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|Any CPU.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|ARM.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|ARM.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|iPhone.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|iPhone.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|x64.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|x64.Build.0 = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|x86.ActiveCfg = Release|Any CPU
{9F60986F-4549-436A-9467-8718FFE84CCE}.Release|x86.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|Any CPU.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|ARM.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|iPhone.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|Any CPU.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|iPhone.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|iPhone.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|iPhone.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|x64.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|x64.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|x86.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.AppStore|x86.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|ARM.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|ARM.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|iPhone.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|x64.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|x64.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|x86.ActiveCfg = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Debug|x86.Build.0 = Debug|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|Any CPU.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|ARM.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|ARM.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|iPhone.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|iPhone.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|x64.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|x64.Build.0 = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|x86.ActiveCfg = Release|Any CPU
{8634D953-84BF-4BBD-873B-B4339BEEA7BF}.Release|x86.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|ARM.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|x64.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Ad-Hoc|x86.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|Any CPU.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|Any CPU.Deploy.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|ARM.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|ARM.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|iPhone.Build.0 = Debug|Any CPU
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|iPhone.ActiveCfg = Debug|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|iPhone.Build.0 = Debug|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|iPhone.ActiveCfg = Release|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|iPhone.Build.0 = Release|iPhone
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|x64.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|x64.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|x64.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|x86.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|x86.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.AppStore|x86.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|ARM.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|ARM.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|ARM.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|iPhone.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|x64.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|x64.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|x64.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|x86.ActiveCfg = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|x86.Build.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Debug|x86.Deploy.0 = Debug|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|Any CPU.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|ARM.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|ARM.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|ARM.Deploy.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|iPhone.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|iPhone.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|x64.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|x64.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|x64.Deploy.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|x86.ActiveCfg = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|x86.Build.0 = Release|Any CPU
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A}.Release|x86.Deploy.0 = Release|Any CPU
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|ARM.ActiveCfg = Ad-Hoc|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|x64.ActiveCfg = Ad-Hoc|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Ad-Hoc|x86.ActiveCfg = Ad-Hoc|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|ARM.ActiveCfg = AppStore|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|iPhone.Build.0 = AppStore|iPhone
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|Any CPU.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|iPhone.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|iPhone.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|iPhone.Build.0 = Release|Any CPU
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|x64.ActiveCfg = AppStore|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.AppStore|x86.ActiveCfg = AppStore|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|ARM.ActiveCfg = Debug|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|iPhone.ActiveCfg = Debug|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|iPhone.Build.0 = Debug|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|x64.ActiveCfg = Debug|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Debug|x86.ActiveCfg = Debug|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|ARM.ActiveCfg = Release|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|iPhone.ActiveCfg = Release|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|iPhone.Build.0 = Release|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|x64.ActiveCfg = Release|iPhone
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA}.Release|x86.ActiveCfg = Release|iPhone
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|x64.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Ad-Hoc|x86.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|ARM.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|ARM.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|iPhone.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|Any CPU.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|iPhone.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|iPhone.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|iPhone.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|x64.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|x64.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|x86.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.AppStore|x86.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|ARM.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|ARM.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|iPhone.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|x64.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|x64.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|x86.ActiveCfg = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Debug|x86.Build.0 = Debug|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|Any CPU.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|ARM.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|ARM.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|iPhone.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|iPhone.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|x64.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|x64.Build.0 = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|x86.ActiveCfg = Release|Any CPU
{040C0E99-7128-4968-AB57-47E3CBFBF2BD}.Release|x86.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|x64.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Ad-Hoc|x86.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|ARM.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|ARM.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|iPhone.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|Any CPU.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|iPhone.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|iPhone.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|iPhone.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|x64.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|x64.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|x86.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.AppStore|x86.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|ARM.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|ARM.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|iPhone.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|x64.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|x64.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|x86.ActiveCfg = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Debug|x86.Build.0 = Debug|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|Any CPU.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|ARM.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|ARM.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|iPhone.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|iPhone.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|x64.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|x64.Build.0 = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|x86.ActiveCfg = Release|Any CPU
{9A749589-5DAE-4296-A4FA-B74F2D31C759}.Release|x86.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|Any CPU.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|ARM.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|iPhone.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|x64.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|x64.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|x86.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.AppStore|x86.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|ARM.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|ARM.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|iPhone.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|x64.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|x64.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|x86.ActiveCfg = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Debug|x86.Build.0 = Debug|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|Any CPU.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|ARM.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|ARM.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|iPhone.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|iPhone.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|x64.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|x64.Build.0 = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|x86.ActiveCfg = Release|Any CPU
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051}.Release|x86.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|x64.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Ad-Hoc|x86.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|Any CPU.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|ARM.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|ARM.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|iPhone.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|x64.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|x64.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|x86.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.AppStore|x86.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|ARM.ActiveCfg = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|ARM.Build.0 = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|iPhone.Build.0 = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|x64.ActiveCfg = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|x64.Build.0 = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|x86.ActiveCfg = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Debug|x86.Build.0 = Debug|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|Any CPU.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|ARM.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|ARM.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|iPhone.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|iPhone.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|x64.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|x64.Build.0 = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|x86.ActiveCfg = Release|Any CPU
{2D480056-5264-4DA6-AD2B-8662D344B251}.Release|x86.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Ad-Hoc|x64.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Ad-Hoc|x86.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.AppStore|Any CPU.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.AppStore|ARM.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.AppStore|ARM.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.AppStore|iPhone.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.AppStore|x64.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.AppStore|x64.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.AppStore|x86.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.AppStore|x86.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Debug|ARM.ActiveCfg = Debug|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Debug|ARM.Build.0 = Debug|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Debug|iPhone.Build.0 = Debug|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Debug|x64.ActiveCfg = Debug|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Debug|x64.Build.0 = Debug|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Debug|x86.ActiveCfg = Debug|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Debug|x86.Build.0 = Debug|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Release|Any CPU.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Release|ARM.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Release|ARM.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Release|iPhone.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Release|iPhone.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Release|x64.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Release|x64.Build.0 = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Release|x86.ActiveCfg = Release|Any CPU
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{188F8020-6474-43BA-A6E7-0947C385B54C} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{FDFD3A07-1788-4C3F-A9D0-D67F4DEA6919} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{188F8020-6474-43BA-A6E7-0947C385B54C} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{20C03245-0672-4153-809C-A99F2307B9E9} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{8634D953-84BF-4BBD-873B-B4339BEEA7BF} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{9F60986F-4549-436A-9467-8718FFE84CCE} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{8634D953-84BF-4BBD-873B-B4339BEEA7BF} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{A8AF73A1-E1A1-40EF-943E-4FBF475B0C8A} = {AD001C27-B88F-45AD-8297-DB5FE21C6DE7}
{DA1A4802-05FA-496A-862D-74FC8B0FD5CA} = {AD001C27-B88F-45AD-8297-DB5FE21C6DE7}
{8115E626-B954-42AE-9A4C-889AFD311912} = {AD001C27-B88F-45AD-8297-DB5FE21C6DE7}
@ -183,6 +577,11 @@ Global
{9A749589-5DAE-4296-A4FA-B74F2D31C759} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{A2330E63-09C1-43FD-BBE3-8699F5D62888} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{E3F80ADC-71F8-454E-BA3B-87BD0D78B051} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
{2D480056-5264-4DA6-AD2B-8662D344B251} = {AD001C27-B88F-45AD-8297-DB5FE21C6DE7}
{80E0FB00-9CAD-4F66-92CF-40E1CC2939B7} = {72DE5BCD-BB42-41E2-916A-EEA0B7569529}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {64A1E489-C218-4CBF-ADE8-52EC55DEC7A6}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0