diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-01-29 10:18:06 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-01-29 10:38:33 -0800 |
commit | cf2ac40a21df5c561f8ee7f65c56ce8d62d2123d (patch) | |
tree | 7b306a52153b3c0f84cf0bdd481a7646f4c4fc46 /tools | |
parent | 94d3bb7d936246c05a9f6b48481832a30fdbcca2 (diff) | |
download | DotNetOpenAuth-cf2ac40a21df5c561f8ee7f65c56ce8d62d2123d.zip DotNetOpenAuth-cf2ac40a21df5c561f8ee7f65c56ce8d62d2123d.tar.gz DotNetOpenAuth-cf2ac40a21df5c561f8ee7f65c56ce8d62d2123d.tar.bz2 |
Fixed up all existing NuGet packages and added several more. All but UI dll's are now packaged in NuGet.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/DotNetOpenAuth.targets | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/DotNetOpenAuth.targets b/tools/DotNetOpenAuth.targets index 6a8689e..3765455 100644 --- a/tools/DotNetOpenAuth.targets +++ b/tools/DotNetOpenAuth.targets @@ -123,5 +123,7 @@ </MSBuild> </Target> + <Target Name="GetOutputPath" Outputs="$(OutputPath)" /> + <Import Condition="'$(CodeContractsImported)' != 'true' AND ('$(DontImportCodeContracts)' != 'true' or '$(ImportCodeContractsFromToolset)' == 'true')" Project="$(CodeContractsInstallDir)\MsBuild\v4.0\Microsoft.CodeContracts.targets"/> </Project> |