|
596 | 596 | <Reference Include="System" />
|
597 | 597 | <Reference Include="System.Core" />
|
598 | 598 | <Reference Include="System.Xml" />
|
599 |
| - <Reference Include="Microsoft.Build.Framework" /> |
600 |
| - <Reference Include="Microsoft.Build.Engine" /> |
601 |
| - <Reference Include="Microsoft.Build" /> |
602 |
| - <Reference Include="Microsoft.Build.Utilities.v4.0" /> |
603 |
| - <Reference Include="Microsoft.Build.Tasks.v4.0" /> |
| 599 | + <Reference Include="Microsoft.Build.Framework" Condition=" '$(TargetFrameworkVersion)' == 'v4.0'" /> |
| 600 | + <Reference Include="Microsoft.Build.Engine" Condition=" '$(TargetFrameworkVersion)' == 'v4.0'" /> |
| 601 | + <Reference Include="Microsoft.Build" Condition=" '$(TargetFrameworkVersion)' == 'v4.0'" /> |
| 602 | + <Reference Include="Microsoft.Build.Utilities.v4.0" Condition=" '$(TargetFrameworkVersion)' == 'v4.0'" /> |
| 603 | + <Reference Include="Microsoft.Build.Tasks.v4.0" Condition=" '$(TargetFrameworkVersion)' == 'v4.0'" /> |
| 604 | + |
| 605 | + <Reference Include="Microsoft.Build.Framework, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition=" '$(TargetFrameworkVersion)' == 'v4.5'" /> |
| 606 | + <Reference Include="Microsoft.Build.Engine, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition=" '$(TargetFrameworkVersion)' == 'v4.5'" /> |
| 607 | + <Reference Include="Microsoft.Build, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition=" '$(TargetFrameworkVersion)' == 'v4.5'" /> |
| 608 | + <Reference Include="Microsoft.Build.Utilities.v12.0" Condition=" '$(TargetFrameworkVersion)' == 'v4.5'" /> |
| 609 | + <Reference Include="Microsoft.Build.Tasks.v12.0" Condition=" '$(TargetFrameworkVersion)' == 'v4.5'" /> |
604 | 610 | <Reference Include="FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
605 | 611 | <Private>False</Private>
|
606 | 612 | </Reference>
|
|
0 commit comments