2016-05-03 19:15:13 +03:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
|
|
|
<ProjectGuid>{719C43C6-8753-4395-ADAA-2FCC70F76BF3}</ProjectGuid>
|
|
|
|
|
<OutputType>AppContainerExe</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2016-07-28 23:46:48 +03:00
|
|
|
|
<RootNamespace>Microsoft.Toolkit.Uwp.SampleApp</RootNamespace>
|
|
|
|
|
<AssemblyName>Microsoft.Toolkit.Uwp.SampleApp</AssemblyName>
|
2016-05-03 19:15:13 +03:00
|
|
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
|
|
|
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
|
2016-09-07 23:18:47 +03:00
|
|
|
|
<TargetPlatformVersion>10.0.14393.0</TargetPlatformVersion>
|
2016-07-28 19:57:10 +03:00
|
|
|
|
<TargetPlatformMinVersion>10.0.10586.0</TargetPlatformMinVersion>
|
2016-05-03 19:15:13 +03:00
|
|
|
|
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
2016-07-28 23:46:48 +03:00
|
|
|
|
<PackageCertificateKeyFile>Microsoft.Toolkit.Uwp.SampleApp_TemporaryKey.pfx</PackageCertificateKeyFile>
|
2016-07-13 00:13:36 +03:00
|
|
|
|
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
|
|
|
|
|
<AppxBundle>Always</AppxBundle>
|
2016-08-03 18:55:08 +03:00
|
|
|
|
<AppxBundlePlatforms>x64</AppxBundlePlatforms>
|
2016-05-03 19:15:13 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
|
|
|
|
<NoWarn>;2008</NoWarn>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
2016-05-20 21:27:24 +03:00
|
|
|
|
<DocumentationFile>
|
|
|
|
|
</DocumentationFile>
|
2016-07-28 23:46:48 +03:00
|
|
|
|
<CodeAnalysisRuleSet>microsoft.toolkit.uwp.sampleapp.ruleset</CodeAnalysisRuleSet>
|
2016-05-03 19:15:13 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
|
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<NoWarn>;2008</NoWarn>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
|
2016-06-14 23:50:19 +03:00
|
|
|
|
<RunCodeAnalysis>true</RunCodeAnalysis>
|
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
|
|
<DocumentationFile>
|
|
|
|
|
</DocumentationFile>
|
2016-07-28 23:46:48 +03:00
|
|
|
|
<CodeAnalysisRuleSet>microsoft.toolkit.uwp.sampleapp.ruleset</CodeAnalysisRuleSet>
|
2016-05-03 19:15:13 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\ARM\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
|
|
|
|
<NoWarn>;2008</NoWarn>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>ARM</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
2016-07-28 23:46:48 +03:00
|
|
|
|
<CodeAnalysisRuleSet>microsoft.toolkit.uwp.sampleapp.ruleset</CodeAnalysisRuleSet>
|
2016-05-03 19:15:13 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
|
|
|
|
|
<OutputPath>bin\ARM\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<NoWarn>;2008</NoWarn>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>ARM</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
|
2016-06-14 23:50:19 +03:00
|
|
|
|
<RunCodeAnalysis>true</RunCodeAnalysis>
|
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
|
|
<DocumentationFile>
|
|
|
|
|
</DocumentationFile>
|
2016-07-28 23:46:48 +03:00
|
|
|
|
<CodeAnalysisRuleSet>microsoft.toolkit.uwp.sampleapp.ruleset</CodeAnalysisRuleSet>
|
2016-05-03 19:15:13 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
|
|
|
|
<NoWarn>;2008</NoWarn>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
2016-07-28 23:46:48 +03:00
|
|
|
|
<CodeAnalysisRuleSet>microsoft.toolkit.uwp.sampleapp.ruleset</CodeAnalysisRuleSet>
|
2016-05-03 19:15:13 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<NoWarn>;2008</NoWarn>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
|
2016-06-14 23:50:19 +03:00
|
|
|
|
<RunCodeAnalysis>true</RunCodeAnalysis>
|
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
|
|
<DocumentationFile>
|
|
|
|
|
</DocumentationFile>
|
2016-07-28 23:46:48 +03:00
|
|
|
|
<CodeAnalysisRuleSet>microsoft.toolkit.uwp.sampleapp.ruleset</CodeAnalysisRuleSet>
|
2016-05-03 19:15:13 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
|
2016-11-04 23:29:00 +03:00
|
|
|
|
<Content Include="Assets\Helpers.png" />
|
2016-07-02 01:45:08 +03:00
|
|
|
|
<Content Include="Assets\NotificationAssets\Cloudy-Square.png" />
|
|
|
|
|
<Content Include="Assets\NotificationAssets\Cloudy.png" />
|
|
|
|
|
<Content Include="Assets\NotificationAssets\Drizzle-Square.png" />
|
|
|
|
|
<Content Include="Assets\NotificationAssets\Drizzle.png" />
|
|
|
|
|
<Content Include="Assets\NotificationAssets\Haze-Square.png" />
|
|
|
|
|
<Content Include="Assets\NotificationAssets\Haze.png" />
|
|
|
|
|
<Content Include="Assets\NotificationAssets\Mostly Cloudy-Background.jpg" />
|
|
|
|
|
<Content Include="Assets\NotificationAssets\Mostly Cloudy-Square.png" />
|
|
|
|
|
<Content Include="Assets\NotificationAssets\Mostly Cloudy.png" />
|
|
|
|
|
<Content Include="Assets\NotificationAssets\Slight Drizzle-Square.png" />
|
|
|
|
|
<Content Include="Assets\NotificationAssets\Slight Drizzle.png" />
|
|
|
|
|
<Content Include="Assets\NotificationAssets\Snow-Square.png" />
|
|
|
|
|
<Content Include="Assets\NotificationAssets\Snow.png" />
|
|
|
|
|
<Content Include="Assets\NotificationAssets\Sunny-Square.png" />
|
|
|
|
|
<Content Include="Assets\NotificationAssets\Sunny.png" />
|
|
|
|
|
<Content Include="Assets\NotificationAssets\Thunderstorms-Square.png" />
|
|
|
|
|
<Content Include="Assets\NotificationAssets\Thunderstorms.png" />
|
2016-05-22 18:45:14 +03:00
|
|
|
|
<Content Include="Assets\Photos\BigFourSummerHeat.png" />
|
|
|
|
|
<Content Include="Assets\Photos\BisonBadlandsChillin.png" />
|
|
|
|
|
<Content Include="Assets\Photos\ColumbiaRiverGorge.png" />
|
|
|
|
|
<Content Include="Assets\Photos\GiantSlabInOregon.png" />
|
|
|
|
|
<Content Include="Assets\Photos\GrandTetons.png" />
|
2016-06-26 00:11:37 +03:00
|
|
|
|
<Content Include="Assets\Photos\ImageExPlaceholder.jpg" />
|
2016-05-22 18:45:14 +03:00
|
|
|
|
<Content Include="Assets\Photos\LakeAnnMushroom.png" />
|
|
|
|
|
<Content Include="Assets\Photos\LunchBreak.png" />
|
|
|
|
|
<Content Include="Assets\Photos\MilkyWayStHelensHikePurple.png" />
|
|
|
|
|
<Content Include="Assets\Photos\MitchellButtes.png" />
|
|
|
|
|
<Content Include="Assets\Photos\MultnomahFalls.png" />
|
|
|
|
|
<Content Include="Assets\Photos\NorthernCascadesReflection.png" />
|
|
|
|
|
<Content Include="Assets\Photos\NovemberHikeWaterfall.png" />
|
|
|
|
|
<Content Include="Assets\Photos\OregonWineryNamaste.png" />
|
|
|
|
|
<Content Include="Assets\Photos\Owl.png" />
|
|
|
|
|
<Content Include="Assets\Photos\PaintedHillsPathway.png" />
|
|
|
|
|
<Content Include="Assets\Photos\RunningDogPacificCity.png" />
|
|
|
|
|
<Content Include="Assets\Photos\ShootingOnAutoOnTheDrone.png" />
|
|
|
|
|
<Content Include="Assets\Photos\SmithnRockDownTheRiverView.png" />
|
|
|
|
|
<Content Include="Assets\Photos\SnowyInterbayt.png" />
|
|
|
|
|
<Content Include="Assets\Photos\SpeedTripleAtristsPoint.png" />
|
|
|
|
|
<Content Include="Assets\Photos\Van.png" />
|
|
|
|
|
<Content Include="Assets\Photos\WestSeattleView.png" />
|
2016-09-27 00:29:51 +03:00
|
|
|
|
<Content Include="Assets\ToolkitLogoTransparent.png" />
|
2016-08-02 23:39:53 +03:00
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.scale-100.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.scale-125.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.scale-150.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.scale-200.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.scale-400.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.targetsize-16.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.targetsize-16_altform-unplated.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.targetsize-20.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.targetsize-20_altform-unplated.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.targetsize-24.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.targetsize-24_altform-unplated.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.targetsize-256.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.targetsize-256_altform-unplated.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.targetsize-30.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.targetsize-30_altform-unplated.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.targetsize-32.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.targetsize-32_altform-unplated.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.targetsize-36.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.targetsize-36_altform-unplated.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.targetsize-40.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.targetsize-40_altform-unplated.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.targetsize-48.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.targetsize-48_altform-unplated.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.targetsize-60.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.targetsize-60_altform-unplated.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.targetsize-64.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.targetsize-64_altform-unplated.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.targetsize-72.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.targetsize-72_altform-unplated.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.targetsize-80.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.targetsize-80_altform-unplated.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.targetsize-96.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppAppList.targetsize-96_altform-unplated.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppBadgeLogo.scale-100.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppBadgeLogo.scale-125.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppBadgeLogo.scale-150.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppBadgeLogo.scale-200.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppBadgeLogo.scale-400.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppLargeTile.scale-100.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppLargeTile.scale-125.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppLargeTile.scale-150.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppLargeTile.scale-200.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppLargeTile.scale-400.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppMedTile.scale-100.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppMedTile.scale-125.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppMedTile.scale-150.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppMedTile.scale-200.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppMedTile.scale-400.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppSmallTile.scale-100.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppSmallTile.scale-125.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppSmallTile.scale-150.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppSmallTile.scale-200.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppSmallTile.scale-400.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppSplashScreen.scale-100.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppSplashScreen.scale-125.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppSplashScreen.scale-150.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppSplashScreen.scale-200.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppSplashScreen.scale-400.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppStoreLogo.scale-100.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppStoreLogo.scale-125.png" />
|
2016-08-03 18:55:08 +03:00
|
|
|
|
<Content Include="Assets\ToolkitLogo.png" />
|
2016-08-02 23:39:53 +03:00
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppStoreLogo.scale-150.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppStoreLogo.scale-200.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppStoreLogo.scale-400.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppWideTile.scale-100.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppWideTile.scale-125.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppWideTile.scale-150.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppWideTile.scale-200.png" />
|
|
|
|
|
<Content Include="Assets\UWPCommunityToolkitSampleAppWideTile.scale-400.png" />
|
2016-07-12 00:09:57 +03:00
|
|
|
|
<Content Include="Assets\Wide310x150Logo.scale-400.png" />
|
2016-08-03 02:41:07 +03:00
|
|
|
|
<Content Include="Icons\Animations.png" />
|
2016-07-02 00:24:48 +03:00
|
|
|
|
<Content Include="Icons\About.png" />
|
2016-09-23 14:40:47 +03:00
|
|
|
|
<Content Include="Icons\Helpers.png" />
|
2016-07-02 00:24:48 +03:00
|
|
|
|
<Content Include="Icons\Foundation.png" />
|
|
|
|
|
<Content Include="Icons\Layouts.png" />
|
2017-01-18 02:35:25 +03:00
|
|
|
|
<Content Include="Icons\More.png" />
|
2016-06-16 01:57:20 +03:00
|
|
|
|
<Content Include="Icons\Notifications.png" />
|
|
|
|
|
<Content Include="Icons\Services.png" />
|
2017-01-07 21:44:11 +03:00
|
|
|
|
<Content Include="SamplePages\AdvancedCollectionView\AdvancedCollectionView.png" />
|
2016-07-11 20:56:35 +03:00
|
|
|
|
<Content Include="SamplePages\Bing Service\BingCode.bind" />
|
2016-06-23 20:48:27 +03:00
|
|
|
|
<Content Include="SamplePages\Bing Service\icon.png" />
|
2016-11-03 06:37:13 +03:00
|
|
|
|
<Content Include="SamplePages\BladeView\BladeView.png" />
|
2016-08-03 22:10:51 +03:00
|
|
|
|
<Content Include="SamplePages\Blur\BlurBehavior.png" />
|
2016-09-26 16:43:58 +03:00
|
|
|
|
<Content Include="SamplePages\DropShadowPanel\DropShadowPanel.png" />
|
2016-09-22 21:02:06 +03:00
|
|
|
|
<Content Include="SamplePages\FadeHeader\FadeHeaderBehavior.png" />
|
2016-09-26 16:43:58 +03:00
|
|
|
|
<Content Include="SamplePages\DropShadowPanel\Trex.png" />
|
|
|
|
|
<Content Include="SamplePages\DropShadowPanel\Unicorn.png" />
|
2017-01-18 02:35:25 +03:00
|
|
|
|
<Content Include="SamplePages\Frameworks and Toolkits\FrameworksAndToolkits.png" />
|
2016-08-21 19:57:57 +03:00
|
|
|
|
<Content Include="SamplePages\GridSplitter\GridSplitter.png" />
|
2016-08-03 02:13:12 +03:00
|
|
|
|
<Content Include="SamplePages\Facebook Service\FacebookLogo.png" />
|
2016-08-03 22:10:51 +03:00
|
|
|
|
<Content Include="SamplePages\Fade\FadeBehavior.png" />
|
|
|
|
|
<Content Include="SamplePages\HamburgerMenu\HamburgerMenu.png" />
|
|
|
|
|
<Content Include="SamplePages\HeaderedTextBlock\HeaderedTextBlock.png" />
|
2016-09-09 01:14:03 +03:00
|
|
|
|
<Content Include="SamplePages\ImageCache\ImageEx.png" />
|
2016-08-03 22:10:51 +03:00
|
|
|
|
<Content Include="SamplePages\ImageEx\ImageEx.png" />
|
2016-09-20 11:32:18 +03:00
|
|
|
|
<Content Include="SamplePages\Incremental Loading Collection\icon.png" />
|
2016-12-17 07:41:13 +03:00
|
|
|
|
<Content Include="SamplePages\Light\LightBehavior.png" />
|
2016-09-12 23:36:59 +03:00
|
|
|
|
<Content Include="SamplePages\LinkedIn Service\LinkedInLogo.png" />
|
2016-08-26 11:57:03 +03:00
|
|
|
|
<Content Include="SamplePages\Loading\Loading.png" />
|
2016-10-17 07:38:38 +03:00
|
|
|
|
<Content Include="SamplePages\MasterDetailsView\MasterDetailsView.png" />
|
2016-09-28 21:00:28 +03:00
|
|
|
|
<Content Include="SamplePages\Microsoft Graph Service\OfficeLogo.png" />
|
|
|
|
|
<Content Include="SamplePages\Microsoft Graph Service\user.png" />
|
2017-01-05 22:36:47 +03:00
|
|
|
|
<Content Include="SamplePages\Microsoft Translator Service\TranslatorService.png" />
|
2016-12-09 01:49:58 +03:00
|
|
|
|
<Content Include="SamplePages\MosaicControl\Animations.png" />
|
|
|
|
|
<Content Include="SamplePages\MosaicControl\MosaicControl.png" />
|
2016-08-03 22:10:51 +03:00
|
|
|
|
<Content Include="SamplePages\Offset\OffsetBehavior.png" />
|
2016-10-14 20:12:18 +03:00
|
|
|
|
<Content Include="SamplePages\PrintHelper\PrintHelper.png" />
|
2016-08-03 22:10:51 +03:00
|
|
|
|
<Content Include="SamplePages\PullToRefreshListView\PullToRefreshListView.png" />
|
2016-11-07 18:29:11 +03:00
|
|
|
|
<Content Include="SamplePages\ScrollHeader\ScrollHeader.png" />
|
2016-08-03 22:10:51 +03:00
|
|
|
|
<Content Include="SamplePages\RadialGauge\RadialGauge.png" />
|
|
|
|
|
<Content Include="SamplePages\RangeSelector\RangeSelector.png" />
|
2016-08-08 19:19:02 +03:00
|
|
|
|
<Content Include="SamplePages\AdaptiveGridView\AdaptiveGridView.png" />
|
2016-12-17 07:41:13 +03:00
|
|
|
|
<Content Include="SamplePages\ReorderGridAnimation\ReorderGrid.png" />
|
2016-08-03 22:10:51 +03:00
|
|
|
|
<Content Include="SamplePages\Rotate\RotateBehavior.png" />
|
2016-07-15 10:26:54 +03:00
|
|
|
|
<Content Include="SamplePages\LiveTile\icon.jpg" />
|
2016-08-03 22:10:51 +03:00
|
|
|
|
<Content Include="SamplePages\RotatorTile\RotatorTile.png" />
|
|
|
|
|
<Content Include="SamplePages\Scale\ScaleBehavior.png" />
|
|
|
|
|
<Content Include="SamplePages\SlidableListItem\SlidableListItem.png" />
|
2016-09-29 00:43:02 +03:00
|
|
|
|
<Content Include="SamplePages\Object Storage\ObjectStorage.png" />
|
2016-12-17 07:41:13 +03:00
|
|
|
|
<Content Include="SamplePages\SurfaceDialTextboxHelper\SurfaceDialTextboxHelper.png" />
|
|
|
|
|
<Content Include="SamplePages\TextBoxMask\TextBoxMask.png" />
|
2017-01-22 03:42:40 +03:00
|
|
|
|
<Content Include="SamplePages\TextBoxRegex\TextBoxRegex.png" />
|
2016-07-15 10:26:54 +03:00
|
|
|
|
<Content Include="SamplePages\Toast\icon.jpg" />
|
2016-07-11 20:56:35 +03:00
|
|
|
|
<Content Include="SamplePages\Twitter Service\TwitterCode.bind" />
|
2016-06-27 21:05:35 +03:00
|
|
|
|
<Content Include="SamplePages\Twitter Service\icon.png" />
|
2016-07-11 20:56:35 +03:00
|
|
|
|
<Content Include="SamplePages\Facebook Service\FacebookCode.bind" />
|
|
|
|
|
<Content Include="SamplePages\HamburgerMenu\HamburgerMenuCode.bind" />
|
|
|
|
|
<Content Include="SamplePages\HeaderedTextBlock\HeaderedTextBlockCode.bind" />
|
2017-01-18 02:35:25 +03:00
|
|
|
|
<Content Include="SamplePages\Useful links\UsefulLinks.png" />
|
2016-12-17 07:41:13 +03:00
|
|
|
|
<Content Include="SamplePages\WrapPanel\WrapPanel.png" />
|
2016-07-28 23:46:48 +03:00
|
|
|
|
<None Include="Microsoft.Toolkit.Uwp.SampleApp.ruleset" />
|
2016-08-02 23:39:53 +03:00
|
|
|
|
<Content Include="SamplePages\Twitter Service\TwitterLogo.png" />
|
2016-08-03 22:10:51 +03:00
|
|
|
|
<Content Include="SamplePages\WeatherLiveTileAndToast\WeatherLiveTileAndToast.png" />
|
2016-07-13 21:38:21 +03:00
|
|
|
|
<Content Include="SamplePages\WeatherLiveTileAndToast\WeatherLiveTileAndToastCode.bind" />
|
2016-07-11 20:56:35 +03:00
|
|
|
|
<Content Include="SamplePages\ImageEx\ImageExCode.bind" />
|
2016-08-03 00:11:14 +03:00
|
|
|
|
<Content Include="SamplePages\Offset\OffsetBehaviorCode.bind" />
|
|
|
|
|
<Content Include="SamplePages\Fade\FadeBehaviorCode.bind" />
|
2016-07-11 20:56:35 +03:00
|
|
|
|
<Content Include="SamplePages\PullToRefreshListView\PullToRefreshListViewCode.bind" />
|
|
|
|
|
<Content Include="SamplePages\RadialGauge\RadialGaugeCode.bind" />
|
2016-08-03 00:11:14 +03:00
|
|
|
|
<Content Include="SamplePages\Rotate\RotateBehaviorCode.bind" />
|
|
|
|
|
<Content Include="SamplePages\Scale\ScaleBehaviorCode.bind" />
|
2016-07-11 20:56:35 +03:00
|
|
|
|
<Content Include="SamplePages\SlidableListItem\SlidableListItemCode.bind" />
|
2016-05-22 18:45:14 +03:00
|
|
|
|
<Content Include="Assets\Photos\Photos.json" />
|
2016-05-26 21:28:17 +03:00
|
|
|
|
<Content Include="Assets\Photos\OnlinePhotos.json" />
|
2016-05-03 19:15:13 +03:00
|
|
|
|
<None Include="project.json" />
|
2016-05-20 20:46:01 +03:00
|
|
|
|
<Content Include="Assets\Html\CSharp.html" />
|
|
|
|
|
<Content Include="Assets\Html\Json.html" />
|
|
|
|
|
<Content Include="Assets\Html\Xaml.html" />
|
|
|
|
|
<Content Include="Assets\Html\Xml.html" />
|
|
|
|
|
<Content Include="Assets\Prettify\prettify.css" />
|
|
|
|
|
<Content Include="Assets\Prettify\prettify.js" />
|
|
|
|
|
<Content Include="Assets\Prettify\run_prettify.js" />
|
2016-07-11 20:56:35 +03:00
|
|
|
|
<Content Include="SamplePages\RangeSelector\RangeSelectorCode.bind" />
|
2016-08-08 19:19:02 +03:00
|
|
|
|
<Content Include="SamplePages\AdaptiveGridView\AdaptiveGridViewCode.bind" />
|
2016-05-20 20:46:01 +03:00
|
|
|
|
<Content Include="SamplePages\samples.json" />
|
|
|
|
|
<None Include="readme.md" />
|
2016-07-15 10:26:54 +03:00
|
|
|
|
<Content Include="SamplePages\LiveTile\LiveTileCode.bind" />
|
|
|
|
|
<Content Include="SamplePages\Toast\ToastCode.bind" />
|
2016-07-19 19:24:21 +03:00
|
|
|
|
<Content Include="SamplePages\RotatorTile\RotatorTileCode.bind" />
|
2016-08-03 00:11:14 +03:00
|
|
|
|
<Content Include="SamplePages\Blur\BlurBehaviorCode.bind" />
|
|
|
|
|
<Content Include="SamplePages\Blur\BlurBehaviorXaml.bind" />
|
|
|
|
|
<Content Include="SamplePages\Offset\OffsetBehaviorXaml.bind" />
|
|
|
|
|
<Content Include="SamplePages\Fade\FadeBehaviorXaml.bind" />
|
|
|
|
|
<Content Include="SamplePages\Scale\ScaleBehaviorXaml.bind" />
|
|
|
|
|
<Content Include="SamplePages\Rotate\RotateBehaviorXaml.bind" />
|
2016-11-03 06:37:13 +03:00
|
|
|
|
<Content Include="SamplePages\BladeView\BladeCode.bind" />
|
2016-11-07 18:29:11 +03:00
|
|
|
|
<Content Include="SamplePages\ScrollHeader\ScrollHeaderCode.bind" />
|
2016-08-21 19:57:57 +03:00
|
|
|
|
<Content Include="SamplePages\GridSplitter\GridSplitter.bind" />
|
2016-08-23 23:01:58 +03:00
|
|
|
|
<Content Include="SamplePages\FadeHeader\FadeHeaderBehaviorCode.bind" />
|
|
|
|
|
<Content Include="SamplePages\FadeHeader\FadeHeaderBehaviorXaml.bind" />
|
2016-09-23 14:40:47 +03:00
|
|
|
|
<Content Include="SamplePages\ImageCache\ImageCacheXaml.bind" />
|
2016-09-12 23:36:59 +03:00
|
|
|
|
<Content Include="SamplePages\LinkedIn Service\LinkedInCode.bind" />
|
2016-09-20 11:32:18 +03:00
|
|
|
|
<Content Include="SamplePages\Incremental Loading Collection\IncrementalLoadingCollectionCode.bind" />
|
2016-09-23 14:40:47 +03:00
|
|
|
|
<Content Include="SamplePages\ImageCache\ImageCacheCode.bind" />
|
2016-09-26 16:43:58 +03:00
|
|
|
|
<Content Include="SamplePages\DropShadowPanel\DropShadowPanelXaml.bind" />
|
2016-09-27 22:58:36 +03:00
|
|
|
|
<Content Include="SamplePages\LiveTile\LiveTileCodeJavaScript.bind" />
|
2016-09-16 17:11:15 +03:00
|
|
|
|
<Content Include="SamplePages\Toast\ToastCodeJavaScript.bind" />
|
2016-09-29 00:43:02 +03:00
|
|
|
|
<Content Include="SamplePages\Object Storage\ObjectStorageCode.bind" />
|
2016-09-27 22:58:36 +03:00
|
|
|
|
<Content Include="SamplePages\WeatherLiveTileAndToast\WeatherLiveTileAndToastCodeJavaScript.bind" />
|
2016-09-28 21:00:28 +03:00
|
|
|
|
<Content Include="SamplePages\Microsoft Graph Service\MicrosoftGraphCode.bind" />
|
2016-10-12 12:56:36 +03:00
|
|
|
|
<Content Include="SamplePages\BackgroundTaskHelper\BackgroundTaskHelperCode.bind" />
|
2016-10-17 07:38:38 +03:00
|
|
|
|
<Content Include="SamplePages\MasterDetailsView\MasterDetailsView.bind" />
|
2016-10-24 23:40:26 +03:00
|
|
|
|
<Content Include="SamplePages\ConnectionHelper\ConnectionHelperCode.bind" />
|
2016-10-14 20:12:18 +03:00
|
|
|
|
<Content Include="SamplePages\PrintHelper\PrintHelperCode.bind" />
|
2016-11-04 23:29:00 +03:00
|
|
|
|
<Content Include="SamplePages\SystemInformation\SystemInformationCode.bind" />
|
|
|
|
|
<Content Include="SamplePages\DispatcherHelper\DispatcherHelperCode.bind" />
|
2016-12-06 20:54:19 +03:00
|
|
|
|
<Content Include="SamplePages\Loading\LoadingCode.bind" />
|
2016-12-17 07:41:13 +03:00
|
|
|
|
<Content Include="SamplePages\ReorderGridAnimation\ReorderGrid.bind" />
|
|
|
|
|
<Content Include="SamplePages\Light\LightBehaviorCode.bind" />
|
|
|
|
|
<Content Include="SamplePages\Light\LightBehaviorXaml.bind" />
|
|
|
|
|
<Content Include="SamplePages\TextBoxMask\TextBoxMask.bind" />
|
2016-12-09 01:49:58 +03:00
|
|
|
|
<Content Include="SamplePages\MosaicControl\MosaicControl.bind">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Content>
|
2016-12-17 07:41:13 +03:00
|
|
|
|
<Content Include="SamplePages\SurfaceDialTextboxHelper\SurfaceDialTextboxHelperCode.bind">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Content>
|
2016-12-17 07:48:26 +03:00
|
|
|
|
<Content Include="SamplePages\WrapPanel\WrapPanel.bind" />
|
2017-01-03 21:45:19 +03:00
|
|
|
|
<Content Include="SamplePages\MasterDetailsView\MasterDetailsViewCode.bind" />
|
2017-01-05 22:36:47 +03:00
|
|
|
|
<Content Include="SamplePages\Microsoft Translator Service\MicrosoftTranslatorCode.bind" />
|
2017-01-07 21:44:11 +03:00
|
|
|
|
<Content Include="SamplePages\AdvancedCollectionView\AdvancedCollectionView.bind" />
|
2017-01-22 03:42:40 +03:00
|
|
|
|
<Content Include="SamplePages\TextBoxRegex\TextBoxRegex.bind" />
|
2016-05-03 19:15:13 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="App.xaml.cs">
|
|
|
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-01-16 14:35:39 +03:00
|
|
|
|
<Compile Include="Common\BoolStringConverter.cs" />
|
2016-07-15 10:26:54 +03:00
|
|
|
|
<Compile Include="Common\Constants.cs" />
|
2016-06-17 00:44:21 +03:00
|
|
|
|
<Compile Include="Common\DelegateCommand{T}.cs" />
|
2016-08-31 09:28:11 +03:00
|
|
|
|
<Compile Include="Common\EnumConverter.cs" />
|
2016-06-16 00:45:33 +03:00
|
|
|
|
<Compile Include="Common\SolidColorBrushConverter.cs" />
|
2016-05-22 22:30:04 +03:00
|
|
|
|
<Compile Include="Common\DelegateCommand.cs" />
|
2016-08-03 22:17:54 +03:00
|
|
|
|
<Compile Include="Common\Tools.cs" />
|
2017-01-07 01:36:16 +03:00
|
|
|
|
<Compile Include="Data\PhotoDataItemWithDimension.cs" />
|
2016-10-17 07:38:38 +03:00
|
|
|
|
<Compile Include="Models\Email.cs" />
|
2017-01-07 21:44:11 +03:00
|
|
|
|
<Compile Include="SamplePages\AdvancedCollectionView\AdvancedCollectionViewPage.xaml.cs">
|
|
|
|
|
<DependentUpon>AdvancedCollectionViewPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-10-24 23:40:26 +03:00
|
|
|
|
<Compile Include="SamplePages\ConnectionHelper\ConnectionHelperPage.xaml.cs">
|
|
|
|
|
<DependentUpon>ConnectionHelperPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-10-03 08:00:22 +03:00
|
|
|
|
<Compile Include="SamplePages\BackgroundTaskHelper\BackgroundTaskHelperPage.xaml.cs">
|
|
|
|
|
<DependentUpon>BackgroundTaskHelperPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-11-03 12:15:06 +03:00
|
|
|
|
<Compile Include="SamplePages\DispatcherHelper\DispatcherHelperPage.xaml.cs">
|
|
|
|
|
<DependentUpon>DispatcherHelperPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-09-26 16:43:58 +03:00
|
|
|
|
<Compile Include="SamplePages\DropShadowPanel\DropShadowPanelPage.xaml.cs">
|
|
|
|
|
<DependentUpon>DropShadowPanelPage.xaml</DependentUpon>
|
2016-09-19 02:39:38 +03:00
|
|
|
|
</Compile>
|
2016-09-08 02:22:04 +03:00
|
|
|
|
<Compile Include="SamplePages\Facebook Service\FacebookPhotoTemplateSelector.cs" />
|
2016-05-20 20:46:01 +03:00
|
|
|
|
<Compile Include="Controls\CodeRenderer\CodeRenderer.Properties.cs" />
|
|
|
|
|
<Compile Include="Controls\CodeRenderer\CodeRenderer.cs" />
|
|
|
|
|
<Compile Include="Controls\PropertyControl.xaml.cs">
|
|
|
|
|
<DependentUpon>PropertyControl.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-06-17 00:44:21 +03:00
|
|
|
|
<Compile Include="Data\PhotoDataItem.cs" />
|
2016-05-22 18:45:14 +03:00
|
|
|
|
<Compile Include="Data\PhotosDataSource.cs" />
|
2016-06-15 09:38:07 +03:00
|
|
|
|
<Compile Include="Models\Item.cs" />
|
2016-06-17 00:44:21 +03:00
|
|
|
|
<Compile Include="Models\PropertyDescriptor\SliderPropertyOptions.cs" />
|
2016-05-20 20:46:01 +03:00
|
|
|
|
<Compile Include="Models\PropertyDescriptor\ValueHolder.cs" />
|
|
|
|
|
<Compile Include="Models\PropertyDescriptor\PropertyOptions.cs" />
|
|
|
|
|
<Compile Include="Models\PropertyDescriptor\PropertyKind.cs" />
|
|
|
|
|
<Compile Include="Models\PropertyDescriptor\PropertyDescriptor.cs" />
|
2016-06-16 02:16:26 +03:00
|
|
|
|
<Compile Include="Common\BindableBase.cs" />
|
2016-06-23 20:48:27 +03:00
|
|
|
|
<Compile Include="SamplePages\Bing Service\BingPage.xaml.cs">
|
|
|
|
|
<DependentUpon>BingPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-11-03 06:37:13 +03:00
|
|
|
|
<Compile Include="SamplePages\BladeView\BladePage.xaml.cs">
|
2016-08-18 10:04:53 +03:00
|
|
|
|
<DependentUpon>BladePage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-08-03 00:11:14 +03:00
|
|
|
|
<Compile Include="SamplePages\Blur\BlurBehaviorPage.xaml.cs">
|
2016-07-15 23:07:52 +03:00
|
|
|
|
<DependentUpon>BlurBehaviorPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-01-18 02:35:25 +03:00
|
|
|
|
<Compile Include="SamplePages\Frameworks and Toolkits\FrameworksAndToolkitsPage.xaml.cs">
|
|
|
|
|
<DependentUpon>FrameworksAndToolkitsPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-01-05 22:36:47 +03:00
|
|
|
|
<Compile Include="SamplePages\Microsoft Translator Service\MicrosoftTranslatorPage.xaml.cs">
|
|
|
|
|
<DependentUpon>MicrosoftTranslatorPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-12-09 01:49:58 +03:00
|
|
|
|
<Compile Include="SamplePages\MosaicControl\MosaicControlPage.xaml.cs">
|
|
|
|
|
<DependentUpon>MosaicControlPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-11-07 18:29:11 +03:00
|
|
|
|
<Compile Include="SamplePages\ScrollHeader\ScrollHeaderPage.xaml.cs">
|
|
|
|
|
<DependentUpon>ScrollHeaderPage.xaml</DependentUpon>
|
2016-08-23 18:32:45 +03:00
|
|
|
|
</Compile>
|
2016-08-21 19:57:57 +03:00
|
|
|
|
<Compile Include="SamplePages\GridSplitter\GridSplitterPage.xaml.cs">
|
|
|
|
|
<DependentUpon>GridSplitterPage.xaml</DependentUpon>
|
2016-08-26 00:30:21 +03:00
|
|
|
|
</Compile>
|
2016-08-23 23:01:58 +03:00
|
|
|
|
<Compile Include="SamplePages\FadeHeader\FadeHeaderBehaviorPage.xaml.cs">
|
|
|
|
|
<DependentUpon>FadeHeaderBehaviorPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-09-20 11:32:18 +03:00
|
|
|
|
<Compile Include="SamplePages\Incremental Loading Collection\IncrementalLoadingCollectionPage.xaml.cs">
|
|
|
|
|
<DependentUpon>IncrementalLoadingCollectionPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="SamplePages\Incremental Loading Collection\PeopleSource.cs" />
|
|
|
|
|
<Compile Include="SamplePages\Incremental Loading Collection\Person.cs" />
|
2016-12-17 07:41:13 +03:00
|
|
|
|
<Compile Include="SamplePages\Light\LightBehaviorPage.xaml.cs">
|
|
|
|
|
<DependentUpon>LightBehaviorPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-09-12 23:36:59 +03:00
|
|
|
|
<Compile Include="SamplePages\LinkedIn Service\LinkedInPage.xaml.cs">
|
|
|
|
|
<DependentUpon>LinkedInPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-08-25 12:19:18 +03:00
|
|
|
|
<Compile Include="SamplePages\Loading\LoadingPage.xaml.cs">
|
|
|
|
|
<DependentUpon>LoadingPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-10-17 07:38:38 +03:00
|
|
|
|
<Compile Include="SamplePages\MasterDetailsView\MasterDetailsViewPage.xaml.cs">
|
|
|
|
|
<DependentUpon>MasterDetailsViewPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-09-28 21:00:28 +03:00
|
|
|
|
<Compile Include="SamplePages\Microsoft Graph Service\MicrosoftGraphPage.xaml.cs">
|
2016-08-31 16:18:44 +03:00
|
|
|
|
<DependentUpon>MicrosoftGraphPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-09-28 21:00:28 +03:00
|
|
|
|
<Compile Include="SamplePages\Microsoft Graph Service\MicrosoftGraphSource.cs" />
|
|
|
|
|
<Compile Include="SamplePages\Microsoft Graph Service\MicrosoftGraphUIExtensions.cs" />
|
|
|
|
|
<Compile Include="SamplePages\Microsoft Graph Service\SendMessageContentDialog.xaml.cs">
|
2016-08-31 16:18:44 +03:00
|
|
|
|
<DependentUpon>SendMessageContentDialog.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-09-09 01:14:03 +03:00
|
|
|
|
<Compile Include="SamplePages\ImageCache\ImageCachePage.xaml.cs">
|
|
|
|
|
<DependentUpon>ImageCachePage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-10-14 20:12:18 +03:00
|
|
|
|
<Compile Include="SamplePages\PrintHelper\PrintHelperPage.xaml.cs">
|
|
|
|
|
<DependentUpon>PrintHelperPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-12-17 07:41:13 +03:00
|
|
|
|
<Compile Include="SamplePages\ReorderGridAnimation\ReorderGridPage.xaml.cs">
|
|
|
|
|
<DependentUpon>ReorderGridPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-07-19 19:24:21 +03:00
|
|
|
|
<Compile Include="SamplePages\RotatorTile\RotatorTilePage.xaml.cs">
|
|
|
|
|
<DependentUpon>RotatorTilePage.xaml</DependentUpon>
|
2016-07-15 23:04:03 +03:00
|
|
|
|
</Compile>
|
2016-07-15 10:26:54 +03:00
|
|
|
|
<Compile Include="SamplePages\LiveTile\LiveTilePage.xaml.cs">
|
|
|
|
|
<DependentUpon>LiveTilePage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-09-29 00:43:02 +03:00
|
|
|
|
<Compile Include="SamplePages\Object Storage\ObjectStoragePage.xaml.cs">
|
|
|
|
|
<DependentUpon>ObjectStoragePage.xaml</DependentUpon>
|
2016-09-26 22:03:00 +03:00
|
|
|
|
</Compile>
|
2016-12-17 07:41:13 +03:00
|
|
|
|
<Compile Include="SamplePages\SurfaceDialTextboxHelper\SurfaceDialTextboxHelperPage.xaml.cs">
|
|
|
|
|
<DependentUpon>SurfaceDialTextboxHelperPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-11-03 00:26:28 +03:00
|
|
|
|
<Compile Include="SamplePages\SystemInformation\SystemInformationPage.xaml.cs">
|
|
|
|
|
<DependentUpon>SystemInformationPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-12-17 07:41:13 +03:00
|
|
|
|
<Compile Include="SamplePages\TextBoxMask\TextBoxMaskPage.xaml.cs">
|
|
|
|
|
<DependentUpon>TextBoxMaskPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2017-01-22 03:42:40 +03:00
|
|
|
|
<Compile Include="SamplePages\TextBoxRegex\TextBoxRegexPage.xaml.cs">
|
2017-01-22 03:11:13 +03:00
|
|
|
|
<DependentUpon>TextBoxRegexPage.xaml</DependentUpon>
|
2017-01-16 14:35:39 +03:00
|
|
|
|
</Compile>
|
2016-07-15 10:26:54 +03:00
|
|
|
|
<Compile Include="SamplePages\Toast\ToastPage.xaml.cs">
|
|
|
|
|
<DependentUpon>ToastPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-06-27 21:05:35 +03:00
|
|
|
|
<Compile Include="SamplePages\Twitter Service\TwitterPage.xaml.cs">
|
|
|
|
|
<DependentUpon>TwitterPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-08-03 00:11:14 +03:00
|
|
|
|
<Compile Include="SamplePages\Offset\OffsetBehaviorPage.xaml.cs">
|
2016-06-30 03:27:43 +03:00
|
|
|
|
<DependentUpon>OffsetBehaviorPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-08-03 00:11:14 +03:00
|
|
|
|
<Compile Include="SamplePages\Fade\FadeBehaviorPage.xaml.cs">
|
|
|
|
|
<DependentUpon>FadeBehaviorPage.xaml</DependentUpon>
|
2016-06-28 22:47:06 +03:00
|
|
|
|
</Compile>
|
2016-06-23 22:16:46 +03:00
|
|
|
|
<Compile Include="SamplePages\Facebook Service\FacebookPage.xaml.cs">
|
|
|
|
|
<DependentUpon>FacebookPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-05-26 00:27:47 +03:00
|
|
|
|
<Compile Include="SamplePages\HamburgerMenu\HamburgerMenuPage.xaml.cs">
|
|
|
|
|
<DependentUpon>HamburgerMenuPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-06-18 02:02:48 +03:00
|
|
|
|
<Compile Include="SamplePages\HeaderedTextBlock\HeaderedTextBlockPage.xaml.cs">
|
2016-05-27 23:13:36 +03:00
|
|
|
|
<DependentUpon>HeaderedTextBlockPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-05-26 21:28:17 +03:00
|
|
|
|
<Compile Include="SamplePages\ImageEx\ImageExPage.xaml.cs">
|
|
|
|
|
<DependentUpon>ImageExPage.xaml</DependentUpon>
|
2016-05-26 12:45:02 +03:00
|
|
|
|
</Compile>
|
2017-01-18 02:35:25 +03:00
|
|
|
|
<Compile Include="SamplePages\Useful links\UsefulLinksPage.xaml.cs">
|
|
|
|
|
<DependentUpon>UsefulLinksPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-07-02 01:45:08 +03:00
|
|
|
|
<Compile Include="SamplePages\WeatherLiveTileAndToast\WeatherLiveTileAndToastPage.xaml.cs">
|
|
|
|
|
<DependentUpon>WeatherLiveTileAndToastPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-06-21 09:23:00 +03:00
|
|
|
|
<Compile Include="SamplePages\PullToRefreshListView\PullToRefreshListViewPage.xaml.cs">
|
|
|
|
|
<DependentUpon>PullToRefreshListViewPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-08-03 00:11:14 +03:00
|
|
|
|
<Compile Include="SamplePages\Rotate\RotateBehaviorPage.xaml.cs">
|
|
|
|
|
<DependentUpon>RotateBehaviorPage.xaml</DependentUpon>
|
2016-06-30 04:03:28 +03:00
|
|
|
|
</Compile>
|
2016-08-03 00:11:14 +03:00
|
|
|
|
<Compile Include="SamplePages\Scale\ScaleBehaviorPage.xaml.cs">
|
2016-06-28 23:24:35 +03:00
|
|
|
|
<DependentUpon>ScaleBehaviorPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-06-15 09:38:07 +03:00
|
|
|
|
<Compile Include="SamplePages\SlidableListItem\SlidableListItemPage.xaml.cs">
|
|
|
|
|
<DependentUpon>SlidableListItemPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-08-08 19:01:05 +03:00
|
|
|
|
<Compile Include="SamplePages\RadialGauge\RadialGaugePage.xaml.cs">
|
2016-08-04 20:20:54 +03:00
|
|
|
|
<DependentUpon>RadialGaugePage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-05-26 00:27:47 +03:00
|
|
|
|
<Compile Include="SamplePages\RangeSelector\RangeSelectorPage.xaml.cs">
|
2016-05-21 00:35:36 +03:00
|
|
|
|
<DependentUpon>RangeSelectorPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-12-11 10:19:30 +03:00
|
|
|
|
<Compile Include="SamplePages\WrapPanel\WrapPanelPage.xaml.cs">
|
|
|
|
|
<DependentUpon>WrapPanelPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-05-20 20:46:01 +03:00
|
|
|
|
<Compile Include="Shell.xaml.cs">
|
|
|
|
|
<DependentUpon>Shell.xaml</DependentUpon>
|
2016-05-03 19:15:13 +03:00
|
|
|
|
</Compile>
|
2016-05-17 00:20:35 +03:00
|
|
|
|
<Compile Include="Models\Option.cs" />
|
2016-05-04 20:52:04 +03:00
|
|
|
|
<Compile Include="Models\SampleCategory.cs" />
|
|
|
|
|
<Compile Include="Models\Sample.cs" />
|
2016-05-20 20:46:01 +03:00
|
|
|
|
<Compile Include="Models\Samples.cs" />
|
2016-05-17 00:20:35 +03:00
|
|
|
|
<Compile Include="Pages\About.xaml.cs">
|
|
|
|
|
<DependentUpon>About.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-08-08 19:19:02 +03:00
|
|
|
|
<Compile Include="SamplePages\AdaptiveGridView\AdaptiveGridViewPage.xaml.cs">
|
|
|
|
|
<DependentUpon>AdaptiveGridViewPage.xaml</DependentUpon>
|
2016-05-20 20:46:01 +03:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Pages\SamplePicker.xaml.cs">
|
|
|
|
|
<DependentUpon>SamplePicker.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-05-03 19:15:13 +03:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<AppxManifest Include="Package.appxmanifest">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</AppxManifest>
|
2016-07-28 23:46:48 +03:00
|
|
|
|
<None Include="Microsoft.Toolkit.Uwp.SampleApp_TemporaryKey.pfx" />
|
2016-05-03 19:15:13 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="Properties\Default.rd.xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ApplicationDefinition Include="App.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</ApplicationDefinition>
|
2016-05-20 20:46:01 +03:00
|
|
|
|
<Page Include="Controls\PropertyControl.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2017-01-07 21:44:11 +03:00
|
|
|
|
<Page Include="SamplePages\AdvancedCollectionView\AdvancedCollectionViewPage.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-10-24 23:40:26 +03:00
|
|
|
|
<Page Include="SamplePages\ConnectionHelper\ConnectionHelperPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2016-10-03 08:00:22 +03:00
|
|
|
|
<Page Include="SamplePages\BackgroundTaskHelper\BackgroundTaskHelperPage.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-11-03 12:15:06 +03:00
|
|
|
|
<Page Include="SamplePages\DispatcherHelper\DispatcherHelperPage.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-06-23 20:48:27 +03:00
|
|
|
|
<Page Include="SamplePages\Bing Service\BingPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2016-11-03 06:37:13 +03:00
|
|
|
|
<Page Include="SamplePages\BladeView\BladePage.xaml">
|
2016-08-18 10:04:53 +03:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-08-03 00:11:14 +03:00
|
|
|
|
<Page Include="SamplePages\Blur\BlurBehaviorPage.xaml">
|
2016-07-15 23:07:52 +03:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2017-01-18 02:35:25 +03:00
|
|
|
|
<Page Include="SamplePages\Frameworks and Toolkits\FrameworksAndToolkitsPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2017-01-05 22:36:47 +03:00
|
|
|
|
<Page Include="SamplePages\Microsoft Translator Service\MicrosoftTranslatorPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2016-12-09 01:49:58 +03:00
|
|
|
|
<Page Include="SamplePages\MosaicControl\MosaicControlPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2016-07-15 23:07:52 +03:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2016-11-07 18:29:11 +03:00
|
|
|
|
<Page Include="SamplePages\ScrollHeader\ScrollHeaderPage.xaml">
|
2016-08-23 18:32:45 +03:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2016-09-26 16:43:58 +03:00
|
|
|
|
<Page Include="SamplePages\DropShadowPanel\DropShadowPanelPage.xaml">
|
2016-09-19 02:39:38 +03:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-08-21 19:57:57 +03:00
|
|
|
|
<Page Include="SamplePages\GridSplitter\GridSplitterPage.xaml">
|
2016-08-20 21:33:18 +03:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2016-08-26 00:30:21 +03:00
|
|
|
|
</Page>
|
2016-08-23 23:01:58 +03:00
|
|
|
|
<Page Include="SamplePages\FadeHeader\FadeHeaderBehaviorPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2016-09-20 11:32:18 +03:00
|
|
|
|
<Page Include="SamplePages\Incremental Loading Collection\IncrementalLoadingCollectionPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2016-12-17 07:41:13 +03:00
|
|
|
|
<Page Include="SamplePages\Light\LightBehaviorPage.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-09-12 23:36:59 +03:00
|
|
|
|
<Page Include="SamplePages\LinkedIn Service\LinkedInPage.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-08-25 12:19:18 +03:00
|
|
|
|
<Page Include="SamplePages\Loading\LoadingPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2016-11-12 02:43:32 +03:00
|
|
|
|
<SubType>Designer</SubType>
|
2016-08-25 12:19:18 +03:00
|
|
|
|
</Page>
|
2016-10-17 07:38:38 +03:00
|
|
|
|
<Page Include="SamplePages\MasterDetailsView\MasterDetailsViewPage.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-09-28 21:00:28 +03:00
|
|
|
|
<Page Include="SamplePages\Microsoft Graph Service\MicrosoftGraphPage.xaml">
|
2016-08-31 16:18:44 +03:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2016-09-28 21:00:28 +03:00
|
|
|
|
<Page Include="SamplePages\Microsoft Graph Service\SendMessageContentDialog.xaml">
|
2016-08-31 16:18:44 +03:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2016-09-09 01:14:03 +03:00
|
|
|
|
<Page Include="SamplePages\ImageCache\ImageCachePage.xaml">
|
2016-08-31 16:18:44 +03:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2016-10-14 20:12:18 +03:00
|
|
|
|
<Page Include="SamplePages\PrintHelper\PrintHelperPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2016-12-17 07:41:13 +03:00
|
|
|
|
<Page Include="SamplePages\ReorderGridAnimation\ReorderGridPage.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-07-19 19:24:21 +03:00
|
|
|
|
<Page Include="SamplePages\RotatorTile\RotatorTilePage.xaml">
|
2016-07-15 23:04:03 +03:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2016-07-15 10:26:54 +03:00
|
|
|
|
<Page Include="SamplePages\LiveTile\LiveTilePage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2016-08-03 00:11:14 +03:00
|
|
|
|
<Page Include="SamplePages\Offset\OffsetBehaviorPage.xaml">
|
2016-06-30 03:27:43 +03:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-08-03 00:11:14 +03:00
|
|
|
|
<Page Include="SamplePages\Fade\FadeBehaviorPage.xaml">
|
2016-06-28 22:47:06 +03:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2016-09-26 22:03:00 +03:00
|
|
|
|
</Page>
|
2016-09-29 00:43:02 +03:00
|
|
|
|
<Page Include="SamplePages\Object Storage\ObjectStoragePage.xaml">
|
2016-09-26 22:03:00 +03:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2016-06-28 22:47:06 +03:00
|
|
|
|
</Page>
|
2016-12-17 07:41:13 +03:00
|
|
|
|
<Page Include="SamplePages\SurfaceDialTextboxHelper\SurfaceDialTextboxHelperPage.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-11-03 00:26:28 +03:00
|
|
|
|
<Page Include="SamplePages\SystemInformation\SystemInformationPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2016-12-17 07:41:13 +03:00
|
|
|
|
<Page Include="SamplePages\TextBoxMask\TextBoxMaskPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2017-01-22 03:42:40 +03:00
|
|
|
|
<Page Include="SamplePages\TextBoxRegex\TextBoxRegexPage.xaml">
|
2017-01-16 14:35:39 +03:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-07-15 10:26:54 +03:00
|
|
|
|
<Page Include="SamplePages\Toast\ToastPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2016-06-27 21:05:35 +03:00
|
|
|
|
<Page Include="SamplePages\Twitter Service\TwitterPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2016-06-23 22:16:46 +03:00
|
|
|
|
<Page Include="SamplePages\Facebook Service\FacebookPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2016-05-26 00:27:47 +03:00
|
|
|
|
<Page Include="SamplePages\HamburgerMenu\HamburgerMenuPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2016-06-18 02:02:48 +03:00
|
|
|
|
<Page Include="SamplePages\HeaderedTextBlock\HeaderedTextBlockPage.xaml">
|
2016-05-27 23:13:36 +03:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-06-02 02:45:18 +03:00
|
|
|
|
<Page Include="SamplePages\ImageEx\ImageExPage.xaml">
|
2016-05-26 12:45:02 +03:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2016-06-02 02:45:18 +03:00
|
|
|
|
<SubType>Designer</SubType>
|
2016-05-26 12:45:02 +03:00
|
|
|
|
</Page>
|
2017-01-18 02:35:25 +03:00
|
|
|
|
<Page Include="SamplePages\Useful links\UsefulLinksPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2016-07-02 01:45:08 +03:00
|
|
|
|
<Page Include="SamplePages\WeatherLiveTileAndToast\WeatherLiveTileAndToastPage.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-06-21 09:23:00 +03:00
|
|
|
|
<Page Include="SamplePages\PullToRefreshListView\PullToRefreshListViewPage.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-06-03 21:44:12 +03:00
|
|
|
|
<Page Include="SamplePages\RadialGauge\RadialGaugePage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2016-05-26 00:27:47 +03:00
|
|
|
|
<Page Include="SamplePages\RangeSelector\RangeSelectorPage.xaml">
|
2016-05-21 00:35:36 +03:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2016-08-03 00:11:14 +03:00
|
|
|
|
<Page Include="SamplePages\Rotate\RotateBehaviorPage.xaml">
|
2016-06-30 04:03:28 +03:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-08-03 00:11:14 +03:00
|
|
|
|
<Page Include="SamplePages\Scale\ScaleBehaviorPage.xaml">
|
2016-06-28 23:24:35 +03:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-06-15 09:38:07 +03:00
|
|
|
|
<Page Include="SamplePages\SlidableListItem\SlidableListItemPage.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-12-11 10:19:30 +03:00
|
|
|
|
<Page Include="SamplePages\WrapPanel\WrapPanelPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2016-12-17 07:41:13 +03:00
|
|
|
|
<SubType>Designer</SubType>
|
2016-12-11 10:19:30 +03:00
|
|
|
|
</Page>
|
2016-05-20 20:46:01 +03:00
|
|
|
|
<Page Include="Shell.xaml">
|
2016-05-03 19:15:13 +03:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2016-05-17 00:20:35 +03:00
|
|
|
|
<Page Include="Pages\About.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-08-08 19:19:02 +03:00
|
|
|
|
<Page Include="SamplePages\AdaptiveGridView\AdaptiveGridViewPage.xaml">
|
2016-05-20 20:46:01 +03:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="Pages\SamplePicker.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-05-03 19:15:13 +03:00
|
|
|
|
</ItemGroup>
|
2016-05-04 20:52:04 +03:00
|
|
|
|
<ItemGroup>
|
2016-10-18 02:20:09 +03:00
|
|
|
|
<ProjectReference Include="..\Notifications\Microsoft.Toolkit.Uwp.Notifications.UWP\Microsoft.Toolkit.Uwp.Notifications.UWP.csproj">
|
2016-07-02 01:45:08 +03:00
|
|
|
|
<Project>{fb381278-f4ad-4703-a12a-c43ee0b231bd}</Project>
|
2016-07-28 23:46:48 +03:00
|
|
|
|
<Name>Microsoft.Toolkit.Uwp.Notifications.UWP</Name>
|
2016-07-02 01:45:08 +03:00
|
|
|
|
</ProjectReference>
|
2016-07-28 23:46:48 +03:00
|
|
|
|
<ProjectReference Include="..\Microsoft.Toolkit.Uwp.Services\Microsoft.Toolkit.Uwp.Services.csproj">
|
2016-06-28 00:42:37 +03:00
|
|
|
|
<Project>{7189a42d-6f1a-4fa3-8e00-e2c14fdf167a}</Project>
|
2016-07-28 23:46:48 +03:00
|
|
|
|
<Name>Microsoft.Toolkit.Uwp.Services</Name>
|
2016-06-23 20:48:27 +03:00
|
|
|
|
</ProjectReference>
|
2016-07-28 23:46:48 +03:00
|
|
|
|
<ProjectReference Include="..\Microsoft.Toolkit.Uwp.UI.Animations\Microsoft.Toolkit.Uwp.UI.Animations.csproj">
|
2016-06-28 22:47:06 +03:00
|
|
|
|
<Project>{b24a296c-b3eb-4e06-a64e-74ac2d1acc91}</Project>
|
2016-07-28 23:46:48 +03:00
|
|
|
|
<Name>Microsoft.Toolkit.Uwp.UI.Animations</Name>
|
2016-06-28 22:47:06 +03:00
|
|
|
|
</ProjectReference>
|
2016-07-28 23:46:48 +03:00
|
|
|
|
<ProjectReference Include="..\Microsoft.Toolkit.Uwp.UI.Controls\Microsoft.Toolkit.Uwp.UI.Controls.csproj">
|
2016-05-05 01:02:18 +03:00
|
|
|
|
<Project>{e9faabfb-d726-42c1-83c1-cb46a29fea81}</Project>
|
2016-07-28 23:46:48 +03:00
|
|
|
|
<Name>Microsoft.Toolkit.Uwp.UI.Controls</Name>
|
2016-05-05 01:02:18 +03:00
|
|
|
|
</ProjectReference>
|
2016-07-28 23:46:48 +03:00
|
|
|
|
<ProjectReference Include="..\Microsoft.Toolkit.Uwp.UI\Microsoft.Toolkit.Uwp.UI.csproj">
|
2016-05-21 00:35:36 +03:00
|
|
|
|
<Project>{3dd8aa7c-3569-4e51-992f-0c2257e8878e}</Project>
|
2016-07-28 23:46:48 +03:00
|
|
|
|
<Name>Microsoft.Toolkit.Uwp.UI</Name>
|
2016-05-21 00:35:36 +03:00
|
|
|
|
</ProjectReference>
|
2016-07-28 21:51:37 +03:00
|
|
|
|
<ProjectReference Include="..\Microsoft.Toolkit.Uwp\Microsoft.Toolkit.Uwp.csproj">
|
2016-05-04 20:52:04 +03:00
|
|
|
|
<Project>{805F80DF-75C6-4C2F-8FD9-B47F6D0DF5A3}</Project>
|
2016-07-28 21:51:37 +03:00
|
|
|
|
<Name>Microsoft.Toolkit.Uwp</Name>
|
2016-05-04 20:52:04 +03:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2016-08-04 18:22:42 +03:00
|
|
|
|
<ItemGroup>
|
2016-09-07 23:18:47 +03:00
|
|
|
|
<SDKReference Include="WindowsDesktop, Version=10.0.14393.0">
|
2016-08-04 18:22:42 +03:00
|
|
|
|
<Name>Windows Desktop Extensions for the UWP</Name>
|
|
|
|
|
</SDKReference>
|
2016-09-07 23:18:47 +03:00
|
|
|
|
<SDKReference Include="WindowsMobile, Version=10.0.14393.0">
|
2016-08-04 18:22:42 +03:00
|
|
|
|
<Name>Windows Mobile Extensions for the UWP</Name>
|
|
|
|
|
</SDKReference>
|
|
|
|
|
</ItemGroup>
|
2016-08-18 10:04:53 +03:00
|
|
|
|
<ItemGroup />
|
2016-05-03 19:15:13 +03:00
|
|
|
|
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' ">
|
|
|
|
|
<VisualStudioVersion>14.0</VisualStudioVersion>
|
|
|
|
|
</PropertyGroup>
|
2016-10-04 02:34:28 +03:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Publish|x86'">
|
|
|
|
|
<OutputPath>bin\x86\Publish\</OutputPath>
|
|
|
|
|
<DefineConstants>CODE_ANALYSIS;TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
|
|
<NoWarn>;2008</NoWarn>
|
|
|
|
|
<NoStdLib>true</NoStdLib>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<RunCodeAnalysis>true</RunCodeAnalysis>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>microsoft.toolkit.uwp.sampleapp.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Publish|ARM'">
|
|
|
|
|
<OutputPath>bin\ARM\Publish\</OutputPath>
|
|
|
|
|
<DefineConstants>CODE_ANALYSIS;TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
|
|
<NoWarn>;2008</NoWarn>
|
|
|
|
|
<NoStdLib>true</NoStdLib>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>ARM</PlatformTarget>
|
|
|
|
|
<RunCodeAnalysis>true</RunCodeAnalysis>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>microsoft.toolkit.uwp.sampleapp.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Publish|x64'">
|
|
|
|
|
<OutputPath>bin\x64\Publish\</OutputPath>
|
|
|
|
|
<DefineConstants>CODE_ANALYSIS;TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
|
|
<NoWarn>;2008</NoWarn>
|
|
|
|
|
<NoStdLib>true</NoStdLib>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<RunCodeAnalysis>true</RunCodeAnalysis>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>microsoft.toolkit.uwp.sampleapp.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
2016-05-03 19:15:13 +03:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
|
2016-07-07 01:29:46 +03:00
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
2016-05-03 19:15:13 +03:00
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
2016-11-07 18:29:11 +03:00
|
|
|
|
</Project>
|