Skip to content

Commit

Permalink
Fix typo in EditBin target. (#1847)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyGerlicher authored Mar 10, 2017
1 parent 5939577 commit 5cd702f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dir.targets
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
to our 'bin' folder). When building from MicroBuild (or any installed VS), this value is correct.
-->
<EditBinCommand Condition="'$(VSINSTALLDIR)' != ''">call &quot;$(VSINSTALLDIR)\Common7\Tools\VsDevCmd.bat&quot; &amp;&amp; editbin.exe /NOLOGO $(EditBinFlags) @(IntermediateAssembly)</EditBinCommand>
<EditBinCommand Condition="'$(VsInstallRoot)' != '' and '$(EditBinCommand)' != ''">call &quot;$(VsInstallRoot)\Common7\Tools\VsDevCmd.bat&quot; &amp;&amp; editbin.exe /NOLOGO $(EditBinFlags) @(IntermediateAssembly)</EditBinCommand>
<EditBinCommand Condition="'$(VsInstallRoot)' != '' and '$(EditBinCommand)' == ''">call &quot;$(VsInstallRoot)\Common7\Tools\VsDevCmd.bat&quot; &amp;&amp; editbin.exe /NOLOGO $(EditBinFlags) @(IntermediateAssembly)</EditBinCommand>
</PropertyGroup>

<Exec Condition="'$(EditBinFlags)'!=''"
Expand Down

0 comments on commit 5cd702f

Please sign in to comment.