summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeAppX/HandBrakeAppX.jsproj
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/HandBrakeAppX/HandBrakeAppX.jsproj')
-rw-r--r--win/CS/HandBrakeAppX/HandBrakeAppX.jsproj92
1 files changed, 92 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)' &lt; '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