summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-04-02 20:05:45 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2010-04-02 20:05:45 -0700
commit75ea76110725d756f79487d5176e1b5e7c79337c (patch)
tree0b899d663326d377c573c2d69f6c168f83483e0d /src
parenta4cc303e49f8a8ee2d80f389e6082fbf23c59a0a (diff)
downloadDotNetOpenAuth-75ea76110725d756f79487d5176e1b5e7c79337c.zip
DotNetOpenAuth-75ea76110725d756f79487d5176e1b5e7c79337c.tar.gz
DotNetOpenAuth-75ea76110725d756f79487d5176e1b5e7c79337c.tar.bz2
Fixed build break that resulted from recent Code Contracts upgrade.
Diffstat (limited to 'src')
-rw-r--r--src/DotNetOpenAuth/DotNetOpenAuth.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth/DotNetOpenAuth.csproj b/src/DotNetOpenAuth/DotNetOpenAuth.csproj
index bca2a84..1c018eb 100644
--- a/src/DotNetOpenAuth/DotNetOpenAuth.csproj
+++ b/src/DotNetOpenAuth/DotNetOpenAuth.csproj
@@ -736,7 +736,7 @@ http://opensource.org/licenses/ms-pl.html
<ItemGroup>
<SignDependsOn Include="BuildUnifiedProduct" />
<DelaySignedAssemblies Include="$(ILMergeOutputAssembly);
- $(OutputPath)$(ProductName).Contracts.dll;
+ $(OutputPath)CodeContracts\$(ProductName).Contracts.dll;
" />
</ItemGroup>
<PropertyGroup>