-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvctr.sln
48 lines (48 loc) · 2.76 KB
/
vctr.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gateway", "Gateway\Gateway.csproj", "{9486D952-4F2E-4D19-B99D-1ADA1450F964}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DatabaseAccessLayer", "DatabaseAccessLayer\DatabaseAccessLayer.csproj", "{A2FFED20-8D39-4ABF-81EC-CB9D6833C0CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CacheAccessLayer", "CacheAccessLayer\CacheAccessLayer.csproj", "{C0A3CBC6-5ABD-4649-B3A5-16199253D4EF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DB5E04CE-147D-4066-B345-BF0943E55F4E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gateway.Test", "Gateway.Test\Gateway.Test.csproj", "{44513F4C-F81A-411F-A85A-F2E34D2E2F86}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9486D952-4F2E-4D19-B99D-1ADA1450F964}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9486D952-4F2E-4D19-B99D-1ADA1450F964}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9486D952-4F2E-4D19-B99D-1ADA1450F964}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9486D952-4F2E-4D19-B99D-1ADA1450F964}.Release|Any CPU.Build.0 = Release|Any CPU
{A2FFED20-8D39-4ABF-81EC-CB9D6833C0CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2FFED20-8D39-4ABF-81EC-CB9D6833C0CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2FFED20-8D39-4ABF-81EC-CB9D6833C0CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2FFED20-8D39-4ABF-81EC-CB9D6833C0CA}.Release|Any CPU.Build.0 = Release|Any CPU
{C0A3CBC6-5ABD-4649-B3A5-16199253D4EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0A3CBC6-5ABD-4649-B3A5-16199253D4EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0A3CBC6-5ABD-4649-B3A5-16199253D4EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0A3CBC6-5ABD-4649-B3A5-16199253D4EF}.Release|Any CPU.Build.0 = Release|Any CPU
{44513F4C-F81A-411F-A85A-F2E34D2E2F86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44513F4C-F81A-411F-A85A-F2E34D2E2F86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44513F4C-F81A-411F-A85A-F2E34D2E2F86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44513F4C-F81A-411F-A85A-F2E34D2E2F86}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {497476F6-E48A-4466-A306-1337C29852CA}
EndGlobalSection
EndGlobal