This repository has been archived by the owner on Oct 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Evolution.sln
83 lines (83 loc) · 5.83 KB
/
Evolution.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Evolution", "Evolution\Evolution.csproj", "{41425E7A-CCAE-4C33-89FA-68AEAD131D80}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Evolution.Test.Unit", "Evolution.Test.Unit\Evolution.Test.Unit.csproj", "{02AD3771-41A7-45CF-99D1-58135225C474}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Evolution.Data", "Evolution.Data\Evolution.Data.csproj", "{74F503EB-C591-4D34-AEB1-6BCF38DEB5A2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Evolution.Data.Oracle", "Evolution.Data.Oracle\Evolution.Data.Oracle.csproj", "{D6C8B97A-63E9-412F-8163-ED1839EB43FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Evolution.Repo", "Evolution.Repo\Evolution.Repo.csproj", "{714067F9-FA4A-4B9E-9B9E-24BC58B84A66}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Evolution.Exceptions", "Evolution.Exceptions\Evolution.Exceptions.csproj", "{F4F26C4C-732B-48F1-9712-CA097D963F48}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Evolution.Model", "Evolution.Model\Evolution.Model.csproj", "{D1EB34CB-E011-4FA0-B67D-4F68E9348838}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Evolution.Logic", "Evolution.Logic\Evolution.Logic.csproj", "{5665FEA6-F045-4DF3-82A6-12C77BAB14AD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Evolution.Data.SqlClient", "Evolution.Data.SqlClient\Evolution.Data.SqlClient.csproj", "{4530BB80-A580-48F2-A4FB-9CFF262D042B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Evolution.Test.Integration", "Evolution.Test.Integration\Evolution.Test.Integration.csproj", "{7030463E-FF85-4B53-A96A-0F120C6903A2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{41425E7A-CCAE-4C33-89FA-68AEAD131D80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41425E7A-CCAE-4C33-89FA-68AEAD131D80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41425E7A-CCAE-4C33-89FA-68AEAD131D80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41425E7A-CCAE-4C33-89FA-68AEAD131D80}.Release|Any CPU.Build.0 = Release|Any CPU
{02AD3771-41A7-45CF-99D1-58135225C474}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02AD3771-41A7-45CF-99D1-58135225C474}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02AD3771-41A7-45CF-99D1-58135225C474}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02AD3771-41A7-45CF-99D1-58135225C474}.Release|Any CPU.Build.0 = Release|Any CPU
{74F503EB-C591-4D34-AEB1-6BCF38DEB5A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74F503EB-C591-4D34-AEB1-6BCF38DEB5A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74F503EB-C591-4D34-AEB1-6BCF38DEB5A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74F503EB-C591-4D34-AEB1-6BCF38DEB5A2}.Release|Any CPU.Build.0 = Release|Any CPU
{D6C8B97A-63E9-412F-8163-ED1839EB43FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6C8B97A-63E9-412F-8163-ED1839EB43FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6C8B97A-63E9-412F-8163-ED1839EB43FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6C8B97A-63E9-412F-8163-ED1839EB43FB}.Release|Any CPU.Build.0 = Release|Any CPU
{714067F9-FA4A-4B9E-9B9E-24BC58B84A66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{714067F9-FA4A-4B9E-9B9E-24BC58B84A66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{714067F9-FA4A-4B9E-9B9E-24BC58B84A66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{714067F9-FA4A-4B9E-9B9E-24BC58B84A66}.Release|Any CPU.Build.0 = Release|Any CPU
{F4F26C4C-732B-48F1-9712-CA097D963F48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4F26C4C-732B-48F1-9712-CA097D963F48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4F26C4C-732B-48F1-9712-CA097D963F48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4F26C4C-732B-48F1-9712-CA097D963F48}.Release|Any CPU.Build.0 = Release|Any CPU
{D1EB34CB-E011-4FA0-B67D-4F68E9348838}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1EB34CB-E011-4FA0-B67D-4F68E9348838}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1EB34CB-E011-4FA0-B67D-4F68E9348838}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1EB34CB-E011-4FA0-B67D-4F68E9348838}.Release|Any CPU.Build.0 = Release|Any CPU
{EE7A1389-F72A-4C3A-A010-6F4B0E0C57E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE7A1389-F72A-4C3A-A010-6F4B0E0C57E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE7A1389-F72A-4C3A-A010-6F4B0E0C57E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE7A1389-F72A-4C3A-A010-6F4B0E0C57E3}.Release|Any CPU.Build.0 = Release|Any CPU
{5665FEA6-F045-4DF3-82A6-12C77BAB14AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5665FEA6-F045-4DF3-82A6-12C77BAB14AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5665FEA6-F045-4DF3-82A6-12C77BAB14AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5665FEA6-F045-4DF3-82A6-12C77BAB14AD}.Release|Any CPU.Build.0 = Release|Any CPU
{4530BB80-A580-48F2-A4FB-9CFF262D042B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4530BB80-A580-48F2-A4FB-9CFF262D042B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4530BB80-A580-48F2-A4FB-9CFF262D042B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4530BB80-A580-48F2-A4FB-9CFF262D042B}.Release|Any CPU.Build.0 = Release|Any CPU
{7030463E-FF85-4B53-A96A-0F120C6903A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7030463E-FF85-4B53-A96A-0F120C6903A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7030463E-FF85-4B53-A96A-0F120C6903A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7030463E-FF85-4B53-A96A-0F120C6903A2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2157D49C-5299-4189-A9B7-35A1032F7EC6}
EndGlobalSection
EndGlobal