Files
universidad-en-asp.net/Universidad.sln
Daniel Cortés 3132ecc900 Initial Commit
2019-12-12 04:06:08 -03:00

59 lines
3.0 KiB
Plaintext

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}") = "Universidad", "Universidad\", "{81B052AD-2BE0-4DE6-AD4C-A998DA899813}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.6.1"
ProjectReferences = "{e995e818-ebae-4ad7-86dd-f375e754be32}|DAL.dll;{1f33e2d1-699b-4aca-8f42-a673d7aa5d63}|Utils.dll;"
Debug.AspNetCompiler.VirtualPath = "/localhost_60766"
Debug.AspNetCompiler.PhysicalPath = "Universidad\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_60766\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_60766"
Release.AspNetCompiler.PhysicalPath = "Universidad\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_60766\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "60766"
SlnRelativePath = "Universidad\"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DAL", "DAL\DAL.csproj", "{E995E818-EBAE-4AD7-86DD-F375E754BE32}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utils", "Utils\Utils.csproj", "{1F33E2D1-699B-4ACA-8F42-A673D7AA5D63}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{81B052AD-2BE0-4DE6-AD4C-A998DA899813}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81B052AD-2BE0-4DE6-AD4C-A998DA899813}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81B052AD-2BE0-4DE6-AD4C-A998DA899813}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{81B052AD-2BE0-4DE6-AD4C-A998DA899813}.Release|Any CPU.Build.0 = Debug|Any CPU
{E995E818-EBAE-4AD7-86DD-F375E754BE32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E995E818-EBAE-4AD7-86DD-F375E754BE32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E995E818-EBAE-4AD7-86DD-F375E754BE32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E995E818-EBAE-4AD7-86DD-F375E754BE32}.Release|Any CPU.Build.0 = Release|Any CPU
{1F33E2D1-699B-4ACA-8F42-A673D7AA5D63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F33E2D1-699B-4ACA-8F42-A673D7AA5D63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F33E2D1-699B-4ACA-8F42-A673D7AA5D63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F33E2D1-699B-4ACA-8F42-A673D7AA5D63}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {256267E8-6316-414B-8582-086DF69C97DB}
EndGlobalSection
EndGlobal