-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWebViewWithSendingPrint.sln
More file actions
38 lines (38 loc) · 2.21 KB
/
WebViewWithSendingPrint.sln
File metadata and controls
38 lines (38 loc) · 2.21 KB
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
29
30
31
32
33
34
35
36
37
38
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebViewWithSendingPrint", "WebViewWithSendingPrint\WebViewWithSendingPrint.csproj", "{8AF7A836-F675-48C8-A621-04E7AE79CAC1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DocumentsWebsite", "DocumentsWebsite\DocumentsWebsite.csproj", "{17B5C89B-C4F9-4D5A-9E33-DBEDE61719FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebViewWithSendingPrint.Maui", "WebViewWithSendingPrint.Maui\WebViewWithSendingPrint.Maui.csproj", "{2FD2499A-8D1D-48FA-8247-FC4BA33A75B0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8AF7A836-F675-48C8-A621-04E7AE79CAC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8AF7A836-F675-48C8-A621-04E7AE79CAC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8AF7A836-F675-48C8-A621-04E7AE79CAC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8AF7A836-F675-48C8-A621-04E7AE79CAC1}.Release|Any CPU.Build.0 = Release|Any CPU
{17B5C89B-C4F9-4D5A-9E33-DBEDE61719FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17B5C89B-C4F9-4D5A-9E33-DBEDE61719FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17B5C89B-C4F9-4D5A-9E33-DBEDE61719FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17B5C89B-C4F9-4D5A-9E33-DBEDE61719FD}.Release|Any CPU.Build.0 = Release|Any CPU
{2FD2499A-8D1D-48FA-8247-FC4BA33A75B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FD2499A-8D1D-48FA-8247-FC4BA33A75B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FD2499A-8D1D-48FA-8247-FC4BA33A75B0}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{2FD2499A-8D1D-48FA-8247-FC4BA33A75B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FD2499A-8D1D-48FA-8247-FC4BA33A75B0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B55C6C17-646A-492D-B065-F7776594C875}
EndGlobalSection
EndGlobal