-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathAspNetCore.Authorization.Permissions.slnx
More file actions
26 lines (26 loc) · 1.46 KB
/
Copy pathAspNetCore.Authorization.Permissions.slnx
File metadata and controls
26 lines (26 loc) · 1.46 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
<Solution>
<Folder Name="/.items/">
<File Path=".gitignore" />
<File Path="LICENSE" />
<File Path="README.md" />
</Folder>
<Folder Name="/samples/">
<Project Path="samples/SamplePermissions/SamplePermissions.csproj" />
<Project Path="samples/SampleTenant/SampleTenant.csproj" />
</Folder>
<Folder Name="/src/">
<File Path="src/Directory.Build.props" />
<Project Path="src/AspNetCore.Authorization.Permissions.Abstractions/AspNetCore.Authorization.Permissions.Abstractions.csproj" />
<Project Path="src/AspNetCore.Authorization.Permissions/AspNetCore.Authorization.Permissions.csproj" />
</Folder>
<Folder Name="/src/Identity/">
<Project Path="src/AspNetCore.Identity.Permissions.EntityFrameworkCore/AspNetCore.Identity.Permissions.EntityFrameworkCore.csproj" />
<Project Path="src/AspNetCore.Identity.Permissions/AspNetCore.Identity.Permissions.csproj" />
<Project Path="src/Extensions.Identity.Permissions.Core/Extensions.Identity.Permissions.Core.csproj" />
<Project Path="src/Extensions.Identity.Permissions.Stores/Extensions.Identity.Permissions.Stores.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/AspNetCore.Authorization.Permissions.UnitTests/AspNetCore.Authorization.Permissions.UnitTests.csproj" />
<Project Path="tests/AspNetCore.Identity.Permissions.EntityFrameworkCore.IntegrationTests/AspNetCore.Identity.Permissions.EntityFrameworkCore.IntegrationTests.csproj" />
</Folder>
</Solution>