Used the shared compiler process (XSCompiler.exe) to compile the project. This process caches type information so repeated compilations will be faster
/shared[: pipeName]
pipeName | This optional parameter specifies the pipename that the compiler uses to communicate between the foreground process (xsc.exe) and the background compiler (xscompiler.exe) |
This commandline option is useful to speed up compilation
1.Open the project's Properties page.
2.Click the Build tab.
3.Check or uncheck the "Use Shared compiler" option.