Skip to content
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

SDK-style projects are added as legacy project type guids #29

Closed
dfederm opened this issue Jul 16, 2018 · 0 comments
Closed

SDK-style projects are added as legacy project type guids #29

dfederm opened this issue Jul 16, 2018 · 0 comments

Comments

@dfederm
Copy link
Member

dfederm commented Jul 16, 2018

This causes VS to (incorrectly) attempt to fix the project and not handle it correctly as it thinks it's a legacy projects type instead of using CPS.

For SDK-style C# projects, it needs project type GUID 9A19103F-16F7-4668-BE54-9A1E7A4F7556 instead of FAE04EC0-301F-11D3-BF4B-00C04F79EFBC

jeffkl added a commit that referenced this issue Jul 30, 2018
Use a `Guid` instead of a `string` for storing the values.

Have a dictionary for legacy/NET SDK project type GUIDS

Added some unit tests

Fixes #29
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