diff options
Diffstat (limited to 'win')
21 files changed, 0 insertions, 123 deletions
diff --git a/win/CS/HandBrakeAppX/HandBrakeAppX.jsproj b/win/CS/HandBrakeAppX/HandBrakeAppX.jsproj deleted file mode 100644 index 031334879..000000000 --- a/win/CS/HandBrakeAppX/HandBrakeAppX.jsproj +++ /dev/null @@ -1,95 +0,0 @@ -<?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.Interop.dll" /> - <Content Include="win32\HandBrake.Interop.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"> - <Exec Command="xcopy ..\HandBrakeWPF\bin\$(Platform)\$(Configuration)\*.exe win32 /I /Y" /> - <Exec Command="xcopy ..\HandBrakeWPF\bin\$(Platform)\$(Configuration)\*.dll win32 /I /Y" /> - <Exec Command="xcopy ..\HandBrakeWPF\bin\$(Platform)\$(Configuration)\*.config win32 /I /Y" /> - </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 differdeleted file mode 100644 index 0c54aa230..000000000 --- a/win/CS/HandBrakeAppX/HandBrakeAppX_TemporaryKey.pfx +++ /dev/null diff --git a/win/CS/HandBrakeAppX/images/LargeTile.scale-100.png b/win/CS/HandBrakeAppX/images/LargeTile.scale-100.png Binary files differdeleted file mode 100644 index 8a3d525c1..000000000 --- a/win/CS/HandBrakeAppX/images/LargeTile.scale-100.png +++ /dev/null diff --git a/win/CS/HandBrakeAppX/images/LargeTile.scale-200.png b/win/CS/HandBrakeAppX/images/LargeTile.scale-200.png Binary files differdeleted file mode 100644 index d1e4624de..000000000 --- a/win/CS/HandBrakeAppX/images/LargeTile.scale-200.png +++ /dev/null diff --git a/win/CS/HandBrakeAppX/images/SmallTile.scale-100.png b/win/CS/HandBrakeAppX/images/SmallTile.scale-100.png Binary files differdeleted file mode 100644 index 402395016..000000000 --- a/win/CS/HandBrakeAppX/images/SmallTile.scale-100.png +++ /dev/null diff --git a/win/CS/HandBrakeAppX/images/SmallTile.scale-200.png b/win/CS/HandBrakeAppX/images/SmallTile.scale-200.png Binary files differdeleted file mode 100644 index a572f3aa1..000000000 --- a/win/CS/HandBrakeAppX/images/SmallTile.scale-200.png +++ /dev/null diff --git a/win/CS/HandBrakeAppX/images/Square150x150Logo.scale-100.png b/win/CS/HandBrakeAppX/images/Square150x150Logo.scale-100.png Binary files differdeleted file mode 100644 index 308f42b09..000000000 --- a/win/CS/HandBrakeAppX/images/Square150x150Logo.scale-100.png +++ /dev/null diff --git a/win/CS/HandBrakeAppX/images/Square150x150Logo.scale-200.png b/win/CS/HandBrakeAppX/images/Square150x150Logo.scale-200.png Binary files differdeleted file mode 100644 index 15082f0ad..000000000 --- a/win/CS/HandBrakeAppX/images/Square150x150Logo.scale-200.png +++ /dev/null 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 differdeleted file mode 100644 index 524273c92..000000000 --- a/win/CS/HandBrakeAppX/images/Square44x44Logo.altform-unplated_targetsize-16.png +++ /dev/null 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 differdeleted file mode 100644 index 8f52e09ee..000000000 --- a/win/CS/HandBrakeAppX/images/Square44x44Logo.altform-unplated_targetsize-48.png +++ /dev/null diff --git a/win/CS/HandBrakeAppX/images/Square44x44Logo.scale-100.png b/win/CS/HandBrakeAppX/images/Square44x44Logo.scale-100.png Binary files differdeleted file mode 100644 index db26116e9..000000000 --- a/win/CS/HandBrakeAppX/images/Square44x44Logo.scale-100.png +++ /dev/null diff --git a/win/CS/HandBrakeAppX/images/Square44x44Logo.scale-200.png b/win/CS/HandBrakeAppX/images/Square44x44Logo.scale-200.png Binary files differdeleted file mode 100644 index b61125421..000000000 --- a/win/CS/HandBrakeAppX/images/Square44x44Logo.scale-200.png +++ /dev/null diff --git a/win/CS/HandBrakeAppX/images/Square44x44Logo.targetsize-16.png b/win/CS/HandBrakeAppX/images/Square44x44Logo.targetsize-16.png Binary files differdeleted file mode 100644 index 524273c92..000000000 --- a/win/CS/HandBrakeAppX/images/Square44x44Logo.targetsize-16.png +++ /dev/null diff --git a/win/CS/HandBrakeAppX/images/Square44x44Logo.targetsize-48.png b/win/CS/HandBrakeAppX/images/Square44x44Logo.targetsize-48.png Binary files differdeleted file mode 100644 index 8f52e09ee..000000000 --- a/win/CS/HandBrakeAppX/images/Square44x44Logo.targetsize-48.png +++ /dev/null diff --git a/win/CS/HandBrakeAppX/images/Wide310x150Logo.scale-100.png b/win/CS/HandBrakeAppX/images/Wide310x150Logo.scale-100.png Binary files differdeleted file mode 100644 index 70ba2b50d..000000000 --- a/win/CS/HandBrakeAppX/images/Wide310x150Logo.scale-100.png +++ /dev/null diff --git a/win/CS/HandBrakeAppX/images/Wide310x150Logo.scale-200.png b/win/CS/HandBrakeAppX/images/Wide310x150Logo.scale-200.png Binary files differdeleted file mode 100644 index bf2802882..000000000 --- a/win/CS/HandBrakeAppX/images/Wide310x150Logo.scale-200.png +++ /dev/null diff --git a/win/CS/HandBrakeAppX/images/splashscreen.scale-100.png b/win/CS/HandBrakeAppX/images/splashscreen.scale-100.png Binary files differdeleted file mode 100644 index bf2802882..000000000 --- a/win/CS/HandBrakeAppX/images/splashscreen.scale-100.png +++ /dev/null diff --git a/win/CS/HandBrakeAppX/images/splashscreen.scale-200.png b/win/CS/HandBrakeAppX/images/splashscreen.scale-200.png Binary files differdeleted file mode 100644 index 2c6a1ce2a..000000000 --- a/win/CS/HandBrakeAppX/images/splashscreen.scale-200.png +++ /dev/null diff --git a/win/CS/HandBrakeAppX/images/storelogo.scale-100.png b/win/CS/HandBrakeAppX/images/storelogo.scale-100.png Binary files differdeleted file mode 100644 index e26789a7d..000000000 --- a/win/CS/HandBrakeAppX/images/storelogo.scale-100.png +++ /dev/null diff --git a/win/CS/HandBrakeAppX/images/storelogo.scale-200.png b/win/CS/HandBrakeAppX/images/storelogo.scale-200.png Binary files differdeleted file mode 100644 index 3c6a9b85e..000000000 --- a/win/CS/HandBrakeAppX/images/storelogo.scale-200.png +++ /dev/null diff --git a/win/CS/HandBrakeAppX/package.appxmanifest b/win/CS/HandBrakeAppX/package.appxmanifest deleted file mode 100644 index 5de5e4f5c..000000000 --- a/win/CS/HandBrakeAppX/package.appxmanifest +++ /dev/null @@ -1,28 +0,0 @@ -<?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 |