|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <PropertyGroup Label="Globals"> |
| 4 | + <ProjectGuid>{$guid1$}</ProjectGuid> |
| 5 | + <RootNamespace>$safeprojectname$</RootNamespace> |
| 6 | + <DefaultLanguage>$currentuiculturename$</DefaultLanguage> |
| 7 | + <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion> |
| 8 | + <AppContainerApplication>true</AppContainerApplication> |
| 9 | + <ApplicationType>Windows Store</ApplicationType> |
| 10 | + <WindowsTargetPlatformVersion>$targetplatformversion$</WindowsTargetPlatformVersion> |
| 11 | + <WindowsTargetPlatformMinVersion>$targetplatformminversion$</WindowsTargetPlatformMinVersion> |
| 12 | + <ApplicationTypeRevision>10.0</ApplicationTypeRevision> |
| 13 | + <AppxPackage>true</AppxPackage> |
| 14 | + <AppxPackageSigningEnabled>true</AppxPackageSigningEnabled> |
| 15 | + <ContainsStartupTask>true</ContainsStartupTask> |
| 16 | + <EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile> |
| 17 | + </PropertyGroup> |
| 18 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 19 | + <ItemGroup Label="ProjectConfigurations"> |
| 20 | + <ProjectConfiguration Include="Debug|ARM"> |
| 21 | + <Configuration>Debug</Configuration> |
| 22 | + <Platform>ARM</Platform> |
| 23 | + </ProjectConfiguration> |
| 24 | + <ProjectConfiguration Include="Debug|Win32"> |
| 25 | + <Configuration>Debug</Configuration> |
| 26 | + <Platform>Win32</Platform> |
| 27 | + </ProjectConfiguration> |
| 28 | + <ProjectConfiguration Include="Debug|x64"> |
| 29 | + <Configuration>Debug</Configuration> |
| 30 | + <Platform>x64</Platform> |
| 31 | + </ProjectConfiguration> |
| 32 | + <ProjectConfiguration Include="Release|ARM"> |
| 33 | + <Configuration>Release</Configuration> |
| 34 | + <Platform>ARM</Platform> |
| 35 | + </ProjectConfiguration> |
| 36 | + <ProjectConfiguration Include="Release|Win32"> |
| 37 | + <Configuration>Release</Configuration> |
| 38 | + <Platform>Win32</Platform> |
| 39 | + </ProjectConfiguration> |
| 40 | + <ProjectConfiguration Include="Release|x64"> |
| 41 | + <Configuration>Release</Configuration> |
| 42 | + <Platform>x64</Platform> |
| 43 | + </ProjectConfiguration> |
| 44 | + </ItemGroup> |
| 45 | + |
| 46 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 47 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 48 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 49 | + <PlatformToolset>v140</PlatformToolset> |
| 50 | + </PropertyGroup> |
| 51 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> |
| 52 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 53 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 54 | + <PlatformToolset>v140</PlatformToolset> |
| 55 | + </PropertyGroup> |
| 56 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 57 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 58 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 59 | + <PlatformToolset>v140</PlatformToolset> |
| 60 | + </PropertyGroup> |
| 61 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 62 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 63 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 64 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 65 | + <PlatformToolset>v140</PlatformToolset> |
| 66 | + <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain> |
| 67 | + </PropertyGroup> |
| 68 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> |
| 69 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 70 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 71 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 72 | + <PlatformToolset>v140</PlatformToolset> |
| 73 | + <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain> |
| 74 | + </PropertyGroup> |
| 75 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 76 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 77 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 78 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 79 | + <PlatformToolset>v140</PlatformToolset> |
| 80 | + <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain> |
| 81 | + </PropertyGroup> |
| 82 | + |
| 83 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 84 | + |
| 85 | + <ImportGroup Label="ExtensionSettings"> |
| 86 | + </ImportGroup> |
| 87 | + |
| 88 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 89 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 90 | + </ImportGroup> |
| 91 | + |
| 92 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 93 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 94 | + </ImportGroup> |
| 95 | + |
| 96 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
| 97 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 98 | + </ImportGroup> |
| 99 | + |
| 100 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
| 101 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 102 | + </ImportGroup> |
| 103 | + |
| 104 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 105 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 106 | + </ImportGroup> |
| 107 | + |
| 108 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 109 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 110 | + </ImportGroup> |
| 111 | + |
| 112 | + <PropertyGroup Label="UserMacros" /> |
| 113 | + |
| 114 | + <PropertyGroup> |
| 115 | + $if$($includeKeyFile$==true) |
| 116 | + <PackageCertificateKeyFile>$projectname$_TemporaryKey.pfx</PackageCertificateKeyFile> |
| 117 | + $endif$ |
| 118 | + </PropertyGroup> |
| 119 | + |
| 120 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 121 | + <ClCompile> |
| 122 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 123 | + <PreprocessorDefinitions>_WINRT_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 124 | + <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
| 125 | + <PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile> |
| 126 | + <AdditionalUsingDirectories>$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories> |
| 127 | + <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions> |
| 128 | + <DisableSpecificWarnings>28204</DisableSpecificWarnings> |
| 129 | + </ClCompile> |
| 130 | + <Link> |
| 131 | + <SubSystem>Console</SubSystem> |
| 132 | + <AdditionalDependencies>runtimeobject.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 133 | + </Link> |
| 134 | + </ItemDefinitionGroup> |
| 135 | + |
| 136 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 137 | + <ClCompile> |
| 138 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 139 | + <PreprocessorDefinitions>_WINRT_DLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 140 | + <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
| 141 | + <PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile> |
| 142 | + <AdditionalUsingDirectories>$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories> |
| 143 | + <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions> |
| 144 | + <DisableSpecificWarnings>28204</DisableSpecificWarnings> |
| 145 | + </ClCompile> |
| 146 | + <Link> |
| 147 | + <SubSystem>Console</SubSystem> |
| 148 | + <AdditionalDependencies>runtimeobject.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 149 | + <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> |
| 150 | + <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> |
| 151 | + </Link> |
| 152 | + </ItemDefinitionGroup> |
| 153 | + |
| 154 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
| 155 | + <ClCompile> |
| 156 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 157 | + <PreprocessorDefinitions>_WINRT_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 158 | + <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
| 159 | + <PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile> |
| 160 | + <AdditionalUsingDirectories>$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories> |
| 161 | + <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions> |
| 162 | + <DisableSpecificWarnings>28204</DisableSpecificWarnings> |
| 163 | + </ClCompile> |
| 164 | + <Link> |
| 165 | + <SubSystem>Console</SubSystem> |
| 166 | + <AdditionalDependencies>runtimeobject.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 167 | + <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> |
| 168 | + </Link> |
| 169 | + </ItemDefinitionGroup> |
| 170 | + |
| 171 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
| 172 | + <ClCompile> |
| 173 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 174 | + <PreprocessorDefinitions>_WINRT_DLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 175 | + <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
| 176 | + <PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile> |
| 177 | + <AdditionalUsingDirectories>$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories> |
| 178 | + <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions> |
| 179 | + <DisableSpecificWarnings>28204</DisableSpecificWarnings> |
| 180 | + </ClCompile> |
| 181 | + <Link> |
| 182 | + <SubSystem>Console</SubSystem> |
| 183 | + <AdditionalDependencies>runtimeobject.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 184 | + <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> |
| 185 | + </Link> |
| 186 | + </ItemDefinitionGroup> |
| 187 | + |
| 188 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 189 | + <ClCompile> |
| 190 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 191 | + <PreprocessorDefinitions>_WINRT_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 192 | + <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
| 193 | + <PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile> |
| 194 | + <AdditionalUsingDirectories>$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories> |
| 195 | + <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions> |
| 196 | + <DisableSpecificWarnings>28204</DisableSpecificWarnings> |
| 197 | + </ClCompile> |
| 198 | + <Link> |
| 199 | + <SubSystem>Console</SubSystem> |
| 200 | + <AdditionalDependencies>runtimeobject.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 201 | + <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> |
| 202 | + </Link> |
| 203 | + </ItemDefinitionGroup> |
| 204 | + |
| 205 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 206 | + <ClCompile> |
| 207 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 208 | + <PreprocessorDefinitions>_WINRT_DLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 209 | + <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
| 210 | + <PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile> |
| 211 | + <AdditionalUsingDirectories>$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories> |
| 212 | + <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions> |
| 213 | + <DisableSpecificWarnings>28204</DisableSpecificWarnings> |
| 214 | + </ClCompile> |
| 215 | + <Link> |
| 216 | + <SubSystem>Console</SubSystem> |
| 217 | + <AdditionalDependencies>runtimeobject.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 218 | + <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> |
| 219 | + </Link> |
| 220 | + </ItemDefinitionGroup> |
| 221 | + |
| 222 | + <ItemGroup> |
| 223 | + <AppxManifest Include="Package.appxmanifest"> |
| 224 | + <SubType>Designer</SubType> |
| 225 | + </AppxManifest> |
| 226 | + $if$($includeKeyFile$==true) |
| 227 | + <None Include="$projectname$_TemporaryKey.pfx" /> |
| 228 | + $endif$ |
| 229 | + </ItemGroup> |
| 230 | + |
| 231 | + <ItemGroup> |
| 232 | + <Image Include="Assets\LockScreenLogo.scale-200.png" /> |
| 233 | + <Image Include="Assets\SplashScreen.scale-200.png" /> |
| 234 | + <Image Include="Assets\Square150x150Logo.scale-200.png" /> |
| 235 | + <Image Include="Assets\Square44x44Logo.scale-200.png" /> |
| 236 | + <Image Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" /> |
| 237 | + <Image Include="Assets\StoreLogo.png" /> |
| 238 | + <Image Include="Assets\Wide310x150Logo.scale-200.png" /> |
| 239 | + </ItemGroup> |
| 240 | + |
| 241 | + <ItemGroup> |
| 242 | + <ClInclude Include="pch.h" /> |
| 243 | + <ClInclude Include="StartupTask.h" /> |
| 244 | + |
| 245 | + <ClCompile Include="pch.cpp"> |
| 246 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
| 247 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> |
| 248 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">Create</PrecompiledHeader> |
| 249 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">Create</PrecompiledHeader> |
| 250 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> |
| 251 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> |
| 252 | + </ClCompile> |
| 253 | + <ClCompile Include="StartupTask.cpp" /> |
| 254 | + </ItemGroup> |
| 255 | + |
| 256 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 257 | + |
| 258 | + <ImportGroup Label="ExtensionTargets"> |
| 259 | + </ImportGroup> |
| 260 | + |
| 261 | +</Project> |
0 commit comments