-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHTMLconvert.sln
27 lines (27 loc) · 1.48 KB
/
HTMLconvert.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HTMLconvert", "HTMLconvert\HTMLconvert.csproj", "{24803D7F-9A45-4F8E-B439-E15F63973415}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{6469D52F-391B-416D-A25E-0B533249CD29}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{66B608D1-1A58-4A03-90AE-70C5906DD8D0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{24803D7F-9A45-4F8E-B439-E15F63973415}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24803D7F-9A45-4F8E-B439-E15F63973415}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24803D7F-9A45-4F8E-B439-E15F63973415}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24803D7F-9A45-4F8E-B439-E15F63973415}.Release|Any CPU.Build.0 = Release|Any CPU
{66B608D1-1A58-4A03-90AE-70C5906DD8D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66B608D1-1A58-4A03-90AE-70C5906DD8D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66B608D1-1A58-4A03-90AE-70C5906DD8D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66B608D1-1A58-4A03-90AE-70C5906DD8D0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{66B608D1-1A58-4A03-90AE-70C5906DD8D0} = {6469D52F-391B-416D-A25E-0B533249CD29}
EndGlobalSection
EndGlobal