-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathallure-csharp.slnx
More file actions
103 lines (103 loc) · 4.08 KB
/
allure-csharp.slnx
File metadata and controls
103 lines (103 loc) · 4.08 KB
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
<Solution>
<Configurations>
<BuildType Name="Debug" />
<BuildType Name="Release" />
<BuildType Name="Publish" />
</Configurations>
<Folder Name="/.github/">
<File Path=".github/CONTRIBUTING.md" />
<File Path=".github/dependabot.yml" />
<File Path=".github/ISSUE_TEMPLATE.md" />
<File Path=".github/labeler.yml" />
<File Path=".github/PULL_REQUEST_TEMPLATE.md" />
<File Path=".github/release.yml" />
</Folder>
<Folder Name="/.github/workflows/">
<File Path=".github/workflows/test.yml" />
<File Path=".github/workflows/labeler.yml" />
<File Path=".github/workflows/labels-verify.yml" />
<File Path=".github/workflows/publish.yml" />
<File Path=".github/workflows/release.yml" />
</Folder>
<Folder Name="/build/">
<File Path="build/findvstool.ps1" />
<File Path="build/TransformReadmeForNuget.cs" />
<Project Path="build/Allure.Build.SourceGenerators/Allure.Build.SourceGenerators.csproj">
<Build Solution="Publish|*" Project="false" />
</Project>
<Project Path="build/Allure.Build.Tasks/Allure.Build.Tasks.csproj">
<Build Solution="Publish|*" Project="false" />
</Project>
</Folder>
<Folder Name="/build/AspectInjector/win-x64/">
<File Path="build/AspectInjector/win-x64/AspectInjector.exe" />
</Folder>
<Folder Name="/examples/">
<Project Path="examples/Allure.NUnit.Examples/Allure.NUnit.Examples.csproj">
<Build Solution="Publish|*" Project="false" />
</Project>
<Project Path="examples/Allure.Xunit.Examples/Allure.Xunit.Examples.csproj">
<Build Solution="Publish|*" Project="false" />
</Project>
</Folder>
<Folder Name="/img/">
<File Path="img/Allure-Color.png" />
<File Path="img/Allure-N-Color.png" />
<File Path="img/allure-report_85.png" />
<File Path="img/Allure-SF-Color.png" />
<File Path="img/Allure-X-Color.png" />
</Folder>
<Folder Name="/src/">
<Project Path="src/Allure.Net.Commons/Allure.Net.Commons.csproj">
<BuildType Solution="Publish|*" Project="Release" />
</Project>
<Project Path="src/Allure.NUnit/Allure.NUnit.csproj">
<BuildType Solution="Publish|*" Project="Release" />
</Project>
<Project Path="src/Allure.Reqnroll/Allure.Reqnroll.csproj">
<BuildType Solution="Publish|*" Project="Release" />
</Project>
<Project Path="src/Allure.SpecFlow/Allure.SpecFlow.csproj">
<BuildType Solution="Publish|*" Project="Release" />
</Project>
<Project Path="src/Allure.Xunit/Allure.Xunit.csproj">
<BuildType Solution="Publish|*" Project="Release" />
</Project>
</Folder>
<Folder Name="/tests/">
<Project Path="tests/Allure.Net.Commons.Tests/Allure.Net.Commons.Tests.csproj">
<Build Solution="Publish|*" Project="false" />
</Project>
<Project Path="tests/Allure.NUnit.Tests/Allure.NUnit.Tests.csproj">
<Build Solution="Publish|*" Project="false" />
</Project>
<Project Path="tests/Allure.Reqnroll.Tests/Allure.Reqnroll.Tests.csproj">
<Build Solution="Publish|*" Project="false" />
</Project>
<Project Path="tests/Allure.SpecFlow.Tests.Samples/Allure.SpecFlow.Tests.Samples.csproj">
<Build Solution="Publish|*" Project="false" />
</Project>
<Project Path="tests/Allure.SpecFlow.Tests/Allure.SpecFlow.Tests.csproj">
<Build Solution="Publish|*" Project="false" />
</Project>
<Project Path="tests/Allure.Reqnroll.Tests.Samples/Allure.Reqnroll.Tests.Samples.csproj">
<Build Solution="Publish|*" Project="false" />
</Project>
<Project Path="tests/Allure.Testing/Allure.Testing.csproj">
<Build Solution="Publish|*" Project="false" />
</Project>
<Project Path="tests/Allure.Xunit.Tests/Allure.Xunit.Tests.csproj">
<Build Solution="Publish|*" Project="false" />
</Project>
</Folder>
<Folder Name="/Solution Items/">
<File Path=".gitignore" />
<File Path="AUTHORS" />
<File Path="CODE_OF_CONDUCT.md" />
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<File Path="LICENSE" />
<File Path="nuget.config" />
<File Path="README.md" />
</Folder>
</Solution>