-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathCAS.slnx
30 lines (30 loc) · 1.45 KB
/
CAS.slnx
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
<Solution>
<Folder Name="/samples/">
<File Path="samples/Directory.Build.props" />
<Project Path="samples/AspNetCoreIdentitySample/AspNetCoreIdentitySample.csproj" />
<Project Path="samples/AspNetCoreMvcSample/AspNetCoreMvcSample.csproj" />
<Project Path="samples/AspNetCoreReactSample/AspNetCoreReactSample.csproj" />
<Project Path="samples/AspNetCoreSample/AspNetCoreSample.csproj" />
<Project Path="samples/BlazorSample/BlazorSample.csproj" />
</Folder>
<Folder Name="/Solution Items/">
<File Path=".config/dotnet-tools.json" />
<File Path=".editorconfig" />
<File Path=".github/dependabot.yml" />
<File Path=".gitignore" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="README.md" />
</Folder>
<Folder Name="/src/">
<File Path="src/Directory.Build.props" />
<Project Path="src/GSS.Authentication.CAS.AspNetCore/GSS.Authentication.CAS.AspNetCore.csproj" />
<Project Path="src/GSS.Authentication.CAS.Core/GSS.Authentication.CAS.Core.csproj" />
<Project Path="src/GSS.Authentication.CAS.Owin/GSS.Authentication.CAS.Owin.csproj" />
</Folder>
<Folder Name="/test/">
<File Path="test/Directory.Build.props" />
<Project Path="test/GSS.Authentication.CAS.AspNetCore.Tests/GSS.Authentication.CAS.AspNetCore.Tests.csproj" />
<Project Path="test/GSS.Authentication.CAS.Core.Tests/GSS.Authentication.CAS.Core.Tests.csproj" />
</Folder>
</Solution>