-
Notifications
You must be signed in to change notification settings - Fork 1
/
contabilidad.sln
42 lines (42 loc) · 2.22 KB
/
contabilidad.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "facturacion", "facturacion\facturacion.csproj", "{4AD9997C-F50A-4144-835E-620300225F2D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "datos", "data\datos.csproj", "{E6E0AF1D-2ADC-4618-9C41-3467FCC2F877}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "servicios", "servicios\servicios.csproj", "{23C3F728-7B1F-42C6-A5A9-17F9B3E5C986}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{537356C8-2B9D-4008-A531-71D8BF336665}"
ProjectSection(SolutionItems) = preProject
dbCFDI.sql = dbCFDI.sql
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4AD9997C-F50A-4144-835E-620300225F2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AD9997C-F50A-4144-835E-620300225F2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AD9997C-F50A-4144-835E-620300225F2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AD9997C-F50A-4144-835E-620300225F2D}.Release|Any CPU.Build.0 = Release|Any CPU
{E6E0AF1D-2ADC-4618-9C41-3467FCC2F877}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6E0AF1D-2ADC-4618-9C41-3467FCC2F877}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6E0AF1D-2ADC-4618-9C41-3467FCC2F877}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6E0AF1D-2ADC-4618-9C41-3467FCC2F877}.Release|Any CPU.Build.0 = Release|Any CPU
{23C3F728-7B1F-42C6-A5A9-17F9B3E5C986}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23C3F728-7B1F-42C6-A5A9-17F9B3E5C986}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23C3F728-7B1F-42C6-A5A9-17F9B3E5C986}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23C3F728-7B1F-42C6-A5A9-17F9B3E5C986}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {422D4D01-F3F1-431E-BFB8-B57E38B08955}
EndGlobalSection
EndGlobal