|
21 | 21 | <TargetFrameworkVersion Condition="'$(TargetFramework)'=='net40'">v4.5</TargetFrameworkVersion> |
22 | 22 | <BaseAddress>0x06800000</BaseAddress> |
23 | 23 | <OtherFlags>$(OtherFlags) --warnon:1182</OtherFlags> |
24 | | - <OtherFlags>$(OtherFlags) --staticlink:System.Collections.Immutable</OtherFlags> |
25 | | - <OtherFlags>$(OtherFlags) --staticlink:Microsoft.DiaSymReader</OtherFlags> |
26 | | - <OtherFlags>$(OtherFlags) --staticlink:System.Reflection.Metadata</OtherFlags> |
27 | 24 | <OtherFlags Condition=" '$(TargetFramework)'=='coreclr'">$(OtherFlags) --targetprofile:netcore</OtherFlags> |
28 | 25 | </PropertyGroup> |
29 | 26 | <!-- MonoDevelop likes these here to recognise the configurations --> |
|
591 | 588 | <Reference Include="Microsoft.Build.Tasks.$(MSBuildVersionSuffix), Version=$(MSBuildVersionFull), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
592 | 589 | <Private>True</Private> |
593 | 590 | </Reference> |
594 | | - <Reference Include="ISymWrapper, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> |
| 591 | + <Reference Include="ISymWrapper, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> |
595 | 592 | <Reference Include="Microsoft.DiaSymReader.PortablePdb"> |
596 | 593 | <HintPath>..\..\..\packages\Microsoft.DiaSymReader.PortablePdb.1.1.0\lib\portable-net45+win8\Microsoft.DiaSymReader.PortablePdb.dll</HintPath> |
| 594 | + <Private>True</Private> |
597 | 595 | </Reference> |
598 | 596 | <Reference Include="Microsoft.DiaSymReader"> |
599 | 597 | <HintPath>..\..\..\packages\Microsoft.DiaSymReader.1.0.8\lib\portable-net45+win8\Microsoft.DiaSymReader.dll</HintPath> |
| 598 | + <Private>True</Private> |
600 | 599 | </Reference> |
601 | 600 | <Reference Include="System.Reflection.Metadata"> |
602 | 601 | <HintPath>..\..\..\packages\System.Reflection.Metadata.1.4.1-beta-24227-04\lib\portable-net45+win8\System.Reflection.Metadata.dll</HintPath> |
| 602 | + <Private>True</Private> |
603 | 603 | </Reference> |
604 | 604 | <Reference Include="System.Collections.Immutable"> |
605 | 605 | <HintPath>..\..\..\packages\System.Collections.Immutable.1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath> |
| 606 | + <Private>True</Private> |
606 | 607 | </Reference> |
607 | 608 | </ItemGroup> |
608 | 609 | <ItemGroup> |
|
615 | 616 | <Import Project="$(FSharpSourcesRoot)\FSharpSource.targets" /> |
616 | 617 | <Import Project="$(FsLexYaccpath)\FsLexYacc.targets" /> |
617 | 618 |
|
618 | | - <Import Project="$(FSharpSourcesRoot)\..\lkg\FSharp-$(LkgVersion)\bin\FSharp.PowerPack.targets" /> |
619 | | - <Target Name="GatherBinariesToBeSigned" AfterTargets="Localize"> |
620 | | - <ItemGroup> |
621 | | - <BinariesToBeSigned Include="$(OutDir)$(AssemblyName).dll" /> |
622 | | - <BinariesToBeSigned Include="$(OutDir)localize\**\$(AssemblyName).resources.dll" /> |
623 | | - <FilesToSign Include="@(BinariesToBeSigned)"> |
624 | | - <Authenticode>Microsoft</Authenticode> |
625 | | - <StrongName>StrongName</StrongName> |
626 | | - </FilesToSign> |
627 | | - </ItemGroup> |
628 | | - </Target> |
629 | 619 | </Project> |
0 commit comments