mejorado .gitignore y actualizado el csproj
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -2,6 +2,14 @@
|
|||||||
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
|
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
/Vista/bin/Debug/net6.0-windows
|
/Vista/bin
|
||||||
|
/Vista/obj
|
||||||
*.bbl
|
*.bbl
|
||||||
*.tex
|
*.tex
|
||||||
|
/.vs
|
||||||
|
/Modelo/bin
|
||||||
|
/Modelo/obj
|
||||||
|
/Entidades/bin
|
||||||
|
/Entidades/obj
|
||||||
|
/Controladora/bin
|
||||||
|
/Controladora/obj
|
||||||
@@ -1,5 +1,9 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\Entidades\Entidades.csproj" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net6.0</TargetFramework>
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
|||||||
Reference in New Issue
Block a user