Initial commit

This commit is contained in:
Daniel Cortes
2020-05-22 01:32:58 -04:00
commit 7fbf91f8b1
319 changed files with 285697 additions and 0 deletions

58
Proyecto.sln Executable file
View File

@@ -0,0 +1,58 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.902
MinimumVisualStudioVersion = 10.0.40219.1
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Proyecto", "Proyecto\", "{7E93BBCB-83FB-45D8-8512-A283FB91857E}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.6.1"
ProjectReferences = "{7b2f64a3-73a7-4f70-9ee2-33c3770dc90b}|DAL.dll;{8e925c93-1efc-455f-b5f1-af46df4a23bf}|Utils.dll;"
Debug.AspNetCompiler.VirtualPath = "/localhost_63123"
Debug.AspNetCompiler.PhysicalPath = "Proyecto\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_63123\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_63123"
Release.AspNetCompiler.PhysicalPath = "Proyecto\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_63123\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "63123"
SlnRelativePath = "Proyecto\"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DAL", "DAL\DAL.csproj", "{7B2F64A3-73A7-4F70-9EE2-33C3770DC90B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utils", "Utils\Utils.csproj", "{8E925C93-1EFC-455F-B5F1-AF46DF4A23BF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7E93BBCB-83FB-45D8-8512-A283FB91857E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E93BBCB-83FB-45D8-8512-A283FB91857E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E93BBCB-83FB-45D8-8512-A283FB91857E}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{7E93BBCB-83FB-45D8-8512-A283FB91857E}.Release|Any CPU.Build.0 = Debug|Any CPU
{7B2F64A3-73A7-4F70-9EE2-33C3770DC90B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B2F64A3-73A7-4F70-9EE2-33C3770DC90B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B2F64A3-73A7-4F70-9EE2-33C3770DC90B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B2F64A3-73A7-4F70-9EE2-33C3770DC90B}.Release|Any CPU.Build.0 = Release|Any CPU
{8E925C93-1EFC-455F-B5F1-AF46DF4A23BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E925C93-1EFC-455F-B5F1-AF46DF4A23BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E925C93-1EFC-455F-B5F1-AF46DF4A23BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E925C93-1EFC-455F-B5F1-AF46DF4A23BF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {63179C49-0BF6-4473-85D0-946562321BD8}
EndGlobalSection
EndGlobal