Replace the short-life certificate with long-life one (#1166)
This commit is contained in:
parent
75fde82f46
commit
2a001aee2d
5
.gitignore
vendored
5
.gitignore
vendored
@ -291,9 +291,8 @@ __pycache__/
|
|||||||
Generated Files/
|
Generated Files/
|
||||||
src/GraphControl/GraphingImplOverrides.props
|
src/GraphControl/GraphingImplOverrides.props
|
||||||
src/CalcViewModel/DataLoaders/DataLoaderConstants.h
|
src/CalcViewModel/DataLoaders/DataLoaderConstants.h
|
||||||
!/build/config/TRexDefs/**
|
!src/Calculator/WindowsDev_TemporaryKey.pfx
|
||||||
!src/Calculator/TemporaryKey.pfx
|
!src/CalculatorUnitTests/WindowsDev_TemporaryKey.pfx
|
||||||
!src/CalculatorUnitTests/CalculatorUnitTests_TemporaryKey.pfx
|
|
||||||
!src/x64
|
!src/x64
|
||||||
!src/x86
|
!src/x86
|
||||||
!src/out
|
!src/out
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
|
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
|
||||||
<AppxDefaultResourceQualifierUAP_Contrast>black</AppxDefaultResourceQualifierUAP_Contrast>
|
<AppxDefaultResourceQualifierUAP_Contrast>black</AppxDefaultResourceQualifierUAP_Contrast>
|
||||||
<AppxBundle>Always</AppxBundle>
|
<AppxBundle>Always</AppxBundle>
|
||||||
<PackageCertificateKeyFile>TemporaryKey.pfx</PackageCertificateKeyFile>
|
<PackageCertificateKeyFile>WindowsDev_TemporaryKey.pfx</PackageCertificateKeyFile>
|
||||||
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
|
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
|
||||||
<AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>
|
<AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
@ -396,9 +396,7 @@
|
|||||||
<None Include="packages.config">
|
<None Include="packages.config">
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
</None>
|
</None>
|
||||||
</ItemGroup>
|
<None Include="WindowsDev_TemporaryKey.pfx" />
|
||||||
<ItemGroup>
|
|
||||||
<None Include="TemporaryKey.pfx" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="AboutFlyout.xaml.cpp">
|
<ClCompile Include="AboutFlyout.xaml.cpp">
|
||||||
|
@ -443,7 +443,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="packages.config" />
|
<None Include="packages.config" />
|
||||||
<None Include="TemporaryKey.pfx" />
|
<None Include="WindowsDev_TemporaryKey.pfx" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Page Include="Views\Calculator.xaml">
|
<Page Include="Views\Calculator.xaml">
|
||||||
|
Binary file not shown.
BIN
src/Calculator/WindowsDev_TemporaryKey.pfx
Normal file
BIN
src/Calculator/WindowsDev_TemporaryKey.pfx
Normal file
Binary file not shown.
@ -16,7 +16,7 @@
|
|||||||
<!-- We want to automatic replace of MinVersion/MaxVersionTested for unit tests. -->
|
<!-- We want to automatic replace of MinVersion/MaxVersionTested for unit tests. -->
|
||||||
<AppxOSMinVersionReplaceManifestVersion>true</AppxOSMinVersionReplaceManifestVersion>
|
<AppxOSMinVersionReplaceManifestVersion>true</AppxOSMinVersionReplaceManifestVersion>
|
||||||
<AppxOSMaxVersionTestedReplaceManifestVersion>true</AppxOSMaxVersionTestedReplaceManifestVersion>
|
<AppxOSMaxVersionTestedReplaceManifestVersion>true</AppxOSMaxVersionTestedReplaceManifestVersion>
|
||||||
<PackageCertificateKeyFile>CalculatorUnitTests_TemporaryKey.pfx</PackageCertificateKeyFile>
|
<PackageCertificateKeyFile>WindowsDev_TemporaryKey.pfx</PackageCertificateKeyFile>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<ItemGroup Label="ProjectConfigurations">
|
<ItemGroup Label="ProjectConfigurations">
|
||||||
@ -269,9 +269,6 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Xml Include="UnitTestApp.rd.xml" />
|
<Xml Include="UnitTestApp.rd.xml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<None Include="CalculatorUnitTests_TemporaryKey.pfx" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PRIResource Include="..\Calculator\Resources\en-US\CEngineStrings.resw" />
|
<PRIResource Include="..\Calculator\Resources\en-US\CEngineStrings.resw" />
|
||||||
<PRIResource Include="..\Calculator\Resources\en-US\Resources.resw" />
|
<PRIResource Include="..\Calculator\Resources\en-US\Resources.resw" />
|
||||||
@ -287,6 +284,9 @@
|
|||||||
<Project>{90e9761d-9262-4773-942d-caeae75d7140}</Project>
|
<Project>{90e9761d-9262-4773-942d-caeae75d7140}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="WindowsDev_TemporaryKey.pfx" />
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
|
@ -70,9 +70,6 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<AppxManifest Include="Package.appxmanifest" />
|
<AppxManifest Include="Package.appxmanifest" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<None Include="CalculatorUnitTests_TemporaryKey.pfx" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Filter Include="Assets">
|
<Filter Include="Assets">
|
||||||
<UniqueIdentifier>{f2987b0a-9832-46fc-b818-d5347362b3d8}</UniqueIdentifier>
|
<UniqueIdentifier>{f2987b0a-9832-46fc-b818-d5347362b3d8}</UniqueIdentifier>
|
||||||
@ -81,4 +78,7 @@
|
|||||||
<UniqueIdentifier>{d3ec8922-022d-4531-8744-f65a872f3841}</UniqueIdentifier>
|
<UniqueIdentifier>{d3ec8922-022d-4531-8744-f65a872f3841}</UniqueIdentifier>
|
||||||
</Filter>
|
</Filter>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="WindowsDev_TemporaryKey.pfx" />
|
||||||
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?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">
|
<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="0f7457a6-1a6a-4607-b3b8-e3dd274567c8" Publisher="CN=CalculatorUnitTests" Version="1.0.0.0" />
|
<Identity Name="0f7457a6-1a6a-4607-b3b8-e3dd274567c8" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="1.0.0.0" />
|
||||||
<mp:PhoneIdentity PhoneProductId="0f7457a6-1a6a-4607-b3b8-e3dd274567c8" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
|
<mp:PhoneIdentity PhoneProductId="0f7457a6-1a6a-4607-b3b8-e3dd274567c8" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
|
||||||
<Properties>
|
<Properties>
|
||||||
<DisplayName>CalculatorUnitTests</DisplayName>
|
<DisplayName>CalculatorUnitTests</DisplayName>
|
||||||
|
BIN
src/CalculatorUnitTests/WindowsDev_TemporaryKey.pfx
Normal file
BIN
src/CalculatorUnitTests/WindowsDev_TemporaryKey.pfx
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user