-
Notifications
You must be signed in to change notification settings - Fork 0
/
NominasTrabajo.sln
43 lines (43 loc) · 2.49 KB
/
NominasTrabajo.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 16
VisualStudioVersion = 16.0.31702.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NominasTrabajo", "NominasTrabajo\NominasTrabajo.csproj", "{4BB84F4C-A466-47D3-B138-60084CF0AE04}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "Domain\Domain.csproj", "{74AFD065-1AA8-4ADE-9D2E-3AFE5B7C61D3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppCore", "AppCore\AppCore.csproj", "{A5571671-8A0F-4ABA-A1B9-C11D9E700E27}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infraestructure", "Infraestructure\Infraestructure.csproj", "{67AAF257-0DEC-4F3A-8B8F-64FB87024774}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4BB84F4C-A466-47D3-B138-60084CF0AE04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BB84F4C-A466-47D3-B138-60084CF0AE04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BB84F4C-A466-47D3-B138-60084CF0AE04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BB84F4C-A466-47D3-B138-60084CF0AE04}.Release|Any CPU.Build.0 = Release|Any CPU
{74AFD065-1AA8-4ADE-9D2E-3AFE5B7C61D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74AFD065-1AA8-4ADE-9D2E-3AFE5B7C61D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74AFD065-1AA8-4ADE-9D2E-3AFE5B7C61D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74AFD065-1AA8-4ADE-9D2E-3AFE5B7C61D3}.Release|Any CPU.Build.0 = Release|Any CPU
{A5571671-8A0F-4ABA-A1B9-C11D9E700E27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5571671-8A0F-4ABA-A1B9-C11D9E700E27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5571671-8A0F-4ABA-A1B9-C11D9E700E27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5571671-8A0F-4ABA-A1B9-C11D9E700E27}.Release|Any CPU.Build.0 = Release|Any CPU
{67AAF257-0DEC-4F3A-8B8F-64FB87024774}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67AAF257-0DEC-4F3A-8B8F-64FB87024774}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67AAF257-0DEC-4F3A-8B8F-64FB87024774}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67AAF257-0DEC-4F3A-8B8F-64FB87024774}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C92991D0-C75C-4D19-8F1C-CBB67F28D824}
EndGlobalSection
EndGlobal