From 2ef25a3fad449f8a05491db4a46fc3990c27cf15 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Thu, 15 Sep 2022 15:33:57 -0500 Subject: Limpiar área de trabajo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- obj/Debug/net6.0/LibraryAPI.AssemblyInfo.cs | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 obj/Debug/net6.0/LibraryAPI.AssemblyInfo.cs (limited to 'obj/Debug/net6.0/LibraryAPI.AssemblyInfo.cs') diff --git a/obj/Debug/net6.0/LibraryAPI.AssemblyInfo.cs b/obj/Debug/net6.0/LibraryAPI.AssemblyInfo.cs new file mode 100644 index 0000000..69e1f5f --- /dev/null +++ b/obj/Debug/net6.0/LibraryAPI.AssemblyInfo.cs @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("LibraryAPI")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("LibraryAPI")] +[assembly: System.Reflection.AssemblyTitleAttribute("LibraryAPI")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + -- cgit v1.2.3