diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-03-09 21:00:52 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-03-09 21:00:52 -0700 |
commit | 2468b611eb7ff3a716e6552440b8fa6102343cec (patch) | |
tree | f7186979c83b129ff60bea7a2f0be06426f018f7 /src | |
parent | 7ccdc7f888cd464dba37dd4cb384b8364ac4cc53 (diff) | |
download | DotNetOpenAuth-2468b611eb7ff3a716e6552440b8fa6102343cec.zip DotNetOpenAuth-2468b611eb7ff3a716e6552440b8fa6102343cec.tar.gz DotNetOpenAuth-2468b611eb7ff3a716e6552440b8fa6102343cec.tar.bz2 |
Fixed target path for .xml doc file in release builds.
Diffstat (limited to 'src')
-rw-r--r-- | src/DotNetOpenAuth/DotNetOpenAuth.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth/DotNetOpenAuth.csproj b/src/DotNetOpenAuth/DotNetOpenAuth.csproj index 1936bea..41eae6e 100644 --- a/src/DotNetOpenAuth/DotNetOpenAuth.csproj +++ b/src/DotNetOpenAuth/DotNetOpenAuth.csproj @@ -55,7 +55,7 @@ <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <AllowUnsafeBlocks>false</AllowUnsafeBlocks> - <DocumentationFile>..\..\bin\debug\DotNetOpenAuth.xml</DocumentationFile> + <DocumentationFile>..\..\bin\Release\DotNetOpenAuth.xml</DocumentationFile> <RunCodeAnalysis>true</RunCodeAnalysis> <CodeAnalysisRules>-Microsoft.Design#CA1054;-Microsoft.Design#CA1056;-Microsoft.Design#CA1055</CodeAnalysisRules> <CodeContractsEnableRuntimeChecking>False</CodeContractsEnableRuntimeChecking> |