Skip to content

Commit fa697d8

Browse files
authored
Merge pull request #223 from akunzai/new-slnx-format
Migrate to new slnx format
2 parents f0d584f + 6e5a853 commit fa697d8

File tree

2 files changed

+39
-120
lines changed

2 files changed

+39
-120
lines changed

OAuth.sln

Lines changed: 0 additions & 120 deletions
This file was deleted.

OAuth.slnx

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<Solution>
2+
<Folder Name="/samples/">
3+
<File Path="samples/Directory.Build.props" />
4+
<Project Path="samples/OAuth2HttpClientSample/OAuth2HttpClientSample.csproj" />
5+
<Project Path="samples/OAuthHttpClientSample/OAuthHttpClientSample.csproj" />
6+
<Project Path="samples/OAuthInteractiveConsoleAuthorizer/OAuthInteractiveConsoleAuthorizer.csproj" />
7+
</Folder>
8+
<Folder Name="/Solution Items/">
9+
<File Path=".config/dotnet-tools.json" />
10+
<File Path=".editorconfig" />
11+
<File Path=".github/dependabot.yml" />
12+
<File Path=".gitignore" />
13+
<File Path="Directory.Build.props" />
14+
<File Path="Directory.Packages.props" />
15+
<File Path="README.md" />
16+
</Folder>
17+
<Folder Name="/src/">
18+
<File Path="src/Directory.Build.props" />
19+
<Project Path="src/GSS.Authorization.OAuth.HttpClient/GSS.Authorization.OAuth.HttpClient.csproj" />
20+
<Project Path="src/GSS.Authorization.OAuth/GSS.Authorization.OAuth.csproj" />
21+
<Project Path="src/GSS.Authorization.OAuth2.HttpClient/GSS.Authorization.OAuth2.HttpClient.csproj" />
22+
<Project Path="src/GSS.Authorization.OAuth2/GSS.Authorization.OAuth2.csproj" />
23+
</Folder>
24+
<Folder Name="/test/">
25+
<File Path="test/Directory.Build.props" />
26+
<Project Path="test/GSS.Authorization.OAuth.HttpClient.Tests/GSS.Authorization.OAuth.HttpClient.Tests.csproj">
27+
<Build Solution="Release|*" Project="false" />
28+
</Project>
29+
<Project Path="test/GSS.Authorization.OAuth.Tests/GSS.Authorization.OAuth.Tests.csproj">
30+
<Build Solution="Release|*" Project="false" />
31+
</Project>
32+
<Project Path="test/GSS.Authorization.OAuth2.HttpClient.Tests/GSS.Authorization.OAuth2.HttpClient.Tests.csproj">
33+
<Build Solution="Release|*" Project="false" />
34+
</Project>
35+
<Project Path="test/GSS.Authorization.OAuth2.Tests/GSS.Authorization.OAuth2.Tests.csproj">
36+
<Build Solution="Release|*" Project="false" />
37+
</Project>
38+
</Folder>
39+
</Solution>

0 commit comments

Comments
 (0)