-
Notifications
You must be signed in to change notification settings - Fork 0
/
InterviewProject.sln
54 lines (54 loc) · 3.42 KB
/
InterviewProject.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29424.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InterviewProject", "InterviewProject.Web\InterviewProject.csproj", "{059E09FE-743E-49F8-9E26-2640A4DD872A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "interviewproject.api.application", "interviewproject.api.application\interviewproject.api.application.csproj", "{ADD01178-E97E-4838-8BA5-803F24476766}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "interviewproject.api.domain", "interviewproject.api.domain\interviewproject.api.domain.csproj", "{F34F99F8-5855-44F8-83FD-A9770AADB128}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "interviewproject.api.infraestructure", "interviewproject.api.infraestructure\interviewproject.api.infraestructure.csproj", "{08A89E4D-8994-4C6B-A7F5-4D3A2DACFCAF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{776B24C6-95A5-4228-8DDF-EB5467689EAA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{932FE72B-E1F1-4E02-8A32-719C118723D0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{059E09FE-743E-49F8-9E26-2640A4DD872A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{059E09FE-743E-49F8-9E26-2640A4DD872A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{059E09FE-743E-49F8-9E26-2640A4DD872A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{059E09FE-743E-49F8-9E26-2640A4DD872A}.Release|Any CPU.Build.0 = Release|Any CPU
{ADD01178-E97E-4838-8BA5-803F24476766}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ADD01178-E97E-4838-8BA5-803F24476766}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ADD01178-E97E-4838-8BA5-803F24476766}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ADD01178-E97E-4838-8BA5-803F24476766}.Release|Any CPU.Build.0 = Release|Any CPU
{F34F99F8-5855-44F8-83FD-A9770AADB128}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F34F99F8-5855-44F8-83FD-A9770AADB128}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F34F99F8-5855-44F8-83FD-A9770AADB128}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F34F99F8-5855-44F8-83FD-A9770AADB128}.Release|Any CPU.Build.0 = Release|Any CPU
{08A89E4D-8994-4C6B-A7F5-4D3A2DACFCAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08A89E4D-8994-4C6B-A7F5-4D3A2DACFCAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08A89E4D-8994-4C6B-A7F5-4D3A2DACFCAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08A89E4D-8994-4C6B-A7F5-4D3A2DACFCAF}.Release|Any CPU.Build.0 = Release|Any CPU
{932FE72B-E1F1-4E02-8A32-719C118723D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{932FE72B-E1F1-4E02-8A32-719C118723D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{932FE72B-E1F1-4E02-8A32-719C118723D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{932FE72B-E1F1-4E02-8A32-719C118723D0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{932FE72B-E1F1-4E02-8A32-719C118723D0} = {776B24C6-95A5-4228-8DDF-EB5467689EAA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D8B218CD-F748-4D7D-8A84-9BE7B46E6320}
EndGlobalSection
EndGlobal