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

How To Build WebView2WpfBrowser #243

Open
bobknowscode opened this issue May 15, 2024 · 1 comment
Open

How To Build WebView2WpfBrowser #243

bobknowscode opened this issue May 15, 2024 · 1 comment

Comments

@bobknowscode
Copy link

I have cloned the https://github.com/MicrosoftEdge/WebView2Samples.git repo. I would like to build the solution but I see that many of the projects including the WebView2WpfBrowser is skipped. I believe it is due to a configuration on the project and that configuration is not selectable through the Visual Studio 2022 dropdown.

image
The only available configuration options are Release and Debug. There are no options to select Debug Stable APIs or Release Stable APIs etc
image

The question / issue I have is how to modify the configurations for these projects to either use the Release/Debug standard configurations or how to add the Debug/Release Stable APIs configurations to the solution configuration dropdown.

@oggy22
Copy link
Member

oggy22 commented Jun 5, 2024

For these two projects you should open them separately in their own solution files. What is specific about them is that they have two versions Debug/Release Stable APIs and Debug/Release Experimental APIs where the second one is supposed to be used with the latest -prerelease package.

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

2 participants