Skip to content

Commit e346b79

Browse files
committed
remove copy of sigdata and optdata
1 parent 1b68ca2 commit e346b79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/FsiExe/FsiExe.fsproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,10 @@
7777
<FSharpTargetsPath>$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets</FSharpTargetsPath>
7878
</PropertyGroup>
7979
<Import Project="$(FSharpTargetsPath)" Condition="Exists('$(FSharpTargetsPath)')" />
80+
<!--
8081
<Target Name="BeforeBuild">
8182
<Copy SourceFiles="$(MSBuildExtensionsPath32)\..\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\$(TargetFSharpCoreVersion)\FSharp.Core.sigdata" DestinationFolder="$(OutputPath)" />
8283
<Copy SourceFiles="$(MSBuildExtensionsPath32)\..\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\$(TargetFSharpCoreVersion)\FSharp.Core.optdata" DestinationFolder="$(OutputPath)" />
8384
</Target>
85+
-->
8486
</Project>

0 commit comments

Comments
 (0)