diff options
Diffstat (limited to 'doc/doc.proj')
-rw-r--r-- | doc/doc.proj | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/doc.proj b/doc/doc.proj index 75f3cdc..e75565c 100644 --- a/doc/doc.proj +++ b/doc/doc.proj @@ -9,8 +9,8 @@ For creating or publishing to web sites: $(DocWebRoot): the full physical path to where documentation should be copied to, excluding $(BranchName) --> - - <Import Project="$(MSBuildProjectDirectory)\..\tools\DotNetOpenAuth.automated.props"/> + <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.props))\EnlistmentInfo.props" Condition=" '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.props))' != '' " /> + <Import Project="..\tools\DotNetOpenAuth.automated.props"/> <Target Name="Build" DependsOnTargets="BuildProduct;Chm" Condition=" '$(NoDocumentation)' != 'true' " /> @@ -62,4 +62,5 @@ <Import Project="$(ProjectRoot)tools\Documentation.targets"/> <Import Project="$(ProjectRoot)tools\DotNetOpenAuth.automated.targets"/> + <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))\EnlistmentInfo.targets" Condition=" '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))' != '' " /> </Project>
\ No newline at end of file |