summaryrefslogtreecommitdiff
path: root/PagesGallery
diff options
context:
space:
mode:
authorRui Marinho <me@ruimarinho.net>2017-03-08 11:30:34 +0000
committerGitHub <noreply@github.com>2017-03-08 11:30:34 +0000
commit04211b2ba30f86c63da2e6b310ad3934928aa64e (patch)
treecdc33c7c33ad3cdd188ef2be4ae0601f5beb4c88 /PagesGallery
parent1ad18e33eb6b6ac02551d14d39f267968d044068 (diff)
downloadxamarin-forms-04211b2ba30f86c63da2e6b310ad3934928aa64e.tar.gz
xamarin-forms-04211b2ba30f86c63da2e6b310ad3934928aa64e.tar.bz2
xamarin-forms-04211b2ba30f86c63da2e6b310ad3934928aa64e.zip
VSTS support (#803)
* Fix certs * Try fix build reference * Update to nuget 3.5 * Remove BingMapsSDK * Revert git ignore change
Diffstat (limited to 'PagesGallery')
-rw-r--r--PagesGallery/PagesGallery.Droid/PagesGallery.Droid.csproj2
-rw-r--r--PagesGallery/PagesGallery.UWP/Package.appxmanifest2
-rw-r--r--PagesGallery/PagesGallery.UWP/PagesGallery.UWP.csproj5
-rw-r--r--PagesGallery/PagesGallery.UWP/Xamarin.Forms.ControlGallery.WindowsUniversal_TemporaryKey.pfxbin0 -> 2464 bytes
4 files changed, 5 insertions, 4 deletions
diff --git a/PagesGallery/PagesGallery.Droid/PagesGallery.Droid.csproj b/PagesGallery/PagesGallery.Droid/PagesGallery.Droid.csproj
index 0b3fa329..7ce0a97b 100644
--- a/PagesGallery/PagesGallery.Droid/PagesGallery.Droid.csproj
+++ b/PagesGallery/PagesGallery.Droid/PagesGallery.Droid.csproj
@@ -17,7 +17,7 @@
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
<AndroidUseLatestPlatformSdk>true</AndroidUseLatestPlatformSdk>
- <TargetFrameworkVersion>v7.0</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v7.1</TargetFrameworkVersion>
<AndroidSupportedAbis>armeabi,armeabi-v7a,x86</AndroidSupportedAbis>
<AndroidStoreUncompressedFileExtensions />
<MandroidI18n />
diff --git a/PagesGallery/PagesGallery.UWP/Package.appxmanifest b/PagesGallery/PagesGallery.UWP/Package.appxmanifest
index d6dd4e17..41645b62 100644
--- a/PagesGallery/PagesGallery.UWP/Package.appxmanifest
+++ b/PagesGallery/PagesGallery.UWP/Package.appxmanifest
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
- <Identity Name="f736c883-f105-4d30-a719-4bf328872f5e" Publisher="CN=xamarinforms" Version="1.0.0.0" />
+ <Identity Name="f736c883-f105-4d30-a719-4bf328872f5e" Publisher="CN=XamarinForms" Version="1.0.0.0" />
<mp:PhoneIdentity PhoneProductId="f736c883-f105-4d30-a719-4bf328872f5e" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>FPCL.WIndows</DisplayName>
diff --git a/PagesGallery/PagesGallery.UWP/PagesGallery.UWP.csproj b/PagesGallery/PagesGallery.UWP/PagesGallery.UWP.csproj
index 9a1cf96e..1d3750fa 100644
--- a/PagesGallery/PagesGallery.UWP/PagesGallery.UWP.csproj
+++ b/PagesGallery/PagesGallery.UWP/PagesGallery.UWP.csproj
@@ -17,8 +17,8 @@
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <PackageCertificateKeyFile>PagesGallery.UWP_TemporaryKey.pfx</PackageCertificateKeyFile>
- <PackageCertificateThumbprint>85D3565C16113BAA3DC11E6149341D2449C333FD</PackageCertificateThumbprint>
+ <PackageCertificateKeyFile>Xamarin.Forms.ControlGallery.WindowsUniversal_TemporaryKey.pfx</PackageCertificateKeyFile>
+ <PackageCertificateThumbprint>D160433BDC22781DEAE0558325140B91C02A6A20</PackageCertificateThumbprint>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
<DebugSymbols>true</DebugSymbols>
@@ -93,6 +93,7 @@
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
<None Include="PagesGallery.UWP_TemporaryKey.pfx" />
<None Include="project.json" />
+ <None Include="Xamarin.Forms.ControlGallery.WindowsUniversal_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<Compile Include="App.xaml.cs">
diff --git a/PagesGallery/PagesGallery.UWP/Xamarin.Forms.ControlGallery.WindowsUniversal_TemporaryKey.pfx b/PagesGallery/PagesGallery.UWP/Xamarin.Forms.ControlGallery.WindowsUniversal_TemporaryKey.pfx
new file mode 100644
index 00000000..6d80e21f
--- /dev/null
+++ b/PagesGallery/PagesGallery.UWP/Xamarin.Forms.ControlGallery.WindowsUniversal_TemporaryKey.pfx
Binary files differ