Skip to content

Commit 562833e

Browse files
authored
#109 ✨ Updated to slnx (#122)
Resolves #109 - Migrated to slnx
1 parent 99debc5 commit 562833e

File tree

2 files changed

+64
-141
lines changed

2 files changed

+64
-141
lines changed

SSW.VerticalSliceArchitecture.sln

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

SSW.VerticalSliceArchitecture.slnx

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
<Solution>
2+
<Configurations>
3+
<Platform Name="Any CPU" />
4+
<Platform Name="x64" />
5+
<Platform Name="x86" />
6+
</Configurations>
7+
<Folder Name="/Solution Items/">
8+
<File Path=".gitignore" />
9+
<File Path="global.json" />
10+
<File Path="LICENSE" />
11+
<File Path="README.md" />
12+
<File Path="Directory.Build.props" />
13+
<File Path="Directory.Packages.props" />
14+
<File Path=".editorconfig" />
15+
</Folder>
16+
<Folder Name="/src/">
17+
<Project Path="src\ServiceDefaults\ServiceDefaults.csproj" Type="Classic C#">
18+
<Configuration Solution="Debug|x64" Project="Debug|Any CPU" />
19+
<Configuration Solution="Debug|x86" Project="Debug|Any CPU" />
20+
<Configuration Solution="Release|x64" Project="Release|Any CPU" />
21+
<Configuration Solution="Release|x86" Project="Release|Any CPU" />
22+
</Project>
23+
<Project Path="src\WebApi\WebApi.csproj" Type="Classic C#">
24+
<Configuration Solution="Debug|x64" Project="Debug|Any CPU" />
25+
<Configuration Solution="Debug|x86" Project="Debug|Any CPU" />
26+
<Configuration Solution="Release|x64" Project="Release|Any CPU" />
27+
<Configuration Solution="Release|x86" Project="Release|Any CPU" />
28+
</Project>
29+
</Folder>
30+
<Folder Name="/tests/">
31+
<Project Path="tests\WebApi.ArchitectureTests\WebApi.ArchitectureTests.csproj" Type="Classic C#">
32+
<Configuration Solution="Debug|x64" Project="Debug|Any CPU" />
33+
<Configuration Solution="Debug|x86" Project="Debug|Any CPU" />
34+
<Configuration Solution="Release|x64" Project="Release|Any CPU" />
35+
<Configuration Solution="Release|x86" Project="Release|Any CPU" />
36+
</Project>
37+
<Project Path="tests\WebApi.IntegrationTests\WebApi.IntegrationTests.csproj" Type="Classic C#">
38+
<Configuration Solution="Debug|x64" Project="Debug|Any CPU" />
39+
<Configuration Solution="Debug|x86" Project="Debug|Any CPU" />
40+
<Configuration Solution="Release|x64" Project="Release|Any CPU" />
41+
<Configuration Solution="Release|x86" Project="Release|Any CPU" />
42+
</Project>
43+
<Project Path="tests\WebApi.UnitTests\WebApi.UnitTests.csproj" Type="Classic C#">
44+
<Configuration Solution="Debug|x64" Project="Debug|Any CPU" />
45+
<Configuration Solution="Debug|x86" Project="Debug|Any CPU" />
46+
<Configuration Solution="Release|x64" Project="Release|Any CPU" />
47+
<Configuration Solution="Release|x86" Project="Release|Any CPU" />
48+
</Project>
49+
</Folder>
50+
<Folder Name="/tools/">
51+
<Project Path="tools\AppHost\AppHost.csproj" Type="Classic C#">
52+
<Configuration Solution="Debug|x64" Project="Debug|Any CPU" />
53+
<Configuration Solution="Debug|x86" Project="Debug|Any CPU" />
54+
<Configuration Solution="Release|x64" Project="Release|Any CPU" />
55+
<Configuration Solution="Release|x86" Project="Release|Any CPU" />
56+
</Project>
57+
<Project Path="tools\MigrationService\MigrationService.csproj" Type="Classic C#">
58+
<Configuration Solution="Debug|x64" Project="Debug|Any CPU" />
59+
<Configuration Solution="Debug|x86" Project="Debug|Any CPU" />
60+
<Configuration Solution="Release|x64" Project="Release|Any CPU" />
61+
<Configuration Solution="Release|x86" Project="Release|Any CPU" />
62+
</Project>
63+
</Folder>
64+
</Solution>

0 commit comments

Comments
 (0)