The Advanced property page in the Configuration Properties folder contains the following properties:
- Incremental Build
- Enables the incremental compiler. See /incremental for more information.
See IncrementalBuild Property for information on how to programmatically access this property.
- Base Address
- Specifies the preferred base address at which to load a DLL. See /baseaddress for more information.
See BaseAddress Property for information on how to programmatically access this property.
- File Alignment
- Specifies the size of sections in your output file. See /filealign for more information.
See FileAlignment Property for information on how to programmatically access this property.
- Do not Use Mscorlib
- Prevents the import of mscorlib.dll, which defines the entire System namespace. See /nostdlib for more information.
See NoStdLib for information on how to programmatically access this property.
For information on how to access the Advanced property page in the Configuration Properties folder, see Setting Visual C# Project Properties.
Smart Device Developer Notes
- Incremental build, Base address, and Do not Use Mscorlib
- Not supported.
See Also
Setting Visual C# Project Properties