-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathQuerySpecification.slnx
More file actions
33 lines (33 loc) · 1.47 KB
/
Copy pathQuerySpecification.slnx
File metadata and controls
33 lines (33 loc) · 1.47 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=".editorconfig" />
<File Path=".gitattributes" />
<File Path=".gitignore" />
<File Path="clean.sh" />
<File Path="CODE_OF_CONDUCT.md" />
<File Path="coverage.sh" />
<File Path="Directory.Packages.props" />
<File Path="exclusion.dic" />
<File Path="LICENSE.txt" />
<File Path="nuget.config" />
<File Path="readme-nuget.md" />
<File Path="README.md" />
<File Path="src/Directory.Build.props" />
<File Path="src/ProjectMetadata.props" />
<File Path="src/ProjectMetadata.targets" />
<File Path="tests/Directory.Build.props" />
</Folder>
<Folder Name="/Solution Items/workflows/">
<File Path=".github/workflows/build.yml" />
<File Path=".github/workflows/ci.yml" />
<File Path=".github/workflows/release.yml" />
</Folder>
<Folder Name="/Tests/">
<Project Path="tests/QuerySpecification.AutoDiscovery.Tests/QuerySpecification.AutoDiscovery.Tests.csproj" />
<Project Path="tests/QuerySpecification.Benchmarks/QuerySpecification.Benchmarks.csproj" />
<Project Path="tests/QuerySpecification.EntityFrameworkCore.Tests/QuerySpecification.EntityFrameworkCore.Tests.csproj" />
<Project Path="tests/QuerySpecification.Tests/QuerySpecification.Tests.csproj" />
</Folder>
<Project Path="src/QuerySpecification.EntityFrameworkCore/QuerySpecification.EntityFrameworkCore.csproj" />
<Project Path="src/QuerySpecification/QuerySpecification.csproj" />
</Solution>