diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-07-20 08:16:20 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-07-20 08:16:20 -0700 |
commit | 2406fd5321fc45b62e3f9087323dc428498f2090 (patch) | |
tree | 114b20ae859645749ea12b62bffc84a60ed5a378 | |
parent | e0eb2c63afa951b659015eebaed671116f027e28 (diff) | |
download | DotNetOpenAuth-2406fd5321fc45b62e3f9087323dc428498f2090.zip DotNetOpenAuth-2406fd5321fc45b62e3f9087323dc428498f2090.tar.gz DotNetOpenAuth-2406fd5321fc45b62e3f9087323dc428498f2090.tar.bz2 |
Fixed another build break.v3.4.5.10201
-rw-r--r-- | samples/tools.proj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/tools.proj b/samples/tools.proj index 94da8c8..e7d89d9 100644 --- a/samples/tools.proj +++ b/samples/tools.proj @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.props))\EnlistmentInfo.props" Condition=" '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.props))' != '' " /> <Import Project="$(MSBuildProjectDirectory)\..\tools\DotNetOpenAuth.automated.props"/> <Target Name="Layout"> @@ -55,4 +56,5 @@ </Target> <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 |