-
Notifications
You must be signed in to change notification settings - Fork 0
/
VectorWebsite.sln
53 lines (53 loc) · 3.37 KB
/
VectorWebsite.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VectorWebsite.Domain", "VectorWebsite.Domain\VectorWebsite.Domain.csproj", "{B2BA1026-3CD9-4DCE-B1DF-B0F04F02E4DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VectorWebsite.Application", "VectorWebsite.Application\VectorWebsite.Application.csproj", "{AF322176-DD6A-4E49-A083-65E8CC645A4C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VectorWebsite.Infrastructure", "VectorWebsite.Infrastructure\VectorWebsite.Infrastructure.csproj", "{A2A90923-375F-47BF-994C-D6BF8813008C}"
ProjectSection(ProjectDependencies) = postProject
{B2BA1026-3CD9-4DCE-B1DF-B0F04F02E4DD} = {B2BA1026-3CD9-4DCE-B1DF-B0F04F02E4DD}
{A479F192-3483-4166-B54E-92433C49FF40} = {A479F192-3483-4166-B54E-92433C49FF40}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VectorWebsite.Persistance", "VectorWebsite.Persistance\VectorWebsite.Persistance.csproj", "{A479F192-3483-4166-B54E-92433C49FF40}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VectorWebsite.API", "VectorWebsite.API\VectorWebsite.API.csproj", "{85AB6380-3563-449C-B304-19D3CE45E681}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B2BA1026-3CD9-4DCE-B1DF-B0F04F02E4DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2BA1026-3CD9-4DCE-B1DF-B0F04F02E4DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2BA1026-3CD9-4DCE-B1DF-B0F04F02E4DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2BA1026-3CD9-4DCE-B1DF-B0F04F02E4DD}.Release|Any CPU.Build.0 = Release|Any CPU
{AF322176-DD6A-4E49-A083-65E8CC645A4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF322176-DD6A-4E49-A083-65E8CC645A4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF322176-DD6A-4E49-A083-65E8CC645A4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF322176-DD6A-4E49-A083-65E8CC645A4C}.Release|Any CPU.Build.0 = Release|Any CPU
{A2A90923-375F-47BF-994C-D6BF8813008C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2A90923-375F-47BF-994C-D6BF8813008C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2A90923-375F-47BF-994C-D6BF8813008C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2A90923-375F-47BF-994C-D6BF8813008C}.Release|Any CPU.Build.0 = Release|Any CPU
{A479F192-3483-4166-B54E-92433C49FF40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A479F192-3483-4166-B54E-92433C49FF40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A479F192-3483-4166-B54E-92433C49FF40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A479F192-3483-4166-B54E-92433C49FF40}.Release|Any CPU.Build.0 = Release|Any CPU
{85AB6380-3563-449C-B304-19D3CE45E681}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85AB6380-3563-449C-B304-19D3CE45E681}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85AB6380-3563-449C-B304-19D3CE45E681}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85AB6380-3563-449C-B304-19D3CE45E681}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EAF312E3-E375-49A3-84B7-B4DEB957CA20}
EndGlobalSection
EndGlobal