Agregar archivos de proyecto.
This commit is contained in:
3
EmtusaHuelva.slnx
Normal file
3
EmtusaHuelva.slnx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<Solution>
|
||||||
|
<Project Path="bdEmtusa/bdEmtusa.csproj" />
|
||||||
|
</Solution>
|
||||||
7
bdEmtusa/Class1.cs
Normal file
7
bdEmtusa/Class1.cs
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
namespace bdEmtusa
|
||||||
|
{
|
||||||
|
public class Class1
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
9
bdEmtusa/bdEmtusa.csproj
Normal file
9
bdEmtusa/bdEmtusa.csproj
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
</Project>
|
||||||
Reference in New Issue
Block a user