-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCenterCLR.SgmlReader.sln
46 lines (46 loc) · 2.53 KB
/
CenterCLR.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4AF3A4D1-74B7-4F8C-9CCD-7C82C78116D4}"
ProjectSection(SolutionItems) = preProject
build-nupkg.bat = build-nupkg.bat
CenterCLR.SgmlReader.128.png = CenterCLR.SgmlReader.128.png
CenterCLR.SgmlReader.32.png = CenterCLR.SgmlReader.32.png
CenterCLR.SgmlReader.design = CenterCLR.SgmlReader.design
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CenterCLR.SgmlReader", "CenterCLR.SgmlReader\CenterCLR.SgmlReader.csproj", "{29C5BE61-6EBF-42F3-A9E2-03F8A8C4CDDA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CenterCLR.SgmlReader.Tests", "CenterCLR.SgmlReader.Tests\CenterCLR.SgmlReader.Tests.csproj", "{31F6EB63-3A48-40F5-AB44-417ED60C8BAD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "netcore-sample", "netcore-sample\netcore-sample.csproj", "{25FFD5E8-0CEC-4E1B-8B97-8DC0ACD9FE5E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{29C5BE61-6EBF-42F3-A9E2-03F8A8C4CDDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29C5BE61-6EBF-42F3-A9E2-03F8A8C4CDDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29C5BE61-6EBF-42F3-A9E2-03F8A8C4CDDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29C5BE61-6EBF-42F3-A9E2-03F8A8C4CDDA}.Release|Any CPU.Build.0 = Release|Any CPU
{31F6EB63-3A48-40F5-AB44-417ED60C8BAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31F6EB63-3A48-40F5-AB44-417ED60C8BAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31F6EB63-3A48-40F5-AB44-417ED60C8BAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31F6EB63-3A48-40F5-AB44-417ED60C8BAD}.Release|Any CPU.Build.0 = Release|Any CPU
{25FFD5E8-0CEC-4E1B-8B97-8DC0ACD9FE5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25FFD5E8-0CEC-4E1B-8B97-8DC0ACD9FE5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25FFD5E8-0CEC-4E1B-8B97-8DC0ACD9FE5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25FFD5E8-0CEC-4E1B-8B97-8DC0ACD9FE5E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0362AFFB-ADE0-42FC-A2C3-898C546A5A3E}
EndGlobalSection
EndGlobal