diff --git a/SampleApps/WebView2WpfBrowser/WebView2WpfBrowser.csproj b/SampleApps/WebView2WpfBrowser/WebView2WpfBrowser.csproj index a41c7e65..525c868b 100644 --- a/SampleApps/WebView2WpfBrowser/WebView2WpfBrowser.csproj +++ b/SampleApps/WebView2WpfBrowser/WebView2WpfBrowser.csproj @@ -8,7 +8,13 @@ WebView2 WPF Sample Browser App Copyright ©2020 true - Debug;Release + Debug Stable APIs;Release Stable APIs;Debug Experimental APIs;Release Experimental APIs + + + USE_WEBVIEW2_EXPERIMENTAL + + + USE_WEBVIEW2_EXPERIMENTAL x64 @@ -58,4 +64,4 @@ - \ No newline at end of file + diff --git a/SampleApps/WebView2WpfBrowser/WebView2WpfBrowser.sln b/SampleApps/WebView2WpfBrowser/WebView2WpfBrowser.sln index a07f1464..4bc9430f 100644 --- a/SampleApps/WebView2WpfBrowser/WebView2WpfBrowser.sln +++ b/SampleApps/WebView2WpfBrowser/WebView2WpfBrowser.sln @@ -7,14 +7,20 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebView2WpfBrowser", "WebVi EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU + Debug Experimental APIs|Any CPU = Debug Experimental APIs|Any CPU + Debug Stable APIs|Any CPU = Debug Stable APIs|Any CPU + Release Experimental APIs|Any CPU = Release Experimental APIs|Any CPU + Release Stable APIs|Any CPU = Release Stable APIs|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {EE405166-276B-486B-A7C6-D3E5BE2BBB6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {EE405166-276B-486B-A7C6-D3E5BE2BBB6C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {EE405166-276B-486B-A7C6-D3E5BE2BBB6C}.Release|Any CPU.ActiveCfg = Release|Any CPU - {EE405166-276B-486B-A7C6-D3E5BE2BBB6C}.Release|Any CPU.Build.0 = Release|Any CPU + {EE405166-276B-486B-A7C6-D3E5BE2BBB6C}.Debug Experimental APIs|Any CPU.ActiveCfg = Debug Experimental APIs|Any CPU + {EE405166-276B-486B-A7C6-D3E5BE2BBB6C}.Debug Experimental APIs|Any CPU.Build.0 = Debug Experimental APIs|Any CPU + {EE405166-276B-486B-A7C6-D3E5BE2BBB6C}.Debug Stable APIs|Any CPU.ActiveCfg = Debug Stable APIs|Any CPU + {EE405166-276B-486B-A7C6-D3E5BE2BBB6C}.Debug Stable APIs|Any CPU.Build.0 = Debug Stable APIs|Any CPU + {EE405166-276B-486B-A7C6-D3E5BE2BBB6C}.Release Experimental APIs|Any CPU.ActiveCfg = Release Experimental APIs|Any CPU + {EE405166-276B-486B-A7C6-D3E5BE2BBB6C}.Release Experimental APIs|Any CPU.Build.0 = Release Experimental APIs|Any CPU + {EE405166-276B-486B-A7C6-D3E5BE2BBB6C}.Release Stable APIs|Any CPU.ActiveCfg = Release Stable APIs|Any CPU + {EE405166-276B-486B-A7C6-D3E5BE2BBB6C}.Release Stable APIs|Any CPU.Build.0 = Release Stable APIs|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE