-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathtxt2html.sln
More file actions
54 lines (54 loc) · 3.03 KB
/
txt2html.sln
File metadata and controls
54 lines (54 loc) · 3.03 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "txt2html", "txt2html\txt2html.csproj", "{55984A52-04A4-412B-A9C5-25F81D709681}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{BB887FEF-88E7-48C7-BEEE-7EC34444C17B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "text2html.test", "Tests\text2html.test\text2html.test.csproj", "{03BD2842-C17A-47A6-B1EE-CD5AC7477618}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "txt2html.UI", "txt2html.UI\txt2html.UI.csproj", "{C3DCBCA5-4211-4C16-B543-E2256AD1FEF9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "txt2html.core", "txt2html.core\txt2html.core.csproj", "{9BD6F0DE-77D3-4AF0-8CCD-8BB695A5DDDF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{52B4B2A9-4460-4311-A5EF-1746DE5528DE}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
Sander.txt2html.nuspec = Sander.txt2html.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{55984A52-04A4-412B-A9C5-25F81D709681}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55984A52-04A4-412B-A9C5-25F81D709681}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55984A52-04A4-412B-A9C5-25F81D709681}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55984A52-04A4-412B-A9C5-25F81D709681}.Release|Any CPU.Build.0 = Release|Any CPU
{03BD2842-C17A-47A6-B1EE-CD5AC7477618}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03BD2842-C17A-47A6-B1EE-CD5AC7477618}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03BD2842-C17A-47A6-B1EE-CD5AC7477618}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03BD2842-C17A-47A6-B1EE-CD5AC7477618}.Release|Any CPU.Build.0 = Release|Any CPU
{C3DCBCA5-4211-4C16-B543-E2256AD1FEF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3DCBCA5-4211-4C16-B543-E2256AD1FEF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3DCBCA5-4211-4C16-B543-E2256AD1FEF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3DCBCA5-4211-4C16-B543-E2256AD1FEF9}.Release|Any CPU.Build.0 = Release|Any CPU
{9BD6F0DE-77D3-4AF0-8CCD-8BB695A5DDDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BD6F0DE-77D3-4AF0-8CCD-8BB695A5DDDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BD6F0DE-77D3-4AF0-8CCD-8BB695A5DDDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BD6F0DE-77D3-4AF0-8CCD-8BB695A5DDDF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{03BD2842-C17A-47A6-B1EE-CD5AC7477618} = {BB887FEF-88E7-48C7-BEEE-7EC34444C17B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A319C2F1-1861-4F0A-BFB8-BB8E10AB6D33}
EndGlobalSection
EndGlobal