0%
November 16, 2022

Visual Studio Solution Configuration

C++

  1. Right click the name of current solution
  2. Click on Properties
  3. Click on General
  4. On the top, change Configuration to All Configuration;
  5. change Platform to All Platforms
  6. In General Properties > Output Directory, type
    $(SolutionDir)bin\$(Platform)\$(Configuration)\
  7. In General Properties > Intermediate Directory, type
    $(SolutionDir)bin\intermediates\$(Platform)\$(Configuration)\