Skip to content

Commit 84188f9

Browse files
committed
Build sample apps for ARM
This change adds ARM project configurations for each of the sample apps.
1 parent 6b385c3 commit 84188f9

File tree

10 files changed

+387
-15
lines changed

10 files changed

+387
-15
lines changed

samples/GLKitComplex/GLKitComplex-WinStore10.sln

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 14
3-
VisualStudioVersion = 14.0.22823.1
3+
VisualStudioVersion = 14.0.24720.0
44
MinimumVisualStudioVersion = 10.0.40219.1
55
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GLKitComplex", "GLKitComplex", "{FEDCB98A-0A88-49DB-8615-A60BD4DD02B9}"
66
EndProject
@@ -10,17 +10,25 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GLKitComplex", "GLKitComple
1010
EndProject
1111
Global
1212
GlobalSection(SharedMSBuildProjectFiles) = preSolution
13-
GLKitComplex.vsimporter\GLKitComplex-Headers-WinStore10\GLKitComplex-Headers.vcxitems*{421E6DD1-BA60-48B0-91A4-7435F30B6599}*SharedItemsImports = 9
14-
GLKitComplex.vsimporter\GLKitComplex-Headers-WinStore10\GLKitComplex-Headers.vcxitems*{C23D3F93-EF0A-4090-9E65-2D2E4E0CDCB6}*SharedItemsImports = 4
13+
GLKitComplex.vsimporter\GLKitComplex-Headers-WinStore10\GLKitComplex-Headers.vcxitems*{421e6dd1-ba60-48b0-91a4-7435f30b6599}*SharedItemsImports = 9
14+
GLKitComplex.vsimporter\GLKitComplex-Headers-WinStore10\GLKitComplex-Headers.vcxitems*{c23d3f93-ef0a-4090-9e65-2d2e4e0cdcb6}*SharedItemsImports = 4
1515
EndGlobalSection
1616
GlobalSection(SolutionConfigurationPlatforms) = preSolution
17+
Debug|ARM = Debug|ARM
1718
Debug|Win32 = Debug|Win32
19+
Release|ARM = Release|ARM
1820
Release|Win32 = Release|Win32
1921
EndGlobalSection
2022
GlobalSection(ProjectConfigurationPlatforms) = postSolution
23+
{C23D3F93-EF0A-4090-9E65-2D2E4E0CDCB6}.Debug|ARM.ActiveCfg = Debug|ARM
24+
{C23D3F93-EF0A-4090-9E65-2D2E4E0CDCB6}.Debug|ARM.Build.0 = Debug|ARM
25+
{C23D3F93-EF0A-4090-9E65-2D2E4E0CDCB6}.Debug|ARM.Deploy.0 = Debug|ARM
2126
{C23D3F93-EF0A-4090-9E65-2D2E4E0CDCB6}.Debug|Win32.ActiveCfg = Debug|Win32
2227
{C23D3F93-EF0A-4090-9E65-2D2E4E0CDCB6}.Debug|Win32.Build.0 = Debug|Win32
2328
{C23D3F93-EF0A-4090-9E65-2D2E4E0CDCB6}.Debug|Win32.Deploy.0 = Debug|Win32
29+
{C23D3F93-EF0A-4090-9E65-2D2E4E0CDCB6}.Release|ARM.ActiveCfg = Release|ARM
30+
{C23D3F93-EF0A-4090-9E65-2D2E4E0CDCB6}.Release|ARM.Build.0 = Release|ARM
31+
{C23D3F93-EF0A-4090-9E65-2D2E4E0CDCB6}.Release|ARM.Deploy.0 = Release|ARM
2432
{C23D3F93-EF0A-4090-9E65-2D2E4E0CDCB6}.Release|Win32.ActiveCfg = Release|Win32
2533
{C23D3F93-EF0A-4090-9E65-2D2E4E0CDCB6}.Release|Win32.Build.0 = Release|Win32
2634
{C23D3F93-EF0A-4090-9E65-2D2E4E0CDCB6}.Release|Win32.Deploy.0 = Release|Win32

samples/GLKitComplex/GLKitComplex.vsimporter/GLKitComplex-WinStore10/GLKitComplex.vcxproj

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
4+
<ProjectConfiguration Include="Debug|ARM">
5+
<Configuration>Debug</Configuration>
6+
<Platform>ARM</Platform>
7+
</ProjectConfiguration>
48
<ProjectConfiguration Include="Debug|Win32">
59
<Configuration>Debug</Configuration>
610
<Platform>Win32</Platform>
711
</ProjectConfiguration>
12+
<ProjectConfiguration Include="Release|ARM">
13+
<Configuration>Release</Configuration>
14+
<Platform>ARM</Platform>
15+
</ProjectConfiguration>
816
<ProjectConfiguration Include="Release|Win32">
917
<Configuration>Release</Configuration>
1018
<Platform>Win32</Platform>
@@ -30,13 +38,25 @@
3038
<PlatformToolset>v140</PlatformToolset>
3139
<TargetName>GLKitComplex</TargetName>
3240
</PropertyGroup>
41+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
42+
<ConfigurationType>Application</ConfigurationType>
43+
<PlatformToolset>v140</PlatformToolset>
44+
<TargetName>GLKitComplex</TargetName>
45+
</PropertyGroup>
3346
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
3447
<ConfigurationType>Application</ConfigurationType>
3548
<PlatformToolset>v140</PlatformToolset>
3649
<TargetName>GLKitComplex</TargetName>
3750
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
3851
<Optimize>true</Optimize>
3952
</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>
4060
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
4161
<ImportGroup Label="ExtensionSettings">
4262
<Import Project="$(WINOBJC_SDK_ROOT)\msvc\starboard.props" />
@@ -47,9 +67,15 @@
4767
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
4868
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
4969
</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>
5073
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
5174
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
5275
</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>
5379
<PropertyGroup Label="UserMacros" />
5480
<PropertyGroup>
5581
<PackageCertificateKeyFile>GLKitComplex_TemporaryKey.pfx</PackageCertificateKeyFile>
@@ -75,6 +101,27 @@
75101
<ExcludedFromBuild>true</ExcludedFromBuild>
76102
</SBInfoPlistCopy>
77103
</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>
78125
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
79126
<ClCompile>
80127
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
@@ -96,6 +143,27 @@
96143
<ExcludedFromBuild>true</ExcludedFromBuild>
97144
</SBInfoPlistCopy>
98145
</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>
99167
<ItemGroup>
100168
<AppxManifest Include="Package.appxmanifest">
101169
<SubType>Designer</SubType>

samples/HelloGLKit/HelloGLKit-WinStore10.sln

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 14
3-
VisualStudioVersion = 14.0.22823.1
3+
VisualStudioVersion = 14.0.24720.0
44
MinimumVisualStudioVersion = 10.0.40219.1
55
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HelloGLKit", "HelloGLKit", "{D0ECD716-6AB8-4ED4-BE7A-C2B13E415822}"
66
EndProject
@@ -10,17 +10,25 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HelloGLKit", "HelloGLKit.vs
1010
EndProject
1111
Global
1212
GlobalSection(SharedMSBuildProjectFiles) = preSolution
13-
HelloGLKit.vsimporter\HelloGLKit-Headers-WinStore10\HelloGLKit-Headers.vcxitems*{35FCD860-3A61-4B01-A826-CD28A67E49B3}*SharedItemsImports = 9
14-
HelloGLKit.vsimporter\HelloGLKit-Headers-WinStore10\HelloGLKit-Headers.vcxitems*{B82D23D5-5A6B-4C97-B2EA-ED33A185E6F3}*SharedItemsImports = 4
13+
HelloGLKit.vsimporter\HelloGLKit-Headers-WinStore10\HelloGLKit-Headers.vcxitems*{35fcd860-3a61-4b01-a826-cd28a67e49b3}*SharedItemsImports = 9
14+
HelloGLKit.vsimporter\HelloGLKit-Headers-WinStore10\HelloGLKit-Headers.vcxitems*{b82d23d5-5a6b-4c97-b2ea-ed33a185e6f3}*SharedItemsImports = 4
1515
EndGlobalSection
1616
GlobalSection(SolutionConfigurationPlatforms) = preSolution
17+
Debug|ARM = Debug|ARM
1718
Debug|Win32 = Debug|Win32
19+
Release|ARM = Release|ARM
1820
Release|Win32 = Release|Win32
1921
EndGlobalSection
2022
GlobalSection(ProjectConfigurationPlatforms) = postSolution
23+
{B82D23D5-5A6B-4C97-B2EA-ED33A185E6F3}.Debug|ARM.ActiveCfg = Debug|ARM
24+
{B82D23D5-5A6B-4C97-B2EA-ED33A185E6F3}.Debug|ARM.Build.0 = Debug|ARM
25+
{B82D23D5-5A6B-4C97-B2EA-ED33A185E6F3}.Debug|ARM.Deploy.0 = Debug|ARM
2126
{B82D23D5-5A6B-4C97-B2EA-ED33A185E6F3}.Debug|Win32.ActiveCfg = Debug|Win32
2227
{B82D23D5-5A6B-4C97-B2EA-ED33A185E6F3}.Debug|Win32.Build.0 = Debug|Win32
2328
{B82D23D5-5A6B-4C97-B2EA-ED33A185E6F3}.Debug|Win32.Deploy.0 = Debug|Win32
29+
{B82D23D5-5A6B-4C97-B2EA-ED33A185E6F3}.Release|ARM.ActiveCfg = Release|ARM
30+
{B82D23D5-5A6B-4C97-B2EA-ED33A185E6F3}.Release|ARM.Build.0 = Release|ARM
31+
{B82D23D5-5A6B-4C97-B2EA-ED33A185E6F3}.Release|ARM.Deploy.0 = Release|ARM
2432
{B82D23D5-5A6B-4C97-B2EA-ED33A185E6F3}.Release|Win32.ActiveCfg = Release|Win32
2533
{B82D23D5-5A6B-4C97-B2EA-ED33A185E6F3}.Release|Win32.Build.0 = Release|Win32
2634
{B82D23D5-5A6B-4C97-B2EA-ED33A185E6F3}.Release|Win32.Deploy.0 = Release|Win32

samples/HelloGLKit/HelloGLKit.vsimporter/HelloGLKit-WinStore10/HelloGLKit.vcxproj

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
4+
<ProjectConfiguration Include="Debug|ARM">
5+
<Configuration>Debug</Configuration>
6+
<Platform>ARM</Platform>
7+
</ProjectConfiguration>
48
<ProjectConfiguration Include="Debug|Win32">
59
<Configuration>Debug</Configuration>
610
<Platform>Win32</Platform>
711
</ProjectConfiguration>
12+
<ProjectConfiguration Include="Release|ARM">
13+
<Configuration>Release</Configuration>
14+
<Platform>ARM</Platform>
15+
</ProjectConfiguration>
816
<ProjectConfiguration Include="Release|Win32">
917
<Configuration>Release</Configuration>
1018
<Platform>Win32</Platform>
@@ -30,13 +38,25 @@
3038
<PlatformToolset>v140</PlatformToolset>
3139
<TargetName>HelloGLKit</TargetName>
3240
</PropertyGroup>
41+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
42+
<ConfigurationType>Application</ConfigurationType>
43+
<PlatformToolset>v140</PlatformToolset>
44+
<TargetName>HelloGLKit</TargetName>
45+
</PropertyGroup>
3346
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
3447
<ConfigurationType>Application</ConfigurationType>
3548
<PlatformToolset>v140</PlatformToolset>
3649
<TargetName>HelloGLKit</TargetName>
3750
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
3851
<Optimize>true</Optimize>
3952
</PropertyGroup>
53+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
54+
<ConfigurationType>Application</ConfigurationType>
55+
<PlatformToolset>v140</PlatformToolset>
56+
<TargetName>HelloGLKit</TargetName>
57+
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
58+
<Optimize>true</Optimize>
59+
</PropertyGroup>
4060
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
4161
<ImportGroup Label="ExtensionSettings">
4262
<Import Project="$(WINOBJC_SDK_ROOT)\msvc\starboard.props" />
@@ -47,9 +67,15 @@
4767
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
4868
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
4969
</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>
5073
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
5174
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
5275
</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>
5379
<PropertyGroup Label="UserMacros" />
5480
<PropertyGroup>
5581
<PackageCertificateKeyFile>HelloGLKit_TemporaryKey.pfx</PackageCertificateKeyFile>
@@ -75,6 +101,27 @@
75101
<ExcludedFromBuild>true</ExcludedFromBuild>
76102
</SBInfoPlistCopy>
77103
</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</PreprocessorDefinitions>
119+
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
120+
</ClangCompile>
121+
<SBInfoPlistCopy>
122+
<ExcludedFromBuild>true</ExcludedFromBuild>
123+
</SBInfoPlistCopy>
124+
</ItemDefinitionGroup>
78125
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
79126
<ClCompile>
80127
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
@@ -95,6 +142,26 @@
95142
<ExcludedFromBuild>true</ExcludedFromBuild>
96143
</SBInfoPlistCopy>
97144
</ItemDefinitionGroup>
145+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
146+
<ClCompile>
147+
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
148+
<DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
149+
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
150+
</ClCompile>
151+
<Link>
152+
<GenerateDebugInformation>true</GenerateDebugInformation>
153+
<AdditionalDependencies>%(AdditionalDependencies);GLKit.lib;OpenGLES.lib</AdditionalDependencies>
154+
</Link>
155+
<ClangCompile>
156+
<HeaderMap>Project</HeaderMap>
157+
<ObjectiveCARC>true</ObjectiveCARC>
158+
<OptimizationLevel>MinSpace</OptimizationLevel>
159+
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
160+
</ClangCompile>
161+
<SBInfoPlistCopy>
162+
<ExcludedFromBuild>true</ExcludedFromBuild>
163+
</SBInfoPlistCopy>
164+
</ItemDefinitionGroup>
98165
<ItemGroup>
99166
<AppxManifest Include="Package.appxmanifest">
100167
<SubType>Designer</SubType>

samples/HelloOpenGL/HelloOpenGL-WinStore10.sln

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 14
3-
VisualStudioVersion = 14.0.22823.1
3+
VisualStudioVersion = 14.0.24720.0
44
MinimumVisualStudioVersion = 10.0.40219.1
55
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HelloOpenGL", "HelloOpenGL", "{81F1F78D-4F53-4896-B8FF-ADA8E5344AA0}"
66
EndProject
@@ -10,17 +10,25 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HelloOpenGL", "HelloOpenGL.
1010
EndProject
1111
Global
1212
GlobalSection(SharedMSBuildProjectFiles) = preSolution
13-
HelloOpenGL.vsimporter\HelloOpenGL-Headers-WinStore10\HelloOpenGL-Headers.vcxitems*{EAE2BFFB-46EF-4AC3-94DD-D5155779B441}*SharedItemsImports = 9
14-
HelloOpenGL.vsimporter\HelloOpenGL-Headers-WinStore10\HelloOpenGL-Headers.vcxitems*{94BA35CD-F4E9-4B5B-BEE7-A452AB514360}*SharedItemsImports = 4
13+
HelloOpenGL.vsimporter\HelloOpenGL-Headers-WinStore10\HelloOpenGL-Headers.vcxitems*{94ba35cd-f4e9-4b5b-bee7-a452ab514360}*SharedItemsImports = 4
14+
HelloOpenGL.vsimporter\HelloOpenGL-Headers-WinStore10\HelloOpenGL-Headers.vcxitems*{eae2bffb-46ef-4ac3-94dd-d5155779b441}*SharedItemsImports = 9
1515
EndGlobalSection
1616
GlobalSection(SolutionConfigurationPlatforms) = preSolution
17+
Debug|ARM = Debug|ARM
1718
Debug|Win32 = Debug|Win32
19+
Release|ARM = Release|ARM
1820
Release|Win32 = Release|Win32
1921
EndGlobalSection
2022
GlobalSection(ProjectConfigurationPlatforms) = postSolution
23+
{94BA35CD-F4E9-4B5B-BEE7-A452AB514360}.Debug|ARM.ActiveCfg = Debug|ARM
24+
{94BA35CD-F4E9-4B5B-BEE7-A452AB514360}.Debug|ARM.Build.0 = Debug|ARM
25+
{94BA35CD-F4E9-4B5B-BEE7-A452AB514360}.Debug|ARM.Deploy.0 = Debug|ARM
2126
{94BA35CD-F4E9-4B5B-BEE7-A452AB514360}.Debug|Win32.ActiveCfg = Debug|Win32
2227
{94BA35CD-F4E9-4B5B-BEE7-A452AB514360}.Debug|Win32.Build.0 = Debug|Win32
2328
{94BA35CD-F4E9-4B5B-BEE7-A452AB514360}.Debug|Win32.Deploy.0 = Debug|Win32
29+
{94BA35CD-F4E9-4B5B-BEE7-A452AB514360}.Release|ARM.ActiveCfg = Release|ARM
30+
{94BA35CD-F4E9-4B5B-BEE7-A452AB514360}.Release|ARM.Build.0 = Release|ARM
31+
{94BA35CD-F4E9-4B5B-BEE7-A452AB514360}.Release|ARM.Deploy.0 = Release|ARM
2432
{94BA35CD-F4E9-4B5B-BEE7-A452AB514360}.Release|Win32.ActiveCfg = Release|Win32
2533
{94BA35CD-F4E9-4B5B-BEE7-A452AB514360}.Release|Win32.Build.0 = Release|Win32
2634
{94BA35CD-F4E9-4B5B-BEE7-A452AB514360}.Release|Win32.Deploy.0 = Release|Win32

0 commit comments

Comments
 (0)