Skip to content

Commit 01b6051

Browse files
committed
Move arm64 config to top of list
1 parent 04540bb commit 01b6051

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GoogleTestAdapter/GoogleTestProjectTemplate/GoogleTest.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
4+
$arm64config$
45
<ProjectConfiguration Include="Debug|Win32">
56
<Configuration>Debug</Configuration>
67
<Platform>Win32</Platform>
@@ -17,7 +18,6 @@
1718
<Configuration>Release</Configuration>
1819
<Platform>x64</Platform>
1920
</ProjectConfiguration>
20-
$arm64config$
2121
</ItemGroup>
2222
<PropertyGroup Label="Globals">
2323
<ProjectGuid>{$guid1$}</ProjectGuid>

0 commit comments

Comments
 (0)