Skip to content

Commit

Permalink
Fix benign typo
Browse files Browse the repository at this point in the history
This was benign because imports are already relative to the importing
project and the misspelling of MSBuildThisFileDirectory evaluated to
empty.
  • Loading branch information
nguerrera committed Feb 5, 2017
1 parent 895665a commit 55ec886
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Copyright (c) .NET Foundation. All rights reserved.
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDriectory)Microsoft.NET.DefaultAssemblyInfo.targets" />
<Import Project="$(MSBuildThisFileDirectory)Microsoft.NET.DefaultAssemblyInfo.targets" />

<!-- Set default intermediate and output paths -->
<Import Project="$(MSBuildThisFileDirectory)Microsoft.NET.DefaultOutputPaths.targets" />
Expand Down

0 comments on commit 55ec886

Please sign in to comment.