Skip to content

Commit

Permalink
Add new cert
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Ruemmler committed Jul 13, 2022
1 parent 5f8d5e9 commit d7bb4ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions source/EzoGateway/EzoGateway.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
<UapDefaultAssetScale>100</UapDefaultAssetScale>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<PackageCertificateThumbprint>FA4A79AF41E41643A1C804EEBB62B5A429FAD42B</PackageCertificateThumbprint>
<PackageCertificateKeyFile>EzoGateway_TemporaryKey.pfx</PackageCertificateKeyFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -292,6 +294,9 @@
<Version>1.0.6</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<None Include="EzoGateway_TemporaryKey.pfx" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Binary file added source/EzoGateway/EzoGateway_TemporaryKey.pfx
Binary file not shown.
2 changes: 1 addition & 1 deletion source/EzoGateway/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -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" xmlns:iot="http://schemas.microsoft.com/appx/manifest/iot/windows10" IgnorableNamespaces="uap mp iot">
<Identity Name="30191eb7-5298-4d1e-8ab0-d485ada8fd55" Publisher="CN=RC-Art Solutions" Version="0.0.0.0" />
<Identity Name="30191eb7-5298-4d1e-8ab0-d485ada8fd55" Publisher="CN=RCA2022" Version="0.0.0.0" />
<mp:PhoneIdentity PhoneProductId="30191eb7-5298-4d1e-8ab0-d485ada8fd55" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>EzoGateway</DisplayName>
Expand Down

0 comments on commit d7bb4ab

Please sign in to comment.