Skip to content

Commit 0d80a18

Browse files
Migrate to slnx (#66)
1 parent cbb304d commit 0d80a18

File tree

3 files changed

+33
-209
lines changed

3 files changed

+33
-209
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CI
22

33
env:
4-
SOLUTION: TeamUp.sln
4+
SOLUTION: TeamUp.slnx
55
DOTNET_NOLOGO: true # Disable the .NET logo
66
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true # Disable the .NET first time experience
77
DOTNET_CLI_TELEMETRY_OPTOUT: true # Disable sending .NET CLI telemetry

TeamUp.sln

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

TeamUp.slnx

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<Solution>
2+
<Configurations>
3+
<Platform Name="Any CPU" />
4+
<Platform Name="x64" />
5+
<Platform Name="x86" />
6+
</Configurations>
7+
<Folder Name="/Scripts/">
8+
<File Path="scripts/rundb.ps1" />
9+
</Folder>
10+
<Folder Name="/Solution Items/">
11+
<File Path=".editorconfig" />
12+
<File Path="Directory.Build.props" />
13+
<File Path="Directory.Packages.props" />
14+
</Folder>
15+
<Folder Name="/src/">
16+
<Project Path="src/TeamUp.Api/TeamUp.Api.csproj" />
17+
<Project Path="src/TeamUp.Application/TeamUp.Application.csproj" />
18+
<Project Path="src/TeamUp.Common/TeamUp.Common.csproj" />
19+
<Project Path="src/TeamUp.Contracts/TeamUp.Contracts.csproj" />
20+
<Project Path="src/TeamUp.Domain/TeamUp.Domain.csproj" />
21+
<Project Path="src/TeamUp.Infrastructure/TeamUp.Infrastructure.csproj" />
22+
</Folder>
23+
<Folder Name="/tests/">
24+
<Project Path="tests/TeamUp.Tests.Architecture/TeamUp.Tests.Architecture.csproj" />
25+
<Project Path="tests/TeamUp.Tests.Common/TeamUp.Tests.Common.csproj" />
26+
<Project Path="tests/TeamUp.Tests.EndToEnd/TeamUp.Tests.EndToEnd.csproj" />
27+
<Project Path="tests/TeamUp.Tests.Performance/TeamUp.Tests.Performance.csproj" />
28+
</Folder>
29+
<Folder Name="/tools/">
30+
<Project Path="tools/TeamUp.Tools.Seeder/TeamUp.Tools.Seeder.csproj" />
31+
</Folder>
32+
</Solution>

0 commit comments

Comments
 (0)