Add support for Uno.
This commit is contained in:
Родитель
12603766de
Коммит
3ab1b1c00b
|
@ -1,14 +1,14 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard1.0</TargetFramework>
|
||||
<TargetFrameworks>netstandard1.0;xamarinios10;MonoAndroid71;netstandard2.0</TargetFrameworks>
|
||||
<Description>.NET Standard 1.0. A lightweight framework to implement Model-View-ViewModel applications in WPF, Windows Store, Windows Phone, Silverlight, Xamarin.</Description>
|
||||
<Product />
|
||||
<Company>GalaSoft Laurent Bugnion @ http://www.galasoft.ch</Company>
|
||||
<Authors>Laurent Bugnion (GalaSoft)</Authors>
|
||||
<Version>5.4.0.1</Version>
|
||||
<PackageId>MvvmLightLibsStd10-alpha</PackageId>
|
||||
<Copyright>Copyright © GalaSoft Laurent Bugnion 2009-2017</Copyright>
|
||||
<PackageId>Uno.GalaSoft.MvvmLight</PackageId>
|
||||
<Copyright>Copyright © GalaSoft Laurent Bugnion 2009-2017</Copyright>
|
||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
||||
<PackageLicenseUrl>https://mvvmlight.codeplex.com/license</PackageLicenseUrl>
|
||||
|
@ -32,8 +32,20 @@
|
|||
<DefineConstants>TRACE;RELEASE;NETFX_CORE;CMNATTR;PORTABLE;NETSTANDARD1_0</DefineConstants>
|
||||
<DocumentationFile>bin\Release\netstandard1.0\GalaSoft.MvvmLight.xml</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="MSBuild.Sdk.Extras" Version="1.2.1" PrivateAssets="All" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(TargetFramework)' == 'xamarinios10' ">
|
||||
<PackageReference Include="Uno.UI " Version="1.31.0-dev.8" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ItemGroup Condition=" '$(TargetFramework)' == 'MonoAndroid71' ">
|
||||
<PackageReference Include="Uno.UI " Version="1.31.0-dev.8" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="..\GalaSoft.MvvmLight (PCL)\Command\RelayCommand.cs" />
|
||||
<Compile Include="..\GalaSoft.MvvmLight (PCL)\Command\RelayCommandGeneric.cs" />
|
||||
<Compile Include="..\GalaSoft.MvvmLight (PCL)\Helpers\DesignerPlatformLibrary.cs" />
|
||||
|
@ -115,4 +127,6 @@
|
|||
<Content Update="..\GalaSoft.MvvmLight %28PCL%29\License.txt" Link="License.txt" />
|
||||
</ItemGroup>
|
||||
|
||||
<Import Project="$(MSBuildSDKExtrasTargets)" Condition="Exists('$(MSBuildSDKExtrasTargets)')" />
|
||||
|
||||
</Project>
|
|
@ -1,346 +0,0 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 15
|
||||
VisualStudioVersion = 15.0.26730.10
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GalaSoft.MvvmLight.Platform (AndroidStd)", "GalaSoft.MvvmLight.Platform (AndroidStd)\GalaSoft.MvvmLight.Platform (AndroidStd).csproj", "{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GalaSoft.MvvmLight.Platform (iOSStd)", "GalaSoft.MvvmLight.Platform (iOSStd)\GalaSoft.MvvmLight.Platform (iOSStd).csproj", "{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GalaSoft.MvvmLight.Platform (NET45Std)", "GalaSoft.MvvmLight.Platform (NET45Std)\GalaSoft.MvvmLight.Platform (NET45Std).csproj", "{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GalaSoft.MvvmLight.Platform (UWPStd)", "GalaSoft.MvvmLight.Platform (UWPStd)\GalaSoft.MvvmLight.Platform (UWPStd).csproj", "{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GalaSoft.MvvmLight (STD10)", "GalaSoft.MvvmLight (STD10)\GalaSoft.MvvmLight (STD10).csproj", "{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{E4121525-1455-479F-9E23-398D78D27721}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GalaSoft.MvvmLight.Test (PNET45Std)", "Tests\PCL\GalaSoft.MvvmLight.Test (PNET45Std)\GalaSoft.MvvmLight.Test (PNET45Std).csproj", "{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}"
|
||||
EndProject
|
||||
Global
|
||||
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
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Ad-Hoc|x64.Build.0 = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Ad-Hoc|x86.Build.0 = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.AppStore|Any CPU.Build.0 = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.AppStore|ARM.ActiveCfg = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.AppStore|ARM.Build.0 = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.AppStore|iPhone.ActiveCfg = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.AppStore|iPhone.Build.0 = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.AppStore|x64.ActiveCfg = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.AppStore|x64.Build.0 = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.AppStore|x86.ActiveCfg = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.AppStore|x86.Build.0 = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Debug|ARM.Build.0 = Debug|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Debug|iPhone.ActiveCfg = Debug|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Debug|iPhone.Build.0 = Debug|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Release|ARM.Build.0 = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Release|iPhone.ActiveCfg = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Release|iPhone.Build.0 = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Release|x64.Build.0 = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{05F13FC2-05A2-4CE2-951F-956BAFEC0D30}.Release|x86.Build.0 = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Ad-Hoc|x64.Build.0 = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Ad-Hoc|x86.Build.0 = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.AppStore|Any CPU.Build.0 = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.AppStore|ARM.ActiveCfg = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.AppStore|ARM.Build.0 = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.AppStore|iPhone.ActiveCfg = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.AppStore|iPhone.Build.0 = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.AppStore|x64.ActiveCfg = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.AppStore|x64.Build.0 = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.AppStore|x86.ActiveCfg = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.AppStore|x86.Build.0 = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Debug|ARM.Build.0 = Debug|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Debug|iPhone.ActiveCfg = Debug|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Debug|iPhone.Build.0 = Debug|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Release|ARM.Build.0 = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Release|iPhone.ActiveCfg = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Release|iPhone.Build.0 = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Release|x64.Build.0 = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{EDFE681A-6580-44EA-B3F9-D1FC8BD4C454}.Release|x86.Build.0 = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Ad-Hoc|x64.Build.0 = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Ad-Hoc|x86.Build.0 = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.AppStore|Any CPU.Build.0 = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.AppStore|ARM.ActiveCfg = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.AppStore|ARM.Build.0 = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.AppStore|iPhone.ActiveCfg = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.AppStore|iPhone.Build.0 = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.AppStore|x64.ActiveCfg = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.AppStore|x64.Build.0 = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.AppStore|x86.ActiveCfg = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.AppStore|x86.Build.0 = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Debug|ARM.Build.0 = Debug|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Debug|iPhone.ActiveCfg = Debug|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Debug|iPhone.Build.0 = Debug|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Release|ARM.Build.0 = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Release|iPhone.ActiveCfg = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Release|iPhone.Build.0 = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Release|x64.Build.0 = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{C5634D8E-924F-4E00-8C4D-CC048F3EC6D9}.Release|x86.Build.0 = Release|Any CPU
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Ad-Hoc|ARM.ActiveCfg = Release|ARM
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Ad-Hoc|ARM.Build.0 = Release|ARM
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Ad-Hoc|x64.ActiveCfg = Release|x64
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Ad-Hoc|x64.Build.0 = Release|x64
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Ad-Hoc|x86.ActiveCfg = Release|x86
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Ad-Hoc|x86.Build.0 = Release|x86
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.AppStore|Any CPU.Build.0 = Release|Any CPU
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.AppStore|ARM.ActiveCfg = Release|ARM
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.AppStore|ARM.Build.0 = Release|ARM
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.AppStore|iPhone.ActiveCfg = Release|Any CPU
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.AppStore|iPhone.Build.0 = Release|Any CPU
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.AppStore|x64.ActiveCfg = Release|x64
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.AppStore|x64.Build.0 = Release|x64
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.AppStore|x86.ActiveCfg = Release|x86
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.AppStore|x86.Build.0 = Release|x86
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Debug|ARM.ActiveCfg = Debug|ARM
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Debug|ARM.Build.0 = Debug|ARM
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Debug|iPhone.ActiveCfg = Debug|Any CPU
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Debug|iPhone.Build.0 = Debug|Any CPU
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Debug|x64.Build.0 = Debug|x64
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Debug|x86.Build.0 = Debug|x86
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Release|ARM.ActiveCfg = Release|ARM
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Release|ARM.Build.0 = Release|ARM
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Release|iPhone.ActiveCfg = Release|Any CPU
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Release|iPhone.Build.0 = Release|Any CPU
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Release|x64.ActiveCfg = Release|x64
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Release|x64.Build.0 = Release|x64
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Release|x86.ActiveCfg = Release|x86
|
||||
{1D8A7EB1-9A0C-4E71-92B8-5794EC798056}.Release|x86.Build.0 = Release|x86
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Ad-Hoc|x64.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Ad-Hoc|x86.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.AppStore|Any CPU.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.AppStore|ARM.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.AppStore|ARM.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.AppStore|iPhone.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.AppStore|iPhone.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.AppStore|x64.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.AppStore|x64.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.AppStore|x86.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.AppStore|x86.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Debug|ARM.Build.0 = Debug|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Debug|iPhone.ActiveCfg = Debug|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Debug|iPhone.Build.0 = Debug|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Release|ARM.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Release|iPhone.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Release|iPhone.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Release|x64.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Release|x86.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Ad-Hoc|x64.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Ad-Hoc|x86.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.AppStore|Any CPU.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.AppStore|ARM.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.AppStore|ARM.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.AppStore|iPhone.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.AppStore|iPhone.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.AppStore|x64.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.AppStore|x64.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.AppStore|x86.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.AppStore|x86.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Debug|ARM.Build.0 = Debug|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Debug|iPhone.ActiveCfg = Debug|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Debug|iPhone.Build.0 = Debug|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Release|ARM.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Release|iPhone.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Release|iPhone.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Release|x64.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Release|x86.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(NestedProjects) = preSolution
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6} = {E4121525-1455-479F-9E23-398D78D27721}
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {29D172E5-0A9A-4C3F-8912-6E8526057547}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
|
@ -16,7 +16,7 @@
|
|||
using System;
|
||||
using System.Text;
|
||||
|
||||
#if NETFX_CORE
|
||||
#if NETFX_CORE || HAS_UNO
|
||||
using Windows.UI.Core;
|
||||
using Windows.UI.Xaml;
|
||||
using Windows.Foundation;
|
||||
|
@ -43,15 +43,15 @@ namespace GalaSoft.MvvmLight.Threading
|
|||
//// Email = "laurent@galasoft.ch")]
|
||||
public static class DispatcherHelper
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets a reference to the UI thread's dispatcher, after the
|
||||
/// <see cref="Initialize" /> method has been called on the UI thread.
|
||||
/// </summary>
|
||||
// ReSharper disable InconsistentNaming
|
||||
#if NETFX_CORE
|
||||
public static CoreDispatcher UIDispatcher
|
||||
/// <summary>
|
||||
/// Gets a reference to the UI thread's dispatcher, after the
|
||||
/// <see cref="Initialize" /> method has been called on the UI thread.
|
||||
/// </summary>
|
||||
// ReSharper disable InconsistentNaming
|
||||
#if NETFX_CORE || HAS_UNO
|
||||
public static CoreDispatcher UIDispatcher
|
||||
#else
|
||||
public static Dispatcher UIDispatcher
|
||||
public static Dispatcher UIDispatcher
|
||||
#endif
|
||||
// ReSharper restore InconsistentNaming
|
||||
{
|
||||
|
@ -81,20 +81,20 @@ namespace GalaSoft.MvvmLight.Threading
|
|||
|
||||
CheckDispatcher();
|
||||
|
||||
#if NETFX_CORE
|
||||
if (UIDispatcher.HasThreadAccess)
|
||||
#if NETFX_CORE || HAS_UNO
|
||||
if (UIDispatcher.HasThreadAccess)
|
||||
#else
|
||||
if (UIDispatcher.CheckAccess())
|
||||
if (UIDispatcher.CheckAccess())
|
||||
#endif
|
||||
{
|
||||
action();
|
||||
}
|
||||
else
|
||||
{
|
||||
#if NETFX_CORE
|
||||
UIDispatcher.RunAsync(CoreDispatcherPriority.Normal, () => action());
|
||||
#if NETFX_CORE || HAS_UNO
|
||||
UIDispatcher.RunAsync(CoreDispatcherPriority.Normal, () => action());
|
||||
#else
|
||||
UIDispatcher.BeginInvoke(action);
|
||||
UIDispatcher.BeginInvoke(action);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
@ -112,10 +112,10 @@ namespace GalaSoft.MvvmLight.Threading
|
|||
#else
|
||||
error.Append("Call DispatcherHelper.Initialize() in Application_Startup (App.xaml.cs).");
|
||||
#endif
|
||||
#elif NETFX_CORE
|
||||
error.Append("Call DispatcherHelper.Initialize() at the end of App.OnLaunched.");
|
||||
#elif NETFX_CORE || HAS_UNO
|
||||
error.Append("Call DispatcherHelper.Initialize() at the end of App.OnLaunched.");
|
||||
#else
|
||||
error.Append("Call DispatcherHelper.Initialize() in the static App constructor.");
|
||||
error.Append("Call DispatcherHelper.Initialize() in the static App constructor.");
|
||||
#endif
|
||||
|
||||
throw new InvalidOperationException(error.ToString());
|
||||
|
@ -123,28 +123,35 @@ namespace GalaSoft.MvvmLight.Threading
|
|||
}
|
||||
|
||||
#if NETFX_CORE
|
||||
/// <summary>
|
||||
/// Invokes an action asynchronously on the UI thread.
|
||||
/// </summary>
|
||||
/// <param name="action">The action that must be executed.</param>
|
||||
/// <returns>The object that provides handlers for the completed async event dispatch.</returns>
|
||||
public static IAsyncAction RunAsync(Action action)
|
||||
/// <summary>
|
||||
/// Invokes an action asynchronously on the UI thread.
|
||||
/// </summary>
|
||||
/// <param name="action">The action that must be executed.</param>
|
||||
/// <returns>The object that provides handlers for the completed async event dispatch.</returns>
|
||||
public static IAsyncAction RunAsync(Action action)
|
||||
#elif HAS_UNO
|
||||
/// <summary>
|
||||
/// Invokes an action asynchronously on the UI thread.
|
||||
/// </summary>
|
||||
/// <param name="action">The action that must be executed.</param>
|
||||
/// <returns>The object that provides handlers for the completed async event dispatch.</returns>
|
||||
public static UIAsyncOperation RunAsync(Action action)
|
||||
#else
|
||||
/// <summary>
|
||||
/// Invokes an action asynchronously on the UI thread.
|
||||
/// </summary>
|
||||
/// <param name="action">The action that must be executed.</param>
|
||||
/// <returns>An object, which is returned immediately after BeginInvoke is called, that can be used to interact
|
||||
/// with the delegate as it is pending execution in the event queue.</returns>
|
||||
public static DispatcherOperation RunAsync(Action action)
|
||||
/// <summary>
|
||||
/// Invokes an action asynchronously on the UI thread.
|
||||
/// </summary>
|
||||
/// <param name="action">The action that must be executed.</param>
|
||||
/// <returns>An object, which is returned immediately after BeginInvoke is called, that can be used to interact
|
||||
/// with the delegate as it is pending execution in the event queue.</returns>
|
||||
public static DispatcherOperation RunAsync(Action action)
|
||||
#endif
|
||||
{
|
||||
CheckDispatcher();
|
||||
{
|
||||
CheckDispatcher();
|
||||
|
||||
#if NETFX_CORE
|
||||
return UIDispatcher.RunAsync(CoreDispatcherPriority.Normal, () => action());
|
||||
#if NETFX_CORE || HAS_UNO
|
||||
return UIDispatcher.RunAsync(CoreDispatcherPriority.Normal, () => action());
|
||||
#else
|
||||
return UIDispatcher.BeginInvoke(action);
|
||||
return UIDispatcher.BeginInvoke(action);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
@ -160,10 +167,10 @@ namespace GalaSoft.MvvmLight.Threading
|
|||
#if SILVERLIGHT
|
||||
if (UIDispatcher != null)
|
||||
#else
|
||||
#if NETFX_CORE
|
||||
if (UIDispatcher != null)
|
||||
#if NETFX_CORE || HAS_UNO
|
||||
if (UIDispatcher != null)
|
||||
#else
|
||||
if (UIDispatcher != null
|
||||
if (UIDispatcher != null
|
||||
&& UIDispatcher.Thread.IsAlive)
|
||||
#endif
|
||||
#endif
|
||||
|
@ -171,13 +178,13 @@ namespace GalaSoft.MvvmLight.Threading
|
|||
return;
|
||||
}
|
||||
|
||||
#if NETFX_CORE
|
||||
UIDispatcher = Window.Current.Dispatcher;
|
||||
#if NETFX_CORE || HAS_UNO
|
||||
UIDispatcher = Window.Current.Dispatcher;
|
||||
#else
|
||||
#if SILVERLIGHT
|
||||
UIDispatcher = Deployment.Current.Dispatcher;
|
||||
#else
|
||||
UIDispatcher = Dispatcher.CurrentDispatcher;
|
||||
UIDispatcher = Dispatcher.CurrentDispatcher;
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
|
|
@ -0,0 +1,95 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>uap10.0;xamarinios10;MonoAndroid71;netstandard2.0;net45</TargetFrameworks>
|
||||
<NoWarn>$(NoWarn);4014;NU1701;NU1603</NoWarn>
|
||||
<BuildForLiveUnitTesting>false</BuildForLiveUnitTesting>
|
||||
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
|
||||
<TreatSpecificWarningsAsErrors />
|
||||
<DebugType>full</DebugType>
|
||||
<DebugSymbols>True</DebugSymbols>
|
||||
<AssemblyName>GalaSoft.MvvmLight.Platform</AssemblyName>
|
||||
<RootNamespace>GalaSoft.MvvmLight.Platform</RootNamespace>
|
||||
<PackageId>Uno.GalaSoft.MvvmLight.Platform</PackageId>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="MSBuild.Sdk.Extras" Version="1.2.1" PrivateAssets="All" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(TargetFramework)' == 'uap10.0' ">
|
||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform " Version="5.4.0" />
|
||||
<EmbeddedResource Include="Properties\GalaSoft.MvvmLight.Platform.rd.xml" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(TargetFramework)' == 'xamarinios10' or '$(TargetFramework)' == 'MonoAndroid71' or '$(TargetFramework)' == 'netstandard2.0' ">
|
||||
<PackageReference Include="Uno.UI " Version="1.31.0-dev.8" />
|
||||
</ItemGroup>
|
||||
|
||||
<Import Project="$(MSBuildSDKExtrasTargets)" Condition="Exists('$(MSBuildSDKExtrasTargets)')" />
|
||||
|
||||
<PropertyGroup Condition="'$(TargetFramework)' == 'uap10.0'">
|
||||
<DefineConstants>$(DefineConstants);NETFX_CORE;WINDOWS_UWP;HAS_DICT_GETVALUEORDEFAULT</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(TargetFramework)' == 'xamarinios10' or '$(TargetFramework)' == 'MonoAndroid71' or '$(TargetFramework)' == 'netstandard2.0'">
|
||||
<DefineConstants>$(DefineConstants);XAMARIN</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)'=='net45'">
|
||||
<Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\External\NET45\System.Windows.Interactivity.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="..\GalaSoft.MvvmLight.Platform %28NET45%29\Command\EventToCommand.cs">
|
||||
<Link>Command\EventToCommand.cs</Link>
|
||||
</None>
|
||||
<None Include="..\GalaSoft.MvvmLight.Platform %28NET45%29\Command\IEventArgsConverter.cs">
|
||||
<Link>Command\IEventArgsConverter.cs</Link>
|
||||
</None>
|
||||
<None Include="..\GalaSoft.MvvmLight.Platform %28UWP%29\Views\DialogService.cs">
|
||||
<Link>Views\DialogService.cs</Link>
|
||||
</None>
|
||||
<None Include="..\GalaSoft.MvvmLight.Platform %28UWP%29\Views\NavigationService.cs">
|
||||
<Link>Views\NavigationService.cs</Link>
|
||||
</None>
|
||||
<None Include="..\GalaSoft.MvvmLight.Platform %28NET45%29\Threading\DispatcherHelper.cs">
|
||||
<Link>Threading\DispatcherHelper.cs</Link>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)'=='net45'">
|
||||
<Compile Include="..\GalaSoft.MvvmLight.Platform %28NET45%29\Command\EventToCommand.cs">
|
||||
<Link>Command\EventToCommand.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\GalaSoft.MvvmLight.Platform %28NET45%29\Command\IEventArgsConverter.cs">
|
||||
<Link>Command\IEventArgsConverter.cs</Link>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)'!='net45'">
|
||||
<Compile Include="..\GalaSoft.MvvmLight.Platform %28NET45%29\Threading\DispatcherHelper.cs">
|
||||
<Link>Threading\DispatcherHelper.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\GalaSoft.MvvmLight.Platform %28UWP%29\Views\DialogService.cs">
|
||||
<Link>Views\DialogService.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\GalaSoft.MvvmLight.Platform %28UWP%29\Views\NavigationService.cs">
|
||||
<Link>Views\NavigationService.cs</Link>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="..\GalaSoft.MvvmLight.Platform %28NET45Std%29\Properties\AssemblyInfo.cs">
|
||||
<Link>Properties\AssemblyInfo.cs</Link>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\GalaSoft.MvvmLight (STD10)\GalaSoft.MvvmLight.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
|
@ -0,0 +1,33 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
This file contains Runtime Directives, specifications about types your application accesses
|
||||
through reflection and other dynamic code patterns. Runtime Directives are used to control the
|
||||
.NET Native optimizer and ensure that it does not remove code accessed by your library. If your
|
||||
library does not do any reflection, then you generally do not need to edit this file. However,
|
||||
if your library reflects over types, especially types passed to it or derived from its types,
|
||||
then you should write Runtime Directives.
|
||||
|
||||
The most common use of reflection in libraries is to discover information about types passed
|
||||
to the library. Runtime Directives have three ways to express requirements on types passed to
|
||||
your library.
|
||||
|
||||
1. Parameter, GenericParameter, TypeParameter, TypeEnumerableParameter
|
||||
Use these directives to reflect over types passed as a parameter.
|
||||
|
||||
2. SubTypes
|
||||
Use a SubTypes directive to reflect over types derived from another type.
|
||||
|
||||
3. AttributeImplies
|
||||
Use an AttributeImplies directive to indicate that your library needs to reflect over
|
||||
types or methods decorated with an attribute.
|
||||
|
||||
For more information on writing Runtime Directives for libraries, please visit
|
||||
https://go.microsoft.com/fwlink/?LinkID=391919
|
||||
-->
|
||||
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
|
||||
<Library Name="GalaSoft.MvvmLight.Platform">
|
||||
|
||||
<!-- add directives for your library here -->
|
||||
|
||||
</Library>
|
||||
</Directives>
|
|
@ -0,0 +1,196 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 15
|
||||
VisualStudioVersion = 15.0.27130.2024
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GalaSoft.MvvmLight", "GalaSoft.MvvmLight (STD10)\GalaSoft.MvvmLight.csproj", "{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{E4121525-1455-479F-9E23-398D78D27721}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GalaSoft.MvvmLight.Test (PNET45Std)", "Tests\PCL\GalaSoft.MvvmLight.Test (PNET45Std)\GalaSoft.MvvmLight.Test (PNET45Std).csproj", "{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GalaSoft.MvvmLight.Platform", "GalaSoft.MvvmLight.Platform\GalaSoft.MvvmLight.Platform.csproj", "{C7B99322-9663-495C-A3B0-FD886A6F6730}"
|
||||
EndProject
|
||||
Global
|
||||
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
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Ad-Hoc|x64.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Ad-Hoc|x86.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.AppStore|Any CPU.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.AppStore|ARM.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.AppStore|ARM.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.AppStore|iPhone.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.AppStore|iPhone.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.AppStore|x64.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.AppStore|x64.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.AppStore|x86.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.AppStore|x86.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Debug|ARM.Build.0 = Debug|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Debug|iPhone.ActiveCfg = Debug|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Debug|iPhone.Build.0 = Debug|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Release|ARM.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Release|iPhone.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Release|iPhone.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Release|x64.Build.0 = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{9E33963E-FC19-4CCB-A4F2-B0AECD8A092F}.Release|x86.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Ad-Hoc|x64.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Ad-Hoc|x86.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.AppStore|Any CPU.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.AppStore|ARM.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.AppStore|ARM.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.AppStore|iPhone.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.AppStore|iPhone.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.AppStore|x64.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.AppStore|x64.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.AppStore|x86.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.AppStore|x86.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Debug|ARM.Build.0 = Debug|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Debug|iPhone.ActiveCfg = Debug|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Debug|iPhone.Build.0 = Debug|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Release|ARM.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Release|iPhone.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Release|iPhone.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Release|x64.Build.0 = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6}.Release|x86.Build.0 = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Ad-Hoc|x64.Build.0 = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Ad-Hoc|x86.Build.0 = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.AppStore|Any CPU.Build.0 = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.AppStore|ARM.ActiveCfg = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.AppStore|ARM.Build.0 = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.AppStore|iPhone.ActiveCfg = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.AppStore|iPhone.Build.0 = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.AppStore|x64.ActiveCfg = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.AppStore|x64.Build.0 = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.AppStore|x86.ActiveCfg = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.AppStore|x86.Build.0 = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Debug|ARM.Build.0 = Debug|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Debug|iPhone.ActiveCfg = Debug|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Debug|iPhone.Build.0 = Debug|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Release|ARM.Build.0 = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Release|iPhone.ActiveCfg = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Release|iPhone.Build.0 = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Release|x64.Build.0 = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{C7B99322-9663-495C-A3B0-FD886A6F6730}.Release|x86.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(NestedProjects) = preSolution
|
||||
{D6C92A0B-4F54-4340-B0F0-5FACBCF127D6} = {E4121525-1455-479F-9E23-398D78D27721}
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {29D172E5-0A9A-4C3F-8912-6E8526057547}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
|
@ -53,18 +53,6 @@ namespace GalaSoft.MvvmLight.Test
|
|||
public partial class Attribute
|
||||
{
|
||||
|
||||
// aapt resource value: 0x7f010000
|
||||
public const int layoutManager = 2130771968;
|
||||
|
||||
// aapt resource value: 0x7f010002
|
||||
public const int reverseLayout = 2130771970;
|
||||
|
||||
// aapt resource value: 0x7f010001
|
||||
public const int spanCount = 2130771969;
|
||||
|
||||
// aapt resource value: 0x7f010003
|
||||
public const int stackFromEnd = 2130771971;
|
||||
|
||||
static Attribute()
|
||||
{
|
||||
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
|
||||
|
@ -75,28 +63,6 @@ namespace GalaSoft.MvvmLight.Test
|
|||
}
|
||||
}
|
||||
|
||||
public partial class Dimension
|
||||
{
|
||||
|
||||
// aapt resource value: 0x7f040000
|
||||
public const int item_touch_helper_max_drag_scroll_per_frame = 2130968576;
|
||||
|
||||
// aapt resource value: 0x7f040001
|
||||
public const int item_touch_helper_swipe_escape_max_velocity = 2130968577;
|
||||
|
||||
// aapt resource value: 0x7f040002
|
||||
public const int item_touch_helper_swipe_escape_velocity = 2130968578;
|
||||
|
||||
static Dimension()
|
||||
{
|
||||
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
|
||||
}
|
||||
|
||||
private Dimension()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public partial class Drawable
|
||||
{
|
||||
|
||||
|
@ -116,62 +82,59 @@ namespace GalaSoft.MvvmLight.Test
|
|||
public partial class Id
|
||||
{
|
||||
|
||||
// aapt resource value: 0x7f050002
|
||||
public const int OptionHostName = 2131034114;
|
||||
|
||||
// aapt resource value: 0x7f050003
|
||||
public const int OptionPort = 2131034115;
|
||||
|
||||
// aapt resource value: 0x7f050001
|
||||
public const int OptionRemoteServer = 2131034113;
|
||||
public const int OptionHostName = 2131034113;
|
||||
|
||||
// aapt resource value: 0x7f050011
|
||||
public const int OptionsButton = 2131034129;
|
||||
|
||||
// aapt resource value: 0x7f05000c
|
||||
public const int ResultFullName = 2131034124;
|
||||
|
||||
// aapt resource value: 0x7f05000e
|
||||
public const int ResultMessage = 2131034126;
|
||||
|
||||
// aapt resource value: 0x7f05000d
|
||||
public const int ResultResultState = 2131034125;
|
||||
|
||||
// aapt resource value: 0x7f05000b
|
||||
public const int ResultRunSingleMethodTest = 2131034123;
|
||||
|
||||
// aapt resource value: 0x7f05000f
|
||||
public const int ResultStackTrace = 2131034127;
|
||||
|
||||
// aapt resource value: 0x7f050007
|
||||
public const int ResultsFailed = 2131034119;
|
||||
|
||||
// aapt resource value: 0x7f050004
|
||||
public const int ResultsId = 2131034116;
|
||||
|
||||
// aapt resource value: 0x7f050008
|
||||
public const int ResultsIgnored = 2131034120;
|
||||
|
||||
// aapt resource value: 0x7f050009
|
||||
public const int ResultsInconclusive = 2131034121;
|
||||
|
||||
// aapt resource value: 0x7f05000a
|
||||
public const int ResultsMessage = 2131034122;
|
||||
|
||||
// aapt resource value: 0x7f050006
|
||||
public const int ResultsPassed = 2131034118;
|
||||
|
||||
// aapt resource value: 0x7f050005
|
||||
public const int ResultsResult = 2131034117;
|
||||
|
||||
// aapt resource value: 0x7f050010
|
||||
public const int RunTestsButton = 2131034128;
|
||||
|
||||
// aapt resource value: 0x7f050012
|
||||
public const int TestSuiteListView = 2131034130;
|
||||
// aapt resource value: 0x7f050002
|
||||
public const int OptionPort = 2131034114;
|
||||
|
||||
// aapt resource value: 0x7f050000
|
||||
public const int item_touch_helper_previous_elevation = 2131034112;
|
||||
public const int OptionRemoteServer = 2131034112;
|
||||
|
||||
// aapt resource value: 0x7f050010
|
||||
public const int OptionsButton = 2131034128;
|
||||
|
||||
// aapt resource value: 0x7f05000b
|
||||
public const int ResultFullName = 2131034123;
|
||||
|
||||
// aapt resource value: 0x7f05000d
|
||||
public const int ResultMessage = 2131034125;
|
||||
|
||||
// aapt resource value: 0x7f05000c
|
||||
public const int ResultResultState = 2131034124;
|
||||
|
||||
// aapt resource value: 0x7f05000a
|
||||
public const int ResultRunSingleMethodTest = 2131034122;
|
||||
|
||||
// aapt resource value: 0x7f05000e
|
||||
public const int ResultStackTrace = 2131034126;
|
||||
|
||||
// aapt resource value: 0x7f050006
|
||||
public const int ResultsFailed = 2131034118;
|
||||
|
||||
// aapt resource value: 0x7f050003
|
||||
public const int ResultsId = 2131034115;
|
||||
|
||||
// aapt resource value: 0x7f050007
|
||||
public const int ResultsIgnored = 2131034119;
|
||||
|
||||
// aapt resource value: 0x7f050008
|
||||
public const int ResultsInconclusive = 2131034120;
|
||||
|
||||
// aapt resource value: 0x7f050009
|
||||
public const int ResultsMessage = 2131034121;
|
||||
|
||||
// aapt resource value: 0x7f050005
|
||||
public const int ResultsPassed = 2131034117;
|
||||
|
||||
// aapt resource value: 0x7f050004
|
||||
public const int ResultsResult = 2131034116;
|
||||
|
||||
// aapt resource value: 0x7f05000f
|
||||
public const int RunTestsButton = 2131034127;
|
||||
|
||||
// aapt resource value: 0x7f050011
|
||||
public const int TestSuiteListView = 2131034129;
|
||||
|
||||
static Id()
|
||||
{
|
||||
|
@ -211,11 +174,11 @@ namespace GalaSoft.MvvmLight.Test
|
|||
public partial class String
|
||||
{
|
||||
|
||||
// aapt resource value: 0x7f060001
|
||||
public const int ApplicationName = 2131099649;
|
||||
// aapt resource value: 0x7f040001
|
||||
public const int ApplicationName = 2130968577;
|
||||
|
||||
// aapt resource value: 0x7f060000
|
||||
public const int Hello = 2131099648;
|
||||
// aapt resource value: 0x7f040000
|
||||
public const int Hello = 2130968576;
|
||||
|
||||
static String()
|
||||
{
|
||||
|
@ -226,41 +189,6 @@ namespace GalaSoft.MvvmLight.Test
|
|||
{
|
||||
}
|
||||
}
|
||||
|
||||
public partial class Styleable
|
||||
{
|
||||
|
||||
public static int[] RecyclerView = new int[] {
|
||||
16842948,
|
||||
2130771968,
|
||||
2130771969,
|
||||
2130771970,
|
||||
2130771971};
|
||||
|
||||
// aapt resource value: 0
|
||||
public const int RecyclerView_android_orientation = 0;
|
||||
|
||||
// aapt resource value: 1
|
||||
public const int RecyclerView_layoutManager = 1;
|
||||
|
||||
// aapt resource value: 3
|
||||
public const int RecyclerView_reverseLayout = 3;
|
||||
|
||||
// aapt resource value: 2
|
||||
public const int RecyclerView_spanCount = 2;
|
||||
|
||||
// aapt resource value: 4
|
||||
public const int RecyclerView_stackFromEnd = 4;
|
||||
|
||||
static Styleable()
|
||||
{
|
||||
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
|
||||
}
|
||||
|
||||
private Styleable()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#pragma warning restore 1591
|
||||
|
|
|
@ -291,13 +291,9 @@
|
|||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\GalaSoft.MvvmLight %28STD10%29\GalaSoft.MvvmLight %28STD10%29.csproj">
|
||||
<ProjectReference Include="..\..\..\GalaSoft.MvvmLight %28STD10%29\GalaSoft.MvvmLight.csproj">
|
||||
<Project>{9e33963e-fc19-4ccb-a4f2-b0aecd8a092f}</Project>
|
||||
<Name>GalaSoft.MvvmLight %28STD10%29</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\..\GalaSoft.MvvmLight.Platform %28NET45Std%29\GalaSoft.MvvmLight.Platform %28NET45Std%29.csproj">
|
||||
<Project>{c5634d8e-924f-4e00-8c4d-cc048f3ec6d9}</Project>
|
||||
<Name>GalaSoft.MvvmLight.Platform %28NET45Std%29</Name>
|
||||
<Name>GalaSoft.MvvmLight</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
|
|
Загрузка…
Ссылка в новой задаче