-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #669 from akunzai/slnx
- Loading branch information
Showing
3 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |