-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathXunit.Combinatorial.slnx
More file actions
27 lines (27 loc) · 975 Bytes
/
Xunit.Combinatorial.slnx
File metadata and controls
27 lines (27 loc) · 975 Bytes
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
<Solution>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".gitattributes" />
<File Path=".gitignore" />
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="README.md" />
<File Path="stylecop.json" />
<File Path="version.json" />
</Folder>
<Folder Name="/src/">
<File Path="src/.editorconfig" />
<File Path="src/Directory.Build.props" />
<File Path="src/Directory.Build.targets" />
<Project Path="src/Xunit.Combinatorial/Xunit.Combinatorial.csproj" />
</Folder>
<Folder Name="/test/">
<File Path="test/.editorconfig" />
<File Path="test/Directory.Build.props" />
<File Path="test/Directory.Build.targets" />
<Project Path="test/Xunit.Combinatorial.Tests/Xunit.Combinatorial.Tests.csproj" />
</Folder>
<Project Path="samples/samples.csproj" />
</Solution>