ubisoft / Sharpmake

Sharpmake is an open-source C#-based solution for generating project definition files, such as Visual Studio projects and solutions, GNU makefiles, Xcode projects, etc.
Apache License 2.0
922 stars 168 forks source link

Added Configuration.Name and Configuration.Platform into output .csproj #360

Open DDev101 opened 4 months ago

DDev101 commented 4 months ago

Issue: #359

This is my attempt at fixing this issue.

Configuration Names and Platforms are now generated inside the .csproj description and now show up as proper configurations in visual studio .

Changes include:

DDev101 commented 4 months ago

This actually requires updates to tests. I will make a change soon

DDev101 commented 4 months ago

On branch "main" it seems that tests are already broken.

I assume there is no relation to this change.

Ready for checks