summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/test/uwp/Package.appxmanifest6
-rw-r--r--cpp/test/uwp/TestSuite_TemporaryKey.pfxbin2448 -> 2480 bytes
-rw-r--r--cpp/test/uwp/msbuild/uwp.vcxproj2
-rw-r--r--cpp/test/uwp/msbuild/uwp.vcxproj.filters1
4 files changed, 6 insertions, 3 deletions
diff --git a/cpp/test/uwp/Package.appxmanifest b/cpp/test/uwp/Package.appxmanifest
index e6a5c8d43d3..48510812388 100644
--- a/cpp/test/uwp/Package.appxmanifest
+++ b/cpp/test/uwp/Package.appxmanifest
@@ -1,10 +1,10 @@
<?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">
- <Identity Name="f4c6cdff-3ef9-43fb-8094-d50c547e70f6" Publisher="CN=jose" Version="1.0.0.0" />
+ <Identity Name="f4c6cdff-3ef9-43fb-8094-d50c547e70f6" Publisher="CN=ZeroC UWP Test Suite" Version="1.0.0.0" />
<mp:PhoneIdentity PhoneProductId="f4c6cdff-3ef9-43fb-8094-d50c547e70f6" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Ice Test Suite</DisplayName>
- <PublisherDisplayName>jose</PublisherDisplayName>
+ <PublisherDisplayName>ZeroC</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
<Dependencies>
@@ -36,4 +36,4 @@
</Certificates>
</Extension>
</Extensions>
-</Package>
+</Package> \ No newline at end of file
diff --git a/cpp/test/uwp/TestSuite_TemporaryKey.pfx b/cpp/test/uwp/TestSuite_TemporaryKey.pfx
index 9064efd3d36..4f0ba319b7f 100644
--- a/cpp/test/uwp/TestSuite_TemporaryKey.pfx
+++ b/cpp/test/uwp/TestSuite_TemporaryKey.pfx
Binary files differ
diff --git a/cpp/test/uwp/msbuild/uwp.vcxproj b/cpp/test/uwp/msbuild/uwp.vcxproj
index 3a0bc452538..a0c656fb3db 100644
--- a/cpp/test/uwp/msbuild/uwp.vcxproj
+++ b/cpp/test/uwp/msbuild/uwp.vcxproj
@@ -100,6 +100,7 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<PackageCertificateKeyFile>..\TestSuite_TemporaryKey.pfx</PackageCertificateKeyFile>
+ <PackageCertificateThumbprint>46881505BFCB3042FE80E1FAA136D55AF9356CE8</PackageCertificateThumbprint>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
@@ -262,6 +263,7 @@
<None Include="..\..\..\..\certs\cacert.der">
<DeploymentContent>true</DeploymentContent>
</None>
+ <None Include="..\TestSuite_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\Ice\acm\msbuild\uwp\client\Win32\Debug\Ice_acm_client.dll">
diff --git a/cpp/test/uwp/msbuild/uwp.vcxproj.filters b/cpp/test/uwp/msbuild/uwp.vcxproj.filters
index cafb1bca0cf..c7fc358f01b 100644
--- a/cpp/test/uwp/msbuild/uwp.vcxproj.filters
+++ b/cpp/test/uwp/msbuild/uwp.vcxproj.filters
@@ -1423,5 +1423,6 @@
<None Include="..\..\Ice\udp\msbuild\uwp\server\ARM\Debug\Ice_udp_server.dll">
<Filter>Tests\ARM\Debug</Filter>
</None>
+ <None Include="..\TestSuite_TemporaryKey.pfx" />
</ItemGroup>
</Project> \ No newline at end of file