diff options
-rw-r--r-- | src/DotNetOpenAuth/DotNetOpenAuth.csproj | 2 | ||||
-rw-r--r-- | tools/drop.proj | 2 |
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; " /> |