add dlls to appx package

This commit is contained in:
2020-01-06 15:34:20 +01:00
parent af7b273d54
commit 4a1df278d1
2 changed files with 4 additions and 2 deletions

View File

@@ -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" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap mp rescap"> <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" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap mp rescap">
<Identity Name="OmixLabLtd.PanoPainter" Publisher="CN=A7839FC0-1534-49A5-BD18-1D5AF8852B9B" Version="0.2.1.0" /> <Identity Name="OmixLabLtd.PanoPainter" Publisher="CN=A7839FC0-1534-49A5-BD18-1D5AF8852B9B" Version="0.2.3.0" />
<Properties> <Properties>
<DisplayName>PanoPainter</DisplayName> <DisplayName>PanoPainter</DisplayName>
<PublisherDisplayName>OmixLab Ltd</PublisherDisplayName> <PublisherDisplayName>OmixLab Ltd</PublisherDisplayName>

View File

@@ -49,11 +49,11 @@
<GenerateAppInstallerFile>False</GenerateAppInstallerFile> <GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision> <AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<AppxBundlePlatforms>x64</AppxBundlePlatforms> <AppxBundlePlatforms>x64</AppxBundlePlatforms>
<PackageCertificateThumbprint>6977634CFB3DEB63FE32B05409BF2BF37D01A94E</PackageCertificateThumbprint>
<AppInstallerUpdateFrequency>0</AppInstallerUpdateFrequency> <AppInstallerUpdateFrequency>0</AppInstallerUpdateFrequency>
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency> <AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
<GenerateTestArtifacts>True</GenerateTestArtifacts> <GenerateTestArtifacts>True</GenerateTestArtifacts>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks> <HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<AppxBundle>Always</AppxBundle> <AppxBundle>Always</AppxBundle>
@@ -129,6 +129,8 @@
<Content Include="$(SolutionDir)libs\curl-win\lib\dll-release-x64\libcurl.dll" /> <Content Include="$(SolutionDir)libs\curl-win\lib\dll-release-x64\libcurl.dll" />
<Content Include="$(SolutionDir)libs\bugtrap-client\lib\BugTrapU-x64.dll" /> <Content Include="$(SolutionDir)libs\bugtrap-client\lib\BugTrapU-x64.dll" />
<Content Include="$(SolutionDir)libs\openvr\bin\win64\openvr_api.dll" /> <Content Include="$(SolutionDir)libs\openvr\bin\win64\openvr_api.dll" />
<Content Include="$(SolutionDir)libs\openh264\lib\openh264-2.0.0-win64.dll" />
<Content Include="$(SolutionDir)libs\mp4v2\lib\win\libmp4v2.dll" />
<Content Include="$(SolutionDir)data\**"> <Content Include="$(SolutionDir)data\**">
<Link>PanoPainter\data\%(RecursiveDir)%(FileName)%(Extension)</Link> <Link>PanoPainter\data\%(RecursiveDir)%(FileName)%(Extension)</Link>
</Content> </Content>