|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | 4 | <PropertyGroup> |
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
7 | | - <ProductVersion>8.0.30703</ProductVersion> |
8 | | - <SchemaVersion>2.0</SchemaVersion> |
9 | | - <ProjectGuid>{139193F3-9FEF-4C44-9655-213648597A09}</ProjectGuid> |
| 7 | + <ProjectGuid>{086C4C13-0C8E-4275-A196-42CD28A4E523}</ProjectGuid> |
10 | 8 | <OutputType>winmdobj</OutputType> |
11 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
12 | 10 | <RootNamespace>BackgroundTasks</RootNamespace> |
13 | 11 | <AssemblyName>BackgroundTasks</AssemblyName> |
14 | 12 | <DefaultLanguage>en-US</DefaultLanguage> |
15 | | - <TargetPlatformVersion>8.1</TargetPlatformVersion> |
16 | | - <MinimumVisualStudioVersion>12</MinimumVisualStudioVersion> |
| 13 | + <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier> |
| 14 | + <TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion> |
| 15 | + <TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion> |
| 16 | + <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion> |
17 | 17 | <FileAlignment>512</FileAlignment> |
18 | | - <ProjectTypeGuids>{76F1466A-8B6D-4E39-A767-685A06062A39};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
19 | | - <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
20 | | - <NuGetPackageImportStamp>3ddbf11a</NuGetPackageImportStamp> |
21 | | - <RestorePackages>true</RestorePackages> |
| 18 | + <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
| 19 | + <AllowCrossPlatformRetargeting>false</AllowCrossPlatformRetargeting> |
| 20 | + </PropertyGroup> |
| 21 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 22 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 23 | + <DebugSymbols>true</DebugSymbols> |
| 24 | + <DebugType>full</DebugType> |
| 25 | + <Optimize>false</Optimize> |
| 26 | + <OutputPath>bin\Debug\</OutputPath> |
| 27 | + <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 28 | + <ErrorReport>prompt</ErrorReport> |
| 29 | + <WarningLevel>4</WarningLevel> |
| 30 | + </PropertyGroup> |
| 31 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 32 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 33 | + <DebugType>pdbonly</DebugType> |
| 34 | + <Optimize>true</Optimize> |
| 35 | + <OutputPath>bin\Release\</OutputPath> |
| 36 | + <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 37 | + <ErrorReport>prompt</ErrorReport> |
| 38 | + <WarningLevel>4</WarningLevel> |
22 | 39 | </PropertyGroup> |
23 | 40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'"> |
| 41 | + <PlatformTarget>ARM</PlatformTarget> |
24 | 42 | <DebugSymbols>true</DebugSymbols> |
25 | 43 | <OutputPath>bin\ARM\Debug\</OutputPath> |
26 | | - <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants> |
| 44 | + <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
27 | 45 | <NoWarn>;2008</NoWarn> |
28 | 46 | <DebugType>full</DebugType> |
29 | 47 | <PlatformTarget>ARM</PlatformTarget> |
30 | 48 | <UseVSHostingProcess>false</UseVSHostingProcess> |
31 | 49 | <ErrorReport>prompt</ErrorReport> |
32 | | - <Prefer32Bit>true</Prefer32Bit> |
33 | 50 | </PropertyGroup> |
34 | 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'"> |
| 52 | + <PlatformTarget>ARM</PlatformTarget> |
35 | 53 | <OutputPath>bin\ARM\Release\</OutputPath> |
36 | | - <DefineConstants>TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants> |
| 54 | + <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
37 | 55 | <Optimize>true</Optimize> |
38 | 56 | <NoWarn>;2008</NoWarn> |
39 | 57 | <DebugType>pdbonly</DebugType> |
40 | 58 | <PlatformTarget>ARM</PlatformTarget> |
41 | 59 | <UseVSHostingProcess>false</UseVSHostingProcess> |
42 | 60 | <ErrorReport>prompt</ErrorReport> |
43 | | - <Prefer32Bit>true</Prefer32Bit> |
| 61 | + </PropertyGroup> |
| 62 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
| 63 | + <PlatformTarget>x64</PlatformTarget> |
| 64 | + <DebugSymbols>true</DebugSymbols> |
| 65 | + <OutputPath>bin\x64\Debug\</OutputPath> |
| 66 | + <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 67 | + <NoWarn>;2008</NoWarn> |
| 68 | + <DebugType>full</DebugType> |
| 69 | + <PlatformTarget>x64</PlatformTarget> |
| 70 | + <UseVSHostingProcess>false</UseVSHostingProcess> |
| 71 | + <ErrorReport>prompt</ErrorReport> |
| 72 | + </PropertyGroup> |
| 73 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
| 74 | + <PlatformTarget>x64</PlatformTarget> |
| 75 | + <OutputPath>bin\x64\Release\</OutputPath> |
| 76 | + <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 77 | + <Optimize>true</Optimize> |
| 78 | + <NoWarn>;2008</NoWarn> |
| 79 | + <DebugType>pdbonly</DebugType> |
| 80 | + <PlatformTarget>x64</PlatformTarget> |
| 81 | + <UseVSHostingProcess>false</UseVSHostingProcess> |
| 82 | + <ErrorReport>prompt</ErrorReport> |
| 83 | + </PropertyGroup> |
| 84 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
| 85 | + <PlatformTarget>x86</PlatformTarget> |
| 86 | + <DebugSymbols>true</DebugSymbols> |
| 87 | + <OutputPath>bin\x86\Debug\</OutputPath> |
| 88 | + <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 89 | + <NoWarn>;2008</NoWarn> |
| 90 | + <DebugType>full</DebugType> |
| 91 | + <PlatformTarget>x86</PlatformTarget> |
| 92 | + <UseVSHostingProcess>false</UseVSHostingProcess> |
| 93 | + <ErrorReport>prompt</ErrorReport> |
| 94 | + </PropertyGroup> |
| 95 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
| 96 | + <PlatformTarget>x86</PlatformTarget> |
| 97 | + <OutputPath>bin\x86\Release\</OutputPath> |
| 98 | + <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 99 | + <Optimize>true</Optimize> |
| 100 | + <NoWarn>;2008</NoWarn> |
| 101 | + <DebugType>pdbonly</DebugType> |
| 102 | + <PlatformTarget>x86</PlatformTarget> |
| 103 | + <UseVSHostingProcess>false</UseVSHostingProcess> |
| 104 | + <ErrorReport>prompt</ErrorReport> |
44 | 105 | </PropertyGroup> |
45 | 106 | <ItemGroup> |
46 | | - <Compile Include="OEMTask.cs" /> |
47 | | - <Compile Include="Properties\AssemblyInfo.cs" /> |
| 107 | + <!-- A reference to the entire .Net Framework and Windows SDK are automatically included --> |
| 108 | + <None Include="project.json" /> |
48 | 109 | </ItemGroup> |
49 | 110 | <ItemGroup> |
50 | | - <None Include="packages.config" /> |
| 111 | + <Compile Include="Converters.cs" /> |
| 112 | + <Compile Include="OEMTask.cs" /> |
| 113 | + <Compile Include="Properties\AssemblyInfo.cs" /> |
51 | 114 | </ItemGroup> |
52 | | - <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '12.0' "> |
53 | | - <VisualStudioVersion>12.0</VisualStudioVersion> |
54 | | - </PropertyGroup> |
55 | | - <PropertyGroup Condition=" '$(TargetPlatformIdentifier)' == '' "> |
56 | | - <TargetPlatformIdentifier>WindowsPhoneApp</TargetPlatformIdentifier> |
| 115 | + <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' "> |
| 116 | + <VisualStudioVersion>14.0</VisualStudioVersion> |
57 | 117 | </PropertyGroup> |
58 | | - <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\$(TargetPlatformVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" /> |
| 118 | + <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" /> |
59 | 119 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
60 | 120 | Other similar extension points exist, see Microsoft.Common.targets. |
61 | 121 | <Target Name="BeforeBuild"> |
|
0 commit comments