Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Add "Exclude" attribute support to Compile tag #258

Merged
merged 2 commits into from Oct 12, 2017

Commits on Oct 11, 2017

  1. Add "Exclude" attribute support to Compile tag

    According to the following documents:
    https://docs.microsoft.com/en-us/visualstudio/msbuild/how-to-exclude-files-from-the-build
    https://docs.microsoft.com/en-us/dotnet/core/tools/csproj
    
    The Compile & Content tags did support glob patterns, and "exclude" is an essential complement to "include".
    This is very useful for porting existing Unity modules / plugins to Protobuild (for example exclude those files inside the Editor folder while using globs).
    ming4883 committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    d2c93a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. Configuration menu
    Copy the full SHA
    22c688c View commit details
    Browse the repository at this point in the history