File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -315,13 +315,11 @@ FSharp.Compiler.Service.ProjectCracker. This NuGet package contains a
315315library FSharp.Compiler.Service.ProjectCracker.dll, which should be
316316referenced by your application directly, and an executable
317317FSharp.Compiler.Service.ProjectCrackerTool.exe, which should be copied
318- into the output folder of your application by the build process. This
319- can be accomplished by adding lines to your `.fsproj` file similar to:
320-
321- <Target Name="AfterBuild">
322- <Copy SourceFiles="..\packages\FSharp.Compiler.Service.ProjectCracker\lib\net45\FSharp.Compiler.Service.ProjectCrackerTool.exe" DestinationFolder="$(OutputPath)" />
323- <Copy SourceFiles="..\packages\FSharp.Compiler.Service.ProjectCracker\lib\net45\FSharp.Compiler.Service.ProjectCrackerTool.exe.config" DestinationFolder="$(OutputPath)" />
324- </Target>
318+ into the output folder of your application by the build process. If
319+ you install using Paket or NuGet, then this will be configured for you
320+ automatically. If not, you should reference the provided `.targets`
321+ file manually in your application. This can be found in the NuGet
322+ package at `build/net45/FSharp.Compiler.Service.ProjectCrackerTool.targets`.
325323
326324The reason for this split is so that the analysis of an F# project
327325file is performed out of process, in order that the necessary assembly
You can’t perform that action at this time.
0 commit comments