@@ -1,44 +1,50 @@
<?xml version =" 1.0" encoding =" utf-8" ?>
-<Project ToolsVersion =" 12 .0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
+<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)' == '' " >AnyCPU </Platform >
- <ProjectGuid >{98E12F24-F5CF-4103-8E32-ABA43004CB90 }</ProjectGuid >
+ <Platform Condition =" '$(Platform)' == '' " >x86 </Platform >
+ <ProjectGuid >{2255ED21-1E37-48D6-88BB-B72A49AE28E8 }</ProjectGuid >
<OutputType >AppContainerExe</OutputType >
<AppDesignerFolder >Properties</AppDesignerFolder >
<RootNamespace >TodoListClient</RootNamespace >
<AssemblyName >TodoListClient</AssemblyName >
<DefaultLanguage >en-US</DefaultLanguage >
- <TargetPlatformVersion >8.1</TargetPlatformVersion >
- <MinimumVisualStudioVersion >12</MinimumVisualStudioVersion >
+ <TargetPlatformIdentifier >UAP</TargetPlatformIdentifier >
+ <TargetPlatformVersion >10.0.10586.0</TargetPlatformVersion >
+ <TargetPlatformMinVersion >10.0.10240.0</TargetPlatformMinVersion >
+ <MinimumVisualStudioVersion >14</MinimumVisualStudioVersion >
<FileAlignment >512</FileAlignment >
- <ProjectTypeGuids >{BC8A1FFA-BEE3-4634-8014-F334798102B3 };{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
+ <ProjectTypeGuids >{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A };{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
<PackageCertificateKeyFile >TodoListClient_TemporaryKey.pfx</PackageCertificateKeyFile >
</PropertyGroup >
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
- <PlatformTarget >AnyCPU</PlatformTarget >
+ <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 >
- <Optimize >false</Optimize >
- <OutputPath >bin\Debug\</OutputPath >
- <DefineConstants >DEBUG;TRACE;NETFX_CORE</DefineConstants >
+ <PlatformTarget >x86</PlatformTarget >
+ <UseVSHostingProcess >false</UseVSHostingProcess >
<ErrorReport >prompt</ErrorReport >
- <WarningLevel >4</ WarningLevel >
+ <Prefer32Bit >true</ Prefer32Bit >
</PropertyGroup >
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
- <PlatformTarget >AnyCPU</ PlatformTarget >
- <DebugType >pdbonly</ DebugType >
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
+ <OutputPath >bin\x86\Release\</ OutputPath >
+ <DefineConstants >TRACE;NETFX_CORE;WINDOWS_UWP</ DefineConstants >
<Optimize >true</Optimize >
- <OutputPath >bin\Release\</OutputPath >
- <DefineConstants >TRACE;NETFX_CORE</DefineConstants >
+ <NoWarn >;2008</NoWarn >
+ <DebugType >pdbonly</DebugType >
+ <PlatformTarget >x86</PlatformTarget >
+ <UseVSHostingProcess >false</UseVSHostingProcess >
<ErrorReport >prompt</ErrorReport >
- <WarningLevel >4</WarningLevel >
+ <Prefer32Bit >true</Prefer32Bit >
+ <UseDotNetNativeToolchain >true</UseDotNetNativeToolchain >
</PropertyGroup >
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|ARM'" >
<DebugSymbols >true</DebugSymbols >
<OutputPath >bin\ARM\Debug\</OutputPath >
- <DefineConstants >DEBUG;TRACE;NETFX_CORE</DefineConstants >
+ <DefineConstants >DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP </DefineConstants >
<NoWarn >;2008</NoWarn >
<DebugType >full</DebugType >
<PlatformTarget >ARM</PlatformTarget >
@@ -48,19 +54,20 @@
</PropertyGroup >
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|ARM'" >
<OutputPath >bin\ARM\Release\</OutputPath >
- <DefineConstants >TRACE;NETFX_CORE</DefineConstants >
+ <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 >
</PropertyGroup >
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
<DebugSymbols >true</DebugSymbols >
<OutputPath >bin\x64\Debug\</OutputPath >
- <DefineConstants >DEBUG;TRACE;NETFX_CORE</DefineConstants >
+ <DefineConstants >DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP </DefineConstants >
<NoWarn >;2008</NoWarn >
<DebugType >full</DebugType >
<PlatformTarget >x64</PlatformTarget >
@@ -70,38 +77,21 @@
</PropertyGroup >
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
<OutputPath >bin\x64\Release\</OutputPath >
- <DefineConstants >TRACE;NETFX_CORE</DefineConstants >
+ <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 >
- </PropertyGroup >
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86'" >
- <DebugSymbols >true</DebugSymbols >
- <OutputPath >bin\x86\Debug\</OutputPath >
- <DefineConstants >DEBUG;TRACE;NETFX_CORE</DefineConstants >
- <NoWarn >;2008</NoWarn >
- <DebugType >full</DebugType >
- <PlatformTarget >x86</PlatformTarget >
- <UseVSHostingProcess >false</UseVSHostingProcess >
- <ErrorReport >prompt</ErrorReport >
- <Prefer32Bit >true</Prefer32Bit >
- </PropertyGroup >
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86'" >
- <OutputPath >bin\x86\Release\</OutputPath >
- <DefineConstants >TRACE;NETFX_CORE</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 >
</PropertyGroup >
<ItemGroup >
+ <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
+ <None Include =" project.json" />
+ </ItemGroup >
+ <ItemGroup >
<Compile Include =" App.xaml.cs" >
<DependentUpon >App.xaml</DependentUpon >
</Compile >
@@ -114,14 +104,17 @@
<AppxManifest Include =" Package.appxmanifest" >
<SubType >Designer</SubType >
</AppxManifest >
- <None Include =" packages.config" />
<None Include =" TodoListClient_TemporaryKey.pfx" />
</ItemGroup >
<ItemGroup >
- <Content Include =" Assets\Logo.scale-100.png" />
- <Content Include =" Assets\SmallLogo.scale-100.png" />
- <Content Include =" Assets\SplashScreen.scale-100.png" />
- <Content Include =" Assets\StoreLogo.scale-100.png" />
+ <Content Include =" Properties\Default.rd.xml" />
+ <Content Include =" Assets\LockScreenLogo.scale-200.png" />
+ <Content Include =" Assets\SplashScreen.scale-200.png" />
+ <Content Include =" Assets\Square150x150Logo.scale-200.png" />
+ <Content Include =" Assets\Square44x44Logo.scale-200.png" />
+ <Content Include =" Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
+ <Content Include =" Assets\StoreLogo.png" />
+ <Content Include =" Assets\Wide310x150Logo.scale-200.png" />
</ItemGroup >
<ItemGroup >
<ApplicationDefinition Include =" App.xaml" >
@@ -133,18 +126,8 @@
<SubType >Designer</SubType >
</Page >
</ItemGroup >
- <ItemGroup >
- <Reference Include =" Microsoft.IdentityModel.Clients.ActiveDirectory, Version=3.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
- <SpecificVersion >False</SpecificVersion >
- <HintPath >..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.3.9.302261508-alpha\lib\netcore45\Microsoft.IdentityModel.Clients.ActiveDirectory.dll</HintPath >
- </Reference >
- <Reference Include =" Microsoft.IdentityModel.Clients.ActiveDirectory.Platform, Version=3.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
- <SpecificVersion >False</SpecificVersion >
- <HintPath >..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.3.9.302261508-alpha\lib\netcore45\Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll</HintPath >
- </Reference >
- </ItemGroup >
- <PropertyGroup Condition =" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '12.0' " >
- <VisualStudioVersion >12.0</VisualStudioVersion >
+ <PropertyGroup Condition =" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' " >
+ <VisualStudioVersion >14.0</VisualStudioVersion >
</PropertyGroup >
<Import Project =" $(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.