2016-04-08 22:49:53 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-04-08 05:48:00 +02:00
|
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
<ProjectConfiguration Include="Debug|AnyCPU">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>AnyCPU</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Debug|ARM">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>ARM</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Debug|x86">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>x86</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Release|AnyCPU">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>AnyCPU</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Release|ARM">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>ARM</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Release|x86">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>x86</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<ProjectGuid>39122940-ab16-4cd4-a0ce-79a3eb863ecf</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.10586.0</TargetPlatformVersion>
|
|
|
|
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
|
|
|
|
<MinimumVisualStudioVersion>$(VersionNumberMajor).$(VersionNumberMinor)</MinimumVisualStudioVersion>
|
|
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
|
|
<PackageCertificateKeyFile>pxtwinapp_TemporaryKey.pfx</PackageCertificateKeyFile>
|
2016-04-08 22:49:53 +02:00
|
|
|
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
|
|
|
|
<AppxBundle>Always</AppxBundle>
|
|
|
|
<AppxBundlePlatforms>neutral</AppxBundlePlatforms>
|
2016-04-08 05:48:00 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<AppxManifest Include="package.appxmanifest">
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
</AppxManifest>
|
|
|
|
<Content Include="msapp-error.js" />
|
|
|
|
<Content Include="msapp-error.css" />
|
|
|
|
<Content Include="msapp-error.html" />
|
|
|
|
<Content Include="images\LockScreenLogo.scale-200.png" />
|
|
|
|
<Content Include="images\SplashScreen.scale-200.png" />
|
|
|
|
<Content Include="images\Square150x150Logo.scale-200.png" />
|
|
|
|
<Content Include="images\Square44x44Logo.scale-200.png" />
|
|
|
|
<Content Include="images\Square44x44Logo.targetsize-24_altform-unplated.png" />
|
|
|
|
<Content Include="images\StoreLogo.png" />
|
|
|
|
<Content Include="images\Wide310x150Logo.scale-200.png" />
|
|
|
|
<None Include="pxtwinapp_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>
|