-
Notifications
You must be signed in to change notification settings - Fork 0
/
Portfolio.sln
43 lines (43 loc) · 2.46 KB
/
Portfolio.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.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Portfolio", "Portfolio\Portfolio.csproj", "{4334EDBD-C114-4E97-AC77-0AB16F81E50C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Repository", "Repository\Repository.csproj", "{6C23B2DD-6757-4082-B460-A86254C6AC64}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Services", "Services\Services.csproj", "{32C16E99-B011-4F18-B2C8-502DD1F9EB1E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Model", "Model\Model.csproj", "{86BF2125-8AE0-451B-9083-730086DD9954}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4334EDBD-C114-4E97-AC77-0AB16F81E50C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4334EDBD-C114-4E97-AC77-0AB16F81E50C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4334EDBD-C114-4E97-AC77-0AB16F81E50C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4334EDBD-C114-4E97-AC77-0AB16F81E50C}.Release|Any CPU.Build.0 = Release|Any CPU
{6C23B2DD-6757-4082-B460-A86254C6AC64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C23B2DD-6757-4082-B460-A86254C6AC64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C23B2DD-6757-4082-B460-A86254C6AC64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C23B2DD-6757-4082-B460-A86254C6AC64}.Release|Any CPU.Build.0 = Release|Any CPU
{32C16E99-B011-4F18-B2C8-502DD1F9EB1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32C16E99-B011-4F18-B2C8-502DD1F9EB1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32C16E99-B011-4F18-B2C8-502DD1F9EB1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32C16E99-B011-4F18-B2C8-502DD1F9EB1E}.Release|Any CPU.Build.0 = Release|Any CPU
{86BF2125-8AE0-451B-9083-730086DD9954}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86BF2125-8AE0-451B-9083-730086DD9954}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86BF2125-8AE0-451B-9083-730086DD9954}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86BF2125-8AE0-451B-9083-730086DD9954}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4DA916F9-7F3A-4DDC-845E-3B42AC722B6F}
EndGlobalSection
EndGlobal