aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn/burn.proj
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/burn/burn.proj')
-rw-r--r--src/api/burn/burn.proj14
1 files changed, 3 insertions, 11 deletions
diff --git a/src/api/burn/burn.proj b/src/api/burn/burn.proj
index 0aa838bf..49bd2876 100644
--- a/src/api/burn/burn.proj
+++ b/src/api/burn/burn.proj
@@ -1,3 +1,6 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
3
1<Project Sdk="Microsoft.Build.Traversal/3.0.23"> 4<Project Sdk="Microsoft.Build.Traversal/3.0.23">
2 <ItemGroup> 5 <ItemGroup>
3 <!-- Restore: Explicitly restore the test projects, which need some hand-holding. --> 6 <!-- Restore: Explicitly restore the test projects, which need some hand-holding. -->
@@ -6,21 +9,10 @@
6 9
7 <!-- Build --> 10 <!-- Build -->
8 11
9 <ProjectReference Include="bextutil\bextutil.vcxproj" Properties="Platform=x86;PlatformToolset=v140" />
10 <ProjectReference Include="bextutil\bextutil.vcxproj" Properties="Platform=x64;PlatformToolset=v140" />
11 <ProjectReference Include="bextutil\bextutil.vcxproj" Properties="Platform=x86;PlatformToolset=v141" />
12 <ProjectReference Include="bextutil\bextutil.vcxproj" Properties="Platform=x64;PlatformToolset=v141" />
13 <ProjectReference Include="bextutil\bextutil.vcxproj" Properties="Platform=ARM64;PlatformToolset=v141" />
14 <ProjectReference Include="bextutil\bextutil.vcxproj" Properties="Platform=x86" /> 12 <ProjectReference Include="bextutil\bextutil.vcxproj" Properties="Platform=x86" />
15 <ProjectReference Include="bextutil\bextutil.vcxproj" Properties="Platform=x64" /> 13 <ProjectReference Include="bextutil\bextutil.vcxproj" Properties="Platform=x64" />
16 <ProjectReference Include="bextutil\bextutil.vcxproj" Properties="Platform=ARM64" /> 14 <ProjectReference Include="bextutil\bextutil.vcxproj" Properties="Platform=ARM64" />
17 15
18 <ProjectReference Include="balutil\balutil.vcxproj" Properties="Platform=x86;PlatformToolset=v140" />
19 <ProjectReference Include="balutil\balutil.vcxproj" Properties="Platform=x64;PlatformToolset=v140" />
20 <ProjectReference Include="balutil\balutil.vcxproj" Properties="Platform=x86;PlatformToolset=v141" />
21 <ProjectReference Include="balutil\balutil.vcxproj" Properties="Platform=x64;PlatformToolset=v141" />
22 <ProjectReference Include="balutil\balutil.vcxproj" Properties="Platform=ARM64;PlatformToolset=v141" />
23
24 <!-- Let mbanative build balutil for latest toolset. --> 16 <!-- Let mbanative build balutil for latest toolset. -->
25 <ProjectReference Include="mbanative\mbanative.vcxproj" Properties="Platform=x86" /> 17 <ProjectReference Include="mbanative\mbanative.vcxproj" Properties="Platform=x86" />
26 <ProjectReference Include="mbanative\mbanative.vcxproj" Properties="Platform=x64" /> 18 <ProjectReference Include="mbanative\mbanative.vcxproj" Properties="Platform=x64" />