diff --git a/build/Targets/Imports.targets b/build/Targets/Imports.targets index 48f8965adce1f06f2e7fcc36da3fcf19f597ebb9..a41f3d1d7df7e9d2e40d22dc0f8b2e88006ffa5f 100644 --- a/build/Targets/Imports.targets +++ b/build/Targets/Imports.targets @@ -11,14 +11,14 @@ <_CopyReferences>false <_CopyProjectReferences>false false - $(OutDir)Exes\$(MSBuildProjectName)\ + $(OutputPath)Exes\$(MSBuildProjectName)\ <_IsAnyUnitTest>true true - $(OutDir)UnitTests\$(MSBuildProjectName)\ + $(OutputPath)UnitTests\$(MSBuildProjectName)\ @@ -39,21 +39,21 @@ <_IsAnyUnitTest>true <_IsAnyPortableUnitTest>true false - $(OutDir)Dlls\$(MSBuildProjectName)\ + $(OutputPath)Dlls\$(MSBuildProjectName)\ <_CopyReferences>false false - $(OutDir)Exes\ + $(OutputPath)Exes\ <_CopyReferences>false true - $(OutDir)Vsix\$(MSBuildProjectName)\ + $(OutputPath)Vsix\$(MSBuildProjectName)\ @@ -62,8 +62,8 @@ $(AllowedReferenceRelatedFileExtensions);.pdb true - $(OutDir)CoreClrTest - $(OutDir)UnitTests\Portable\ + $(OutputPath)CoreClrTest + $(OutputPath)UnitTests\Portable\ @@ -74,19 +74,19 @@ <_CopyReferences>false <_CopyProjectReferences>false false - $(OutDir)Dlls\$(MSBuildProjectName)\ + $(OutputPath)Dlls\$(MSBuildProjectName)\ true - $(OutDir)Exes\$(MSBuildProjectName)\ + $(OutputPath)Exes\$(MSBuildProjectName)\ true - $(OutDir)Exes\$(MSBuildProjectName)\ + $(OutputPath)Exes\$(MSBuildProjectName)\ @@ -114,7 +114,6 @@ - $(OutDir) 0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9 002400000480000094000000060200000024000052534131000400000100010055e0217eb635f69281051f9a823e0c7edd90f28063eb6c7a742a19b4f6139778ee0af438f47aed3b6e9f99838aa8dba689c7a71ddb860c96d923830b57bbd5cd6119406ddb9b002cf1c723bf272d6acbb7129e9d6dd5a5309c94e0ff4b2c884d45a55f475cd7dba59198086f61f5a8c8b5e601c0edbf269733f6f578fc8579c2 diff --git a/build/Targets/Settings.props b/build/Targets/Settings.props index a702d4dd7508d0b750deae80ce422e0dfa77ee06..db50ab1d7abc9b38598dac62c3e39c9df0089edd 100644 --- a/build/Targets/Settings.props +++ b/build/Targets/Settings.props @@ -27,7 +27,7 @@ true true $(RepoRoot)Binaries\ - $(BaseOutputPath)$(Configuration)\ + $(BaseOutputPath)$(Configuration)\ $(RepoRoot)Binaries\Obj\ $(BaseIntermediateOutputPath)$(Configuration)\$(MSBuildProjectName)\ @@ -47,7 +47,7 @@ $(VisualStudioVersion) false