Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Commit

Permalink
Certificate updates
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosP-MS committed Jun 23, 2017
1 parent 84b184a commit d9e77af
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ ClientBin/
*~
*.dbmdl
*.dbproj.schemaview
*.pfx
*.publishsettings
node_modules/
orleans.codegen.cs
Expand Down
6 changes: 3 additions & 3 deletions Kiosk/IntelligentKioskSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
<PackageCertificateThumbprint>899D660B6D0731596A1CAEE79BA8B65280A9CFCE</PackageCertificateThumbprint>
<PackageCertificateKeyFile>IntelligentKiosk_TemporaryKey.pfx</PackageCertificateKeyFile>
<PackageCertificateThumbprint>AFA97E8E34493A24325844C55BC66D56D9F3595C</PackageCertificateThumbprint>
<PackageCertificateKeyFile>IntelligentKioskSample_TemporaryKey.pfx</PackageCertificateKeyFile>
<ApplicationInsightsResourceId />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
Expand Down Expand Up @@ -97,7 +97,7 @@
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
</PropertyGroup>
<ItemGroup>
<None Include="IntelligentKiosk_TemporaryKey.pfx" />
<None Include="IntelligentKioskSample_TemporaryKey.pfx" />
<None Include="packages.config" />
<None Include="project.json" />
</ItemGroup>
Expand Down
Binary file added Kiosk/IntelligentKioskSample_TemporaryKey.pfx
Binary file not shown.
Binary file removed Kiosk/IntelligentKiosk_TemporaryKey.pfx
Binary file not shown.
6 changes: 3 additions & 3 deletions RaspberryPiKiosk/RaspberryPiIntelligentKioskSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
<PackageCertificateThumbprint>899D660B6D0731596A1CAEE79BA8B65280A9CFCE</PackageCertificateThumbprint>
<PackageCertificateKeyFile>IntelligentKiosk_TemporaryKey.pfx</PackageCertificateKeyFile>
<PackageCertificateThumbprint>A2A536CBDF9CCE70F4A52F05A19CF50AB0C9D324</PackageCertificateThumbprint>
<PackageCertificateKeyFile>RaspberryPiIntelligentKioskSample_TemporaryKey.pfx</PackageCertificateKeyFile>
<ApplicationInsightsResourceId />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
Expand Down Expand Up @@ -97,9 +97,9 @@
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
</PropertyGroup>
<ItemGroup>
<None Include="IntelligentKiosk_TemporaryKey.pfx" />
<None Include="packages.config" />
<None Include="project.json" />
<None Include="RaspberryPiIntelligentKioskSample_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<Compile Include="App.xaml.cs">
Expand Down
Binary file not shown.

0 comments on commit d9e77af

Please sign in to comment.