Skip to content

Commit 5f4698f

Browse files
committed
Update test project cert.
1 parent 5158842 commit 5f4698f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

test/MsgPack.UnitTest.WinRT/MsgPack.UnitTest.WinRT.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<FileAlignment>512</FileAlignment>
1616
<ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1717
<PackageCertificateKeyFile>MsgPack.UnitTest.WinRT_TemporaryKey.pfx</PackageCertificateKeyFile>
18+
<PackageCertificateThumbprint>AA9B1677D255E9526960070BE74E14DFA777C817</PackageCertificateThumbprint>
1819
</PropertyGroup>
1920
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2021
<DebugSymbols>true</DebugSymbols>
Binary file not shown.

test/MsgPack.UnitTest.WinRT/Package.appxmanifest

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest">
3-
<Identity Name="164A8EB3-4366-4F75-9AEC-5D975A42822A" Publisher="CN=Yusuke" Version="1.0.0.0" />
3+
<Identity Name="164A8EB3-4366-4F75-9AEC-5D975A42822A" Publisher="CN=MsgPackTesting" Version="1.0.0.0" />
44
<Properties>
55
<DisplayName>MsgPack.UnitTest.WinRT</DisplayName>
66
<PublisherDisplayName>Yusuke</PublisherDisplayName>
@@ -17,6 +17,7 @@
1717
<Applications>
1818
<Application Id="vstest.executionengine.App" Executable="vstest.executionengine.appcontainer.exe" EntryPoint="vstest.executionengine.App">
1919
<VisualElements DisplayName="NoUIEntryPoints" Logo="Images\UnitTestLogo.png" SmallLogo="Images\UnitTestSmallLogo.png" Description="vstest.executionengine.App" ForegroundText="light" BackgroundColor="#0084FF">
20+
<DefaultTile ShowName="noLogos" />
2021
<SplashScreen Image="Images\UnitTestSplashScreen.png" />
2122
</VisualElements>
2223
</Application>

0 commit comments

Comments
 (0)