Skip to content

Commit

Permalink
setting buildprojectreferences to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Anipik committed May 6, 2020
1 parent 6860264 commit 09b6f82
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,14 @@
</AssemblyMetadata>
</ItemGroup>

<Target Name="SetBuildProjectReferences">
<PropertyGroup>
<BuildProjectReferences>false</BuildProjectReferences>
</PropertyGroup>
</Target>

<Target Name="GenerateReferenceAssemblySource"
DependsOnTargets="ResolveAssemblyReferences"
DependsOnTargets="SetBuildProjectReferences;ResolveAssemblyReferences"
Inputs="$(TargetPath)"
Outputs="$(GenAPITargetPath)">

Expand Down

0 comments on commit 09b6f82

Please sign in to comment.