-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathWebExtensions.Net.slnx
More file actions
40 lines (40 loc) · 1.7 KB
/
WebExtensions.Net.slnx
File metadata and controls
40 lines (40 loc) · 1.7 KB
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
31
32
33
34
35
36
37
38
39
40
<Solution>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path="CONTRIBUTING.md" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="GitVersion.yml" />
<File Path="global.json" />
<File Path="LICENSE" />
<File Path="README.md" />
</Folder>
<Folder Name="/Solution Items/.github/">
<File Path=".github/dependabot.yml" />
<File Path=".github/FUNDING.yml" />
</Folder>
<Folder Name="/Solution Items/.github/workflows/">
<File Path=".github/workflows/WebExtensions.Net-Build.yml" />
<File Path=".github/workflows/WebExtensions.Net-PR-Build.yml" />
<File Path=".github/workflows/WebExtensions.Net-Release.yml" />
</Folder>
<Folder Name="/src/">
<Project Path="src/WebExtensions.Net.Extensions.DependencyInjection/WebExtensions.Net.Extensions.DependencyInjection.csproj" />
<Project Path="src/WebExtensions.Net/WebExtensions.Net.csproj" />
</Folder>
<Folder Name="/src/Icon/">
<File Path="src/Icon/Icon.png" />
<File Path="src/Icon/Icon.svg" />
</Folder>
<Folder Name="/test/">
<Project Path="test/WebExtensions.Net.BrowserExtensionIntegrationTest/WebExtensions.Net.BrowserExtensionIntegrationTest.csproj" />
<Project Path="test/WebExtensions.Net.IntegrationTestsRunner/WebExtensions.Net.IntegrationTestsRunner.csproj" />
<Project Path="test/WebExtensions.Net.Test/WebExtensions.Net.Test.csproj" />
</Folder>
<Folder Name="/tool/">
<Project Path="tool/WebExtensions.Net.Generator/WebExtensions.Net.Generator.csproj" />
<File Path="tool/DependenciesUpdater.ps1" />
<File Path="tool/LanguageCodeUpdater.ps1" />
</Folder>
</Solution>