-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
XPath2.Net.sln
109 lines (109 loc) · 6.69 KB
/
XPath2.Net.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31606.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{09DD64B0-16A6-4710-A86F-EDCABDAB2BB4}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
codecov-local.cmd = codecov-local.cmd
Directory.Build.props = Directory.Build.props
Generate-ReleaseNotes.cmd = Generate-ReleaseNotes.cmd
README.md = README.md
ReleaseNotes.md = ReleaseNotes.md
XPath2.Net.sln.DotSettings = XPath2.Net.sln.DotSettings
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0C331956-D83C-4A5C-8A73-6B948ADEA559}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dependencies", "dependencies", "{813DE82D-158B-4671-A497-19863B790758}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "jay", "jay", "{8946E3FE-DF8B-4FDE-AD1F-BAFDAA955828}"
ProjectSection(SolutionItems) = preProject
dependencies\jay\jay = dependencies\jay\jay
dependencies\jay\jay.exe = dependencies\jay\jay.exe
dependencies\jay\run-jay.cmd = dependencies\jay\run-jay.cmd
dependencies\jay\skeleton.cs = dependencies\jay\skeleton.cs
dependencies\jay\XPath.y = dependencies\jay\XPath.y
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{E2D9AE26-4F0F-4D09-BFD2-434DE9BDF433}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XPath2", "src\XPath2\XPath2.csproj", "{D3804228-91F4-4502-9595-39584EAA0000}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XQTSRun", "src\XQTSRun\XQTSRun.csproj", "{327B2985-B218-42AA-86C0-958E7EEA2EBC}"
ProjectSection(ProjectDependencies) = postProject
{D3804228-91F4-4502-9595-39584EAA0000} = {D3804228-91F4-4502-9595-39584EAA0000}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XPath2.Extensions", "src\XPath2.Extensions\XPath2.Extensions.csproj", "{D3804228-91F4-4502-9595-39584EBB0000}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XQTSRunConsole", "src\XQTSRunConsole\XQTSRunConsole.csproj", "{D439F305-067F-4ABE-808A-D6832BF3F291}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XPath2.Tests", "tests\XPath2.Tests\XPath2.Tests.csproj", "{31DC2EF8-C3FE-467D-84BE-FB5D956E6100}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Azure Pipeline", "Azure Pipeline", "{D65D6550-9A2A-4B63-B201-D770008492C7}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XPath2.TestRunner", "tests\XPath2.TestRunner\XPath2.TestRunner.csproj", "{E9295DC7-5DD7-4443-8BC8-8E6DBF4AE070}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XPath2.Extensions.Tests", "tests\XPath2.Extensions.Tests\XPath2.Extensions.Tests.csproj", "{159ADA46-48CF-4571-9F1B-D5AE5F115611}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D3804228-91F4-4502-9595-39584EAA0000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3804228-91F4-4502-9595-39584EAA0000}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3804228-91F4-4502-9595-39584EAA0000}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3804228-91F4-4502-9595-39584EAA0000}.Release|Any CPU.Build.0 = Release|Any CPU
{327B2985-B218-42AA-86C0-958E7EEA2EBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{327B2985-B218-42AA-86C0-958E7EEA2EBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{327B2985-B218-42AA-86C0-958E7EEA2EBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{327B2985-B218-42AA-86C0-958E7EEA2EBC}.Release|Any CPU.Build.0 = Release|Any CPU
{D3804228-91F4-4502-9595-39584EBB0000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3804228-91F4-4502-9595-39584EBB0000}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3804228-91F4-4502-9595-39584EBB0000}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3804228-91F4-4502-9595-39584EBB0000}.Release|Any CPU.Build.0 = Release|Any CPU
{D439F305-067F-4ABE-808A-D6832BF3F291}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D439F305-067F-4ABE-808A-D6832BF3F291}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D439F305-067F-4ABE-808A-D6832BF3F291}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D439F305-067F-4ABE-808A-D6832BF3F291}.Release|Any CPU.Build.0 = Release|Any CPU
{31DC2EF8-C3FE-467D-84BE-FB5D956E6100}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31DC2EF8-C3FE-467D-84BE-FB5D956E6100}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31DC2EF8-C3FE-467D-84BE-FB5D956E6100}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31DC2EF8-C3FE-467D-84BE-FB5D956E6100}.Release|Any CPU.Build.0 = Release|Any CPU
{E9295DC7-5DD7-4443-8BC8-8E6DBF4AE070}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9295DC7-5DD7-4443-8BC8-8E6DBF4AE070}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9295DC7-5DD7-4443-8BC8-8E6DBF4AE070}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9295DC7-5DD7-4443-8BC8-8E6DBF4AE070}.Release|Any CPU.Build.0 = Release|Any CPU
{159ADA46-48CF-4571-9F1B-D5AE5F115611}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{159ADA46-48CF-4571-9F1B-D5AE5F115611}.Debug|Any CPU.Build.0 = Debug|Any CPU
{159ADA46-48CF-4571-9F1B-D5AE5F115611}.Release|Any CPU.ActiveCfg = Release|Any CPU
{159ADA46-48CF-4571-9F1B-D5AE5F115611}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8946E3FE-DF8B-4FDE-AD1F-BAFDAA955828} = {813DE82D-158B-4671-A497-19863B790758}
{D3804228-91F4-4502-9595-39584EAA0000} = {0C331956-D83C-4A5C-8A73-6B948ADEA559}
{327B2985-B218-42AA-86C0-958E7EEA2EBC} = {E2D9AE26-4F0F-4D09-BFD2-434DE9BDF433}
{D3804228-91F4-4502-9595-39584EBB0000} = {0C331956-D83C-4A5C-8A73-6B948ADEA559}
{D439F305-067F-4ABE-808A-D6832BF3F291} = {E2D9AE26-4F0F-4D09-BFD2-434DE9BDF433}
{31DC2EF8-C3FE-467D-84BE-FB5D956E6100} = {E2D9AE26-4F0F-4D09-BFD2-434DE9BDF433}
{D65D6550-9A2A-4B63-B201-D770008492C7} = {09DD64B0-16A6-4710-A86F-EDCABDAB2BB4}
{E9295DC7-5DD7-4443-8BC8-8E6DBF4AE070} = {E2D9AE26-4F0F-4D09-BFD2-434DE9BDF433}
{159ADA46-48CF-4571-9F1B-D5AE5F115611} = {E2D9AE26-4F0F-4D09-BFD2-434DE9BDF433}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {66C0CAE3-D093-4276-BCAC-BC3749408CE9}
EndGlobalSection
EndGlobal