Skip to content

[Feature Request] Solution Import Sharing #116

Open
@jwyza-pi

Description

@jwyza-pi

Add ability to import shared sections. Similar to what you can do with csproj files:

<Project Sdk="Microsoft.NET.Sdk.Web">
    <Import Project="../../buildFiles/NonTest.Build.props" />
    <!-- Rest of project files -->
</Project>

something like:

<Solution>
    <Import Solution="../../buildFiles/baseSolution.slnx" />
    <!-- Rest of Solution -->
</Solution>

where ../../buildFiles/baseSolution.slnx might be:

<Solution>
  <Configurations>
    <Platform Name="Any CPU" />
    <Platform Name="x64" />
    <Platform Name="x86" />
  </Configurations>
  <Folder Name="MySharedStuff">
    <File Path="../.editorconfig" />
  </Folder>
</Solution>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions