diff --git a/.vs/APKrenamer/v17/.suo b/.vs/APKrenamer/v17/.suo new file mode 100644 index 0000000..0935c7e Binary files /dev/null and b/.vs/APKrenamer/v17/.suo differ diff --git a/.vs/APKrenamer/v17/DocumentLayout.json b/.vs/APKrenamer/v17/DocumentLayout.json new file mode 100644 index 0000000..021c55a --- /dev/null +++ b/.vs/APKrenamer/v17/DocumentLayout.json @@ -0,0 +1,12 @@ +{ + "Version": 1, + "WorkspaceRootPath": "C:\\Users\\LENOVO\\source\\repos\\APKRenamer\\", + "Documents": [], + "DocumentGroupContainers": [ + { + "Orientation": 0, + "VerticalTabListWidth": 256, + "DocumentGroups": [] + } + ] +} \ No newline at end of file diff --git a/APKrenamer/APKrenamer.csproj b/APKrenamer/APKrenamer.csproj index c72de7f..82056a3 100644 --- a/APKrenamer/APKrenamer.csproj +++ b/APKrenamer/APKrenamer.csproj @@ -9,8 +9,9 @@ Properties APKrenamer APKrenamer - v3.5 + v4.8 512 + AnyCPU @@ -21,6 +22,7 @@ DEBUG;TRACE prompt 4 + false AnyCPU @@ -30,6 +32,7 @@ TRACE prompt 0 + false icon.ico @@ -71,6 +74,7 @@ Resources.resx True + SettingsSingleFileGenerator Settings.Designer.cs diff --git a/APKrenamer/Properties/Resources.Designer.cs b/APKrenamer/Properties/Resources.Designer.cs index bcc6d8a..162bfd6 100644 --- a/APKrenamer/Properties/Resources.Designer.cs +++ b/APKrenamer/Properties/Resources.Designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ // -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 +// O código foi gerado por uma ferramenta. +// Versão de Tempo de Execução:4.0.30319.42000 // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// As alterações ao arquivo poderão causar comportamento incorreto e serão perdidas se +// o código for gerado novamente. // //------------------------------------------------------------------------------ @@ -13,13 +13,13 @@ namespace APKrenamer.Properties { /// - /// A strongly-typed resource class, for looking up localized strings, etc. + /// Uma classe de recurso de tipo de alta segurança, para pesquisar cadeias de caracteres localizadas etc. /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + // Essa classe foi gerada automaticamente pela classe StronglyTypedResourceBuilder + // através de uma ferramenta como ResGen ou Visual Studio. + // Para adicionar ou remover um associado, edite o arquivo .ResX e execute ResGen novamente + // com a opção /str, ou recrie o projeto do VS. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { @@ -33,7 +33,7 @@ namespace APKrenamer.Properties { } /// - /// Returns the cached ResourceManager instance used by this class. + /// Retorna a instância de ResourceManager armazenada em cache usada por essa classe. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { @@ -47,8 +47,8 @@ namespace APKrenamer.Properties { } /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. + /// Substitui a propriedade CurrentUICulture do thread atual para todas as + /// pesquisas de recursos que usam essa classe de recurso de tipo de alta segurança. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { diff --git a/APKrenamer/Properties/Settings.Designer.cs b/APKrenamer/Properties/Settings.Designer.cs index 3f60311..ca28fde 100644 --- a/APKrenamer/Properties/Settings.Designer.cs +++ b/APKrenamer/Properties/Settings.Designer.cs @@ -1,28 +1,24 @@ //------------------------------------------------------------------------------ // -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 +// O código foi gerado por uma ferramenta. +// Versão de Tempo de Execução:4.0.30319.42000 // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// As alterações ao arquivo poderão causar comportamento incorreto e serão perdidas se +// o código for gerado novamente. // //------------------------------------------------------------------------------ -namespace APKrenamer.Properties -{ - - +namespace APKrenamer.Properties { + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase - { - + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.9.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - - public static Settings Default - { - get - { + + public static Settings Default { + get { return defaultInstance; } } diff --git a/APKrenamer/app.config b/APKrenamer/app.config new file mode 100644 index 0000000..3e0e37c --- /dev/null +++ b/APKrenamer/app.config @@ -0,0 +1,3 @@ + + + diff --git a/APKrenamer/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs b/APKrenamer/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs new file mode 100644 index 0000000..15efebf --- /dev/null +++ b/APKrenamer/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")] diff --git a/APKrenamer/obj/Debug/APKrenamer.csproj.AssemblyReference.cache b/APKrenamer/obj/Debug/APKrenamer.csproj.AssemblyReference.cache new file mode 100644 index 0000000..908e3d7 Binary files /dev/null and b/APKrenamer/obj/Debug/APKrenamer.csproj.AssemblyReference.cache differ diff --git a/APKrenamer/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/APKrenamer/obj/Debug/DesignTimeResolveAssemblyReferences.cache index f4d64ed..5fcda04 100644 Binary files a/APKrenamer/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/APKrenamer/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/APKrenamer/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/APKrenamer/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 4862a73..b8eaa81 100644 Binary files a/APKrenamer/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/APKrenamer/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/APKrenamer/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll b/APKrenamer/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll index f07e8bd..fa44dde 100644 Binary files a/APKrenamer/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll and b/APKrenamer/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll differ diff --git a/README.md b/README.md index b01c3e7..d34ff6b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,4 @@ A tool that allows you to bulk rename Android Aplication Package files according Made using [this](https://github.com/mam4dali/Csharp.Apk-Reader) lib ## Compatibility -Should work with anything that can run dotNet Framework 3.5: - -["NET Framework 3.5 SP1 is supported on Windows Vista SP2, Windows 7 SP1, Windows Server 2008 SP2, Windows Server 2008 R2 SP1, Windows 8.1 Update, Windows Server 2012, Windows Server 2012 R2, Windows 10, and Windows Server 2016 according to the end of support date for each operating system."](https://learn.microsoft.com/en-us/lifecycle/faq/dotnet-framework#:~:text=NET%20Framework%203.5%20SP1%20is,date%20for%20each%20operating%20system.) +Needs .Net Framework 4.8.