-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExtensions.Test.slnx
More file actions
33 lines (33 loc) · 1.88 KB
/
Extensions.Test.slnx
File metadata and controls
33 lines (33 loc) · 1.88 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
<Solution>
<Folder Name="/Solution Items/">
<File Path=".csharpierignore" />
<File Path=".editorconfig" />
<File Path=".filenesting.json" />
<File Path=".gitignore" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="Directory.Solution.props" />
<File Path="GitVersion.yml" />
<File Path="LICENSE" />
<File Path="new-project.ps1" />
<File Path="nuget.config" />
<File Path="README.md" />
<File Path="update-solution.ps1" />
</Folder>
<Folder Name="/src/">
<Project Path="src/NetEvolve.Extensions.MSTest/NetEvolve.Extensions.MSTest.csproj" />
<Project Path="src/NetEvolve.Extensions.NUnit/NetEvolve.Extensions.NUnit.csproj" />
<Project Path="src/NetEvolve.Extensions.TUnit/NetEvolve.Extensions.TUnit.csproj" />
<Project Path="src/NetEvolve.Extensions.XUnit.V3/NetEvolve.Extensions.XUnit.V3.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/NetEvolve.Extensions.MSTest.Tests.PublicApi/NetEvolve.Extensions.MSTest.Tests.PublicApi.csproj" />
<Project Path="tests/NetEvolve.Extensions.MSTest.Tests.Unit/NetEvolve.Extensions.MSTest.Tests.Unit.csproj" />
<Project Path="tests/NetEvolve.Extensions.NUnit.Tests.PublicApi/NetEvolve.Extensions.NUnit.Tests.PublicApi.csproj" />
<Project Path="tests/NetEvolve.Extensions.NUnit.Tests.Unit/NetEvolve.Extensions.NUnit.Tests.Unit.csproj" />
<Project Path="tests/NetEvolve.Extensions.TUnit.Tests.PublicApi/NetEvolve.Extensions.TUnit.Tests.PublicApi.csproj" />
<Project Path="tests/NetEvolve.Extensions.TUnit.Tests.Unit/NetEvolve.Extensions.TUnit.Tests.Unit.csproj" />
<Project Path="tests/NetEvolve.Extensions.XUnit.V3.Tests.PublicApi/NetEvolve.Extensions.XUnit.V3.Tests.PublicApi.csproj" />
<Project Path="tests/NetEvolve.Extensions.XUnit.V3.Tests.Unit/NetEvolve.Extensions.XUnit.V3.Tests.Unit.csproj" />
</Folder>
</Solution>