-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCleanArchitectureTesting2.sln
More file actions
49 lines (49 loc) · 2.98 KB
/
CleanArchitectureTesting2.sln
File metadata and controls
49 lines (49 loc) · 2.98 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36705.20
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DomainModel", "DomainModel\DomainModel.csproj", "{653333E2-1637-498A-B9AD-180C6219B5F4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Application", "Application\Application.csproj", "{37B6B52B-6003-4858-8FBA-F3F56BD3D95C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{82849B31-75A6-4F1A-A205-BF969C9EC4C8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfThickClient", "WpfThickClient\WpfThickClient.csproj", "{EDB9925E-4DA6-4A7B-8099-A9D4B7833927}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Launcher", "Launcher\Launcher.csproj", "{A517896F-1783-418B-9936-1FF5AF8164E0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{653333E2-1637-498A-B9AD-180C6219B5F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{653333E2-1637-498A-B9AD-180C6219B5F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{653333E2-1637-498A-B9AD-180C6219B5F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{653333E2-1637-498A-B9AD-180C6219B5F4}.Release|Any CPU.Build.0 = Release|Any CPU
{37B6B52B-6003-4858-8FBA-F3F56BD3D95C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37B6B52B-6003-4858-8FBA-F3F56BD3D95C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37B6B52B-6003-4858-8FBA-F3F56BD3D95C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37B6B52B-6003-4858-8FBA-F3F56BD3D95C}.Release|Any CPU.Build.0 = Release|Any CPU
{82849B31-75A6-4F1A-A205-BF969C9EC4C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82849B31-75A6-4F1A-A205-BF969C9EC4C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82849B31-75A6-4F1A-A205-BF969C9EC4C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82849B31-75A6-4F1A-A205-BF969C9EC4C8}.Release|Any CPU.Build.0 = Release|Any CPU
{EDB9925E-4DA6-4A7B-8099-A9D4B7833927}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDB9925E-4DA6-4A7B-8099-A9D4B7833927}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDB9925E-4DA6-4A7B-8099-A9D4B7833927}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDB9925E-4DA6-4A7B-8099-A9D4B7833927}.Release|Any CPU.Build.0 = Release|Any CPU
{A517896F-1783-418B-9936-1FF5AF8164E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A517896F-1783-418B-9936-1FF5AF8164E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A517896F-1783-418B-9936-1FF5AF8164E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A517896F-1783-418B-9936-1FF5AF8164E0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B33D72CC-DF26-4A6B-80B0-0AFF8595906A}
EndGlobalSection
EndGlobal