-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBlogify.slnx
More file actions
67 lines (67 loc) · 4.08 KB
/
Blogify.slnx
File metadata and controls
67 lines (67 loc) · 4.08 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
<Solution>
<Configurations>
<Platform Name="Any CPU"/>
<Platform Name="x64"/>
<Platform Name="x86"/>
</Configurations>
<Folder Name="/src/">
<Project Path="src\Blogify.Api\Blogify.Api.csproj" Type="Classic C#">
<Configuration Solution="Debug|x64" Project="Debug|Any CPU"/>
<Configuration Solution="Debug|x86" Project="Debug|Any CPU"/>
<Configuration Solution="Release|x64" Project="Release|Any CPU"/>
<Configuration Solution="Release|x86" Project="Release|Any CPU"/>
</Project>
<Project Path="src\Blogify.Application\Blogify.Application.csproj" Type="Classic C#">
<Configuration Solution="Debug|x64" Project="Debug|Any CPU"/>
<Configuration Solution="Debug|x86" Project="Debug|Any CPU"/>
<Configuration Solution="Release|x64" Project="Release|Any CPU"/>
<Configuration Solution="Release|x86" Project="Release|Any CPU"/>
</Project>
<Project Path="src\Blogify.Domain\Blogify.Domain.csproj" Type="Classic C#">
<Configuration Solution="Debug|x64" Project="Debug|Any CPU"/>
<Configuration Solution="Debug|x86" Project="Debug|Any CPU"/>
<Configuration Solution="Release|x64" Project="Release|Any CPU"/>
<Configuration Solution="Release|x86" Project="Release|Any CPU"/>
</Project>
<Project Path="src\Blogify.Infrastructure\Blogify.Infrastructure.csproj" Type="Classic C#">
<Configuration Solution="Debug|x64" Project="Debug|Any CPU"/>
<Configuration Solution="Debug|x86" Project="Debug|Any CPU"/>
<Configuration Solution="Release|x64" Project="Release|Any CPU"/>
<Configuration Solution="Release|x86" Project="Release|Any CPU"/>
</Project>
</Folder>
<Folder Name="/test/">
<Project Path="test\Blogify.Application.UnitTests\Blogify.Application.UnitTests.csproj" Type="Classic C#">
<Configuration Solution="Debug|x64" Project="Debug|Any CPU"/>
<Configuration Solution="Debug|x86" Project="Debug|Any CPU"/>
<Configuration Solution="Release|x64" Project="Release|Any CPU"/>
<Configuration Solution="Release|x86" Project="Release|Any CPU"/>
</Project>
<Project Path="test\Blogify.ArchitectureTests\Blogify.ArchitectureTests.csproj" Type="Classic C#">
<Configuration Solution="Debug|x64" Project="Debug|Any CPU"/>
<Configuration Solution="Debug|x86" Project="Debug|Any CPU"/>
<Configuration Solution="Release|x64" Project="Release|Any CPU"/>
<Configuration Solution="Release|x86" Project="Release|Any CPU"/>
</Project>
<Project Path="test\Blogify.Domain.UnitTests\Blogify.Domain.UnitTests.csproj" Type="Classic C#">
<Configuration Solution="Debug|x64" Project="Debug|Any CPU"/>
<Configuration Solution="Debug|x86" Project="Debug|Any CPU"/>
<Configuration Solution="Release|x64" Project="Release|Any CPU"/>
<Configuration Solution="Release|x86" Project="Release|Any CPU"/>
</Project>
<Project Path="test\Blogify.FunctionalTests\Blogify.FunctionalTests.csproj" Type="Classic C#">
<Configuration Solution="Debug|x64" Project="Debug|Any CPU"/>
<Configuration Solution="Debug|x86" Project="Debug|Any CPU"/>
<Configuration Solution="Release|x64" Project="Release|Any CPU"/>
<Configuration Solution="Release|x86" Project="Release|Any CPU"/>
</Project>
</Folder>
<Project Path="docker-compose\docker-compose.dcproj">
<Configuration Solution="Debug|Any CPU" Project="Debug|Any CPU|NoBuild"/>
<Configuration Solution="Debug|x64" Project="Debug|Any CPU|NoBuild"/>
<Configuration Solution="Debug|x86" Project="Debug|Any CPU|NoBuild"/>
<Configuration Solution="Release|Any CPU" Project="Release|Any CPU|NoBuild"/>
<Configuration Solution="Release|x64" Project="Release|Any CPU|NoBuild"/>
<Configuration Solution="Release|x86" Project="Release|Any CPU|NoBuild"/>
</Project>
</Solution>