-
Notifications
You must be signed in to change notification settings - Fork 52
/
SgmlReader.sln
52 lines (52 loc) · 2.76 KB
/
SgmlReader.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SgmlReader", "SgmlReader\SgmlReader.csproj", "{606C348A-9A72-4179-9C55-4DD9914C22CC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SgmlReaderDll", "SgmlReaderDll\SgmlReaderDll.csproj", "{499527FF-AE52-450F-B3E3-4AD53E1712AD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SgmlTests", "SgmlTests\SgmlTests.csproj", "{9CC3FC29-375F-44F1-95BE-D52246CC7B3E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F0869BE5-15C0-4F2D-A94A-5534163302A1}"
ProjectSection(SolutionItems) = preProject
build.ps1 = build.ps1
default.ps1 = default.ps1
SGMLReader.nuspec = SGMLReader.nuspec
license.txt = license.txt
ReadMe.md = ReadMe.md
Demo.aspx = Demo.aspx
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Default|Any CPU = Default|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{499527FF-AE52-450F-B3E3-4AD53E1712AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{499527FF-AE52-450F-B3E3-4AD53E1712AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{499527FF-AE52-450F-B3E3-4AD53E1712AD}.Default|Any CPU.ActiveCfg = Debug|Any CPU
{499527FF-AE52-450F-B3E3-4AD53E1712AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{499527FF-AE52-450F-B3E3-4AD53E1712AD}.Release|Any CPU.Build.0 = Release|Any CPU
{606C348A-9A72-4179-9C55-4DD9914C22CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{606C348A-9A72-4179-9C55-4DD9914C22CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{606C348A-9A72-4179-9C55-4DD9914C22CC}.Default|Any CPU.ActiveCfg = Debug|Any CPU
{606C348A-9A72-4179-9C55-4DD9914C22CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{606C348A-9A72-4179-9C55-4DD9914C22CC}.Release|Any CPU.Build.0 = Release|Any CPU
{9CC3FC29-375F-44F1-95BE-D52246CC7B3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CC3FC29-375F-44F1-95BE-D52246CC7B3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CC3FC29-375F-44F1-95BE-D52246CC7B3E}.Default|Any CPU.ActiveCfg = Debug|Any CPU
{9CC3FC29-375F-44F1-95BE-D52246CC7B3E}.Default|Any CPU.Build.0 = Debug|Any CPU
{9CC3FC29-375F-44F1-95BE-D52246CC7B3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CC3FC29-375F-44F1-95BE-D52246CC7B3E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = SgmlReader\SgmlReader.csproj
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal