From b5f0b8b2105a12b8b6ac585cc42167c0402e82f3 Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Wed, 13 Jun 2018 08:29:49 +0200 Subject: [PATCH] MSBuild targets must use unique names. --- ILSpy/ILSpy.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ILSpy/ILSpy.csproj b/ILSpy/ILSpy.csproj index 90dc6ff7f..db5e8219e 100644 --- a/ILSpy/ILSpy.csproj +++ b/ILSpy/ILSpy.csproj @@ -398,7 +398,7 @@ Copy them to a local folder and then include them as Content-items in the AddIn. (related to https://github.com/icsharpcode/ILSpy/issues/511) --> - + @@ -420,12 +420,12 @@ $(MSBuildToolsPath)\..\..\..\VC\ - $(VCBasePath)Auxiliary\Build\Microsoft.VCToolsVersion.default.props + $(VCBasePath)Auxiliary\Build\Microsoft.VCToolsVersion.default.props - + \ No newline at end of file