Skip to content

[Feature Request] Solution Import Sharing #116

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

Open
jwyza-pi opened this issue Apr 28, 2025 · 0 comments
Open

[Feature Request] Solution Import Sharing #116

jwyza-pi opened this issue Apr 28, 2025 · 0 comments

Comments

@jwyza-pi
Copy link

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>
@jwyza-pi jwyza-pi changed the title [Feature Request] [Feature Request] Solution Import Sharing Apr 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant