-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
trx2junit.sln
163 lines (163 loc) · 9.49 KB
/
trx2junit.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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B5D05395-4D8B-40A2-A03E-BFF4E76D7F7B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
ReadMe.md = ReadMe.md
Unit Tests.md = Unit Tests.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "source", "source", "{49823B21-7C47-43DF-B3C1-4F48E2237EAD}"
ProjectSection(SolutionItems) = preProject
source\Directory.Build.props = source\Directory.Build.props
source\Directory.Build.targets = source\Directory.Build.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "trx2junit", "source\trx2junit\trx2junit.csproj", "{FD8336E3-655B-430A-A72F-377E83D54C63}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{292C2B9E-E093-4476-AE17-A08F144AC27A}"
ProjectSection(SolutionItems) = preProject
build.sh = build.sh
ci-nuget.config = ci-nuget.config
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
verify-xml.sh = verify-xml.sh
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{15D1FCD7-8027-4DD0-BF1A-BFC295C99332}"
ProjectSection(SolutionItems) = preProject
samples\Directory.Build.props = samples\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "schemas", "schemas", "{7F5905D2-5BCD-4D98-AE53-98F2FFC9DE9D}"
ProjectSection(SolutionItems) = preProject
schemas\jenkins-junit.xsd = schemas\jenkins-junit.xsd
schemas\junit.xsd = schemas\junit.xsd
schemas\vstst.xsd = schemas\vstst.xsd
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NUnitSample", "samples\NUnitSample\NUnitSample.csproj", "{AB4EB02B-E16A-40B7-8524-A4F752FDFBBA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MsTestSample", "samples\MsTestSample\MsTestSample.csproj", "{BA191F72-A499-4D5B-972C-66EF3BD24B99}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{B42081F2-652A-46C6-8E10-D727A3C360A1}"
ProjectSection(SolutionItems) = preProject
tests\Directory.Build.props = tests\Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XUnitSample", "samples\XUnitSample\XUnitSample.csproj", "{CE59E4DA-EB17-49A6-A6E8-1484A3413C46}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{3531998A-0501-4259-A130-D982412978AC}"
ProjectSection(SolutionItems) = preProject
tests\scripts\run-different-output-location.sh = tests\scripts\run-different-output-location.sh
tests\scripts\run-globbing.sh = tests\scripts\run-globbing.sh
tests\scripts\run-junit2trx.sh = tests\scripts\run-junit2trx.sh
tests\scripts\run-multiple-args.sh = tests\scripts\run-multiple-args.sh
tests\scripts\run-no-globbing.sh = tests\scripts\run-no-globbing.sh
tests\scripts\run-samples.sh = tests\scripts\run-samples.sh
tests\scripts\run-single-arg.sh = tests\scripts\run-single-arg.sh
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{BA2AD413-4251-4C08-9BE5-402DCA7CAA41}"
ProjectSection(SolutionItems) = preProject
.github\CODEOWNERS = .github\CODEOWNERS
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ISSUE_TEMPLATE", "ISSUE_TEMPLATE", "{9F873D32-DF04-4453-9604-716F5598AC7E}"
ProjectSection(SolutionItems) = preProject
.github\ISSUE_TEMPLATE\bug_report.md = .github\ISSUE_TEMPLATE\bug_report.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{8819C279-C1A2-420B-A1FD-28F4097EC41C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{A21A387B-90BB-45B0-AD48-240B86DA1FE9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".azure", ".azure", "{5101A9AB-5CCE-4A20-AEA5-432BD2E4D9D2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "pipelines", "pipelines", "{8A80B7B0-F9B3-45C9-8796-C8049C43CD7E}"
ProjectSection(SolutionItems) = preProject
.azure\pipelines\ci-outer-loop.yml = .azure\pipelines\ci-outer-loop.yml
.azure\pipelines\ci-vectors.yml = .azure\pipelines\ci-vectors.yml
.azure\pipelines\ci.yml = .azure\pipelines\ci.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "jobs", "jobs", "{BF2D34D4-5549-4098-994B-FACDBD730C56}"
ProjectSection(SolutionItems) = preProject
.azure\pipelines\jobs\build_and_test.yml = .azure\pipelines\jobs\build_and_test.yml
.azure\pipelines\jobs\build_and_test_vectors.yml = .azure\pipelines\jobs\build_and_test_vectors.yml
.azure\pipelines\jobs\coverage.yml = .azure\pipelines\jobs\coverage.yml
.azure\pipelines\jobs\deploy_nuget.yml = .azure\pipelines\jobs\deploy_nuget.yml
.azure\pipelines\jobs\e2e_tests.yml = .azure\pipelines\jobs\e2e_tests.yml
.azure\pipelines\jobs\e2e_tests_all.yml = .azure\pipelines\jobs\e2e_tests_all.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "steps", "steps", "{947EBA33-4567-4F7D-AF42-6A986153577E}"
ProjectSection(SolutionItems) = preProject
.azure\pipelines\jobs\steps\dotnet-install.yml = .azure\pipelines\jobs\steps\dotnet-install.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "trx2junit.Core", "source\trx2junit.Core\trx2junit.Core.csproj", "{C83D7D6F-0E77-4F79-8942-6BB9FCA822AD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "trx2junit.Core.Tests", "tests\trx2junit.Core.Tests\trx2junit.Core.Tests.csproj", "{C4EF7F3D-1923-4A3F-B780-96F6A62EDB82}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FD8336E3-655B-430A-A72F-377E83D54C63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD8336E3-655B-430A-A72F-377E83D54C63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD8336E3-655B-430A-A72F-377E83D54C63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD8336E3-655B-430A-A72F-377E83D54C63}.Release|Any CPU.Build.0 = Release|Any CPU
{AB4EB02B-E16A-40B7-8524-A4F752FDFBBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB4EB02B-E16A-40B7-8524-A4F752FDFBBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB4EB02B-E16A-40B7-8524-A4F752FDFBBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB4EB02B-E16A-40B7-8524-A4F752FDFBBA}.Release|Any CPU.Build.0 = Release|Any CPU
{BA191F72-A499-4D5B-972C-66EF3BD24B99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA191F72-A499-4D5B-972C-66EF3BD24B99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA191F72-A499-4D5B-972C-66EF3BD24B99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA191F72-A499-4D5B-972C-66EF3BD24B99}.Release|Any CPU.Build.0 = Release|Any CPU
{CE59E4DA-EB17-49A6-A6E8-1484A3413C46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE59E4DA-EB17-49A6-A6E8-1484A3413C46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE59E4DA-EB17-49A6-A6E8-1484A3413C46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE59E4DA-EB17-49A6-A6E8-1484A3413C46}.Release|Any CPU.Build.0 = Release|Any CPU
{C83D7D6F-0E77-4F79-8942-6BB9FCA822AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C83D7D6F-0E77-4F79-8942-6BB9FCA822AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C83D7D6F-0E77-4F79-8942-6BB9FCA822AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C83D7D6F-0E77-4F79-8942-6BB9FCA822AD}.Release|Any CPU.Build.0 = Release|Any CPU
{C4EF7F3D-1923-4A3F-B780-96F6A62EDB82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4EF7F3D-1923-4A3F-B780-96F6A62EDB82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4EF7F3D-1923-4A3F-B780-96F6A62EDB82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4EF7F3D-1923-4A3F-B780-96F6A62EDB82}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FD8336E3-655B-430A-A72F-377E83D54C63} = {49823B21-7C47-43DF-B3C1-4F48E2237EAD}
{AB4EB02B-E16A-40B7-8524-A4F752FDFBBA} = {15D1FCD7-8027-4DD0-BF1A-BFC295C99332}
{BA191F72-A499-4D5B-972C-66EF3BD24B99} = {15D1FCD7-8027-4DD0-BF1A-BFC295C99332}
{CE59E4DA-EB17-49A6-A6E8-1484A3413C46} = {15D1FCD7-8027-4DD0-BF1A-BFC295C99332}
{3531998A-0501-4259-A130-D982412978AC} = {B42081F2-652A-46C6-8E10-D727A3C360A1}
{BA2AD413-4251-4C08-9BE5-402DCA7CAA41} = {B5D05395-4D8B-40A2-A03E-BFF4E76D7F7B}
{9F873D32-DF04-4453-9604-716F5598AC7E} = {BA2AD413-4251-4C08-9BE5-402DCA7CAA41}
{8819C279-C1A2-420B-A1FD-28F4097EC41C} = {292C2B9E-E093-4476-AE17-A08F144AC27A}
{A21A387B-90BB-45B0-AD48-240B86DA1FE9} = {8819C279-C1A2-420B-A1FD-28F4097EC41C}
{5101A9AB-5CCE-4A20-AEA5-432BD2E4D9D2} = {292C2B9E-E093-4476-AE17-A08F144AC27A}
{8A80B7B0-F9B3-45C9-8796-C8049C43CD7E} = {5101A9AB-5CCE-4A20-AEA5-432BD2E4D9D2}
{BF2D34D4-5549-4098-994B-FACDBD730C56} = {8A80B7B0-F9B3-45C9-8796-C8049C43CD7E}
{947EBA33-4567-4F7D-AF42-6A986153577E} = {BF2D34D4-5549-4098-994B-FACDBD730C56}
{C83D7D6F-0E77-4F79-8942-6BB9FCA822AD} = {49823B21-7C47-43DF-B3C1-4F48E2237EAD}
{C4EF7F3D-1923-4A3F-B780-96F6A62EDB82} = {B42081F2-652A-46C6-8E10-D727A3C360A1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4A779269-CD77-4716-9E1A-DF4AE5817A41}
EndGlobalSection
EndGlobal