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
315
315
library FSharp.Compiler.Service.ProjectCracker.dll, which should be
316
316
referenced by your application directly, and an executable
317
317
FSharp.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`.
325
323
326
324
The reason for this split is so that the analysis of an F# project
327
325
file is performed out of process, in order that the necessary assembly
You can’t perform that action at this time.
0 commit comments