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

#3794 Mirror #3832

Commits on Mar 11, 2021

  1. Clean-up whitespace and duplicate files in Design projects

    Just a basic trailing whitespace clean-up, no formatting changes.
    Also, Removing common files in the 'Layout.Design' project that were duplicated.
    Nirmal4G authored and michael-hawker committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    2723447 View commit details
    Browse the repository at this point in the history
  2. Converted Design projects to Sdk-style

    - Remove 'AssemblyInfo.cs' as it is generated by the .NET SDK.
    - Move 'MetadataRegistration.cs' into Common folder
      so that it can be shared across Design projects along with others.
    - Update Solution to Use CPS for the Design projects.
    Nirmal4G authored and michael-hawker committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    67281e9 View commit details
    Browse the repository at this point in the history
  3. Build Design project's parent when not under solution build

    The reason we build the Controls library first is that we have a dependency on the XML Doc file it generates.
    The Doc file is embedded within the Design library and it uses it's type-info to populate metadata automatically.
    Nirmal4G authored and michael-hawker committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    30c6164 View commit details
    Browse the repository at this point in the history