-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathReCapProject.sln
55 lines (55 loc) · 3.38 KB
/
ReCapProject.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32413.511
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess", "DataAccess\DataAccess.csproj", "{C01CE1F6-5004-4887-BFCE-D68AF749EC41}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Business", "Business\Business.csproj", "{E9D618D5-3137-447A-81D7-CB36E8933843}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Entities", "Entities\Entities.csproj", "{4828503E-41C8-40A3-93DE-C915A23D08CC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleUI", "ConsoleUI\ConsoleUI.csproj", "{F8F57623-9669-41D4-B3A1-1BD39CFB6B7C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{7FEF943F-857F-4129-A59C-3D208A2C5DC3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebAPI", "WebAPI\WebAPI.csproj", "{C2087DDF-BDD0-4FC6-91C6-404D9DC7252A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C01CE1F6-5004-4887-BFCE-D68AF749EC41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C01CE1F6-5004-4887-BFCE-D68AF749EC41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C01CE1F6-5004-4887-BFCE-D68AF749EC41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C01CE1F6-5004-4887-BFCE-D68AF749EC41}.Release|Any CPU.Build.0 = Release|Any CPU
{E9D618D5-3137-447A-81D7-CB36E8933843}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9D618D5-3137-447A-81D7-CB36E8933843}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9D618D5-3137-447A-81D7-CB36E8933843}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9D618D5-3137-447A-81D7-CB36E8933843}.Release|Any CPU.Build.0 = Release|Any CPU
{4828503E-41C8-40A3-93DE-C915A23D08CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4828503E-41C8-40A3-93DE-C915A23D08CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4828503E-41C8-40A3-93DE-C915A23D08CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4828503E-41C8-40A3-93DE-C915A23D08CC}.Release|Any CPU.Build.0 = Release|Any CPU
{F8F57623-9669-41D4-B3A1-1BD39CFB6B7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8F57623-9669-41D4-B3A1-1BD39CFB6B7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8F57623-9669-41D4-B3A1-1BD39CFB6B7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8F57623-9669-41D4-B3A1-1BD39CFB6B7C}.Release|Any CPU.Build.0 = Release|Any CPU
{7FEF943F-857F-4129-A59C-3D208A2C5DC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FEF943F-857F-4129-A59C-3D208A2C5DC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FEF943F-857F-4129-A59C-3D208A2C5DC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FEF943F-857F-4129-A59C-3D208A2C5DC3}.Release|Any CPU.Build.0 = Release|Any CPU
{C2087DDF-BDD0-4FC6-91C6-404D9DC7252A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2087DDF-BDD0-4FC6-91C6-404D9DC7252A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2087DDF-BDD0-4FC6-91C6-404D9DC7252A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2087DDF-BDD0-4FC6-91C6-404D9DC7252A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1BBA7A88-4EAA-40FD-9315-A7B3DBB8523B}
EndGlobalSection
EndGlobal