-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTPC_Menaier.sln
50 lines (50 loc) · 2.84 KB
/
TPC_Menaier.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2047
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dominio", "Dominio\Dominio.csproj", "{041194D4-94E9-4133-82A4-45453E744014}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Presentacion", "Presentacion\Presentacion.csproj", "{B5F01BB5-0641-4C89-BCF9-CB884208FC97}"
ProjectSection(ProjectDependencies) = postProject
{BF8B0821-0F73-4AB0-A144-3EB782EB3C73} = {BF8B0821-0F73-4AB0-A144-3EB782EB3C73}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Negocio", "Negocio\Negocio.csproj", "{BF8B0821-0F73-4AB0-A144-3EB782EB3C73}"
ProjectSection(ProjectDependencies) = postProject
{E5BA227E-4AFE-448A-B879-A2784B3FC97C} = {E5BA227E-4AFE-448A-B879-A2784B3FC97C}
{041194D4-94E9-4133-82A4-45453E744014} = {041194D4-94E9-4133-82A4-45453E744014}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Invoicer", "Invoicer\Invoicer.csproj", "{E5BA227E-4AFE-448A-B879-A2784B3FC97C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{041194D4-94E9-4133-82A4-45453E744014}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{041194D4-94E9-4133-82A4-45453E744014}.Debug|Any CPU.Build.0 = Debug|Any CPU
{041194D4-94E9-4133-82A4-45453E744014}.Release|Any CPU.ActiveCfg = Release|Any CPU
{041194D4-94E9-4133-82A4-45453E744014}.Release|Any CPU.Build.0 = Release|Any CPU
{B5F01BB5-0641-4C89-BCF9-CB884208FC97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5F01BB5-0641-4C89-BCF9-CB884208FC97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5F01BB5-0641-4C89-BCF9-CB884208FC97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5F01BB5-0641-4C89-BCF9-CB884208FC97}.Release|Any CPU.Build.0 = Release|Any CPU
{BF8B0821-0F73-4AB0-A144-3EB782EB3C73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF8B0821-0F73-4AB0-A144-3EB782EB3C73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF8B0821-0F73-4AB0-A144-3EB782EB3C73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF8B0821-0F73-4AB0-A144-3EB782EB3C73}.Release|Any CPU.Build.0 = Release|Any CPU
{E5BA227E-4AFE-448A-B879-A2784B3FC97C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5BA227E-4AFE-448A-B879-A2784B3FC97C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5BA227E-4AFE-448A-B879-A2784B3FC97C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5BA227E-4AFE-448A-B879-A2784B3FC97C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {739698FB-C36C-4E59-94A9-E5075953A149}
EndGlobalSection
EndGlobal