Merge pull request #54 from bartlannoeye/FixSampleKey

Adding missing tempkey
This commit is contained in:
Depechie 2017-10-16 09:24:34 +02:00 коммит произвёл GitHub
Родитель 40ade89a5c 74c9c98f58
Коммит f1e5f4cf38
3 изменённых файлов: 12 добавлений и 32 удалений

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

@ -1,48 +1,27 @@
<?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="7ead10df-5e5d-43df-9de7-88b299c65a95"
Publisher="CN=depechie"
Version="1.0.0.0" />
<mp:PhoneIdentity PhoneProductId="7ead10df-5e5d-43df-9de7-88b299c65a95" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
<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="7ead10df-5e5d-43df-9de7-88b299c65a95" Publisher="CN=FormsCommunityToolkit" Version="1.0.0.0" />
<mp:PhoneIdentity PhoneProductId="7ead10df-5e5d-43df-9de7-88b299c65a95" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>FormsCommunityToolkit.Samples.UWP</DisplayName>
<PublisherDisplayName>depechie</PublisherDisplayName>
<PublisherDisplayName>FormsCommunityToolkit</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
</Dependencies>
<Resources>
<Resource Language="x-generate"/>
<Resource Language="x-generate" />
</Resources>
<Applications>
<Application Id="App"
Executable="$targetnametoken$.exe"
EntryPoint="FormsCommunityToolkit.Samples.UWP.App">
<uap:VisualElements
DisplayName="FormsCommunityToolkit.Samples.UWP"
Square150x150Logo="Assets\Square150x150Logo.png"
Square44x44Logo="Assets\Square44x44Logo.png"
Description="FormsCommunityToolkit.Samples.UWP"
BackgroundColor="transparent">
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png"/>
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="FormsCommunityToolkit.Samples.UWP.App">
<uap:VisualElements DisplayName="FormsCommunityToolkit.Samples.UWP" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" Description="FormsCommunityToolkit.Samples.UWP" BackgroundColor="transparent">
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png">
</uap:DefaultTile>
<uap:SplashScreen Image="Assets\SplashScreen.png" />
</uap:VisualElements>
</Application>
</Applications>
<Capabilities>
<Capability Name="internetClient" />
</Capabilities>

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

@ -17,7 +17,8 @@
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<PackageCertificateKeyFile>FormsCommunityToolkit.Samples.UWP_TemporaryKey.pfx</PackageCertificateKeyFile>
<PackageCertificateKeyFile>Samples.UWP_TemporaryKey.pfx</PackageCertificateKeyFile>
<PackageCertificateThumbprint>09DE268DE307CC3189EB2BC4766791AAA6B7D1D3</PackageCertificateThumbprint>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
<DebugSymbols>true</DebugSymbols>
@ -91,6 +92,7 @@
<ItemGroup>
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
<None Include="project.json" />
<None Include="Samples.UWP_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<Compile Include="App.xaml.cs">
@ -105,7 +107,6 @@
<AppxManifest Include="Package.appxmanifest">
<SubType>Designer</SubType>
</AppxManifest>
<None Include="FormsCommunityToolkit.Samples.UWP_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<Content Include="Properties\Default.rd.xml" />

Двоичные данные
Samples/Samples/Samples.UWP/Samples.UWP_TemporaryKey.pfx Normal file

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