We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Does slngen support wapproj files? When I invoke slngen on a wapproj file I get the following error
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.
The text was updated successfully, but these errors were encountered:
SlnGen does not know about .wapproj projects yet. Fortunately, you can tell it what Project Type GUID to use:
.wapproj
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
Sorry, something went wrong.
Looks like the project type GUID is C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5. Reference
C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5
I'll get this added to the list soon.
Support for .wapproj projects
6c56c72
Added project to list of known project type GUIDs. Fixes microsoft#211
Support for .wapproj projects (#246)
288a9a8
Added project to list of known project type GUIDs. Fixes #211
Successfully merging a pull request may close this issue.
Does slngen support wapproj files? When I invoke slngen on a wapproj file I get the following error
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.
The text was updated successfully, but these errors were encountered: