Fase 1: Setup ASP.NET Core API project, configure DB connection, install Dapper
This commit is contained in:
29
GestionIntegralWeb.sln
Normal file
29
GestionIntegralWeb.sln
Normal file
@@ -0,0 +1,29 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.5.2.0
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Backend", "Backend", "{1AE8ACA6-933B-BF2A-3671-3E2EAC007D16}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GestionIntegral.Api", "Backend\GestionIntegral.Api\GestionIntegral.Api.csproj", "{0BDDD7BB-D884-750B-88D0-768E979C8F89}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{0BDDD7BB-D884-750B-88D0-768E979C8F89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{0BDDD7BB-D884-750B-88D0-768E979C8F89}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{0BDDD7BB-D884-750B-88D0-768E979C8F89}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{0BDDD7BB-D884-750B-88D0-768E979C8F89}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(NestedProjects) = preSolution
|
||||
{0BDDD7BB-D884-750B-88D0-768E979C8F89} = {1AE8ACA6-933B-BF2A-3671-3E2EAC007D16}
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {0A847EB9-3705-4088-827B-248420065D5F}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Reference in New Issue
Block a user