Skip to content

Commit 20cbbc9

Browse files
authored
Update README.md
Note what WebView2Samples.sln is.
1 parent 4cb81c4 commit 20cbbc9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This repository contains samples that demonstrate the features and usage patterns of [WebView2](https://aka.ms/webview2). As we add more features to WebView2, we will regularly update our samples.
44

5+
[WebView2Samples.sln](WebView2Samples.sln) is a collective soluction that inlcudes [WebView2APISample.vcxproj](WebView2APISample/WebView2APISample.vcxproj), [WebView2WpfBrowser.csproj](WebView2WpfBrowser/WebView2WpfBrowser.csproj), and [WebView2WindowsFormsBrowser.csproj](WebView2WindowsFormsBrowser/WebView2WindowsFormsBrowser.csproj).
6+
57
Please leave feedback in our [our feedback repo](https://aka.ms/webviewfeedback)!
68

79
## Win32 C/C++
@@ -14,7 +16,7 @@ This will require downloading the [Getting Started Guide](https://github.com/Mic
1416

1517
#### Comprehensive API Sample
1618

17-
The **Win32 C++ Sample** `WebView2APISample.vcxproj` can be found in the [WebView2APISample](./WebView2APISample) directory.
19+
The **Win32 C++ Sample** can be found in the [WebView2APISample](./WebView2APISample) directory.
1820

1921
#### Multiple WebViews Sample
2022

@@ -31,8 +33,8 @@ Follow the [WebView2Browser guide](https://github.com/MicrosoftEdge/WebView2Brow
3133

3234
#### Comprehensive API Sample
3335

34-
* The **WPF Sample** `WebView2WpfBrowser.csproj` can be found in the [WebView2WpfBrowser](./WebView2WpfBrowser) directory.
35-
* The **Windows Forms Sample** `WebView2WindowsFormsBrowser.csproj` can be found in the [WebView2WindowsFormsBrowser](./WebView2WindowsFormsBrowser) directory.
36+
* The **WPF Sample** can be found in the [WebView2WpfBrowser](./WebView2WpfBrowser) directory.
37+
* The **Windows Forms Sample** can be found in the [WebView2WindowsFormsBrowser](./WebView2WindowsFormsBrowser) directory.
3638

3739
## UWP/WinUI
3840

0 commit comments

Comments
 (0)