- .gitignore for .NET/Blazor project - VS Code launch and task configurations - Solution file (Duempelkas.slnx) - NuGet configuration
12 lines
459 B
Plaintext
12 lines
459 B
Plaintext
<Solution>
|
|
<Folder Name="/src/">
|
|
<Project Path="src/Duempelkas.App/Duempelkas.App.csproj" />
|
|
<Project Path="src/Duempelkas.Desktop/Duempelkas.Desktop.csproj" />
|
|
<Project Path="src/Duempelkas.Domain/Duempelkas.Domain.csproj" />
|
|
<Project Path="src/Duempelkas.Infrastructure/Duempelkas.Infrastructure.csproj" />
|
|
</Folder>
|
|
<Folder Name="/tests/">
|
|
<Project Path="tests/Duempelkas.Tests/Duempelkas.Tests.csproj" />
|
|
</Folder>
|
|
</Solution>
|