-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathExtensions.slnx
More file actions
30 lines (30 loc) · 1.7 KB
/
Extensions.slnx
File metadata and controls
30 lines (30 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
<Solution>
<Folder Name="/Solution/">
<File Path="LICENSE" />
<File Path="nuget.png" />
<File Path="version.json" />
<File Path=".github\PULL_REQUEST_TEMPLATE.md" />
<File Path=".github\ISSUE_TEMPLATE\bug_report.yml" />
<File Path=".github\ISSUE_TEMPLATE\feature_request.yml" />
<File Path=".github\workflows\build.yml" />
<File Path="Build.slnf" />
<File Path="Directory.build.props" />
<File Path="Directory.build.targets" />
<File Path="Directory.packages.props" />
<File Path="readme.md" />
<File Path="nuget.config" />
</Folder>
<Folder Name="/tests/">
<Project Path="samples/Sample.Web/Sample.Web.csproj" />
<Project Path="Sample\Sample.csproj" />
<Project Path="tests\Shiny.Extensions.DependencyInjection.Tests\Shiny.Extensions.DependencyInjection.Tests.csproj" />
<Project Path="tests\Shiny.Extensions.Maui.Tests\Shiny.Extensions.Maui.Tests.csproj" />
<Project Path="tests\Shiny.Extensions.Stores.Tests\Shiny.Extensions.Stores.Tests.csproj" />
</Folder>
<Project Path="src\Shiny.Extensions.DependencyInjection.SourceGenerators\Shiny.Extensions.DependencyInjection.SourceGenerators.csproj" />
<Project Path="src\Shiny.Extensions.DependencyInjection\Shiny.Extensions.DependencyInjection.csproj" />
<Project Path="src\Shiny.Extensions.WebHosting\Shiny.Extensions.WebHosting.csproj" />
<Project Path="src\Shiny.Extensions.MauiHosting\Shiny.Extensions.MauiHosting.csproj" />
<Project Path="src\Shiny.Extensions.Stores.Web\Shiny.Extensions.Stores.Web.csproj" />
<Project Path="src\Shiny.Extensions.Stores\Shiny.Extensions.Stores.csproj" />
</Solution>