From 3f0cb1742781e0160b2c4ce0bb3eeaa97775bfd1 Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Sun, 10 Jun 2018 21:00:20 +0200 Subject: [PATCH] Use MSBuildToolsPath instead of DevEnvDir. --- ILSpy/ILSpy.csproj | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ILSpy/ILSpy.csproj b/ILSpy/ILSpy.csproj index 8c0f9e57cf..571921258e 100644 --- a/ILSpy/ILSpy.csproj +++ b/ILSpy/ILSpy.csproj @@ -418,9 +418,13 @@ - + + $(MSBuildToolsPath)\..\..\..\VC\ + + + - + \ No newline at end of file