-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTaskManager.UI.sln
49 lines (49 loc) · 3.1 KB
/
TaskManager.UI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35527.113
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TaskManager.UI", "TaskManager.UI\TaskManager.UI.csproj", "{010FE90D-2BF4-48E5-AED9-CE3A706915BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TaskManager.Dominio", "TaskManager.Dominio\TaskManager.Dominio.csproj", "{660A3B23-7CA2-4268-AA23-9610E9F58AE5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TaskManager.Infraestructura", "TaskManager.Infraestructura\TaskManager.Infraestructura.csproj", "{070811D4-3242-41B7-A34A-548DBCDD0F80}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TaskManager.Aplicacion", "TaskManager.Aplicacion\TaskManager.Aplicacion.csproj", "{C4C66084-5CB7-419F-9DF7-38BA2D8E41AD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskManager.Tests", "TaskManager.Tests\TaskManager.Tests.csproj", "{8909F2D8-14A8-43AF-879A-4A04BC1C2F4D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{010FE90D-2BF4-48E5-AED9-CE3A706915BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{010FE90D-2BF4-48E5-AED9-CE3A706915BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{010FE90D-2BF4-48E5-AED9-CE3A706915BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{010FE90D-2BF4-48E5-AED9-CE3A706915BC}.Release|Any CPU.Build.0 = Release|Any CPU
{660A3B23-7CA2-4268-AA23-9610E9F58AE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{660A3B23-7CA2-4268-AA23-9610E9F58AE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{660A3B23-7CA2-4268-AA23-9610E9F58AE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{660A3B23-7CA2-4268-AA23-9610E9F58AE5}.Release|Any CPU.Build.0 = Release|Any CPU
{070811D4-3242-41B7-A34A-548DBCDD0F80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{070811D4-3242-41B7-A34A-548DBCDD0F80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{070811D4-3242-41B7-A34A-548DBCDD0F80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{070811D4-3242-41B7-A34A-548DBCDD0F80}.Release|Any CPU.Build.0 = Release|Any CPU
{C4C66084-5CB7-419F-9DF7-38BA2D8E41AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4C66084-5CB7-419F-9DF7-38BA2D8E41AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4C66084-5CB7-419F-9DF7-38BA2D8E41AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4C66084-5CB7-419F-9DF7-38BA2D8E41AD}.Release|Any CPU.Build.0 = Release|Any CPU
{8909F2D8-14A8-43AF-879A-4A04BC1C2F4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8909F2D8-14A8-43AF-879A-4A04BC1C2F4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8909F2D8-14A8-43AF-879A-4A04BC1C2F4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8909F2D8-14A8-43AF-879A-4A04BC1C2F4D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8582CB54-0987-46E9-8A00-062C6B1A841D}
EndGlobalSection
EndGlobal