Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove all our path antics; force native projects to bin/, obj/ #8062

Merged
merged 5 commits into from
Oct 27, 2020

Commits on Oct 27, 2020

  1. Remove all of our wild path antics; force C++/WinRT projects to bin/,…

    … obj/
    
    This commit fixes our longstanding build artifact output issues and
    finally unifies all C++ project output into bin/ and obj/.
    
    I've removed NoOutputRedirection.
    
    I validated this change by running repeated incremental builds after
    changing individual .cpp files in many of our C++/WinRT projects.
    DHowett committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    c33883d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc9a1d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf422df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f72b9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3680669 View commit details
    Browse the repository at this point in the history