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

Commit

Permalink
Fixes build with new DNOA.Mvc
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Oct 20, 2013
1 parent b76e665 commit 53bb41c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions tools/Documentation.targets
Expand Up @@ -14,6 +14,7 @@

<ItemGroup>
<MRefDependencyProjects Include="$(ProjectRoot)src\DotNetOpenAuth.Core\DotNetOpenAuth.Core.csproj" />
<MRefDependencyProjects Include="$(ProjectRoot)src\DotNetOpenAuth.Mvc\DotNetOpenAuth.Mvc.csproj" />
<MRefDependencyProjects Include="$(ProjectRoot)src\DotNetOpenAuth.OAuth2.Client\DotNetOpenAuth.OAuth2.Client.csproj" />
</ItemGroup>

Expand Down
5 changes: 4 additions & 1 deletion tools/sandcastle.targets
Expand Up @@ -122,8 +122,11 @@

<Target Name="ReflectionBase" Inputs="$(OutputAssemblyFile)" Outputs="$(ReflectionBaseFile)"
DependsOnTargets="CollectMRefDependencies;SetEnvironmentVars;CreateIntermediatePath;ProductionTools">
<RemoveDuplicates Inputs="@(MRefDependencies)">
<Output TaskParameter="Filtered" ItemName="UniqueMRefDependencies"/>
</RemoveDuplicates>
<ItemGroup>
<MRefDependenciesSwitch Include="@(MRefDependencies->'/dep:&quot;%(Identity)&quot;')" />
<MRefDependenciesSwitch Include="@(UniqueMRefDependencies->'/dep:&quot;%(Identity)&quot;')" />
</ItemGroup>
<PropertyGroup>
<MRefDependenciesSwitch>@(MRefDependenciesSwitch,' ')</MRefDependenciesSwitch>
Expand Down

0 comments on commit 53bb41c

Please sign in to comment.