aboutsummaryrefslogtreecommitdiff
path: root/src/wcautil/wcautil.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/wcautil/wcautil.vcxproj')
-rw-r--r--src/wcautil/wcautil.vcxproj16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/wcautil/wcautil.vcxproj b/src/wcautil/wcautil.vcxproj
index 5cdbf6f1..a31994ab 100644
--- a/src/wcautil/wcautil.vcxproj
+++ b/src/wcautil/wcautil.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<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Import Project="..\..\packages\WixToolset.DUtil.4.0.3\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.3\build\WixToolset.DUtil.props')" /> 4 <Import Project="..\..\packages\WixToolset.DUtil.4.0.20\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.20\build\WixToolset.DUtil.props')" />
5 <ItemGroup Label="ProjectConfigurations"> 5 <ItemGroup Label="ProjectConfigurations">
6 <ProjectConfiguration Include="Debug|ARM"> 6 <ProjectConfiguration Include="Debug|ARM">
7 <Configuration>Debug</Configuration> 7 <Configuration>Debug</Configuration>
@@ -11,6 +11,10 @@
11 <Configuration>Debug</Configuration> 11 <Configuration>Debug</Configuration>
12 <Platform>ARM64</Platform> 12 <Platform>ARM64</Platform>
13 </ProjectConfiguration> 13 </ProjectConfiguration>
14 <ProjectConfiguration Include="Debug|x64">
15 <Configuration>Debug</Configuration>
16 <Platform>x64</Platform>
17 </ProjectConfiguration>
14 <ProjectConfiguration Include="Debug|Win32"> 18 <ProjectConfiguration Include="Debug|Win32">
15 <Configuration>Debug</Configuration> 19 <Configuration>Debug</Configuration>
16 <Platform>Win32</Platform> 20 <Platform>Win32</Platform>
@@ -27,10 +31,6 @@
27 <Configuration>Release</Configuration> 31 <Configuration>Release</Configuration>
28 <Platform>Win32</Platform> 32 <Platform>Win32</Platform>
29 </ProjectConfiguration> 33 </ProjectConfiguration>
30 <ProjectConfiguration Include="Debug|x64">
31 <Configuration>Debug</Configuration>
32 <Platform>x64</Platform>
33 </ProjectConfiguration>
34 <ProjectConfiguration Include="Release|x64"> 34 <ProjectConfiguration Include="Release|x64">
35 <Configuration>Release</Configuration> 35 <Configuration>Release</Configuration>
36 <Platform>x64</Platform> 36 <Platform>x64</Platform>
@@ -50,7 +50,7 @@
50 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 50 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
51 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 51 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
52 <ImportGroup Label="Shared"> 52 <ImportGroup Label="Shared">
53 <Import Project="..\..\packages\Nerdbank.GitVersioning.2.0.37-beta\build\Nerdbank.GitVersioning.targets" Condition="Exists('..\..\packages\Nerdbank.GitVersioning.2.0.37-beta\build\Nerdbank.GitVersioning.targets')" /> 53 <Import Project="..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets" Condition="Exists('..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets')" />
54 </ImportGroup> 54 </ImportGroup>
55 <Import Project="..\NativeMultiTargeting.Build.props" /> 55 <Import Project="..\NativeMultiTargeting.Build.props" />
56 56
@@ -97,7 +97,7 @@
97 <PropertyGroup> 97 <PropertyGroup>
98 <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> 98 <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
99 </PropertyGroup> 99 </PropertyGroup>
100 <Error Condition="!Exists('..\..\packages\Nerdbank.GitVersioning.2.0.37-beta\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Nerdbank.GitVersioning.2.0.37-beta\build\Nerdbank.GitVersioning.targets'))" /> 100 <Error Condition="!Exists('..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets'))" />
101 <Error Condition="!Exists('..\..\packages\WixToolset.DUtil.4.0.3\build\WixToolset.DUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.DUtil.4.0.3\build\WixToolset.DUtil.props'))" /> 101 <Error Condition="!Exists('..\..\packages\WixToolset.DUtil.4.0.20\build\WixToolset.DUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.DUtil.4.0.20\build\WixToolset.DUtil.props'))" />
102 </Target> 102 </Target>
103</Project> \ No newline at end of file 103</Project> \ No newline at end of file