Fixed eShopOnContainers.sln does not build #237
Include Marketing and Locations api in eShopOnContainers sln
This commit is contained in:
parent
6fd960d403
commit
dba16fd1d1
@ -1,7 +1,7 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 15
|
||||
VisualStudioVersion = 15.0.26430.6
|
||||
VisualStudioVersion = 15.0.26430.14
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{932D8224-11F6-4D07-B109-DA28AD288A63}"
|
||||
EndProject
|
||||
@ -49,7 +49,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.UnitTests
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.TestRunner.Droid", "src\Mobile\eShopOnContainers\eShopOnContainers.TestRunner.Droid\eShopOnContainers.TestRunner.Droid.csproj", "{A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.TestRunner.Windows", "src\Mobile\eShopOnContainers\eShopOnContainers.TestRunner.Windows\eShopOnContainers.TestRunner.Windows.csproj", "{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.TestRunner.Windows", "src\Mobile\eShopOnContainers\eShopOnContainers.TestRunner.Windows\eShopOnContainers.TestRunner.Windows.csproj", "{A7337243-33B8-463A-87AD-944B75EFD820}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopOnContainers.TestRunner.iOS", "src\Mobile\eShopOnContainers\eShopOnContainers.TestRunner.iOS\eShopOnContainers.TestRunner.iOS.csproj", "{B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}"
|
||||
EndProject
|
||||
@ -105,6 +105,18 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebStatus", "src\Web\WebSta
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Extensions.HealthChecks.SqlServer", "src\BuildingBlocks\HealthChecks\src\Microsoft.Extensions.HealthChecks.SqlServer\Microsoft.Extensions.HealthChecks.SqlServer.csproj", "{6CCC4F1B-602D-4FAD-91A7-002CC86C7612}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DataProtection", "DataProtection", "{CC0FD121-5E19-44B6-B23F-0FE3D1B821D3}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataProtection", "src\BuildingBlocks\DataProtection\DataProtection\DataProtection.csproj", "{237CA273-8555-4944-B87D-5B65AB3A788C}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Location", "Location", "{0CF40BE0-A463-4E4F-A29C-C7427D04DC4F}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Locations.API", "src\Services\Location\Locations.API\Locations.API.csproj", "{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Marketing", "Marketing", "{72704C77-5C90-4705-B2A4-7A6E3B02FF08}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Marketing.API", "src\Services\Marketing\Marketing.API\Marketing.API.csproj", "{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
|
||||
@ -599,72 +611,72 @@ Global
|
||||
{A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Release|x86.Build.0 = Release|Any CPU
|
||||
{A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1}.Release|x86.Deploy.0 = Release|Any CPU
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Ad-Hoc|Any CPU.ActiveCfg = Release|x64
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Ad-Hoc|Any CPU.Build.0 = Release|x64
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Ad-Hoc|Any CPU.Deploy.0 = Release|x64
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Ad-Hoc|ARM.ActiveCfg = Release|ARM
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Ad-Hoc|ARM.Build.0 = Release|ARM
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Ad-Hoc|ARM.Deploy.0 = Release|ARM
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Ad-Hoc|iPhone.ActiveCfg = Release|x64
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Ad-Hoc|iPhone.Build.0 = Release|x64
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Ad-Hoc|iPhone.Deploy.0 = Release|x64
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x64
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x64
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|x64
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Ad-Hoc|x64.ActiveCfg = Release|x64
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Ad-Hoc|x64.Build.0 = Release|x64
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Ad-Hoc|x64.Deploy.0 = Release|x64
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Ad-Hoc|x86.ActiveCfg = Release|x86
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Ad-Hoc|x86.Build.0 = Release|x86
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Ad-Hoc|x86.Deploy.0 = Release|x86
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.AppStore|Any CPU.ActiveCfg = Release|x64
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.AppStore|Any CPU.Build.0 = Release|x64
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.AppStore|Any CPU.Deploy.0 = Release|x64
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.AppStore|ARM.ActiveCfg = Release|ARM
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.AppStore|ARM.Build.0 = Release|ARM
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.AppStore|ARM.Deploy.0 = Release|ARM
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.AppStore|iPhone.ActiveCfg = Release|x64
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.AppStore|iPhone.Build.0 = Release|x64
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.AppStore|iPhone.Deploy.0 = Release|x64
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.AppStore|iPhoneSimulator.ActiveCfg = Release|x64
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.AppStore|iPhoneSimulator.Build.0 = Release|x64
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.AppStore|iPhoneSimulator.Deploy.0 = Release|x64
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.AppStore|x64.ActiveCfg = Release|x64
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.AppStore|x64.Build.0 = Release|x64
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.AppStore|x64.Deploy.0 = Release|x64
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.AppStore|x86.ActiveCfg = Release|x86
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.AppStore|x86.Build.0 = Release|x86
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.AppStore|x86.Deploy.0 = Release|x86
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Debug|Any CPU.ActiveCfg = Debug|x86
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Debug|Any CPU.Build.0 = Debug|x86
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Debug|Any CPU.Deploy.0 = Debug|x86
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Debug|ARM.ActiveCfg = Debug|ARM
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Debug|ARM.Build.0 = Debug|ARM
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Debug|ARM.Deploy.0 = Debug|ARM
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Debug|iPhone.ActiveCfg = Debug|x86
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Debug|iPhone.Build.0 = Debug|x86
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Debug|iPhone.Deploy.0 = Debug|x86
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Debug|iPhoneSimulator.Build.0 = Debug|x86
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Debug|iPhoneSimulator.Deploy.0 = Debug|x86
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Debug|x64.Build.0 = Debug|x64
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Debug|x64.Deploy.0 = Debug|x64
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Debug|x86.Build.0 = Debug|x86
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Debug|x86.Deploy.0 = Debug|x86
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Release|Any CPU.ActiveCfg = Release|x86
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Release|ARM.ActiveCfg = Release|ARM
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Release|ARM.Build.0 = Release|ARM
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Release|ARM.Deploy.0 = Release|ARM
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Release|iPhone.ActiveCfg = Release|x86
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Release|iPhoneSimulator.ActiveCfg = Release|x86
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Release|x64.ActiveCfg = Release|x64
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Release|x64.Build.0 = Release|x64
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Release|x64.Deploy.0 = Release|x64
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Release|x86.ActiveCfg = Release|x86
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Release|x86.Build.0 = Release|x86
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F}.Release|x86.Deploy.0 = Release|x86
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|Any CPU.ActiveCfg = Release|x64
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|Any CPU.Build.0 = Release|x64
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|Any CPU.Deploy.0 = Release|x64
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|ARM.ActiveCfg = Release|ARM
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|ARM.Build.0 = Release|ARM
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|ARM.Deploy.0 = Release|ARM
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|iPhone.ActiveCfg = Release|x64
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|iPhone.Build.0 = Release|x64
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|iPhone.Deploy.0 = Release|x64
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x64
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x64
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|x64
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|x64.ActiveCfg = Release|x64
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|x64.Build.0 = Release|x64
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|x64.Deploy.0 = Release|x64
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|x86.ActiveCfg = Release|x86
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|x86.Build.0 = Release|x86
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Ad-Hoc|x86.Deploy.0 = Release|x86
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|Any CPU.ActiveCfg = Release|x64
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|Any CPU.Build.0 = Release|x64
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|Any CPU.Deploy.0 = Release|x64
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|ARM.ActiveCfg = Release|ARM
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|ARM.Build.0 = Release|ARM
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|ARM.Deploy.0 = Release|ARM
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|iPhone.ActiveCfg = Release|x64
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|iPhone.Build.0 = Release|x64
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|iPhone.Deploy.0 = Release|x64
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|iPhoneSimulator.ActiveCfg = Release|x64
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|iPhoneSimulator.Build.0 = Release|x64
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|iPhoneSimulator.Deploy.0 = Release|x64
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|x64.ActiveCfg = Release|x64
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|x64.Build.0 = Release|x64
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|x64.Deploy.0 = Release|x64
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|x86.ActiveCfg = Release|x86
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|x86.Build.0 = Release|x86
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.AppStore|x86.Deploy.0 = Release|x86
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Debug|Any CPU.ActiveCfg = Debug|x86
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Debug|Any CPU.Build.0 = Debug|x86
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Debug|Any CPU.Deploy.0 = Debug|x86
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Debug|ARM.ActiveCfg = Debug|ARM
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Debug|ARM.Build.0 = Debug|ARM
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Debug|ARM.Deploy.0 = Debug|ARM
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Debug|iPhone.ActiveCfg = Debug|x86
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Debug|iPhone.Build.0 = Debug|x86
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Debug|iPhone.Deploy.0 = Debug|x86
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Debug|iPhoneSimulator.Build.0 = Debug|x86
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Debug|iPhoneSimulator.Deploy.0 = Debug|x86
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Debug|x64.Build.0 = Debug|x64
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Debug|x64.Deploy.0 = Debug|x64
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Debug|x86.Build.0 = Debug|x86
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Debug|x86.Deploy.0 = Debug|x86
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Release|Any CPU.ActiveCfg = Release|x86
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Release|ARM.ActiveCfg = Release|ARM
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Release|ARM.Build.0 = Release|ARM
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Release|ARM.Deploy.0 = Release|ARM
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Release|iPhone.ActiveCfg = Release|x86
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Release|iPhoneSimulator.ActiveCfg = Release|x86
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Release|x64.ActiveCfg = Release|x64
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Release|x64.Build.0 = Release|x64
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Release|x64.Deploy.0 = Release|x64
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Release|x86.ActiveCfg = Release|x86
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Release|x86.Build.0 = Release|x86
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820}.Release|x86.Deploy.0 = Release|x86
|
||||
{B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhone
|
||||
{B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.Ad-Hoc|ARM.ActiveCfg = Ad-Hoc|iPhone
|
||||
{B68C2B56-7581-46AE-B55D-D25DDFD3BFE3}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
|
||||
@ -1466,6 +1478,150 @@ Global
|
||||
{6CCC4F1B-602D-4FAD-91A7-002CC86C7612}.Release|x64.Build.0 = Release|Any CPU
|
||||
{6CCC4F1B-602D-4FAD-91A7-002CC86C7612}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{6CCC4F1B-602D-4FAD-91A7-002CC86C7612}.Release|x86.Build.0 = Release|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.AppStore|Any CPU.Build.0 = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.AppStore|ARM.ActiveCfg = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.AppStore|ARM.Build.0 = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.AppStore|iPhone.Build.0 = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.AppStore|x64.ActiveCfg = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.AppStore|x64.Build.0 = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.AppStore|x86.ActiveCfg = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.AppStore|x86.Build.0 = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Debug|ARM.Build.0 = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Debug|iPhone.ActiveCfg = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Debug|iPhone.Build.0 = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Release|ARM.Build.0 = Release|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Release|iPhone.ActiveCfg = Release|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Release|iPhone.Build.0 = Release|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Release|x64.Build.0 = Release|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C}.Release|x86.Build.0 = Release|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.AppStore|Any CPU.Build.0 = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.AppStore|ARM.ActiveCfg = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.AppStore|ARM.Build.0 = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.AppStore|iPhone.Build.0 = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.AppStore|x64.ActiveCfg = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.AppStore|x64.Build.0 = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.AppStore|x86.ActiveCfg = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.AppStore|x86.Build.0 = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Debug|ARM.Build.0 = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Debug|iPhone.ActiveCfg = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Debug|iPhone.Build.0 = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Release|ARM.Build.0 = Release|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Release|iPhone.ActiveCfg = Release|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Release|iPhone.Build.0 = Release|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Release|x64.Build.0 = Release|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800}.Release|x86.Build.0 = Release|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.AppStore|Any CPU.Build.0 = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.AppStore|ARM.ActiveCfg = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.AppStore|ARM.Build.0 = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.AppStore|iPhone.Build.0 = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.AppStore|x64.ActiveCfg = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.AppStore|x64.Build.0 = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.AppStore|x86.ActiveCfg = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.AppStore|x86.Build.0 = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Debug|ARM.Build.0 = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Debug|iPhone.ActiveCfg = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Debug|iPhone.Build.0 = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Release|ARM.Build.0 = Release|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Release|iPhone.ActiveCfg = Release|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Release|iPhone.Build.0 = Release|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Release|x64.Build.0 = Release|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5}.Release|x86.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
@ -1492,7 +1648,7 @@ Global
|
||||
{B7B1D395-4E06-4036-BE86-C216756B9367} = {A857AD10-40FF-4303-BEC2-FF1C58D5735E}
|
||||
{F7B6A162-BC4D-4924-B16A-713F9B0344E7} = {B7B1D395-4E06-4036-BE86-C216756B9367}
|
||||
{A289A7F0-ACD8-42AE-87B6-AB1AFD310BF1} = {B7B1D395-4E06-4036-BE86-C216756B9367}
|
||||
{02680C26-CA1D-4D9D-A7E3-D66AF5BE6F2F} = {B7B1D395-4E06-4036-BE86-C216756B9367}
|
||||
{A7337243-33B8-463A-87AD-944B75EFD820} = {B7B1D395-4E06-4036-BE86-C216756B9367}
|
||||
{B68C2B56-7581-46AE-B55D-D25DDFD3BFE3} = {B7B1D395-4E06-4036-BE86-C216756B9367}
|
||||
{95F1F07C-4D92-4742-BD07-E5B805AAB651} = {0BD0DB92-2D98-44D9-9AC0-C59186D59B0B}
|
||||
{02DF7FEE-C302-433D-A6CD-237A2569F236} = {91CF7717-08AB-4E65-B10E-0B426F01E2E8}
|
||||
@ -1514,5 +1670,11 @@ Global
|
||||
{D92EB452-7A72-4B26-A8ED-0204CD376BC4} = {D13768ED-5AF1-4E09-96DD-FF6E7A2E5E06}
|
||||
{23FB706A-2701-41E9-8BF9-28936001CA41} = {E279BF0F-7F66-4F3A-A3AB-2CDA66C1CD04}
|
||||
{6CCC4F1B-602D-4FAD-91A7-002CC86C7612} = {96CE8CE7-BC97-4A53-899F-5EB63D7BBF7B}
|
||||
{CC0FD121-5E19-44B6-B23F-0FE3D1B821D3} = {1EF3AC0F-F27C-46DD-AC53-D762D2C11C45}
|
||||
{237CA273-8555-4944-B87D-5B65AB3A788C} = {CC0FD121-5E19-44B6-B23F-0FE3D1B821D3}
|
||||
{0CF40BE0-A463-4E4F-A29C-C7427D04DC4F} = {91CF7717-08AB-4E65-B10E-0B426F01E2E8}
|
||||
{B30E0E82-9EA4-49D6-BA0D-BA8E5FA48800} = {0CF40BE0-A463-4E4F-A29C-C7427D04DC4F}
|
||||
{72704C77-5C90-4705-B2A4-7A6E3B02FF08} = {91CF7717-08AB-4E65-B10E-0B426F01E2E8}
|
||||
{5E319B6A-9F04-4113-ABF9-AB8CD1F7A0B5} = {72704C77-5C90-4705-B2A4-7A6E3B02FF08}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
@ -1,15 +1,15 @@
|
||||
#pragma warning disable 1591
|
||||
// ------------------------------------------------------------------------------
|
||||
// <autogenerated>
|
||||
// This code was generated by a tool.
|
||||
// Mono Runtime Version: 4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </autogenerated>
|
||||
// ------------------------------------------------------------------------------
|
||||
//------------------------------------------------------------------------------
|
||||
// <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>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
[assembly: Android.Runtime.ResourceDesignerAttribute("eShopOnContainers.Droid.Resource", IsApplication=true)]
|
||||
[assembly: global::Android.Runtime.ResourceDesignerAttribute("eShopOnContainers.Droid.Resource", IsApplication=true)]
|
||||
|
||||
namespace eShopOnContainers.Droid
|
||||
{
|
||||
@ -4388,8 +4388,7 @@ namespace eShopOnContainers.Droid
|
||||
public partial class Styleable
|
||||
{
|
||||
|
||||
public static int[] ActionBar = new int[]
|
||||
{
|
||||
public static int[] ActionBar = new int[] {
|
||||
2130772007,
|
||||
2130772009,
|
||||
2130772010,
|
||||
@ -4499,15 +4498,13 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 5
|
||||
public const int ActionBar_titleTextStyle = 5;
|
||||
|
||||
public static int[] ActionBarLayout = new int[]
|
||||
{
|
||||
public static int[] ActionBarLayout = new int[] {
|
||||
16842931};
|
||||
|
||||
// aapt resource value: 0
|
||||
public const int ActionBarLayout_android_layout_gravity = 0;
|
||||
|
||||
public static int[] ActionMenuItemView = new int[]
|
||||
{
|
||||
public static int[] ActionMenuItemView = new int[] {
|
||||
16843071};
|
||||
|
||||
// aapt resource value: 0
|
||||
@ -4515,8 +4512,7 @@ namespace eShopOnContainers.Droid
|
||||
|
||||
public static int[] ActionMenuView;
|
||||
|
||||
public static int[] ActionMode = new int[]
|
||||
{
|
||||
public static int[] ActionMode = new int[] {
|
||||
2130772007,
|
||||
2130772013,
|
||||
2130772014,
|
||||
@ -4542,8 +4538,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 1
|
||||
public const int ActionMode_titleTextStyle = 1;
|
||||
|
||||
public static int[] ActivityChooserView = new int[]
|
||||
{
|
||||
public static int[] ActivityChooserView = new int[] {
|
||||
2130772035,
|
||||
2130772036};
|
||||
|
||||
@ -4553,8 +4548,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 0
|
||||
public const int ActivityChooserView_initialActivityCount = 0;
|
||||
|
||||
public static int[] AlertDialog = new int[]
|
||||
{
|
||||
public static int[] AlertDialog = new int[] {
|
||||
16842994,
|
||||
2130772037,
|
||||
2130772038,
|
||||
@ -4580,8 +4574,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 4
|
||||
public const int AlertDialog_singleChoiceItemLayout = 4;
|
||||
|
||||
public static int[] AppBarLayout = new int[]
|
||||
{
|
||||
public static int[] AppBarLayout = new int[] {
|
||||
16842964,
|
||||
2130772032,
|
||||
2130772215};
|
||||
@ -4595,8 +4588,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 2
|
||||
public const int AppBarLayout_expanded = 2;
|
||||
|
||||
public static int[] AppBarLayout_LayoutParams = new int[]
|
||||
{
|
||||
public static int[] AppBarLayout_LayoutParams = new int[] {
|
||||
2130772216,
|
||||
2130772217};
|
||||
|
||||
@ -4606,8 +4598,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 1
|
||||
public const int AppBarLayout_LayoutParams_layout_scrollInterpolator = 1;
|
||||
|
||||
public static int[] AppCompatImageView = new int[]
|
||||
{
|
||||
public static int[] AppCompatImageView = new int[] {
|
||||
16843033,
|
||||
2130772042};
|
||||
|
||||
@ -4617,8 +4608,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 1
|
||||
public const int AppCompatImageView_srcCompat = 1;
|
||||
|
||||
public static int[] AppCompatTextView = new int[]
|
||||
{
|
||||
public static int[] AppCompatTextView = new int[] {
|
||||
16842804,
|
||||
2130772043};
|
||||
|
||||
@ -4628,8 +4618,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 1
|
||||
public const int AppCompatTextView_textAllCaps = 1;
|
||||
|
||||
public static int[] AppCompatTheme = new int[]
|
||||
{
|
||||
public static int[] AppCompatTheme = new int[] {
|
||||
16842839,
|
||||
16842926,
|
||||
2130772044,
|
||||
@ -5079,8 +5068,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 3
|
||||
public const int AppCompatTheme_windowNoTitle = 3;
|
||||
|
||||
public static int[] BottomSheetBehavior_Params = new int[]
|
||||
{
|
||||
public static int[] BottomSheetBehavior_Params = new int[] {
|
||||
2130772218,
|
||||
2130772219};
|
||||
|
||||
@ -5090,15 +5078,13 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 0
|
||||
public const int BottomSheetBehavior_Params_behavior_peekHeight = 0;
|
||||
|
||||
public static int[] ButtonBarLayout = new int[]
|
||||
{
|
||||
public static int[] ButtonBarLayout = new int[] {
|
||||
2130772154};
|
||||
|
||||
// aapt resource value: 0
|
||||
public const int ButtonBarLayout_allowStacking = 0;
|
||||
|
||||
public static int[] CardView = new int[]
|
||||
{
|
||||
public static int[] CardView = new int[] {
|
||||
16843071,
|
||||
16843072,
|
||||
2130771995,
|
||||
@ -5152,8 +5138,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 11
|
||||
public const int CardView_contentPaddingTop = 11;
|
||||
|
||||
public static int[] CollapsingAppBarLayout_LayoutParams = new int[]
|
||||
{
|
||||
public static int[] CollapsingAppBarLayout_LayoutParams = new int[] {
|
||||
2130772220,
|
||||
2130772221};
|
||||
|
||||
@ -5163,8 +5148,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 1
|
||||
public const int CollapsingAppBarLayout_LayoutParams_layout_collapseParallaxMultiplier = 1;
|
||||
|
||||
public static int[] CollapsingToolbarLayout = new int[]
|
||||
{
|
||||
public static int[] CollapsingToolbarLayout = new int[] {
|
||||
2130772009,
|
||||
2130772222,
|
||||
2130772223,
|
||||
@ -5222,8 +5206,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 10
|
||||
public const int CollapsingToolbarLayout_toolbarId = 10;
|
||||
|
||||
public static int[] CompoundButton = new int[]
|
||||
{
|
||||
public static int[] CompoundButton = new int[] {
|
||||
16843015,
|
||||
2130772155,
|
||||
2130772156};
|
||||
@ -5237,8 +5220,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 2
|
||||
public const int CompoundButton_buttonTintMode = 2;
|
||||
|
||||
public static int[] CoordinatorLayout = new int[]
|
||||
{
|
||||
public static int[] CoordinatorLayout = new int[] {
|
||||
2130772235,
|
||||
2130772236};
|
||||
|
||||
@ -5248,8 +5230,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 1
|
||||
public const int CoordinatorLayout_statusBarBackground = 1;
|
||||
|
||||
public static int[] CoordinatorLayout_LayoutParams = new int[]
|
||||
{
|
||||
public static int[] CoordinatorLayout_LayoutParams = new int[] {
|
||||
16842931,
|
||||
2130772237,
|
||||
2130772238,
|
||||
@ -5271,8 +5252,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 3
|
||||
public const int CoordinatorLayout_LayoutParams_layout_keyline = 3;
|
||||
|
||||
public static int[] DesignTheme = new int[]
|
||||
{
|
||||
public static int[] DesignTheme = new int[] {
|
||||
2130772241,
|
||||
2130772242,
|
||||
2130772243};
|
||||
@ -5286,8 +5266,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 2
|
||||
public const int DesignTheme_textColorError = 2;
|
||||
|
||||
public static int[] DrawerArrowToggle = new int[]
|
||||
{
|
||||
public static int[] DrawerArrowToggle = new int[] {
|
||||
2130772157,
|
||||
2130772158,
|
||||
2130772159,
|
||||
@ -5321,8 +5300,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 7
|
||||
public const int DrawerArrowToggle_thickness = 7;
|
||||
|
||||
public static int[] FloatingActionButton = new int[]
|
||||
{
|
||||
public static int[] FloatingActionButton = new int[] {
|
||||
2130772032,
|
||||
2130772213,
|
||||
2130772214,
|
||||
@ -5356,8 +5334,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 7
|
||||
public const int FloatingActionButton_useCompatPadding = 7;
|
||||
|
||||
public static int[] ForegroundLinearLayout = new int[]
|
||||
{
|
||||
public static int[] ForegroundLinearLayout = new int[] {
|
||||
16843017,
|
||||
16843264,
|
||||
2130772249};
|
||||
@ -5371,8 +5348,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 2
|
||||
public const int ForegroundLinearLayout_foregroundInsidePadding = 2;
|
||||
|
||||
public static int[] LinearLayoutCompat = new int[]
|
||||
{
|
||||
public static int[] LinearLayoutCompat = new int[] {
|
||||
16842927,
|
||||
16842948,
|
||||
16843046,
|
||||
@ -5410,8 +5386,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 7
|
||||
public const int LinearLayoutCompat_showDividers = 7;
|
||||
|
||||
public static int[] LinearLayoutCompat_Layout = new int[]
|
||||
{
|
||||
public static int[] LinearLayoutCompat_Layout = new int[] {
|
||||
16842931,
|
||||
16842996,
|
||||
16842997,
|
||||
@ -5429,8 +5404,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 1
|
||||
public const int LinearLayoutCompat_Layout_android_layout_width = 1;
|
||||
|
||||
public static int[] ListPopupWindow = new int[]
|
||||
{
|
||||
public static int[] ListPopupWindow = new int[] {
|
||||
16843436,
|
||||
16843437};
|
||||
|
||||
@ -5440,8 +5414,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 1
|
||||
public const int ListPopupWindow_android_dropDownVerticalOffset = 1;
|
||||
|
||||
public static int[] MediaRouteButton = new int[]
|
||||
{
|
||||
public static int[] MediaRouteButton = new int[] {
|
||||
16843071,
|
||||
16843072,
|
||||
2130771994};
|
||||
@ -5455,8 +5428,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 2
|
||||
public const int MediaRouteButton_externalRouteEnabledDrawable = 2;
|
||||
|
||||
public static int[] MenuGroup = new int[]
|
||||
{
|
||||
public static int[] MenuGroup = new int[] {
|
||||
16842766,
|
||||
16842960,
|
||||
16843156,
|
||||
@ -5482,8 +5454,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 2
|
||||
public const int MenuGroup_android_visible = 2;
|
||||
|
||||
public static int[] MenuItem = new int[]
|
||||
{
|
||||
public static int[] MenuItem = new int[] {
|
||||
16842754,
|
||||
16842766,
|
||||
16842960,
|
||||
@ -5553,8 +5524,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 13
|
||||
public const int MenuItem_showAsAction = 13;
|
||||
|
||||
public static int[] MenuView = new int[]
|
||||
{
|
||||
public static int[] MenuView = new int[] {
|
||||
16842926,
|
||||
16843052,
|
||||
16843053,
|
||||
@ -5588,8 +5558,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 7
|
||||
public const int MenuView_preserveIconSpacing = 7;
|
||||
|
||||
public static int[] NavigationView = new int[]
|
||||
{
|
||||
public static int[] NavigationView = new int[] {
|
||||
16842964,
|
||||
16842973,
|
||||
16843039,
|
||||
@ -5631,8 +5600,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 4
|
||||
public const int NavigationView_menu = 4;
|
||||
|
||||
public static int[] PopupWindow = new int[]
|
||||
{
|
||||
public static int[] PopupWindow = new int[] {
|
||||
16843126,
|
||||
2130772173};
|
||||
|
||||
@ -5642,15 +5610,13 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 1
|
||||
public const int PopupWindow_overlapAnchor = 1;
|
||||
|
||||
public static int[] PopupWindowBackgroundState = new int[]
|
||||
{
|
||||
public static int[] PopupWindowBackgroundState = new int[] {
|
||||
2130772174};
|
||||
|
||||
// aapt resource value: 0
|
||||
public const int PopupWindowBackgroundState_state_above_anchor = 0;
|
||||
|
||||
public static int[] ProgressWheel = new int[]
|
||||
{
|
||||
public static int[] ProgressWheel = new int[] {
|
||||
2130772284,
|
||||
2130772285,
|
||||
2130772286,
|
||||
@ -5700,8 +5666,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 2
|
||||
public const int ProgressWheel_ahTextSize = 2;
|
||||
|
||||
public static int[] RecyclerView = new int[]
|
||||
{
|
||||
public static int[] RecyclerView = new int[] {
|
||||
16842948,
|
||||
2130771968,
|
||||
2130771969,
|
||||
@ -5723,22 +5688,19 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 4
|
||||
public const int RecyclerView_stackFromEnd = 4;
|
||||
|
||||
public static int[] ScrimInsetsFrameLayout = new int[]
|
||||
{
|
||||
public static int[] ScrimInsetsFrameLayout = new int[] {
|
||||
2130772256};
|
||||
|
||||
// aapt resource value: 0
|
||||
public const int ScrimInsetsFrameLayout_insetForeground = 0;
|
||||
|
||||
public static int[] ScrollingViewBehavior_Params = new int[]
|
||||
{
|
||||
public static int[] ScrollingViewBehavior_Params = new int[] {
|
||||
2130772257};
|
||||
|
||||
// aapt resource value: 0
|
||||
public const int ScrollingViewBehavior_Params_behavior_overlapTop = 0;
|
||||
|
||||
public static int[] SearchView = new int[]
|
||||
{
|
||||
public static int[] SearchView = new int[] {
|
||||
16842970,
|
||||
16843039,
|
||||
16843296,
|
||||
@ -5808,8 +5770,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 12
|
||||
public const int SearchView_voiceIcon = 12;
|
||||
|
||||
public static int[] SnackbarLayout = new int[]
|
||||
{
|
||||
public static int[] SnackbarLayout = new int[] {
|
||||
16843039,
|
||||
2130772032,
|
||||
2130772258};
|
||||
@ -5823,8 +5784,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 2
|
||||
public const int SnackbarLayout_maxActionInlineWidth = 2;
|
||||
|
||||
public static int[] Spinner = new int[]
|
||||
{
|
||||
public static int[] Spinner = new int[] {
|
||||
16842930,
|
||||
16843126,
|
||||
16843131,
|
||||
@ -5846,8 +5806,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 4
|
||||
public const int Spinner_popupTheme = 4;
|
||||
|
||||
public static int[] SwitchCompat = new int[]
|
||||
{
|
||||
public static int[] SwitchCompat = new int[] {
|
||||
16843044,
|
||||
16843045,
|
||||
16843074,
|
||||
@ -5889,8 +5848,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 3
|
||||
public const int SwitchCompat_track = 3;
|
||||
|
||||
public static int[] TabItem = new int[]
|
||||
{
|
||||
public static int[] TabItem = new int[] {
|
||||
16842754,
|
||||
16842994,
|
||||
16843087};
|
||||
@ -5904,8 +5862,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 2
|
||||
public const int TabItem_android_text = 2;
|
||||
|
||||
public static int[] TabLayout = new int[]
|
||||
{
|
||||
public static int[] TabLayout = new int[] {
|
||||
2130772259,
|
||||
2130772260,
|
||||
2130772261,
|
||||
@ -5971,8 +5928,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 9
|
||||
public const int TabLayout_tabTextColor = 9;
|
||||
|
||||
public static int[] TextAppearance = new int[]
|
||||
{
|
||||
public static int[] TextAppearance = new int[] {
|
||||
16842901,
|
||||
16842902,
|
||||
16842903,
|
||||
@ -6010,8 +5966,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 8
|
||||
public const int TextAppearance_textAllCaps = 8;
|
||||
|
||||
public static int[] TextInputLayout = new int[]
|
||||
{
|
||||
public static int[] TextInputLayout = new int[] {
|
||||
16842906,
|
||||
16843088,
|
||||
2130772275,
|
||||
@ -6057,8 +6012,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 2
|
||||
public const int TextInputLayout_hintTextAppearance = 2;
|
||||
|
||||
public static int[] Toolbar = new int[]
|
||||
{
|
||||
public static int[] Toolbar = new int[] {
|
||||
16842927,
|
||||
16843072,
|
||||
2130772009,
|
||||
@ -6160,8 +6114,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 23
|
||||
public const int Toolbar_titleTextColor = 23;
|
||||
|
||||
public static int[] View = new int[]
|
||||
{
|
||||
public static int[] View = new int[] {
|
||||
16842752,
|
||||
16842970,
|
||||
2130772210,
|
||||
@ -6183,8 +6136,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 4
|
||||
public const int View_theme = 4;
|
||||
|
||||
public static int[] ViewBackgroundHelper = new int[]
|
||||
{
|
||||
public static int[] ViewBackgroundHelper = new int[] {
|
||||
16842964,
|
||||
2130772213,
|
||||
2130772214};
|
||||
@ -6198,8 +6150,7 @@ namespace eShopOnContainers.Droid
|
||||
// aapt resource value: 2
|
||||
public const int ViewBackgroundHelper_backgroundTintMode = 2;
|
||||
|
||||
public static int[] ViewStubCompat = new int[]
|
||||
{
|
||||
public static int[] ViewStubCompat = new int[] {
|
||||
16842960,
|
||||
16842994,
|
||||
16842995};
|
||||
|
@ -1,15 +1,15 @@
|
||||
#pragma warning disable 1591
|
||||
// ------------------------------------------------------------------------------
|
||||
// <autogenerated>
|
||||
// This code was generated by a tool.
|
||||
// Mono Runtime Version: 4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </autogenerated>
|
||||
// ------------------------------------------------------------------------------
|
||||
//------------------------------------------------------------------------------
|
||||
// <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>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
[assembly: Android.Runtime.ResourceDesignerAttribute("eShopOnContainers.TestRunner.Droid.Resource", IsApplication=true)]
|
||||
[assembly: global::Android.Runtime.ResourceDesignerAttribute("eShopOnContainers.TestRunner.Droid.Resource", IsApplication=true)]
|
||||
|
||||
namespace eShopOnContainers.TestRunner.Droid
|
||||
{
|
||||
@ -26,7 +26,6 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
|
||||
public static void UpdateIdValues()
|
||||
{
|
||||
global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionBarSize = global::eShopOnContainers.TestRunner.Droid.Resource.Attribute.actionBarSize;
|
||||
global::AndroidHUD.Resource.Attribute.ahBarColor = global::eShopOnContainers.TestRunner.Droid.Resource.Attribute.ahBarColor;
|
||||
global::AndroidHUD.Resource.Attribute.ahBarLength = global::eShopOnContainers.TestRunner.Droid.Resource.Attribute.ahBarLength;
|
||||
global::AndroidHUD.Resource.Attribute.ahBarWidth = global::eShopOnContainers.TestRunner.Droid.Resource.Attribute.ahBarWidth;
|
||||
@ -64,8 +63,9 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
global::AndroidHUD.Resource.Styleable.ProgressWheel_ahText = global::eShopOnContainers.TestRunner.Droid.Resource.Styleable.ProgressWheel_ahText;
|
||||
global::AndroidHUD.Resource.Styleable.ProgressWheel_ahTextColor = global::eShopOnContainers.TestRunner.Droid.Resource.Styleable.ProgressWheel_ahTextColor;
|
||||
global::AndroidHUD.Resource.Styleable.ProgressWheel_ahTextSize = global::eShopOnContainers.TestRunner.Droid.Resource.Styleable.ProgressWheel_ahTextSize;
|
||||
global::Splat.Resource.String.library_name = global::eShopOnContainers.TestRunner.Droid.Resource.String.library_name;
|
||||
global::ModernHttpClient.Resource.String.library_name = global::eShopOnContainers.TestRunner.Droid.Resource.String.library_name;
|
||||
global::Splat.Resource.String.library_name = global::eShopOnContainers.TestRunner.Droid.Resource.String.library_name;
|
||||
global::Xamarin.Forms.Platform.Android.Resource.Attribute.actionBarSize = global::eShopOnContainers.TestRunner.Droid.Resource.Attribute.actionBarSize;
|
||||
}
|
||||
|
||||
public partial class Animation
|
||||
@ -4295,8 +4295,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
public partial class Styleable
|
||||
{
|
||||
|
||||
public static int[] ActionBar = new int[]
|
||||
{
|
||||
public static int[] ActionBar = new int[] {
|
||||
2130772007,
|
||||
2130772009,
|
||||
2130772010,
|
||||
@ -4406,15 +4405,13 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 5
|
||||
public const int ActionBar_titleTextStyle = 5;
|
||||
|
||||
public static int[] ActionBarLayout = new int[]
|
||||
{
|
||||
public static int[] ActionBarLayout = new int[] {
|
||||
16842931};
|
||||
|
||||
// aapt resource value: 0
|
||||
public const int ActionBarLayout_android_layout_gravity = 0;
|
||||
|
||||
public static int[] ActionMenuItemView = new int[]
|
||||
{
|
||||
public static int[] ActionMenuItemView = new int[] {
|
||||
16843071};
|
||||
|
||||
// aapt resource value: 0
|
||||
@ -4422,8 +4419,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
|
||||
public static int[] ActionMenuView;
|
||||
|
||||
public static int[] ActionMode = new int[]
|
||||
{
|
||||
public static int[] ActionMode = new int[] {
|
||||
2130772007,
|
||||
2130772013,
|
||||
2130772014,
|
||||
@ -4449,8 +4445,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 1
|
||||
public const int ActionMode_titleTextStyle = 1;
|
||||
|
||||
public static int[] ActivityChooserView = new int[]
|
||||
{
|
||||
public static int[] ActivityChooserView = new int[] {
|
||||
2130772035,
|
||||
2130772036};
|
||||
|
||||
@ -4460,8 +4455,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 0
|
||||
public const int ActivityChooserView_initialActivityCount = 0;
|
||||
|
||||
public static int[] AlertDialog = new int[]
|
||||
{
|
||||
public static int[] AlertDialog = new int[] {
|
||||
16842994,
|
||||
2130772037,
|
||||
2130772038,
|
||||
@ -4487,8 +4481,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 4
|
||||
public const int AlertDialog_singleChoiceItemLayout = 4;
|
||||
|
||||
public static int[] AppBarLayout = new int[]
|
||||
{
|
||||
public static int[] AppBarLayout = new int[] {
|
||||
16842964,
|
||||
2130772032,
|
||||
2130772215};
|
||||
@ -4502,8 +4495,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 2
|
||||
public const int AppBarLayout_expanded = 2;
|
||||
|
||||
public static int[] AppBarLayout_LayoutParams = new int[]
|
||||
{
|
||||
public static int[] AppBarLayout_LayoutParams = new int[] {
|
||||
2130772216,
|
||||
2130772217};
|
||||
|
||||
@ -4513,8 +4505,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 1
|
||||
public const int AppBarLayout_LayoutParams_layout_scrollInterpolator = 1;
|
||||
|
||||
public static int[] AppCompatImageView = new int[]
|
||||
{
|
||||
public static int[] AppCompatImageView = new int[] {
|
||||
16843033,
|
||||
2130772042};
|
||||
|
||||
@ -4524,8 +4515,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 1
|
||||
public const int AppCompatImageView_srcCompat = 1;
|
||||
|
||||
public static int[] AppCompatTextView = new int[]
|
||||
{
|
||||
public static int[] AppCompatTextView = new int[] {
|
||||
16842804,
|
||||
2130772043};
|
||||
|
||||
@ -4535,8 +4525,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 1
|
||||
public const int AppCompatTextView_textAllCaps = 1;
|
||||
|
||||
public static int[] AppCompatTheme = new int[]
|
||||
{
|
||||
public static int[] AppCompatTheme = new int[] {
|
||||
16842839,
|
||||
16842926,
|
||||
2130772044,
|
||||
@ -4986,8 +4975,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 3
|
||||
public const int AppCompatTheme_windowNoTitle = 3;
|
||||
|
||||
public static int[] BottomSheetBehavior_Params = new int[]
|
||||
{
|
||||
public static int[] BottomSheetBehavior_Params = new int[] {
|
||||
2130772218,
|
||||
2130772219};
|
||||
|
||||
@ -4997,15 +4985,13 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 0
|
||||
public const int BottomSheetBehavior_Params_behavior_peekHeight = 0;
|
||||
|
||||
public static int[] ButtonBarLayout = new int[]
|
||||
{
|
||||
public static int[] ButtonBarLayout = new int[] {
|
||||
2130772154};
|
||||
|
||||
// aapt resource value: 0
|
||||
public const int ButtonBarLayout_allowStacking = 0;
|
||||
|
||||
public static int[] CardView = new int[]
|
||||
{
|
||||
public static int[] CardView = new int[] {
|
||||
16843071,
|
||||
16843072,
|
||||
2130771995,
|
||||
@ -5059,8 +5045,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 11
|
||||
public const int CardView_contentPaddingTop = 11;
|
||||
|
||||
public static int[] CollapsingAppBarLayout_LayoutParams = new int[]
|
||||
{
|
||||
public static int[] CollapsingAppBarLayout_LayoutParams = new int[] {
|
||||
2130772220,
|
||||
2130772221};
|
||||
|
||||
@ -5070,8 +5055,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 1
|
||||
public const int CollapsingAppBarLayout_LayoutParams_layout_collapseParallaxMultiplier = 1;
|
||||
|
||||
public static int[] CollapsingToolbarLayout = new int[]
|
||||
{
|
||||
public static int[] CollapsingToolbarLayout = new int[] {
|
||||
2130772009,
|
||||
2130772222,
|
||||
2130772223,
|
||||
@ -5129,8 +5113,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 10
|
||||
public const int CollapsingToolbarLayout_toolbarId = 10;
|
||||
|
||||
public static int[] CompoundButton = new int[]
|
||||
{
|
||||
public static int[] CompoundButton = new int[] {
|
||||
16843015,
|
||||
2130772155,
|
||||
2130772156};
|
||||
@ -5144,8 +5127,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 2
|
||||
public const int CompoundButton_buttonTintMode = 2;
|
||||
|
||||
public static int[] CoordinatorLayout = new int[]
|
||||
{
|
||||
public static int[] CoordinatorLayout = new int[] {
|
||||
2130772235,
|
||||
2130772236};
|
||||
|
||||
@ -5155,8 +5137,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 1
|
||||
public const int CoordinatorLayout_statusBarBackground = 1;
|
||||
|
||||
public static int[] CoordinatorLayout_LayoutParams = new int[]
|
||||
{
|
||||
public static int[] CoordinatorLayout_LayoutParams = new int[] {
|
||||
16842931,
|
||||
2130772237,
|
||||
2130772238,
|
||||
@ -5178,8 +5159,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 3
|
||||
public const int CoordinatorLayout_LayoutParams_layout_keyline = 3;
|
||||
|
||||
public static int[] DesignTheme = new int[]
|
||||
{
|
||||
public static int[] DesignTheme = new int[] {
|
||||
2130772241,
|
||||
2130772242,
|
||||
2130772243};
|
||||
@ -5193,8 +5173,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 2
|
||||
public const int DesignTheme_textColorError = 2;
|
||||
|
||||
public static int[] DrawerArrowToggle = new int[]
|
||||
{
|
||||
public static int[] DrawerArrowToggle = new int[] {
|
||||
2130772157,
|
||||
2130772158,
|
||||
2130772159,
|
||||
@ -5228,8 +5207,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 7
|
||||
public const int DrawerArrowToggle_thickness = 7;
|
||||
|
||||
public static int[] FloatingActionButton = new int[]
|
||||
{
|
||||
public static int[] FloatingActionButton = new int[] {
|
||||
2130772032,
|
||||
2130772213,
|
||||
2130772214,
|
||||
@ -5263,8 +5241,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 7
|
||||
public const int FloatingActionButton_useCompatPadding = 7;
|
||||
|
||||
public static int[] ForegroundLinearLayout = new int[]
|
||||
{
|
||||
public static int[] ForegroundLinearLayout = new int[] {
|
||||
16843017,
|
||||
16843264,
|
||||
2130772249};
|
||||
@ -5278,8 +5255,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 2
|
||||
public const int ForegroundLinearLayout_foregroundInsidePadding = 2;
|
||||
|
||||
public static int[] LinearLayoutCompat = new int[]
|
||||
{
|
||||
public static int[] LinearLayoutCompat = new int[] {
|
||||
16842927,
|
||||
16842948,
|
||||
16843046,
|
||||
@ -5317,8 +5293,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 7
|
||||
public const int LinearLayoutCompat_showDividers = 7;
|
||||
|
||||
public static int[] LinearLayoutCompat_Layout = new int[]
|
||||
{
|
||||
public static int[] LinearLayoutCompat_Layout = new int[] {
|
||||
16842931,
|
||||
16842996,
|
||||
16842997,
|
||||
@ -5336,8 +5311,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 1
|
||||
public const int LinearLayoutCompat_Layout_android_layout_width = 1;
|
||||
|
||||
public static int[] ListPopupWindow = new int[]
|
||||
{
|
||||
public static int[] ListPopupWindow = new int[] {
|
||||
16843436,
|
||||
16843437};
|
||||
|
||||
@ -5347,8 +5321,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 1
|
||||
public const int ListPopupWindow_android_dropDownVerticalOffset = 1;
|
||||
|
||||
public static int[] MediaRouteButton = new int[]
|
||||
{
|
||||
public static int[] MediaRouteButton = new int[] {
|
||||
16843071,
|
||||
16843072,
|
||||
2130771994};
|
||||
@ -5362,8 +5335,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 2
|
||||
public const int MediaRouteButton_externalRouteEnabledDrawable = 2;
|
||||
|
||||
public static int[] MenuGroup = new int[]
|
||||
{
|
||||
public static int[] MenuGroup = new int[] {
|
||||
16842766,
|
||||
16842960,
|
||||
16843156,
|
||||
@ -5389,8 +5361,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 2
|
||||
public const int MenuGroup_android_visible = 2;
|
||||
|
||||
public static int[] MenuItem = new int[]
|
||||
{
|
||||
public static int[] MenuItem = new int[] {
|
||||
16842754,
|
||||
16842766,
|
||||
16842960,
|
||||
@ -5460,8 +5431,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 13
|
||||
public const int MenuItem_showAsAction = 13;
|
||||
|
||||
public static int[] MenuView = new int[]
|
||||
{
|
||||
public static int[] MenuView = new int[] {
|
||||
16842926,
|
||||
16843052,
|
||||
16843053,
|
||||
@ -5495,8 +5465,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 7
|
||||
public const int MenuView_preserveIconSpacing = 7;
|
||||
|
||||
public static int[] NavigationView = new int[]
|
||||
{
|
||||
public static int[] NavigationView = new int[] {
|
||||
16842964,
|
||||
16842973,
|
||||
16843039,
|
||||
@ -5538,8 +5507,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 4
|
||||
public const int NavigationView_menu = 4;
|
||||
|
||||
public static int[] PopupWindow = new int[]
|
||||
{
|
||||
public static int[] PopupWindow = new int[] {
|
||||
16843126,
|
||||
2130772173};
|
||||
|
||||
@ -5549,15 +5517,13 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 1
|
||||
public const int PopupWindow_overlapAnchor = 1;
|
||||
|
||||
public static int[] PopupWindowBackgroundState = new int[]
|
||||
{
|
||||
public static int[] PopupWindowBackgroundState = new int[] {
|
||||
2130772174};
|
||||
|
||||
// aapt resource value: 0
|
||||
public const int PopupWindowBackgroundState_state_above_anchor = 0;
|
||||
|
||||
public static int[] ProgressWheel = new int[]
|
||||
{
|
||||
public static int[] ProgressWheel = new int[] {
|
||||
2130772284,
|
||||
2130772285,
|
||||
2130772286,
|
||||
@ -5607,8 +5573,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 2
|
||||
public const int ProgressWheel_ahTextSize = 2;
|
||||
|
||||
public static int[] RecyclerView = new int[]
|
||||
{
|
||||
public static int[] RecyclerView = new int[] {
|
||||
16842948,
|
||||
2130771968,
|
||||
2130771969,
|
||||
@ -5630,22 +5595,19 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 4
|
||||
public const int RecyclerView_stackFromEnd = 4;
|
||||
|
||||
public static int[] ScrimInsetsFrameLayout = new int[]
|
||||
{
|
||||
public static int[] ScrimInsetsFrameLayout = new int[] {
|
||||
2130772256};
|
||||
|
||||
// aapt resource value: 0
|
||||
public const int ScrimInsetsFrameLayout_insetForeground = 0;
|
||||
|
||||
public static int[] ScrollingViewBehavior_Params = new int[]
|
||||
{
|
||||
public static int[] ScrollingViewBehavior_Params = new int[] {
|
||||
2130772257};
|
||||
|
||||
// aapt resource value: 0
|
||||
public const int ScrollingViewBehavior_Params_behavior_overlapTop = 0;
|
||||
|
||||
public static int[] SearchView = new int[]
|
||||
{
|
||||
public static int[] SearchView = new int[] {
|
||||
16842970,
|
||||
16843039,
|
||||
16843296,
|
||||
@ -5715,8 +5677,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 12
|
||||
public const int SearchView_voiceIcon = 12;
|
||||
|
||||
public static int[] SnackbarLayout = new int[]
|
||||
{
|
||||
public static int[] SnackbarLayout = new int[] {
|
||||
16843039,
|
||||
2130772032,
|
||||
2130772258};
|
||||
@ -5730,8 +5691,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 2
|
||||
public const int SnackbarLayout_maxActionInlineWidth = 2;
|
||||
|
||||
public static int[] Spinner = new int[]
|
||||
{
|
||||
public static int[] Spinner = new int[] {
|
||||
16842930,
|
||||
16843126,
|
||||
16843131,
|
||||
@ -5753,8 +5713,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 4
|
||||
public const int Spinner_popupTheme = 4;
|
||||
|
||||
public static int[] SwitchCompat = new int[]
|
||||
{
|
||||
public static int[] SwitchCompat = new int[] {
|
||||
16843044,
|
||||
16843045,
|
||||
16843074,
|
||||
@ -5796,8 +5755,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 3
|
||||
public const int SwitchCompat_track = 3;
|
||||
|
||||
public static int[] TabItem = new int[]
|
||||
{
|
||||
public static int[] TabItem = new int[] {
|
||||
16842754,
|
||||
16842994,
|
||||
16843087};
|
||||
@ -5811,8 +5769,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 2
|
||||
public const int TabItem_android_text = 2;
|
||||
|
||||
public static int[] TabLayout = new int[]
|
||||
{
|
||||
public static int[] TabLayout = new int[] {
|
||||
2130772259,
|
||||
2130772260,
|
||||
2130772261,
|
||||
@ -5878,8 +5835,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 9
|
||||
public const int TabLayout_tabTextColor = 9;
|
||||
|
||||
public static int[] TextAppearance = new int[]
|
||||
{
|
||||
public static int[] TextAppearance = new int[] {
|
||||
16842901,
|
||||
16842902,
|
||||
16842903,
|
||||
@ -5917,8 +5873,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 8
|
||||
public const int TextAppearance_textAllCaps = 8;
|
||||
|
||||
public static int[] TextInputLayout = new int[]
|
||||
{
|
||||
public static int[] TextInputLayout = new int[] {
|
||||
16842906,
|
||||
16843088,
|
||||
2130772275,
|
||||
@ -5964,8 +5919,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 2
|
||||
public const int TextInputLayout_hintTextAppearance = 2;
|
||||
|
||||
public static int[] Toolbar = new int[]
|
||||
{
|
||||
public static int[] Toolbar = new int[] {
|
||||
16842927,
|
||||
16843072,
|
||||
2130772009,
|
||||
@ -6067,8 +6021,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 23
|
||||
public const int Toolbar_titleTextColor = 23;
|
||||
|
||||
public static int[] View = new int[]
|
||||
{
|
||||
public static int[] View = new int[] {
|
||||
16842752,
|
||||
16842970,
|
||||
2130772210,
|
||||
@ -6090,8 +6043,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 4
|
||||
public const int View_theme = 4;
|
||||
|
||||
public static int[] ViewBackgroundHelper = new int[]
|
||||
{
|
||||
public static int[] ViewBackgroundHelper = new int[] {
|
||||
16842964,
|
||||
2130772213,
|
||||
2130772214};
|
||||
@ -6105,8 +6057,7 @@ namespace eShopOnContainers.TestRunner.Droid
|
||||
// aapt resource value: 2
|
||||
public const int ViewBackgroundHelper_backgroundTintMode = 2;
|
||||
|
||||
public static int[] ViewStubCompat = new int[]
|
||||
{
|
||||
public static int[] ViewStubCompat = new int[] {
|
||||
16842960,
|
||||
16842994,
|
||||
16842995};
|
||||
|
Loading…
x
Reference in New Issue
Block a user