-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathExtensions.slnx
More file actions
35 lines (35 loc) · 1.95 KB
/
Extensions.slnx
File metadata and controls
35 lines (35 loc) · 1.95 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
<Solution>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".editorconfig.disableAnalyzers" />
<File Path=".gitlab-ci.yml" />
<File Path="global.json" />
<File Path="NuGet.Config" />
<File Path="README.md" />
<File Path="src/Directory.Build.props" />
<File Path="src/Directory.Packages.props" />
</Folder>
<Folder Name="/Tests/">
<Project Path="src/AspNetCore/test/AspNetCore.Tests.csproj" />
<Project Path="src/Common/test/Common.Tests.csproj" />
<Project Path="src/Email/test/Email.Tests.csproj" />
<Project Path="src/EntityFrameworkCore/test/EntityFrameworkCore.Tests.csproj" />
<Project Path="src/Hangfire/test/Hangfire.Tests.csproj" />
<Project Path="src/Hosting/test/Hosting.Tests.csproj" />
<Project Path="src/Mediator/test/Mediator.Tests.csproj" />
<Project Path="src/UnitTests.EntityFrameworkCore.Npgsql/test/UnitTests.EntityFrameworkCore.Npgsql.Tests.csproj" />
<Project Path="src/UnitTests.EntityFrameworkCore.SqlServer/test/UnitTests.EntityFrameworkCore.SqlServer.Tests.csproj" />
<Project Path="src/UnitTests.EntityFrameworkCore/test/UnitTests.EntityFrameworkCore.Tests.csproj" />
</Folder>
<Project Path="src/AspNetCore/src/AspNetCore.csproj" />
<Project Path="src/Common/src/Common.csproj" />
<Project Path="src/Email/src/Email.csproj" />
<Project Path="src/EntityFrameworkCore/src/EntityFrameworkCore.csproj" />
<Project Path="src/Hangfire/src/Hangfire.csproj" />
<Project Path="src/Hosting/src/Hosting.csproj" />
<Project Path="src/Mediator/src/Mediator.csproj" />
<Project Path="src/UnitTests.EntityFrameworkCore.Npgsql/src/UnitTests.EntityFrameworkCore.Npgsql.csproj" />
<Project Path="src/UnitTests.EntityFrameworkCore.SqlServer/src/UnitTests.EntityFrameworkCore.SqlServer.csproj" />
<Project Path="src/UnitTests.EntityFrameworkCore/src/UnitTests.EntityFrameworkCore.csproj" />
<Project Path="src/UnitTests/src/UnitTests.csproj" />
</Solution>