Skip to content

Commit

Permalink
Add .slnx format for solution files
Browse files Browse the repository at this point in the history
  • Loading branch information
akunzai committed Oct 11, 2024
1 parent d9e59ca commit f3e4f37
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions CAS.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<Solution>
<Folder Name="/samples/">
<Project Path="samples\AspNetCoreIdentitySample\AspNetCoreIdentitySample.csproj" />
<Project Path="samples\AspNetCoreMvcSample\AspNetCoreMvcSample.csproj" Type="Classic C#" />
<Project Path="samples\AspNetCoreReactSample\AspNetCoreReactSample.csproj" />
<Project Path="samples\AspNetCoreSample\AspNetCoreSample.csproj" />
<Project Path="samples\BlazorSample\BlazorSample.csproj" Type="Classic C#" />
<Project Path="samples\OwinSample\OwinSample.csproj" Type="Classic C#">
<Configuration Solution="Debug|Any CPU" Project="Debug|Any CPU|NoBuild" />
<Configuration Solution="Release|Any CPU" Project="Release|Any CPU|NoBuild" />
</Project>
<File Path="samples\Directory.Build.props" />
</Folder>
<Folder Name="/Solution Items/">
<File Path=".config\dotnet-tools.json" />
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path=".github\dependabot.yml" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="README.md" />
</Folder>
<Folder Name="/src/">
<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" />
<File Path="src\Directory.Build.props" />
</Folder>
<Folder Name="/test/">
<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" />
<Project Path="test\GSS.Authentication.CAS.Owin.Tests\GSS.Authentication.CAS.Owin.Tests.csproj" />
<Project Path="test\GSS.Authentication.CAS.Testing\GSS.Authentication.CAS.Testing.csproj" />
<File Path="test\Directory.Build.props" />
</Folder>
</Solution>

0 comments on commit f3e4f37

Please sign in to comment.