-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlewee.slnx
More file actions
105 lines (105 loc) · 6.46 KB
/
lewee.slnx
File metadata and controls
105 lines (105 loc) · 6.46 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path="coverage.runsettings" />
<File Path="coverage.xml" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="README.md" />
<File Path="spelling-exclusion.txt" />
<File Path="test-coverage.ps1" />
<File Path="Tests.props" />
</Folder>
<Folder Name="/Solution Items/.github/">
<File Path=".github/copilot-instructions.md" />
<File Path=".github/workflows/build-and-test.yml" />
</Folder>
<Folder Name="/Solution Items/src/">
<File Path="src/Directory.Build.props" />
<File Path="src/README.md" />
</Folder>
<Folder Name="/Solution Items/tests/">
<File Path="tests/.editorconfig" />
<File Path="tests/Directory.Build.props" />
</Folder>
<Folder Name="/Solution Items/sample/">
<File Path="sample/.editorconfig" />
<File Path="sample/Directory.Build.props" />
<File Path="sample/README.md" />
</Folder>
<Folder Name="/Solution Items/.github/instructions/">
<File Path=".github/instructions/blazor.instructions.md" />
<File Path=".github/instructions/build-and-test.instructions.md" />
<File Path=".github/instructions/code-quality.instructions.md" />
<File Path=".github/instructions/decision-making.instructions.md" />
<File Path=".github/instructions/development-focus.instructions.md" />
<File Path=".github/instructions/environment-setup.instructions.md" />
<File Path=".github/instructions/how-to-use.instructions.md" />
<File Path=".github/instructions/overview.instructions.md" />
<File Path=".github/instructions/repository-structure.instructions.md" />
<File Path=".github/instructions/sample-application.instructions.md" />
<File Path=".github/instructions/technology-stack.instructions.md" />
<File Path=".github/instructions/troubleshooting.instructions.md" />
<File Path=".github/instructions/validation-workflows.instructions.md" />
<File Path=".github/instructions/visual-studio-solution.instructions.md" />
</Folder>
<Folder Name="/Solution Items/sample-tests/">
<File Path="sample-tests/.editorconfig" />
<File Path="sample-tests/Directory.Build.props" />
<File Path="sample-tests/README.md" />
</Folder>
<Project Path="sample-tests/Pizzeria.Store.Components.Tests.Unit/Pizzeria.Store.Components.Tests.Unit.csproj" />
<Project Path="sample-tests/Pizzeria.Store.Domain.Tests/Pizzeria.Store.Domain.Tests.csproj" />
<Project Path="sample-tests/Pizzeria.Store.StateManagement.Tests.Unit/Pizzeria.Store.StateManagement.Tests.Unit.csproj" />
<Project Path="sample-tests/Pizzeria.Store.Web.Tests.Unit/Pizzeria.Store.Web.Tests.Unit.csproj" />
<Project Path="sample-tests/Pizzeria.Tests.Integration/Pizzeria.Tests.Integration.csproj" />
<Project Path="sample/Pizzeria.AppHost/Pizzeria.AppHost.csproj" />
<Project Path="sample/Pizzeria.Auth/Pizzeria.Auth.csproj" />
<Project Path="sample/Pizzeria.Common/Pizzeria.Common.csproj" />
<Project Path="sample/Pizzeria.Configuration/Pizzeria.Configuration.csproj" />
<Project Path="sample/Pizzeria.ServiceDefaults/Pizzeria.ServiceDefaults.csproj" />
<Project Path="sample/Pizzeria.Store.Application/Pizzeria.Store.Application.csproj" />
<Project Path="sample/Pizzeria.Store.Components/Pizzeria.Store.Components.csproj" />
<Project Path="sample/Pizzeria.Store.Contracts/Pizzeria.Store.Contracts.csproj" />
<Project Path="sample/Pizzeria.Store.Data/Pizzeria.Store.Data.csproj" />
<Project Path="sample/Pizzeria.Store.Domain/Pizzeria.Store.Domain.csproj" />
<Project Path="sample/Pizzeria.Store.StateManagement/Pizzeria.Store.StateManagement.csproj" />
<Project Path="sample/Pizzeria.Store.Web/Pizzeria.Store.Web.csproj" />
<Project Path="src/Lewee.Application/Lewee.Application.csproj" />
<Project Path="src/Lewee.Blazor/Lewee.Blazor.csproj" />
<Project Path="src/Lewee.Common/Lewee.Common.csproj" />
<Project Path="src/Lewee.Domain/Lewee.Domain.csproj" />
<Project Path="src/Lewee.Infrastructure.AspNet/Lewee.Infrastructure.AspNet.csproj" />
<Project Path="src/Lewee.Infrastructure.Auth/Lewee.Infrastructure.Auth.csproj" />
<Project Path="src/Lewee.Infrastructure.Correlate/Lewee.Infrastructure.Correlate.csproj" />
<Project Path="src/Lewee.Infrastructure.Data/Lewee.Infrastructure.Data.csproj" />
<Project Path="src/Lewee.Infrastructure.FastEndpoints/Lewee.Infrastructure.FastEndpoints.csproj" />
<Project Path="src/Lewee.Infrastructure.Fluxor/Lewee.Infrastructure.Fluxor.csproj" />
<Project Path="src/Lewee.Infrastructure.Keycloak/Lewee.Infrastructure.Keycloak.csproj" />
<Project Path="src/Lewee.Infrastructure.PostgreSQL/Lewee.Infrastructure.PostgreSQL.csproj" />
<Project Path="src/Lewee.Infrastructure.Refit/Lewee.Infrastructure.Refit.csproj" />
<Project Path="src/Lewee.Playwright/Lewee.Playwright.csproj" />
<Project Path="tests/Lewee.Application.Tests.Unit/Lewee.Application.Tests.Unit.csproj" />
<Project Path="tests/Lewee.Blazor.Tests.Api/Lewee.Blazor.Tests.Api.csproj" />
<Project Path="tests/Lewee.Blazor.Tests.AppHost/Lewee.Blazor.Tests.AppHost.csproj" />
<Project Path="tests/Lewee.Blazor.Tests.Integration/Lewee.Blazor.Tests.Integration.csproj" />
<Project Path="tests/Lewee.Blazor.Tests.Web/Lewee.Blazor.Tests.Web.csproj" />
<Project Path="tests/Lewee.Common.Tests.Unit/Lewee.Common.Tests.Unit.csproj" />
<Project Path="tests/Lewee.Domain.Tests.Unit/Lewee.Domain.Tests.Unit.csproj" />
<Project Path="tests/Lewee.Infrastructure.Data.Tests.Integration/Lewee.Infrastructure.Data.Tests.Integration.csproj" />
<Project Path="tests/Lewee.Infrastructure.Data.Tests.Unit/Lewee.Infrastructure.Data.Tests.Unit.csproj" />
<Project Path="tests/Lewee.Infrastructure.Fluxor.Tests.Unit/Lewee.Infrastructure.Fluxor.Tests.Unit.csproj" />
<Project Path="tests/Lewee.Infrastructure.Refit.Tests.Integration/Lewee.Infrastructure.Refit.Tests.Integration.csproj" />
<Project Path="tests/Lewee.Playwright.Tests.Unit/Lewee.Playwright.Tests.Unit.csproj" />
<Project Path="tests/Lewee.Tests.Api/Lewee.Tests.Api.csproj" />
<Project Path="tests/Lewee.Tests.AppHost/Lewee.Tests.AppHost.csproj" />
<Project Path="tests/Lewee.Tests.Common/Lewee.Tests.Common.csproj" />
<Project Path="tests/Lewee.Tests.Contracts/Lewee.Tests.Contracts.csproj" />
<Project Path="tests/Lewee.Tests.ServiceDefaults/Lewee.Tests.ServiceDefaults.csproj" />
</Solution>