forked from pruiz/WkHtmlToXSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWkHtmlToXSharp.sln
executable file
·69 lines (69 loc) · 3.73 KB
/
WkHtmlToXSharp.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WkHtmlToXSharp", "WkHtmlToXSharp\WkHtmlToXSharp.csproj", "{3DADECBF-6D08-4090-9A1D-2064D0466381}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libs", "Libs", "{DE09F008-4955-4A7E-BA60-47605970285B}"
ProjectSection(SolutionItems) = preProject
Libs\Common.Logging.dll = Libs\Common.Logging.dll
Libs\Common.Logging.Log4Net.dll = Libs\Common.Logging.Log4Net.dll
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A8EA9D36-9972-41FE-95E2-3509209FE895}"
ProjectSection(SolutionItems) = preProject
README = README
TODO = TODO
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WkHtmlToXSharp.Tests", "WkHtmlToXSharp.Tests\WkHtmlToXSharp.Tests.csproj", "{F5C842CB-2C68-44A1-8C4C-600B00F0C3B5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{4D64807C-4F56-4BAB-BD10-287F99DE048C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UnixUtils", "UnixUtils", "{B1814D74-4919-40B1-95B9-DD71E413DA1B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{75E0B052-136E-4AB8-8B3F-59157FA291DD}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3DADECBF-6D08-4090-9A1D-2064D0466381}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DADECBF-6D08-4090-9A1D-2064D0466381}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DADECBF-6D08-4090-9A1D-2064D0466381}.Debug|x64.ActiveCfg = Debug|Any CPU
{3DADECBF-6D08-4090-9A1D-2064D0466381}.Debug|x86.ActiveCfg = Debug|x86
{3DADECBF-6D08-4090-9A1D-2064D0466381}.Debug|x86.Build.0 = Debug|x86
{3DADECBF-6D08-4090-9A1D-2064D0466381}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DADECBF-6D08-4090-9A1D-2064D0466381}.Release|Any CPU.Build.0 = Release|Any CPU
{3DADECBF-6D08-4090-9A1D-2064D0466381}.Release|x64.ActiveCfg = Release|Any CPU
{3DADECBF-6D08-4090-9A1D-2064D0466381}.Release|x86.ActiveCfg = Release|Any CPU
{3DADECBF-6D08-4090-9A1D-2064D0466381}.Release|x86.Build.0 = Release|Any CPU
{F5C842CB-2C68-44A1-8C4C-600B00F0C3B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5C842CB-2C68-44A1-8C4C-600B00F0C3B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5C842CB-2C68-44A1-8C4C-600B00F0C3B5}.Debug|x64.ActiveCfg = Debug|Any CPU
{F5C842CB-2C68-44A1-8C4C-600B00F0C3B5}.Debug|x86.ActiveCfg = Debug|x86
{F5C842CB-2C68-44A1-8C4C-600B00F0C3B5}.Debug|x86.Build.0 = Debug|x86
{F5C842CB-2C68-44A1-8C4C-600B00F0C3B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5C842CB-2C68-44A1-8C4C-600B00F0C3B5}.Release|Any CPU.Build.0 = Release|Any CPU
{F5C842CB-2C68-44A1-8C4C-600B00F0C3B5}.Release|x64.ActiveCfg = Release|Any CPU
{F5C842CB-2C68-44A1-8C4C-600B00F0C3B5}.Release|x86.ActiveCfg = Release|Any CPU
{F5C842CB-2C68-44A1-8C4C-600B00F0C3B5}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B1814D74-4919-40B1-95B9-DD71E413DA1B} = {4D64807C-4F56-4BAB-BD10-287F99DE048C}
EndGlobalSection
EndGlobal