From dce8e681ae9212290fb02b2625adb75e9dab8e60 Mon Sep 17 00:00:00 2001 From: Chris Sienkiewicz Date: Wed, 27 Jun 2018 14:39:14 -0700 Subject: [PATCH] Rename targetassemblyname extension to dll --- tests/src/CLRTest.Jit.targets | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/src/CLRTest.Jit.targets b/tests/src/CLRTest.Jit.targets index 7364c7f20adc..dccea634847b 100644 --- a/tests/src/CLRTest.Jit.targets +++ b/tests/src/CLRTest.Jit.targets @@ -25,7 +25,7 @@ WARNING: When setting properties based on their current state (for example: $([MSBuild]::MakeRelative($(OutputPath.Replace("/","\\")), $(_CLRTestToRunFileFullPath.Replace("/","\\"))).Replace("\\","/")) $([MSBuild]::MakeRelative($(OutputPath), $(_CLRTestToRunFileFullPath)).Replace("\","/")) - $(MSBuildProjectName).exe + $(MSBuildProjectName).dll $([MSBuild]::MakeRelative($(OutputPath.Replace("/","\\")), $(BaseOutputPathWithConfig.Replace("/","\\"))dasm\$(BuildProjectRelativeDir.Replace("/","\\"))).Replace("\\","/")) $([MSBuild]::MakeRelative($(OutputPath), $(BaseOutputPathWithConfig)dasm\$(BuildProjectRelativeDir)).Replace("\","/")) @@ -52,7 +52,7 @@ fi $([MSBuild]::MakeRelative($(OutputPath.Replace("/","\\")), $(_CLRTestToRunFileFullPath.Replace("/","\\"))).Replace("\\","/")) $([MSBuild]::MakeRelative($(OutputPath), $(_CLRTestToRunFileFullPath))) - $(MSBuildProjectName).exe + $(MSBuildProjectName).dll $([MSBuild]::MakeRelative($(OutputPath.Replace("/","\\")), $(BaseOutputPathWithConfig.Replace("/","\\"))dasm\$(BuildProjectRelativeDir.Replace("/","\\"))).Replace("\\","/")) $([MSBuild]::MakeRelative($(OutputPath), $(BaseOutputPathWithConfig)dasm\$(BuildProjectRelativeDir))) @@ -118,9 +118,9 @@ fi Returns="$(IlasmRoundTripBatchScript);$(BatchIlrtTestLaunchCmds)"> $([MSBuild]::MakeRelative($(OutputPath), $(_CLRTestToRunFileFullPath))) - $(MSBuildProjectName).exe + $(MSBuildProjectName).dll $(MSBuildProjectName).dasm.il - $(MSBuildProjectName).asm.exe + $(MSBuildProjectName).asm.dll