Enable use of instructions found on processors that support enhanced instruction sets, e.g., the SSE, SSE2, and AVX enhancements to the IA-32 and AVX enhancements to x64. Currently /arch:SSE and /arch:SSE2 are only available when building for the x86 architecture. If no option is specified, the compiler will use instructions found on processors that support SSE2. Use of enhanced instructions can be disabled with /arch:IA32. (/arch:SSE, /arch:SSE2, /arch:AVX, /arch:IA32)
Enable Intrinsic Functions : Enables intrinsic functions. Using intrinsic functions generates faster, but possibly larger, ...
Enable Logging : Emit information to Output Window for easier debugging of IntelliSense and browsing database configuration. ...
Enable MSBuid Multi-proc to build your solutions' projects in parallel, when possible, using all available processors on ...
Enable Preview handler support. Document data will be displayed in the Explorer's Preview Pane. A file extension must be ...
Enable use of instructions found on processors that support enhanced instruction sets, e.g., the SSE, SSE2, and AVX enhancements ...
Enable User Account Control (UAC) : Specifies whether or not User Account Control is enabled. (/MANIFESTUAC, /MANIFESTUAC:NO) ...
Enables an administrator to view and change the following configuration settings for a team project in the Source Control ...
Enables communication between Windows Phone SDK and Windows Phone device. If the service is stopped, application deployment ...
Enables cross-module optimizations by delaying code generation to link time; requires that linker option 'Link Time Code ...