Skip to content

Commit

Permalink
[xbuild]: Actually add the $(TargetFrameworkMonikerAssemblyAttributes…
Browse files Browse the repository at this point in the history
…Path) to @(Compile).
  • Loading branch information
Martin Baulig committed Sep 20, 2013
1 parent bdc4eb0 commit 90f23bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mcs/tools/xbuild/xbuild/4.0/Microsoft.Common.targets
Expand Up @@ -250,6 +250,10 @@
ContinueOnError="true"
Condition="'@(Compile)' != '' and '$(TargetFrameworkMonikerAssemblyAttributeText)' != ''"
/>

<ItemGroup Condition="'@(Compile)' != '' and '$(TargetFrameworkMonikerAssemblyAttributeText)' != ''">
<Compile Include="$(TargetFrameworkMonikerAssemblyAttributesPath)"/>
</ItemGroup>
</Target>

<Target Name="ResolveReferences" DependsOnTargets="$(ResolveReferencesDependsOn)"/>
Expand Down

0 comments on commit 90f23bf

Please sign in to comment.