From 225aa1499e37faf9d38257caabbadc68d78b427e Mon Sep 17 00:00:00 2001 From: Lucas Faria Mendes Date: Mon, 30 Mar 2026 12:29:41 -0300 Subject: decompiler.com --- Decompiler/Properties/AssemblyInfo.cs | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Decompiler/Properties/AssemblyInfo.cs (limited to 'Decompiler/Properties/AssemblyInfo.cs') diff --git a/Decompiler/Properties/AssemblyInfo.cs b/Decompiler/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..5d8d62d --- /dev/null +++ b/Decompiler/Properties/AssemblyInfo.cs @@ -0,0 +1,27 @@ +using System.Diagnostics; +using System.Reflection; +using System.Resources; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; +using System.Runtime.Versioning; +using System.Windows; +using System.Windows.Resources; + +[assembly: AssemblyTitle("Gestor.Application")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Gestor.Application")] +[assembly: AssemblyCopyright("Copyright © 2019")] +[assembly: AssemblyTrademark("")] +[assembly: NeutralResourcesLanguage("pt-BR", UltimateResourceFallbackLocation.MainAssembly)] +[assembly: ComVisible(false)] +[assembly: ThemeInfo(/*Could not decode attribute arguments.*/)] +[assembly: AssemblyFileVersion("8.4.0.0")] +[assembly: AssemblyAssociatedContentFile("migration/files/20251230_282.sql")] +[assembly: AssemblyAssociatedContentFile("migration/files/20251202_281.sql")] +[assembly: AssemblyAssociatedContentFile("migration/files/20251202_280.sql")] +[assembly: AssemblyAssociatedContentFile("resources/relatoriomultipletemplate.html")] +[assembly: AssemblyAssociatedContentFile("resources/tablemultipletemplate.html")] +[assembly: AssemblyAssociatedContentFile("assets/new.html")] +[assembly: AssemblyVersion("8.4.0.0")] -- cgit v1.2.3