Feat: primera iteracion de los repositorios hecha #33

Merged
fede merged 16 commits from Modelo into master 2024-04-07 11:13:27 -03:00
2 changed files with 13 additions and 1 deletions
Showing only changes of commit 0aa21cfe31 - Show all commits

10
.gitignore vendored
View File

@@ -2,6 +2,14 @@
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/Vista/bin/Debug/net6.0-windows
/Vista/bin
/Vista/obj
*.bbl
*.tex
/.vs
/Modelo/bin
/Modelo/obj
/Entidades/bin
/Entidades/obj
/Controladora/bin
/Controladora/obj

View File

@@ -1,5 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\Entidades\Entidades.csproj" />
</ItemGroup>
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>