From 5f153686e99ec473faf020f627b7258ab2048d97 Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Wed, 2 Mar 2016 18:37:40 -0800 Subject: [PATCH] Remove project name from output path - aspnet/Coherence-Signed#187 - remove `` settings but maintain other unique aspects e.g. `` - in a few cases, standardize on VS version `14.0` and not something more specific --- .../Microsoft.DotNet.Watcher.Core.xproj | 7 ++----- src/dotnet-watch/dotnet-watch.xproj | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/src/Microsoft.DotNet.Watcher.Core/Microsoft.DotNet.Watcher.Core.xproj b/src/Microsoft.DotNet.Watcher.Core/Microsoft.DotNet.Watcher.Core.xproj index 27b8206579..1467ed1975 100644 --- a/src/Microsoft.DotNet.Watcher.Core/Microsoft.DotNet.Watcher.Core.xproj +++ b/src/Microsoft.DotNet.Watcher.Core/Microsoft.DotNet.Watcher.Core.xproj @@ -4,17 +4,14 @@ 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - d3da3bbb-e206-404f-aee6-17fb9b6f1221 - Microsoft.Dnx.Watcher.Core ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\$(MSBuildProjectName)\ + ..\..\artifacts\bin\ - 2.0 - + \ No newline at end of file diff --git a/src/dotnet-watch/dotnet-watch.xproj b/src/dotnet-watch/dotnet-watch.xproj index c3c42491f3..bc07d744ea 100644 --- a/src/dotnet-watch/dotnet-watch.xproj +++ b/src/dotnet-watch/dotnet-watch.xproj @@ -4,17 +4,14 @@ 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - 8a8ceabc-ac47-43ff-a5df-69224f7e1f46 - Microsoft.Dnx.Watcher ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\$(MSBuildProjectName)\ + ..\..\artifacts\bin\ - 2.0 - + \ No newline at end of file