Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Use 9A19103F-16F7-4668-BE54-9A1E7A4F7556 for SDK-style projects #2

Open
KirillOsenkov opened this issue Oct 11, 2018 · 2 comments
Open
Assignees

Comments

@KirillOsenkov
Copy link
Member

Currently Xamarin.MSBuild.Sdk GenerateSolution is using the old project system Guid for C#:

static readonly Guid csprojTypeGuid = new Guid ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}");

When generating .sln for SDK-Style projects it should be using 9A19103F-16F7-4668-BE54-9A1E7A4F7556 instead.

@abock
Copy link
Contributor

abock commented Oct 13, 2018

This is wildly contentious and is a conflict that exists today between VS Mac (and .NET Core's dotnet sln add ...) and VS Win. I believe introducing the new 9A19103F GUID was a mistake and VS Win really needs to switch back.

See dotnet/project-system#1821 (and my take in dotnet/project-system#1821 (comment)).

@abock abock closed this as completed Oct 13, 2018
@KirillOsenkov KirillOsenkov self-assigned this Apr 6, 2021
@KirillOsenkov KirillOsenkov reopened this Apr 6, 2021
@KirillOsenkov
Copy link
Member Author

Seeing how this is still not solved in VSWin world, and we're still suffering because of this, the best solution is for the generator to support both so we can choose. Right now I'm just fighting the tooling.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants