Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

Commit

Permalink
Fixed more DotNetOpenAuth.Messaging -> DNOA.Core rename issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Jan 29, 2012
1 parent ab5d29b commit 7d43c32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DotNetOpenAuth.Core/DotNetOpenAuth.Core.csproj
Expand Up @@ -10,7 +10,7 @@
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{60426312-6AE5-4835-8667-37EDEA670222}</ProjectGuid>
<AppDesignerFolder>Properties</AppDesignerFolder>
<AssemblyName>DotNetOpenAuth.Messaging</AssemblyName>
<AssemblyName>DotNetOpenAuth.Core</AssemblyName>
</PropertyGroup>
<Import Project="$(ProjectRoot)tools\DotNetOpenAuth.Product.props" />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
2 changes: 1 addition & 1 deletion tools/drop.proj
Expand Up @@ -50,7 +50,7 @@
$(ILMergeOutputAssemblyDirectory)$(ProductName).xml;
$(OutputPath)CodeContracts\$(SignedSubPath)$(ProductName).Contracts.???;
$(ProjectRoot)Doc\README.Bin.html;
$(ProjectRoot)src\$(ProductName).Messaging\Configuration\$(ProductName).xsd;
$(ProjectRoot)src\$(ProductName).Core\Configuration\$(ProductName).xsd;
" />
<DropSatelliteSourceFiles Include="$(OutputPath)**\$(SignedSubPath)$(ProductName).resources.dll" />
<DropSatelliteSourceFiles>
Expand Down

0 comments on commit 7d43c32

Please sign in to comment.