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

[Visual Studio] header files with exclude tag and remove from project if all configurations ignore it #42

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Oct 4, 2018

  1. includeFiles in Visual Studio will now get ExcludedFromBuild tag too …

    …if they match conf.ResolvedSourceFilesBuildExclude
    DJLink committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    b7700ee View commit details
    Browse the repository at this point in the history
  2. Files are only added to a Visual Studio project if at least one of th…

    …e project configurations doesn't exclude it
    DJLink committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    878042f View commit details
    Browse the repository at this point in the history
  3. Fixed failure in regression_test.py, was missing updated samples "Upd…

    …ateSamplesOutput.bat" in last commit
    DJLink committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    8658b13 View commit details
    Browse the repository at this point in the history
  4. Added SourceFilesExclude and Regex to Project.Configuration, it is no…

    …w possible to use these properties to exclude files on a Configuration level
    
    Vcxprojec will now use ResolvedSourceFilesExclude instead of ResolveSourceFilesBuildExclude to determine if file should be added or not
    DJLink committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    d0eedc3 View commit details
    Browse the repository at this point in the history