|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 | 3 | <ItemGroup Label="ProjectConfigurations">
|
| 4 | + <ProjectConfiguration Include="Debug|ARM"> |
| 5 | + <Configuration>Debug</Configuration> |
| 6 | + <Platform>ARM</Platform> |
| 7 | + </ProjectConfiguration> |
4 | 8 | <ProjectConfiguration Include="Debug|Win32">
|
5 | 9 | <Configuration>Debug</Configuration>
|
6 | 10 | <Platform>Win32</Platform>
|
7 | 11 | </ProjectConfiguration>
|
| 12 | + <ProjectConfiguration Include="Release|ARM"> |
| 13 | + <Configuration>Release</Configuration> |
| 14 | + <Platform>ARM</Platform> |
| 15 | + </ProjectConfiguration> |
8 | 16 | <ProjectConfiguration Include="Release|Win32">
|
9 | 17 | <Configuration>Release</Configuration>
|
10 | 18 | <Platform>Win32</Platform>
|
|
30 | 38 | <PlatformToolset>v140</PlatformToolset>
|
31 | 39 | <TargetName>GLKitComplex</TargetName>
|
32 | 40 | </PropertyGroup>
|
| 41 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> |
| 42 | + <ConfigurationType>Application</ConfigurationType> |
| 43 | + <PlatformToolset>v140</PlatformToolset> |
| 44 | + <TargetName>GLKitComplex</TargetName> |
| 45 | + </PropertyGroup> |
33 | 46 | <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
34 | 47 | <ConfigurationType>Application</ConfigurationType>
|
35 | 48 | <PlatformToolset>v140</PlatformToolset>
|
36 | 49 | <TargetName>GLKitComplex</TargetName>
|
37 | 50 | <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
|
38 | 51 | <Optimize>true</Optimize>
|
39 | 52 | </PropertyGroup>
|
| 53 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> |
| 54 | + <ConfigurationType>Application</ConfigurationType> |
| 55 | + <PlatformToolset>v140</PlatformToolset> |
| 56 | + <TargetName>GLKitComplex</TargetName> |
| 57 | + <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain> |
| 58 | + <Optimize>true</Optimize> |
| 59 | + </PropertyGroup> |
40 | 60 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
41 | 61 | <ImportGroup Label="ExtensionSettings">
|
42 | 62 | <Import Project="$(WINOBJC_SDK_ROOT)\msvc\starboard.props" />
|
|
47 | 67 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
48 | 68 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
49 | 69 | </ImportGroup>
|
| 70 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets"> |
| 71 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 72 | + </ImportGroup> |
50 | 73 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
51 | 74 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
52 | 75 | </ImportGroup>
|
| 76 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets"> |
| 77 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 78 | + </ImportGroup> |
53 | 79 | <PropertyGroup Label="UserMacros" />
|
54 | 80 | <PropertyGroup>
|
55 | 81 | <PackageCertificateKeyFile>GLKitComplex_TemporaryKey.pfx</PackageCertificateKeyFile>
|
|
75 | 101 | <ExcludedFromBuild>true</ExcludedFromBuild>
|
76 | 102 | </SBInfoPlistCopy>
|
77 | 103 | </ItemDefinitionGroup>
|
| 104 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
| 105 | + <ClCompile> |
| 106 | + <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions> |
| 107 | + <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings> |
| 108 | + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 109 | + </ClCompile> |
| 110 | + <Link> |
| 111 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 112 | + <AdditionalDependencies>%(AdditionalDependencies);GLKit.lib;OpenGLES.lib</AdditionalDependencies> |
| 113 | + </Link> |
| 114 | + <ClangCompile> |
| 115 | + <HeaderMap>Project</HeaderMap> |
| 116 | + <ObjectiveCARC>true</ObjectiveCARC> |
| 117 | + <OptimizationLevel>Disabled</OptimizationLevel> |
| 118 | + <PreprocessorDefinitions>DEBUG=1;STARBOARD</PreprocessorDefinitions> |
| 119 | + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 120 | + </ClangCompile> |
| 121 | + <SBInfoPlistCopy> |
| 122 | + <ExcludedFromBuild>true</ExcludedFromBuild> |
| 123 | + </SBInfoPlistCopy> |
| 124 | + </ItemDefinitionGroup> |
78 | 125 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
79 | 126 | <ClCompile>
|
80 | 127 | <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
|
|
96 | 143 | <ExcludedFromBuild>true</ExcludedFromBuild>
|
97 | 144 | </SBInfoPlistCopy>
|
98 | 145 | </ItemDefinitionGroup>
|
| 146 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
| 147 | + <ClCompile> |
| 148 | + <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions> |
| 149 | + <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings> |
| 150 | + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 151 | + </ClCompile> |
| 152 | + <Link> |
| 153 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 154 | + <AdditionalDependencies>%(AdditionalDependencies);GLKit.lib;OpenGLES.lib</AdditionalDependencies> |
| 155 | + </Link> |
| 156 | + <ClangCompile> |
| 157 | + <HeaderMap>Project</HeaderMap> |
| 158 | + <ObjectiveCARC>true</ObjectiveCARC> |
| 159 | + <OptimizationLevel>MinSpace</OptimizationLevel> |
| 160 | + <PreprocessorDefinitions>STARBOARD</PreprocessorDefinitions> |
| 161 | + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 162 | + </ClangCompile> |
| 163 | + <SBInfoPlistCopy> |
| 164 | + <ExcludedFromBuild>true</ExcludedFromBuild> |
| 165 | + </SBInfoPlistCopy> |
| 166 | + </ItemDefinitionGroup> |
99 | 167 | <ItemGroup>
|
100 | 168 | <AppxManifest Include="Package.appxmanifest">
|
101 | 169 | <SubType>Designer</SubType>
|
|
0 commit comments