85 строки
3.9 KiB
XML
85 строки
3.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.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>13abc024-dd80-4e98-823c-d4e41fc41302</ProjectGuid>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '12.0'">
|
|
<VisualStudioVersion>12.0</VisualStudioVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<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>Windows</TargetPlatformIdentifier>
|
|
<TargetPlatformVersion>8.1</TargetPlatformVersion>
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
<PackageCertificateKeyFile>RadHubTile_TemporaryKey.pfx</PackageCertificateKeyFile>
|
|
<MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<AppxManifest Include="package.appxmanifest">
|
|
<SubType>Designer</SubType>
|
|
</AppxManifest>
|
|
<Content Include="default.html" />
|
|
<Content Include="images\logo.png" />
|
|
<Content Include="images\smalllogo.png" />
|
|
<Content Include="images\splashscreen.png" />
|
|
<Content Include="images\storelogo.png" />
|
|
<Content Include="images\telerik_logo.png" />
|
|
<Content Include="js\default.js" />
|
|
<Content Include="css\default.css" />
|
|
<Content Include="ReadMe.html" />
|
|
<None Include="RadHubTile_TemporaryKey.pfx" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<SDKReference Include="Microsoft.WinJS.2.0, Version=1.0" />
|
|
<SDKReference Include="Telerik.UI, Version=2013.3.1105"/>
|
|
</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>
|