Exclude some Embedded files and use modified ones

Sysprogs forums Forums VisualGDB Exclude some Embedded files and use modified ones

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #21184
    Luna
    Participant

    Hi there,

    I want to exclude some files from my project to use modified ones, I tried using in the Tab Embedded Frameworks, unselecting, but it also removes necessaries files

    A second behavior happens when I remove the specified file using the Solution Explorer, then I add manually my modified file from a different folder including the directory path on MSBuild Setting, it refuses to use my modified files and keeps using the file from the Embedded Framework

    It is an issue for me because I am using GitHub

    #21189
    support
    Keymaster

    Hi,

    This is by design. Changing anything on the Embedded Frameworks page will automatically regenerate the file list.

    If you want to exclude some of the files, please set the “Excluded from Build” flag via VS project properties. The file will then be still referenced from the .vcxproj file, but VisualGDB won’t try to compile it anymore.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.