File tree Expand file tree Collapse file tree 4 files changed +0
-19
lines changed
setup/Swix/Microsoft.FSharp.Compiler.MSBuild Expand file tree Collapse file tree 4 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -99,8 +99,6 @@ folder "InstallDir:Common7\IDE\CommonExtensions\Microsoft\FSharp"
9999 file source="$(BinariesFolder)\FSharp.Compiler.Private\$(Configuration)\$(TargetFramework)\System.Threading.Tasks.Dataflow.dll"
100100 file source="$(BinariesFolder)\FSharp.Compiler.Server.Shared\$(Configuration)\$(TargetFramework)\FSharp.Compiler.Server.Shared.dll" vs.file.ngen=yes vs.file.ngenArchitecture=All vs.file.ngenPriority=2
101101 file source="$(BinariesFolder)\FSharp.Core\$(Configuration)\netstandard2.0\FSharp.Core.dll" vs.file.ngen=yes vs.file.ngenArchitecture=All vs.file.ngenPriority=2
102- file source="$(BinariesFolder)\FSharp.Core\$(Configuration)\netstandard2.0\FSharp.Core.optdata"
103- file source="$(BinariesFolder)\FSharp.Core\$(Configuration)\netstandard2.0\FSharp.Core.sigdata"
104102 file source="$(BinariesFolder)\FSharp.Build\$(Configuration)\$(TargetFramework)\FSharp.Build.dll" vs.file.ngen=yes vs.file.ngenArchitecture=All vs.file.ngenPriority=2
105103 file source="$(BinariesFolder)\Microsoft.DotNet.DependencyManager\$(Configuration)\net472\Microsoft.DotNet.DependencyManager.dll" vs.file.ngen=yes vs.file.ngenArchitecture=All vs.file.ngenPriority=2
106104 file source="$(BinariesFolder)\FSharp.Build\$(Configuration)\$(TargetFramework)\Microsoft.Build.Framework.dll"
Original file line number Diff line number Diff line change 225225 <PackageReference Include =" System.Threading.Tasks.Parallel" Version =" $(SystemThreadingTasksParallelVersion)" />
226226 </ItemGroup >
227227
228- <!-- Hook compilation phase to do custom work -->
229- <!-- NOTE: The optdata and sigdata files are no longer needed by the F# compiler (the information is -->
230- <!-- integrated as resources into more recent FSharp.Core.dll's. However they are still produced to -->
231- <!-- allow older versions of the F# compiler to reference more recent FSharp.Core packages -->
232- <Target Name =" CopyToBuiltBin" BeforeTargets =" AfterCompile" AfterTargets =" CoreCompile" >
233- <ItemGroup >
234- <BuiltProjectOutputGroupKeyOutput Include =" $(IntermediateOutputPath)\FSharp.Core.sigdata" />
235- <BuiltProjectOutputGroupKeyOutput Include =" $(IntermediateOutputPath)\FSharp.Core.optdata" />
236- </ItemGroup >
237- <Copy SourceFiles =" $(IntermediateOutputPath)\FSharp.Core.sigdata" DestinationFolder =" $(OutputPath)" SkipUnchangedFiles =" true" />
238- <Copy SourceFiles =" $(IntermediateOutputPath)\FSharp.Core.optdata" DestinationFolder =" $(OutputPath)" SkipUnchangedFiles =" true" />
239- </Target >
240-
241228</Project >
Original file line number Diff line number Diff line change 1111 $CommonFileElements$
1212
1313 <file src =" FSharp.Core\$Configuration$\netstandard2.0\FSharp.Core.dll" target =" lib\netstandard2.0" />
14- <file src =" FSharp.Core\$Configuration$\netstandard2.0\FSharp.Core.sigdata" target =" lib\netstandard2.0" />
15- <file src =" FSharp.Core\$Configuration$\netstandard2.0\FSharp.Core.optdata" target =" lib\netstandard2.0" />
1614 <file src =" FSharp.Core\$Configuration$\netstandard2.0\FSharp.Core.xml" target =" lib\netstandard2.0" />
1715
1816 <!-- resources -->
Original file line number Diff line number Diff line change @@ -245,8 +245,6 @@ set RESTOREDIR=!RESTOREBASE!\main_assemblies
245245CALL :checkAvailability main_assemblies
246246if " !BIN_AVAILABLE! " == " true" (
247247 CALL :backupAndOrCopy FSharp.Core.dll " %COMPILERMAINASSEMBLIESPATH% "
248- CALL :backupAndOrCopy FSharp.Core.optdata " %COMPILERMAINASSEMBLIESPATH% "
249- CALL :backupAndOrCopy FSharp.Core.sigdata " %COMPILERMAINASSEMBLIESPATH% "
250248 CALL :backupAndOrCopy FSharp.Core.xml " %COMPILERMAINASSEMBLIESPATH% "
251249)
252250
You can’t perform that action at this time.
0 commit comments