-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSellPoint.sln
More file actions
37 lines (37 loc) · 2.01 KB
/
SellPoint.sln
File metadata and controls
37 lines (37 loc) · 2.01 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SellPoint", "SellPoint\SellPoint.csproj", "{4D5E2141-B325-460A-86A1-62840D457FD4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Datos", "Datos\Datos.csproj", "{A8BD103E-07C5-42F9-866A-A26DABD0C835}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Transacciones", "Transacciones\Transacciones.csproj", "{CB21BB35-E525-417F-9C17-4B1B8EA3CFBE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4D5E2141-B325-460A-86A1-62840D457FD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D5E2141-B325-460A-86A1-62840D457FD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D5E2141-B325-460A-86A1-62840D457FD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D5E2141-B325-460A-86A1-62840D457FD4}.Release|Any CPU.Build.0 = Release|Any CPU
{A8BD103E-07C5-42F9-866A-A26DABD0C835}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8BD103E-07C5-42F9-866A-A26DABD0C835}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8BD103E-07C5-42F9-866A-A26DABD0C835}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8BD103E-07C5-42F9-866A-A26DABD0C835}.Release|Any CPU.Build.0 = Release|Any CPU
{CB21BB35-E525-417F-9C17-4B1B8EA3CFBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB21BB35-E525-417F-9C17-4B1B8EA3CFBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB21BB35-E525-417F-9C17-4B1B8EA3CFBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB21BB35-E525-417F-9C17-4B1B8EA3CFBE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5C8B9F47-09AD-4C1B-8221-D67559B405A8}
EndGlobalSection
EndGlobal