-
Notifications
You must be signed in to change notification settings - Fork 0
/
Resume.sln
57 lines (57 loc) · 3.53 KB
/
Resume.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33927.249
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Resume.Presentation", "Resume.Presentation", "{12FFEF5B-E903-4D27-837F-AC245E3992FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Resume.Presenation", "Resume.Presenation\Resume.Presenation.csproj", "{AD9164EB-F13C-44BC-9519-862442909689}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Resume.Application", "Resume.Application", "{FC8E1BFE-83EC-4EEF-B018-1DBD68B6AB60}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Reume.Application", "Reume.Application\Reume.Application.csproj", "{20E8BE75-1F55-42BF-B56B-9C67D29BD99C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Resume.Domian", "Resume.Domian", "{8CF80E50-BEDB-44B1-B6D0-8D1E2BC38D09}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Resume.Domain", "Resume.Domain\Resume.Domain.csproj", "{2E75E95C-9585-4983-8939-917ACA6FFEAA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Resume.Infrastructure", "Resume.Infrastructure", "{4C5C57C1-88B0-4654-B57F-CF8BD026C0C3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Resume.Infrastructure", "Resume.Infrastructure\Resume.Infrastructure.csproj", "{04087469-DA81-4E91-9151-00C25EEF75C8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AD9164EB-F13C-44BC-9519-862442909689}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD9164EB-F13C-44BC-9519-862442909689}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD9164EB-F13C-44BC-9519-862442909689}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD9164EB-F13C-44BC-9519-862442909689}.Release|Any CPU.Build.0 = Release|Any CPU
{20E8BE75-1F55-42BF-B56B-9C67D29BD99C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20E8BE75-1F55-42BF-B56B-9C67D29BD99C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20E8BE75-1F55-42BF-B56B-9C67D29BD99C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20E8BE75-1F55-42BF-B56B-9C67D29BD99C}.Release|Any CPU.Build.0 = Release|Any CPU
{2E75E95C-9585-4983-8939-917ACA6FFEAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E75E95C-9585-4983-8939-917ACA6FFEAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E75E95C-9585-4983-8939-917ACA6FFEAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E75E95C-9585-4983-8939-917ACA6FFEAA}.Release|Any CPU.Build.0 = Release|Any CPU
{04087469-DA81-4E91-9151-00C25EEF75C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04087469-DA81-4E91-9151-00C25EEF75C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04087469-DA81-4E91-9151-00C25EEF75C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04087469-DA81-4E91-9151-00C25EEF75C8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AD9164EB-F13C-44BC-9519-862442909689} = {12FFEF5B-E903-4D27-837F-AC245E3992FB}
{20E8BE75-1F55-42BF-B56B-9C67D29BD99C} = {FC8E1BFE-83EC-4EEF-B018-1DBD68B6AB60}
{2E75E95C-9585-4983-8939-917ACA6FFEAA} = {8CF80E50-BEDB-44B1-B6D0-8D1E2BC38D09}
{04087469-DA81-4E91-9151-00C25EEF75C8} = {4C5C57C1-88B0-4654-B57F-CF8BD026C0C3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {57702E76-3CE9-41BB-BA12-15B8121A105A}
EndGlobalSection
EndGlobal