-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWebview2Desktop.sln
28 lines (28 loc) · 1.73 KB
/
Webview2Desktop.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Webview2Desktop", "Webview2Desktop\Webview2Desktop.csproj", "{5E9DED34-95B8-4668-AA31-3A44BCBF0220}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Releaser", "Releaser\Releaser.csproj", "{490C4D24-31DD-4631-974B-B7A137F9B771}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Webview2.Bindings", "Webview2.Bindings\Webview2.Bindings.csproj", "{DEAA740E-008C-4316-B2C3-90EBE64393F4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5E9DED34-95B8-4668-AA31-3A44BCBF0220}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E9DED34-95B8-4668-AA31-3A44BCBF0220}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E9DED34-95B8-4668-AA31-3A44BCBF0220}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E9DED34-95B8-4668-AA31-3A44BCBF0220}.Release|Any CPU.Build.0 = Release|Any CPU
{490C4D24-31DD-4631-974B-B7A137F9B771}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{490C4D24-31DD-4631-974B-B7A137F9B771}.Debug|Any CPU.Build.0 = Debug|Any CPU
{490C4D24-31DD-4631-974B-B7A137F9B771}.Release|Any CPU.ActiveCfg = Release|Any CPU
{490C4D24-31DD-4631-974B-B7A137F9B771}.Release|Any CPU.Build.0 = Release|Any CPU
{DEAA740E-008C-4316-B2C3-90EBE64393F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEAA740E-008C-4316-B2C3-90EBE64393F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEAA740E-008C-4316-B2C3-90EBE64393F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEAA740E-008C-4316-B2C3-90EBE64393F4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal