Show/Hide Toolbars

XSharp

Used the shared compiler process (XSCompiler.exe) to compile the project. This process caches type information so repeated compilations will be faster

Syntax

/shared[: pipeName]

Arguments

pipeNameThis optional parameter specifies the pipename that the compiler uses to communicate between the foreground process (xsc.exe) and the background compiler (xscompiler.exe)

Remarks

This commandline option is useful to speed up compilation

 

To set this compiler option in the Visual Studio development environment:

 

1.Open the project's Properties page.

2.Click the Build tab.

3.Check or uncheck the "Use Shared compiler" option.