This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathWestWind.WebView.HtmlToPdf.sln
50 lines (50 loc) · 3.02 KB
/
WestWind.WebView.HtmlToPdf.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34701.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Westwind.WebView.HtmlToPdf", "WestWind.WebView.HtmlToPdf\Westwind.WebView.HtmlToPdf.csproj", "{225554B9-0288-4DC8-AE73-1F4334E2B00C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Westwind.HtmlToPdf.Test", "Westwind.HtmlToPdf.Test\Westwind.HtmlToPdf.Test.csproj", "{413ED39E-1965-40D7-88B0-CA5DF91FDF89}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleSample", "ConsoleSample\ConsoleSample.csproj", "{A99DB5D0-033E-4221-8C38-5331DD439486}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestAndSamples", "TestAndSamples", "{AD40CB9C-37A2-497A-AB59-E0D634A2FF20}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetSample", "AspNetSample\AspNetSample.csproj", "{0EF5064B-FA8C-4B52-B064-4F60F43FACFC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{225554B9-0288-4DC8-AE73-1F4334E2B00C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{225554B9-0288-4DC8-AE73-1F4334E2B00C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{225554B9-0288-4DC8-AE73-1F4334E2B00C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{225554B9-0288-4DC8-AE73-1F4334E2B00C}.Release|Any CPU.Build.0 = Release|Any CPU
{413ED39E-1965-40D7-88B0-CA5DF91FDF89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{413ED39E-1965-40D7-88B0-CA5DF91FDF89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{413ED39E-1965-40D7-88B0-CA5DF91FDF89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{413ED39E-1965-40D7-88B0-CA5DF91FDF89}.Release|Any CPU.Build.0 = Release|Any CPU
{A99DB5D0-033E-4221-8C38-5331DD439486}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A99DB5D0-033E-4221-8C38-5331DD439486}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A99DB5D0-033E-4221-8C38-5331DD439486}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A99DB5D0-033E-4221-8C38-5331DD439486}.Release|Any CPU.Build.0 = Release|Any CPU
{0EF5064B-FA8C-4B52-B064-4F60F43FACFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EF5064B-FA8C-4B52-B064-4F60F43FACFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EF5064B-FA8C-4B52-B064-4F60F43FACFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EF5064B-FA8C-4B52-B064-4F60F43FACFC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{413ED39E-1965-40D7-88B0-CA5DF91FDF89} = {AD40CB9C-37A2-497A-AB59-E0D634A2FF20}
{A99DB5D0-033E-4221-8C38-5331DD439486} = {AD40CB9C-37A2-497A-AB59-E0D634A2FF20}
{0EF5064B-FA8C-4B52-B064-4F60F43FACFC} = {AD40CB9C-37A2-497A-AB59-E0D634A2FF20}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1B163354-AB5A-4370-82F7-E719157ED695}
EndGlobalSection
EndGlobal