Replace the short-life certificate with long-life one (#1166)

This commit is contained in:
Rudy Huyn
2020-06-01 19:00:29 -07:00
committed by GitHub
parent 75fde82f46
commit 2a001aee2d
10 changed files with 14 additions and 17 deletions

View File

@@ -16,7 +16,7 @@
<!-- We want to automatic replace of MinVersion/MaxVersionTested for unit tests. -->
<AppxOSMinVersionReplaceManifestVersion>true</AppxOSMinVersionReplaceManifestVersion>
<AppxOSMaxVersionTestedReplaceManifestVersion>true</AppxOSMaxVersionTestedReplaceManifestVersion>
<PackageCertificateKeyFile>CalculatorUnitTests_TemporaryKey.pfx</PackageCertificateKeyFile>
<PackageCertificateKeyFile>WindowsDev_TemporaryKey.pfx</PackageCertificateKeyFile>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<ItemGroup Label="ProjectConfigurations">
@@ -269,9 +269,6 @@
<ItemGroup>
<Xml Include="UnitTestApp.rd.xml" />
</ItemGroup>
<ItemGroup>
<None Include="CalculatorUnitTests_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<PRIResource Include="..\Calculator\Resources\en-US\CEngineStrings.resw" />
<PRIResource Include="..\Calculator\Resources\en-US\Resources.resw" />
@@ -287,6 +284,9 @@
<Project>{90e9761d-9262-4773-942d-caeae75d7140}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="WindowsDev_TemporaryKey.pfx" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>