-
Notifications
You must be signed in to change notification settings - Fork 2
/
Cecil.XmlDocNames.sln
78 lines (78 loc) · 4.04 KB
/
Cecil.XmlDocNames.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
70
71
72
73
74
75
76
77
78
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cecil.XmlDocNames", "src\Cecil.XmlDocNames\Cecil.XmlDocNames.csproj", "{62CB2CBD-955F-4020-8CCE-4804D8BCBE30}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "- Documentation", "- Documentation", "{8790FE96-7716-4B83-AEC2-6EBEDFC4419D}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
LICENSE = LICENSE
README.md = README.md
THIRD-PARTY-NOTICES = THIRD-PARTY-NOTICES
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "- Configuration", "- Configuration", "{46B5153B-C518-4A48-BF6B-39989F54BB59}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.globalconfig = .globalconfig
Common.props = Common.props
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
lgtm.yml = lgtm.yml
stylecop.json = stylecop.json
VERSION = VERSION
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{666B431F-DEA5-45E1-A271-84060570A7E8}"
ProjectSection(SolutionItems) = preProject
tests\Common.targets = tests\Common.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cecil.XmlDocNames.Tests", "tests\Cecil.XmlDocNames.Tests\Cecil.XmlDocNames.Tests.csproj", "{C772984C-CAF9-47FD-A478-08D0EA798C32}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleAssembly", "testFixtures\ExampleAssembly\ExampleAssembly.csproj", "{EFA5A940-A95E-4BA9-B4B5-EA8E265CBF86}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0C568C24-8153-453E-B697-050A899D4BE3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "testFixtures", "testFixtures", "{0C479E0D-8D11-4F4A-8195-969BA1821944}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "- Configuration", "- Configuration", "{9CD028C0-4CEC-4CA1-BC92-366E3E397BD3}"
ProjectSection(SolutionItems) = preProject
tests\Common.targets = tests\Common.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{62CB2CBD-955F-4020-8CCE-4804D8BCBE30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62CB2CBD-955F-4020-8CCE-4804D8BCBE30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62CB2CBD-955F-4020-8CCE-4804D8BCBE30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62CB2CBD-955F-4020-8CCE-4804D8BCBE30}.Release|Any CPU.Build.0 = Release|Any CPU
{C772984C-CAF9-47FD-A478-08D0EA798C32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C772984C-CAF9-47FD-A478-08D0EA798C32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C772984C-CAF9-47FD-A478-08D0EA798C32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C772984C-CAF9-47FD-A478-08D0EA798C32}.Release|Any CPU.Build.0 = Release|Any CPU
{EFA5A940-A95E-4BA9-B4B5-EA8E265CBF86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFA5A940-A95E-4BA9-B4B5-EA8E265CBF86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFA5A940-A95E-4BA9-B4B5-EA8E265CBF86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFA5A940-A95E-4BA9-B4B5-EA8E265CBF86}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{62CB2CBD-955F-4020-8CCE-4804D8BCBE30} = {0C568C24-8153-453E-B697-050A899D4BE3}
{C772984C-CAF9-47FD-A478-08D0EA798C32} = {666B431F-DEA5-45E1-A271-84060570A7E8}
{EFA5A940-A95E-4BA9-B4B5-EA8E265CBF86} = {0C479E0D-8D11-4F4A-8195-969BA1821944}
{9CD028C0-4CEC-4CA1-BC92-366E3E397BD3} = {666B431F-DEA5-45E1-A271-84060570A7E8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {79026CCC-2B02-4EDF-90C7-E25646EF436E}
EndGlobalSection
EndGlobal