|
2 | 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 | 3 | <Import Project="..\packages\Microsoft.Windows.WinMD.1.0.191006.1\build\native\Microsoft.Windows.WinMD.props" Condition="Exists('..\packages\Microsoft.Windows.WinMD.1.0.191006.1\build\native\Microsoft.Windows.WinMD.props')" />
|
4 | 4 | <ItemGroup Label="ProjectConfigurations">
|
| 5 | + <ProjectConfiguration Include="Debug|ARM"> |
| 6 | + <Configuration>Debug</Configuration> |
| 7 | + <Platform>ARM</Platform> |
| 8 | + </ProjectConfiguration> |
| 9 | + <ProjectConfiguration Include="Debug|ARM64"> |
| 10 | + <Configuration>Debug</Configuration> |
| 11 | + <Platform>ARM64</Platform> |
| 12 | + </ProjectConfiguration> |
5 | 13 | <ProjectConfiguration Include="Debug|Win32">
|
6 | 14 | <Configuration>Debug</Configuration>
|
7 | 15 | <Platform>Win32</Platform>
|
8 | 16 | </ProjectConfiguration>
|
| 17 | + <ProjectConfiguration Include="Release|ARM"> |
| 18 | + <Configuration>Release</Configuration> |
| 19 | + <Platform>ARM</Platform> |
| 20 | + </ProjectConfiguration> |
| 21 | + <ProjectConfiguration Include="Release|ARM64"> |
| 22 | + <Configuration>Release</Configuration> |
| 23 | + <Platform>ARM64</Platform> |
| 24 | + </ProjectConfiguration> |
9 | 25 | <ProjectConfiguration Include="Release|Win32">
|
10 | 26 | <Configuration>Release</Configuration>
|
11 | 27 | <Platform>Win32</Platform>
|
|
105 | 121 | <ConfigurationType>Application</ConfigurationType>
|
106 | 122 | <UseDebugLibraries>true</UseDebugLibraries>
|
107 | 123 | </PropertyGroup>
|
| 124 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> |
| 125 | + <ConfigurationType>Application</ConfigurationType> |
| 126 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 127 | + </PropertyGroup> |
| 128 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> |
| 129 | + <ConfigurationType>Application</ConfigurationType> |
| 130 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 131 | + </PropertyGroup> |
108 | 132 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
109 | 133 | <ConfigurationType>Application</ConfigurationType>
|
110 | 134 | <UseDebugLibraries>false</UseDebugLibraries>
|
111 | 135 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
112 | 136 | </PropertyGroup>
|
| 137 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> |
| 138 | + <ConfigurationType>Application</ConfigurationType> |
| 139 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 140 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 141 | + </PropertyGroup> |
| 142 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> |
| 143 | + <ConfigurationType>Application</ConfigurationType> |
| 144 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 145 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 146 | + </PropertyGroup> |
113 | 147 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
114 | 148 | <ConfigurationType>Application</ConfigurationType>
|
115 | 149 | <UseDebugLibraries>true</UseDebugLibraries>
|
|
127 | 161 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
128 | 162 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
129 | 163 | </ImportGroup>
|
| 164 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets"> |
| 165 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 166 | + </ImportGroup> |
| 167 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets"> |
| 168 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 169 | + </ImportGroup> |
130 | 170 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
131 | 171 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
132 | 172 | </ImportGroup>
|
| 173 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets"> |
| 174 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 175 | + </ImportGroup> |
| 176 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets"> |
| 177 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 178 | + </ImportGroup> |
133 | 179 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
134 | 180 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
135 | 181 | </ImportGroup>
|
|
140 | 186 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
141 | 187 | <IntDir>$(OutDir)temp\$(ProjectName)\</IntDir>
|
142 | 188 | </PropertyGroup>
|
| 189 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" /> |
| 190 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" /> |
143 | 191 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
144 | 192 | <IntDir>$(OutDir)temp\$(ProjectName)\</IntDir>
|
145 | 193 | </PropertyGroup>
|
|
165 | 213 | </Command>
|
166 | 214 | </PostBuildEvent>
|
167 | 215 | </ItemDefinitionGroup>
|
| 216 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
| 217 | + <ClCompile> |
| 218 | + <Optimization>Disabled</Optimization> |
| 219 | + <AdditionalIncludeDirectories>..\inc;$(OutputPath);$(WinMDPackageDir);</AdditionalIncludeDirectories> |
| 220 | + </ClCompile> |
| 221 | + <Link> |
| 222 | + <SubSystem>Console</SubSystem> |
| 223 | + </Link> |
| 224 | + <PreBuildEvent> |
| 225 | + <Command>$(OutputPath)prebuild.exe ..\strings $(OutputPath)</Command> |
| 226 | + </PreBuildEvent> |
| 227 | + <PostBuildEvent> |
| 228 | + <Command> |
| 229 | + </Command> |
| 230 | + </PostBuildEvent> |
| 231 | + </ItemDefinitionGroup> |
| 232 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
| 233 | + <ClCompile> |
| 234 | + <Optimization>Disabled</Optimization> |
| 235 | + <AdditionalIncludeDirectories>..\inc;$(OutputPath);$(WinMDPackageDir);</AdditionalIncludeDirectories> |
| 236 | + </ClCompile> |
| 237 | + <Link> |
| 238 | + <SubSystem>Console</SubSystem> |
| 239 | + </Link> |
| 240 | + <PreBuildEvent> |
| 241 | + <Command>$(OutputPath)prebuild.exe ..\strings $(OutputPath)</Command> |
| 242 | + </PreBuildEvent> |
| 243 | + <PostBuildEvent> |
| 244 | + <Command> |
| 245 | + </Command> |
| 246 | + </PostBuildEvent> |
| 247 | + </ItemDefinitionGroup> |
168 | 248 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
169 | 249 | <ClCompile>
|
170 | 250 | <Optimization>Disabled</Optimization>
|
|
202 | 282 | </Command>
|
203 | 283 | </PostBuildEvent>
|
204 | 284 | </ItemDefinitionGroup>
|
| 285 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
| 286 | + <ClCompile> |
| 287 | + <Optimization>MaxSpeed</Optimization> |
| 288 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 289 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 290 | + <AdditionalIncludeDirectories>..\inc;$(OutputPath);$(WinMDPackageDir);</AdditionalIncludeDirectories> |
| 291 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 292 | + </ClCompile> |
| 293 | + <Link> |
| 294 | + <SubSystem>Console</SubSystem> |
| 295 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 296 | + <OptimizeReferences>true</OptimizeReferences> |
| 297 | + </Link> |
| 298 | + <PreBuildEvent> |
| 299 | + <Command>$(OutputPath)prebuild.exe ..\strings $(OutputPath)</Command> |
| 300 | + </PreBuildEvent> |
| 301 | + <PostBuildEvent> |
| 302 | + <Command> |
| 303 | + </Command> |
| 304 | + </PostBuildEvent> |
| 305 | + </ItemDefinitionGroup> |
| 306 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
| 307 | + <ClCompile> |
| 308 | + <Optimization>MaxSpeed</Optimization> |
| 309 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 310 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 311 | + <AdditionalIncludeDirectories>..\inc;$(OutputPath);$(WinMDPackageDir);</AdditionalIncludeDirectories> |
| 312 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 313 | + </ClCompile> |
| 314 | + <Link> |
| 315 | + <SubSystem>Console</SubSystem> |
| 316 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 317 | + <OptimizeReferences>true</OptimizeReferences> |
| 318 | + </Link> |
| 319 | + <PreBuildEvent> |
| 320 | + <Command>$(OutputPath)prebuild.exe ..\strings $(OutputPath)</Command> |
| 321 | + </PreBuildEvent> |
| 322 | + <PostBuildEvent> |
| 323 | + <Command> |
| 324 | + </Command> |
| 325 | + </PostBuildEvent> |
| 326 | + </ItemDefinitionGroup> |
205 | 327 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
206 | 328 | <ClCompile>
|
207 | 329 | <Optimization>MaxSpeed</Optimization>
|
|
0 commit comments