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

No support for wapproj files #211

Closed
cikuITreti opened this issue May 10, 2021 · 2 comments · Fixed by #246
Closed

No support for wapproj files #211

cikuITreti opened this issue May 10, 2021 · 2 comments · Fixed by #246
Labels
feature request New feature or enhancement

Comments

@cikuITreti
Copy link

Does slngen support wapproj files? When I invoke slngen on a wapproj file I get the following error

image

And from the VS console I get the following error message:

MyProject.wapproj : error : The operation could not be completed. Invalid class string

Opening another solution and adding the project manually works, therefore I don't think there is an issue with my project configuration.

Thanks,
Frank.

@jeffkl
Copy link
Collaborator

jeffkl commented May 11, 2021

SlnGen does not know about .wapproj projects yet. Fortunately, you can tell it what Project Type GUID to use:

https://github.com/microsoft/slngen/blob/main/docs/README.md#custom-project-types

You can also contribute back the project type GUID so that its built in for everyone: https://github.com/microsoft/slngen/blob/main/src/Shared/VisualStudioProjectTypeGuids.cs

@jeffkl
Copy link
Collaborator

jeffkl commented Jul 15, 2021

Looks like the project type GUID is C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5. Reference

I'll get this added to the list soon.

@jeffkl jeffkl added the feature request New feature or enhancement label Jul 15, 2021
jeffkl added a commit to jeffkl/SlnGen that referenced this issue Aug 4, 2021
Added project to list of known project type GUIDs.

Fixes microsoft#211
jeffkl added a commit that referenced this issue Aug 4, 2021
Added project to list of known project type GUIDs.

Fixes #211
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants