aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Util/be/utilbe.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Util/be/utilbe.vcxproj')
-rw-r--r--src/ext/Util/be/utilbe.vcxproj13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/ext/Util/be/utilbe.vcxproj b/src/ext/Util/be/utilbe.vcxproj
index 683b376a..5e5a44d3 100644
--- a/src/ext/Util/be/utilbe.vcxproj
+++ b/src/ext/Util/be/utilbe.vcxproj
@@ -1,7 +1,7 @@
1<?xml version="1.0" encoding="utf-8"?> 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. --> 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 3
4<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 4<Project DefaultTargets="Build" Toolsxmlns="http://schemas.microsoft.com/developer/msbuild/2003">
5 <ItemGroup Label="ProjectConfigurations"> 5 <ItemGroup Label="ProjectConfigurations">
6 <ProjectConfiguration Include="Debug|ARM64"> 6 <ProjectConfiguration Include="Debug|ARM64">
7 <Configuration>Debug</Configuration> 7 <Configuration>Debug</Configuration>
@@ -69,11 +69,12 @@
69 </ItemGroup> 69 </ItemGroup>
70 70
71 <ItemGroup> 71 <ItemGroup>
72 <PackageReference Include="WixToolset.BextUtil" Version="4.0.58" /> 72 <PackageReference Include="WixToolset.DUtil" />
73 <PackageReference Include="WixToolset.BootstrapperCore.Native" Version="4.0.141" /> 73 <PackageReference Include="WixToolset.BextUtil" />
74 <PackageReference Include="WixToolset.DUtil" Version="4.0.72" /> 74 <PackageReference Include="WixToolset.BootstrapperCore.Native" />
75 <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" /> 75
76 <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" /> 76 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
77 <PackageReference Include="GitInfo" PrivateAssets="All" />
77 </ItemGroup> 78 </ItemGroup>
78 79
79 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 80 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />