forked from HtmlUnit/NHtmlUnit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNHtmlUnit.sln
98 lines (98 loc) · 6.05 KB
/
NHtmlUnit.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30110.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegrationTests", "tests\IntegrationTests\IntegrationTests.csproj", "{63131319-E7FF-4DC2-A55E-213327E701D1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "app", "app", "{B9019988-D169-4DE8-AB0E-16D0EBEB24FD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{63B6ADAD-20F5-47F6-9354-AFD18F28177B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NHtmlUnit", "app\NHtmlUnit\NHtmlUnit.csproj", "{8E71417D-9EEE-4FCD-B738-9D4939D1F20C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NHtmlUnit.Generator", "app\NHtmlUnitGenerator\NHtmlUnit.Generator.csproj", "{15D5F20A-A36D-48CF-9CE3-F79BDB18B7C9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleTest", "tests\ConsoleTest\ConsoleTest.csproj", "{DCEE9766-27F8-4E05-ACCE-9AD9CD55AE11}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{48CA8BC7-E132-40EC-A8AE-5A62B644431A}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".docs", ".docs", "{5B152A0C-87B8-4920-80AE-77F60A184ABF}"
ProjectSection(SolutionItems) = preProject
clean.cmd = clean.cmd
LICENSE-HtmlUnit.txt = LICENSE-HtmlUnit.txt
LICENSE.txt = LICENSE.txt
lib\HtmlUnit\Make.cmd = lib\HtmlUnit\Make.cmd
NHtmlUnit.nuspec = NHtmlUnit.nuspec
nuget-pack.cmd = nuget-pack.cmd
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(CodealikeProperties) = postSolution
SolutionGuid = b6764003-5843-4527-bc66-bb40ba5617bc
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{63131319-E7FF-4DC2-A55E-213327E701D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63131319-E7FF-4DC2-A55E-213327E701D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63131319-E7FF-4DC2-A55E-213327E701D1}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{63131319-E7FF-4DC2-A55E-213327E701D1}.Debug|Mixed Platforms.Build.0 = Debug|x64
{63131319-E7FF-4DC2-A55E-213327E701D1}.Debug|x86.ActiveCfg = Debug|Any CPU
{63131319-E7FF-4DC2-A55E-213327E701D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63131319-E7FF-4DC2-A55E-213327E701D1}.Release|Any CPU.Build.0 = Release|Any CPU
{63131319-E7FF-4DC2-A55E-213327E701D1}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{63131319-E7FF-4DC2-A55E-213327E701D1}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{63131319-E7FF-4DC2-A55E-213327E701D1}.Release|x86.ActiveCfg = Release|Any CPU
{8E71417D-9EEE-4FCD-B738-9D4939D1F20C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E71417D-9EEE-4FCD-B738-9D4939D1F20C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E71417D-9EEE-4FCD-B738-9D4939D1F20C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{8E71417D-9EEE-4FCD-B738-9D4939D1F20C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{8E71417D-9EEE-4FCD-B738-9D4939D1F20C}.Debug|x86.ActiveCfg = Debug|Any CPU
{8E71417D-9EEE-4FCD-B738-9D4939D1F20C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E71417D-9EEE-4FCD-B738-9D4939D1F20C}.Release|Any CPU.Build.0 = Release|Any CPU
{8E71417D-9EEE-4FCD-B738-9D4939D1F20C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{8E71417D-9EEE-4FCD-B738-9D4939D1F20C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{8E71417D-9EEE-4FCD-B738-9D4939D1F20C}.Release|x86.ActiveCfg = Release|Any CPU
{15D5F20A-A36D-48CF-9CE3-F79BDB18B7C9}.Debug|Any CPU.ActiveCfg = Debug|x86
{15D5F20A-A36D-48CF-9CE3-F79BDB18B7C9}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{15D5F20A-A36D-48CF-9CE3-F79BDB18B7C9}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{15D5F20A-A36D-48CF-9CE3-F79BDB18B7C9}.Debug|x86.ActiveCfg = Debug|x86
{15D5F20A-A36D-48CF-9CE3-F79BDB18B7C9}.Debug|x86.Build.0 = Debug|x86
{15D5F20A-A36D-48CF-9CE3-F79BDB18B7C9}.Release|Any CPU.ActiveCfg = Release|x86
{15D5F20A-A36D-48CF-9CE3-F79BDB18B7C9}.Release|Mixed Platforms.ActiveCfg = Release|x86
{15D5F20A-A36D-48CF-9CE3-F79BDB18B7C9}.Release|Mixed Platforms.Build.0 = Release|x86
{15D5F20A-A36D-48CF-9CE3-F79BDB18B7C9}.Release|x86.ActiveCfg = Release|x86
{15D5F20A-A36D-48CF-9CE3-F79BDB18B7C9}.Release|x86.Build.0 = Release|x86
{DCEE9766-27F8-4E05-ACCE-9AD9CD55AE11}.Debug|Any CPU.ActiveCfg = Debug|x86
{DCEE9766-27F8-4E05-ACCE-9AD9CD55AE11}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{DCEE9766-27F8-4E05-ACCE-9AD9CD55AE11}.Debug|Mixed Platforms.Build.0 = Debug|x86
{DCEE9766-27F8-4E05-ACCE-9AD9CD55AE11}.Debug|x86.ActiveCfg = Debug|x86
{DCEE9766-27F8-4E05-ACCE-9AD9CD55AE11}.Debug|x86.Build.0 = Debug|x86
{DCEE9766-27F8-4E05-ACCE-9AD9CD55AE11}.Release|Any CPU.ActiveCfg = Release|x86
{DCEE9766-27F8-4E05-ACCE-9AD9CD55AE11}.Release|Mixed Platforms.ActiveCfg = Release|x86
{DCEE9766-27F8-4E05-ACCE-9AD9CD55AE11}.Release|Mixed Platforms.Build.0 = Release|x86
{DCEE9766-27F8-4E05-ACCE-9AD9CD55AE11}.Release|x86.ActiveCfg = Release|x86
{DCEE9766-27F8-4E05-ACCE-9AD9CD55AE11}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{63131319-E7FF-4DC2-A55E-213327E701D1} = {63B6ADAD-20F5-47F6-9354-AFD18F28177B}
{DCEE9766-27F8-4E05-ACCE-9AD9CD55AE11} = {63B6ADAD-20F5-47F6-9354-AFD18F28177B}
{8E71417D-9EEE-4FCD-B738-9D4939D1F20C} = {B9019988-D169-4DE8-AB0E-16D0EBEB24FD}
{15D5F20A-A36D-48CF-9CE3-F79BDB18B7C9} = {B9019988-D169-4DE8-AB0E-16D0EBEB24FD}
EndGlobalSection
EndGlobal