summaryrefslogtreecommitdiffstats
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
parenta4cc303e49f8a8ee2d80f389e6082fbf23c59a0a (diff)
downloadDotNetOpenAuth-75ea76110725d756f79487d5176e1b5e7c79337c.zip
DotNetOpenAuth-75ea76110725d756f79487d5176e1b5e7c79337c.tar.gz
DotNetOpenAuth-75ea76110725d756f79487d5176e1b5e7c79337c.tar.bz2
Fixed build break that resulted from recent Code Contracts upgrade.
-rw-r--r--src/DotNetOpenAuth/DotNetOpenAuth.csproj2
-rw-r--r--tools/drop.proj2
2 files changed, 2 insertions, 2 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>
diff --git a/tools/drop.proj b/tools/drop.proj
index 71de049..317aba6 100644
--- a/tools/drop.proj
+++ b/tools/drop.proj
@@ -44,7 +44,7 @@
$(ILMergeOutputAssemblyDirectory)$(SignedSubPath)$(ProductName).dll;
$(ILMergeOutputAssemblyDirectory)$(ProductName).pdb;
$(OutputPath)$(ProductName).xml;
- $(OutputPath)$(SignedSubPath)$(ProductName).Contracts.???;
+ $(OutputPath)CodeContracts\$(SignedSubPath)$(ProductName).Contracts.???;
$(ProjectRoot)Doc\README.Bin.html;
$(ProjectRoot)src\$(ProductName)\Configuration\$(ProductName).xsd;
" />