diff --git a/build/miengine.settings.targets b/build/miengine.settings.targets index 4a67eb2ac3..bb104b1e1e 100644 --- a/build/miengine.settings.targets +++ b/build/miengine.settings.targets @@ -31,6 +31,7 @@ Debug Release $(TF_BUILD_BINARIESDIRECTORY)\$(DropConfigurationName) + $(BUILD_BINARIESDIRECTORY)\$(DropConfigurationName) $(MIEngineRoot)bin\$(DropConfigurationName)\drop diff --git a/src/DebugEngineHost.Stub/project.json b/src/DebugEngineHost.Stub/project.json index 8e8e291144..e064f970c9 100644 --- a/src/DebugEngineHost.Stub/project.json +++ b/src/DebugEngineHost.Stub/project.json @@ -4,6 +4,7 @@ "dnxcore50.app": {} }, "dependencies": { + "MicroBuild.Core": "0.2.0", "Microsoft.NETCore": "5.0.0", "Microsoft.NETCore.Portable.Compatibility": "1.0.0", "Microsoft.VisualStudio.Debugger.Interop.Portable": "1.0.1" diff --git a/src/MICore/project.json b/src/MICore/project.json index da4a7ecbd9..82fa4d08db 100644 --- a/src/MICore/project.json +++ b/src/MICore/project.json @@ -4,6 +4,7 @@ "dnxcore50.app": {} }, "dependencies": { + "MicroBuild.Core": "0.2.0", "Microsoft.NETCore": "5.0.0", "Microsoft.NETCore.Portable.Compatibility": "1.0.0", "System.Diagnostics.Process": "4.0.0-beta-23225", diff --git a/src/MIDebugEngine/project.json b/src/MIDebugEngine/project.json index 8e8e291144..e064f970c9 100644 --- a/src/MIDebugEngine/project.json +++ b/src/MIDebugEngine/project.json @@ -4,6 +4,7 @@ "dnxcore50.app": {} }, "dependencies": { + "MicroBuild.Core": "0.2.0", "Microsoft.NETCore": "5.0.0", "Microsoft.NETCore.Portable.Compatibility": "1.0.0", "Microsoft.VisualStudio.Debugger.Interop.Portable": "1.0.1" diff --git a/src/MIDebugPackage/MIDebugPackage.csproj b/src/MIDebugPackage/MIDebugPackage.csproj index 81ddf3fb06..7c1d367061 100644 --- a/src/MIDebugPackage/MIDebugPackage.csproj +++ b/src/MIDebugPackage/MIDebugPackage.csproj @@ -1,5 +1,6 @@  + 14.0 @@ -139,6 +140,7 @@ + Designer @@ -166,25 +168,6 @@ - - - - - - - - - - - - - - - - - - - @@ -245,12 +228,19 @@ + + + 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}. + + + + + -