diff options
author | sr55 <[email protected]> | 2017-09-03 17:21:38 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2017-09-03 17:21:38 +0100 |
commit | 8c28bc7e533555b44d112196641e9953550967c6 (patch) | |
tree | 5fe8b45853e9eb744944597ed8aaf2275cafe970 /win/CS/HandBrakeAppX | |
parent | 1e457989f1668e969642a47178a5ded86ce197af (diff) |
WinGui: Adding a new project to allow us to easily generate AppX packages.
Diffstat (limited to 'win/CS/HandBrakeAppX')
21 files changed, 120 insertions, 0 deletions
diff --git a/win/CS/HandBrakeAppX/HandBrakeAppX.jsproj b/win/CS/HandBrakeAppX/HandBrakeAppX.jsproj new file mode 100644 index 000000000..4151999da --- /dev/null +++ b/win/CS/HandBrakeAppX/HandBrakeAppX.jsproj @@ -0,0 +1,92 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="Debug|x64"> + <Configuration>Debug</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|x64"> + <Configuration>Release</Configuration> + <Platform>x64</Platform> + <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>6e855245-e402-4c0f-bb0b-eeb63082f6ac</ProjectGuid> + </PropertyGroup> + <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> + <PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0'"> + <VisualStudioVersion>14.0</VisualStudioVersion> + </PropertyGroup> + <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).Default.props" /> + <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).props" /> + <PropertyGroup> + <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier> + <TargetPlatformVersion>10.0.15063.0</TargetPlatformVersion> + <TargetPlatformMinVersion>10.0.15063.0</TargetPlatformMinVersion> + <MinimumVisualStudioVersion>$(VersionNumberMajor).$(VersionNumberMinor)</MinimumVisualStudioVersion> + <DefaultLanguage>en-US</DefaultLanguage> + <PackageCertificateKeyFile>HandBrakeAppX_TemporaryKey.pfx</PackageCertificateKeyFile> + <AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision> + <AppxBundle>Always</AppxBundle> + <AppxBundlePlatforms>x64</AppxBundlePlatforms> + <PackageCertificateThumbprint>8A8FE309838B56D97D543F30728F515F64B2291A</PackageCertificateThumbprint> + <AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled> + </PropertyGroup> + <ItemGroup> + <AppxManifest Include="package.appxmanifest"> + <SubType>Designer</SubType> + </AppxManifest> + <Content Include="images\LargeTile.scale-100.png" /> + <Content Include="images\LargeTile.scale-200.png" /> + <Content Include="images\SmallTile.scale-100.png" /> + <Content Include="images\SmallTile.scale-200.png" /> + <Content Include="images\splashscreen.scale-100.png" /> + <Content Include="images\splashscreen.scale-200.png" /> + <Content Include="images\Square150x150Logo.scale-100.png" /> + <Content Include="images\Square150x150Logo.scale-200.png" /> + <Content Include="images\Square44x44Logo.altform-unplated_targetsize-16.png" /> + <Content Include="images\Square44x44Logo.altform-unplated_targetsize-48.png" /> + <Content Include="images\Square44x44Logo.scale-100.png" /> + <Content Include="images\Square44x44Logo.scale-200.png" /> + <Content Include="images\Square44x44Logo.targetsize-16.png" /> + <Content Include="images\Square44x44Logo.targetsize-48.png" /> + <Content Include="images\storelogo.scale-100.png" /> + <Content Include="images\storelogo.scale-200.png" /> + <Content Include="images\Wide310x150Logo.scale-100.png" /> + <Content Include="images\Wide310x150Logo.scale-200.png" /> + <Content Include="win32\*.dll"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </Content> + <Content Include="win32\*.config"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </Content> + <Content Include="win32\*.exe"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </Content> + <Content Include="win32\Caliburn.Micro.Platform.Core.dll" /> + <Content Include="win32\Caliburn.Micro.Platform.dll" /> + <Content Include="win32\GongSolutions.Wpf.DragDrop.dll" /> + <Content Include="win32\HandBrake.ApplicationServices.dll" /> + <Content Include="win32\HandBrake.ApplicationServices.dll.config" /> + <Content Include="win32\HandBrake.exe" /> + <Content Include="win32\HandBrake.exe.config" /> + <Content Include="win32\hb.dll" /> + <Content Include="win32\Newtonsoft.Json.dll" /> + <Content Include="win32\Ookii.Dialogs.Wpf.dll" /> + <Content Include="win32\System.Windows.Interactivity.dll" /> + <None Include="HandBrakeAppX_TemporaryKey.pfx" /> + </ItemGroup> + <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).targets" /> + <!-- To modify your build process, add your task inside one of the targets below then uncomment + that target and the DisableFastUpToDateCheck PropertyGroup. + Other similar extension points exist, see Microsoft.Common.targets. --> + <!--<Target Name="BeforeBuild"> + </Target> + <Target Name="AfterBuild"> + </Target> + <PropertyGroup> + <DisableFastUpToDateCheck>true</DisableFastUpToDateCheck> + </PropertyGroup> + --> +</Project>
\ No newline at end of file diff --git a/win/CS/HandBrakeAppX/HandBrakeAppX_TemporaryKey.pfx b/win/CS/HandBrakeAppX/HandBrakeAppX_TemporaryKey.pfx Binary files differnew file mode 100644 index 000000000..0c54aa230 --- /dev/null +++ b/win/CS/HandBrakeAppX/HandBrakeAppX_TemporaryKey.pfx diff --git a/win/CS/HandBrakeAppX/images/LargeTile.scale-100.png b/win/CS/HandBrakeAppX/images/LargeTile.scale-100.png Binary files differnew file mode 100644 index 000000000..8a3d525c1 --- /dev/null +++ b/win/CS/HandBrakeAppX/images/LargeTile.scale-100.png diff --git a/win/CS/HandBrakeAppX/images/LargeTile.scale-200.png b/win/CS/HandBrakeAppX/images/LargeTile.scale-200.png Binary files differnew file mode 100644 index 000000000..d1e4624de --- /dev/null +++ b/win/CS/HandBrakeAppX/images/LargeTile.scale-200.png diff --git a/win/CS/HandBrakeAppX/images/SmallTile.scale-100.png b/win/CS/HandBrakeAppX/images/SmallTile.scale-100.png Binary files differnew file mode 100644 index 000000000..402395016 --- /dev/null +++ b/win/CS/HandBrakeAppX/images/SmallTile.scale-100.png diff --git a/win/CS/HandBrakeAppX/images/SmallTile.scale-200.png b/win/CS/HandBrakeAppX/images/SmallTile.scale-200.png Binary files differnew file mode 100644 index 000000000..a572f3aa1 --- /dev/null +++ b/win/CS/HandBrakeAppX/images/SmallTile.scale-200.png diff --git a/win/CS/HandBrakeAppX/images/Square150x150Logo.scale-100.png b/win/CS/HandBrakeAppX/images/Square150x150Logo.scale-100.png Binary files differnew file mode 100644 index 000000000..308f42b09 --- /dev/null +++ b/win/CS/HandBrakeAppX/images/Square150x150Logo.scale-100.png diff --git a/win/CS/HandBrakeAppX/images/Square150x150Logo.scale-200.png b/win/CS/HandBrakeAppX/images/Square150x150Logo.scale-200.png Binary files differnew file mode 100644 index 000000000..15082f0ad --- /dev/null +++ b/win/CS/HandBrakeAppX/images/Square150x150Logo.scale-200.png diff --git a/win/CS/HandBrakeAppX/images/Square44x44Logo.altform-unplated_targetsize-16.png b/win/CS/HandBrakeAppX/images/Square44x44Logo.altform-unplated_targetsize-16.png Binary files differnew file mode 100644 index 000000000..524273c92 --- /dev/null +++ b/win/CS/HandBrakeAppX/images/Square44x44Logo.altform-unplated_targetsize-16.png diff --git a/win/CS/HandBrakeAppX/images/Square44x44Logo.altform-unplated_targetsize-48.png b/win/CS/HandBrakeAppX/images/Square44x44Logo.altform-unplated_targetsize-48.png Binary files differnew file mode 100644 index 000000000..8f52e09ee --- /dev/null +++ b/win/CS/HandBrakeAppX/images/Square44x44Logo.altform-unplated_targetsize-48.png diff --git a/win/CS/HandBrakeAppX/images/Square44x44Logo.scale-100.png b/win/CS/HandBrakeAppX/images/Square44x44Logo.scale-100.png Binary files differnew file mode 100644 index 000000000..db26116e9 --- /dev/null +++ b/win/CS/HandBrakeAppX/images/Square44x44Logo.scale-100.png diff --git a/win/CS/HandBrakeAppX/images/Square44x44Logo.scale-200.png b/win/CS/HandBrakeAppX/images/Square44x44Logo.scale-200.png Binary files differnew file mode 100644 index 000000000..b61125421 --- /dev/null +++ b/win/CS/HandBrakeAppX/images/Square44x44Logo.scale-200.png diff --git a/win/CS/HandBrakeAppX/images/Square44x44Logo.targetsize-16.png b/win/CS/HandBrakeAppX/images/Square44x44Logo.targetsize-16.png Binary files differnew file mode 100644 index 000000000..524273c92 --- /dev/null +++ b/win/CS/HandBrakeAppX/images/Square44x44Logo.targetsize-16.png diff --git a/win/CS/HandBrakeAppX/images/Square44x44Logo.targetsize-48.png b/win/CS/HandBrakeAppX/images/Square44x44Logo.targetsize-48.png Binary files differnew file mode 100644 index 000000000..8f52e09ee --- /dev/null +++ b/win/CS/HandBrakeAppX/images/Square44x44Logo.targetsize-48.png diff --git a/win/CS/HandBrakeAppX/images/Wide310x150Logo.scale-100.png b/win/CS/HandBrakeAppX/images/Wide310x150Logo.scale-100.png Binary files differnew file mode 100644 index 000000000..70ba2b50d --- /dev/null +++ b/win/CS/HandBrakeAppX/images/Wide310x150Logo.scale-100.png diff --git a/win/CS/HandBrakeAppX/images/Wide310x150Logo.scale-200.png b/win/CS/HandBrakeAppX/images/Wide310x150Logo.scale-200.png Binary files differnew file mode 100644 index 000000000..bf2802882 --- /dev/null +++ b/win/CS/HandBrakeAppX/images/Wide310x150Logo.scale-200.png diff --git a/win/CS/HandBrakeAppX/images/splashscreen.scale-100.png b/win/CS/HandBrakeAppX/images/splashscreen.scale-100.png Binary files differnew file mode 100644 index 000000000..bf2802882 --- /dev/null +++ b/win/CS/HandBrakeAppX/images/splashscreen.scale-100.png diff --git a/win/CS/HandBrakeAppX/images/splashscreen.scale-200.png b/win/CS/HandBrakeAppX/images/splashscreen.scale-200.png Binary files differnew file mode 100644 index 000000000..2c6a1ce2a --- /dev/null +++ b/win/CS/HandBrakeAppX/images/splashscreen.scale-200.png diff --git a/win/CS/HandBrakeAppX/images/storelogo.scale-100.png b/win/CS/HandBrakeAppX/images/storelogo.scale-100.png Binary files differnew file mode 100644 index 000000000..e26789a7d --- /dev/null +++ b/win/CS/HandBrakeAppX/images/storelogo.scale-100.png diff --git a/win/CS/HandBrakeAppX/images/storelogo.scale-200.png b/win/CS/HandBrakeAppX/images/storelogo.scale-200.png Binary files differnew file mode 100644 index 000000000..3c6a9b85e --- /dev/null +++ b/win/CS/HandBrakeAppX/images/storelogo.scale-200.png diff --git a/win/CS/HandBrakeAppX/package.appxmanifest b/win/CS/HandBrakeAppX/package.appxmanifest new file mode 100644 index 000000000..5de5e4f5c --- /dev/null +++ b/win/CS/HandBrakeAppX/package.appxmanifest @@ -0,0 +1,28 @@ +<?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"> + <Identity Name="06bcfa84-a650-442c-9ecd-e64641a14f24" Version="1.1.7.0" Publisher="CN=HandBrake Unofficial" /> + <mp:PhoneIdentity PhoneProductId="06bcfa84-a650-442c-9ecd-e64641a14f24" PhonePublisherId="00000000-0000-0000-0000-000000000000" /> + <Properties> + <DisplayName>HandBrake</DisplayName> + <PublisherDisplayName>HandBrake Team</PublisherDisplayName> + <Logo>images\storelogo.png</Logo> + </Properties> + <Dependencies> + <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.10586.0" MaxVersionTested="10.0.15063.0" /> + </Dependencies> + <Resources> + <Resource Language="x-generate" /> + </Resources> + <Applications> + <Application Id="App" Executable="win32\HandBrake.exe" EntryPoint="Windows.FullTrustApplication"> + <uap:VisualElements DisplayName="HandBrake" Description="HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs." BackgroundColor="transparent" Square150x150Logo="images\Square150x150Logo.png" Square44x44Logo="images\Square44x44Logo.png"> + <uap:DefaultTile Wide310x150Logo="images\Wide310x150Logo.png" ShortName="HandBrake" Square71x71Logo="images\SmallTile.png" Square310x310Logo="images\LargeTile.png"> + </uap:DefaultTile> + <uap:SplashScreen Image="images\splashscreen.png" /> + </uap:VisualElements> + </Application> + </Applications> + <Capabilities> + <rescap:Capability Name="runFullTrust" /> + </Capabilities> +</Package>
\ No newline at end of file |