The Build properties page contains Configuration Specific properties. So you can have different properties here for a Debug and a Release configuration. Please read the Build Configuration topic for more information about build configurations
Item |
Description |
Command item |
Platform Target |
Select the platform target when compiling this project. This should be AnyCPU, X86, x64,Arm or Itanium. |
|
Prefer 32 Bit |
Prefer 32 bit when AnyCpu platform is selected. |
|
Intermediate Output Path |
Intermediate Output Path (macros are allowed). |
used by Visual Studio/MsBuild |
Output Path |
Output Path (macros are allowed). |
used by Visual Studio/MsBuild |
Code Signing KeyFile |
Choose a code signing key file. |
|
Delayed sign only |
Delayed signing. |
|
Sign the output assembly |
Sign the assembly |
|
Extra Command Line Options |
User-Defined Command Line options. |
you can specify additional commandline options here |
Optimize |
Should compiler optimize output? |
|
Register for COM interop |
Register the output assembly for COM Interop (requires administrator rights |
This will run a tool after the build process to register the assembly for COM interop. |
Use Shared Compiler |
Should the shared compiler be used to compile the project? (Faster, but may hide some compiler errors) |
-shared |
Defines for the preprocessor |
Defines for the preprocessor. |
|
Generate preprocessor output |
Save the output from the preprocessor to .ppo files. |
|
Suppress Specific Warnings |
Specify a list of warnings to suppress. |
|
Warning Level |
Set the warning level to a value between 0 and 4. |
|
Warnings As Errors |
Treat warnings as errors. |
|
Generate XML doc comments file |
Generate XML doc comments file. |
|
XML doc comments file name |
XML doc comments file name. |