Agregar archivos de proyecto.
This commit is contained in:
28
tsZip.NS.csproj
Normal file
28
tsZip.NS.csproj
Normal file
@@ -0,0 +1,28 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>tsZip.NS</RootNamespace>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<PackageId>tsZip.NS</PackageId>
|
||||
<PackageTags>netstandard2.0, libreria</PackageTags>
|
||||
<Version>1.0.0</Version>
|
||||
<Authors>Manuel</Authors>
|
||||
<Company>Tecnosis S.A</Company>
|
||||
<Description>Utilidades de compresión</Description>
|
||||
<PackageReleaseNotes>
|
||||
- 2026-05-14 Versión 5 Regeneración completa de la clase con copilot
|
||||
</PackageReleaseNotes>
|
||||
<!--<PackageReadmeFile>README.md</PackageReadmeFile>-->
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Remove="Utilidades.cs" />
|
||||
<Compile Remove="ZipN.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user