About 31,700 results
Open links in new tab
  1. Understand build configurations - Visual Studio (Windows)

    Oct 30, 2025 · Discover how to work with build configurations when you need to build your projects with different settings in Visual Studio.

  2. Examining DDR4 PC build options in 2026 - Tom's Hardware

    2 days ago · Desktops PC Building Examining DDR4 PC build options in 2026 — With high DDR5 prices, a PC build with DDR4 is worth considering, especially if you have RAM you can carry over …

  3. Build Options | Vite

    This option allows frameworks to force emitting them in other environments build. It is responsibility of the framework to merge the assets with a post build step.

  4. 0.9 — Configuring your compiler: Build configurations

    Sep 5, 2024 · When you create a new project in your IDE, most IDEs will set up two different build configurations for you: a release configuration, and a debug configuration. The debug configuration is …

  5. vite/docs/config/build-options.md at main · vitejs/vite · GitHub

    Jan 1, 2026 · Unless noted, the options in this section are only applied to build. Browser compatibility target for the final bundle. The default value is a Vite special value, 'baseline-widely-available', which …

  6. MSBuild Command-Line Reference - MSBuild | Microsoft Learn

    Jul 23, 2025 · When you use MSBuild.exe to build a project or solution file, you can include several switches to specify various aspects of the process. Every switch is available in two forms: -switch …

  7. Migrating to new build system • Angular

    Additionally for existing projects, you can manually opt-in to use the new builder on a per-application basis with two different options. Both options are considered stable and fully supported by the …

  8. visualstudio-docs/docs/ide/understanding-build-configurations.md at ...

    To create, select, modify, or delete a configuration, you can use the Configuration Manager. To open it, on the menu bar, choose Build > Configuration Manager, or just type Configuration in the search …

  9. dotnet build command - .NET CLI | Microsoft Learn

    Oct 8, 2025 · In addition to its options, the dotnet build command accepts MSBuild options, such as -p for setting properties or -l to define a logger. For more information about these options, see the …

  10. Set C++ Compiler and Build Properties in Visual Studio

    Nov 5, 2025 · To generate the correct code, the compiler has to know both the specific platform the program runs on and which specific compiler options to use. So when you set a property, it's …