Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Configurations property not supported in project files #4837

@slluis

Description

@slluis

In SDK style project files it is possible to use the Configurations property to list the configurations supported by the project. For example:

  <PropertyGroup>
    <TargetFramework>netstandard2.0</TargetFramework>
    <Platforms>x64</Platforms>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <Configurations>Debug.Windows;Release.Windows;Debug.Mac;Release.Mac</Configurations>
  </PropertyGroup>

MonoDevelop doesn't currently support this.

VS bug #617799

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions