Skip to content

Commit 642d0c9

Browse files
committed
Migrate from .sln to .slnx
1 parent 2d1cd21 commit 642d0c9

File tree

2 files changed

+49
-133
lines changed

2 files changed

+49
-133
lines changed

Octokit.Webhooks.sln

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

Octokit.Webhooks.slnx

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<Solution>
2+
<Folder Name="/images/">
3+
<File Path="images/Icon.png" />
4+
</Folder>
5+
<Folder Name="/samples/">
6+
<Project Path="samples/AspNetCore/AspNetCore.csproj" />
7+
<Project Path="samples/AzureFunctions/AzureFunctions.csproj" />
8+
</Folder>
9+
<Folder Name="/Solution Items/">
10+
<File Path=".editorconfig" />
11+
<File Path=".gitattributes" />
12+
<File Path=".gitignore" />
13+
<File Path="build.cake" />
14+
<File Path="Directory.Build.props" />
15+
<File Path="Directory.Build.targets" />
16+
<File Path="dotnet-tools.json" />
17+
<File Path="global.json" />
18+
<File Path="Key.snk" />
19+
<File Path="LICENSE.md" />
20+
<File Path="README.md" />
21+
<File Path="renovate.json" />
22+
</Folder>
23+
<Folder Name="/Solution Items/.github/">
24+
<File Path=".github/PULL_REQUEST_TEMPLATE.md" />
25+
<File Path=".github/release-drafter.yml" />
26+
</Folder>
27+
<Folder Name="/Solution Items/.github/ISSUE_TEMPLATE/">
28+
<File Path=".github/ISSUE_TEMPLATE/BUG_REPORT.yml" />
29+
<File Path=".github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml" />
30+
</Folder>
31+
<Folder Name="/Solution Items/.github/workflows/">
32+
<File Path=".github/workflows/build.yml" />
33+
<File Path=".github/workflows/codeql-analysis.yml" />
34+
<File Path=".github/workflows/release-drafter.yml" />
35+
</Folder>
36+
<Folder Name="/src/">
37+
<File Path="src/Directory.Build.props" />
38+
<Project Path="src/Octokit.Webhooks.AspNetCore/Octokit.Webhooks.AspNetCore.csproj" />
39+
<Project Path="src/Octokit.Webhooks.AzureFunctions/Octokit.Webhooks.AzureFunctions.csproj" />
40+
<Project Path="src/Octokit.Webhooks/Octokit.Webhooks.csproj" />
41+
</Folder>
42+
<Folder Name="/test/">
43+
<File Path="test/.editorconfig" />
44+
<File Path="test/Directory.Build.props" />
45+
<Project Path="test/Octokit.Webhooks.AzureFunctions.Test/Octokit.Webhooks.AzureFunctions.Test.csproj" />
46+
<Project Path="test/Octokit.Webhooks.Test/Octokit.Webhooks.Test.csproj" />
47+
<Project Path="test/Octokit.Webhooks.TestUtils/Octokit.Webhooks.TestUtils.csproj" />
48+
</Folder>
49+
</Solution>

0 commit comments

Comments
 (0)