This repository has been archived by the owner on Sep 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCleanArchitectureRazor.sln
43 lines (43 loc) · 2.47 KB
/
CleanArchitectureRazor.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebUI", "WebUI\WebUI.csproj", "{21CADDA6-D299-42BE-8161-B6D40AAC3098}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application", "Application\Application.csproj", "{A729A9DD-1E7C-41A9-9746-61E926B69AF2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{7D5E2A9D-3F55-4D22-AB74-38BCBAC9D8FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{836D3960-F340-480D-BAD3-5230A444C3A2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{21CADDA6-D299-42BE-8161-B6D40AAC3098}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21CADDA6-D299-42BE-8161-B6D40AAC3098}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21CADDA6-D299-42BE-8161-B6D40AAC3098}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21CADDA6-D299-42BE-8161-B6D40AAC3098}.Release|Any CPU.Build.0 = Release|Any CPU
{A729A9DD-1E7C-41A9-9746-61E926B69AF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A729A9DD-1E7C-41A9-9746-61E926B69AF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A729A9DD-1E7C-41A9-9746-61E926B69AF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A729A9DD-1E7C-41A9-9746-61E926B69AF2}.Release|Any CPU.Build.0 = Release|Any CPU
{7D5E2A9D-3F55-4D22-AB74-38BCBAC9D8FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D5E2A9D-3F55-4D22-AB74-38BCBAC9D8FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D5E2A9D-3F55-4D22-AB74-38BCBAC9D8FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D5E2A9D-3F55-4D22-AB74-38BCBAC9D8FF}.Release|Any CPU.Build.0 = Release|Any CPU
{836D3960-F340-480D-BAD3-5230A444C3A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{836D3960-F340-480D-BAD3-5230A444C3A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{836D3960-F340-480D-BAD3-5230A444C3A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{836D3960-F340-480D-BAD3-5230A444C3A2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8A8CABD5-3F59-4C08-8E44-BB9EB7A66E6A}
EndGlobalSection
EndGlobal