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

[Csproj] Multiple csproj features #172

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

Commits on Feb 10, 2022

  1. [Csproj] Add a field for custom properties that are added after impor…

    …ts do be able to reference default msbuild functionality.
    
    * This was needed to be able to extend the "BuildDependsOn" property to add custom targets.
    kudaba committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    f3e609a View commit details
    Browse the repository at this point in the history
  2. [Csproj] Add properties to be able to set interop references by name,…

    … path and name external.
    kudaba committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    8bf55d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3e7be5 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. [Csproj] Add support for texttemplates that use Host.SetFileExtension…

    … instead of output extension tags.
    
    * Add dictionary helper GetOrAdd that will only create the new items on demand instead of having to create them at the function call site
    kudaba committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    3c36762 View commit details
    Browse the repository at this point in the history
  2. [Csproj] Add the ability for a project to specify its default copy be…

    …havior for content items.
    kudaba committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    853340c View commit details
    Browse the repository at this point in the history