-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResume Website.sln
83 lines (83 loc) · 5.3 KB
/
Resume Website.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 Version 17
VisualStudioVersion = 17.1.32414.318
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application", "Application\Application.csproj", "{9640EB04-276E-4A8E-86A7-5B58B66470CE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sources", "Sources", "{B437033F-D257-4172-8A9E-EB6BF19BC557}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Localization", "Localization\Localization.csproj", "{47ABC75D-0AB7-484B-A4C6-307AD1A8CA23}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{794C642D-2B3F-46D1-9D98-FA8B51D79B8A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Localization.Tests", "Localization.Tests\Localization.Tests.csproj", "{6D48D2E1-9B51-4448-9E2D-BA14240EE988}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestInfrastructure", "TestInfrastructure\TestInfrastructure.csproj", "{105903A8-E44F-4AB4-88D2-1AB2EFFC43B3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application.Tests", "Application.Tests\Application.Tests.csproj", "{FE4677C9-61BC-4EB4-A941-595380846EED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{4A806A3F-F4FB-4686-93DD-844FC4AE05BF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure.Tests", "Infrastructure.Tests\Infrastructure.Tests.csproj", "{A2EF828A-1F36-4E9C-880A-E325C5630EC3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Элементы решения", "Элементы решения", "{F3C34776-1634-4490-9913-8D08878D4747}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
CodeCoverage.runsettings = CodeCoverage.runsettings
SpellCheckerExclusion.dic = SpellCheckerExclusion.dic
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9640EB04-276E-4A8E-86A7-5B58B66470CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9640EB04-276E-4A8E-86A7-5B58B66470CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9640EB04-276E-4A8E-86A7-5B58B66470CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9640EB04-276E-4A8E-86A7-5B58B66470CE}.Release|Any CPU.Build.0 = Release|Any CPU
{47ABC75D-0AB7-484B-A4C6-307AD1A8CA23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47ABC75D-0AB7-484B-A4C6-307AD1A8CA23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47ABC75D-0AB7-484B-A4C6-307AD1A8CA23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47ABC75D-0AB7-484B-A4C6-307AD1A8CA23}.Release|Any CPU.Build.0 = Release|Any CPU
{6D48D2E1-9B51-4448-9E2D-BA14240EE988}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D48D2E1-9B51-4448-9E2D-BA14240EE988}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D48D2E1-9B51-4448-9E2D-BA14240EE988}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D48D2E1-9B51-4448-9E2D-BA14240EE988}.Release|Any CPU.Build.0 = Release|Any CPU
{105903A8-E44F-4AB4-88D2-1AB2EFFC43B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{105903A8-E44F-4AB4-88D2-1AB2EFFC43B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{105903A8-E44F-4AB4-88D2-1AB2EFFC43B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{105903A8-E44F-4AB4-88D2-1AB2EFFC43B3}.Release|Any CPU.Build.0 = Release|Any CPU
{FE4677C9-61BC-4EB4-A941-595380846EED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE4677C9-61BC-4EB4-A941-595380846EED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE4677C9-61BC-4EB4-A941-595380846EED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE4677C9-61BC-4EB4-A941-595380846EED}.Release|Any CPU.Build.0 = Release|Any CPU
{4A806A3F-F4FB-4686-93DD-844FC4AE05BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A806A3F-F4FB-4686-93DD-844FC4AE05BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A806A3F-F4FB-4686-93DD-844FC4AE05BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A806A3F-F4FB-4686-93DD-844FC4AE05BF}.Release|Any CPU.Build.0 = Release|Any CPU
{A2EF828A-1F36-4E9C-880A-E325C5630EC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2EF828A-1F36-4E9C-880A-E325C5630EC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2EF828A-1F36-4E9C-880A-E325C5630EC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2EF828A-1F36-4E9C-880A-E325C5630EC3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9640EB04-276E-4A8E-86A7-5B58B66470CE} = {B437033F-D257-4172-8A9E-EB6BF19BC557}
{47ABC75D-0AB7-484B-A4C6-307AD1A8CA23} = {B437033F-D257-4172-8A9E-EB6BF19BC557}
{6D48D2E1-9B51-4448-9E2D-BA14240EE988} = {794C642D-2B3F-46D1-9D98-FA8B51D79B8A}
{105903A8-E44F-4AB4-88D2-1AB2EFFC43B3} = {794C642D-2B3F-46D1-9D98-FA8B51D79B8A}
{FE4677C9-61BC-4EB4-A941-595380846EED} = {794C642D-2B3F-46D1-9D98-FA8B51D79B8A}
{4A806A3F-F4FB-4686-93DD-844FC4AE05BF} = {B437033F-D257-4172-8A9E-EB6BF19BC557}
{A2EF828A-1F36-4E9C-880A-E325C5630EC3} = {794C642D-2B3F-46D1-9D98-FA8B51D79B8A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A2F19FBA-7AC4-4DE2-9311-A7A59EB2CE6F}
EndGlobalSection
EndGlobal