First commit

This commit is contained in:
adrianvic 2023-09-20 18:40:08 -03:00
commit 7586f4d25a
48 changed files with 879 additions and 0 deletions

22
APKrenamer.sln Normal file
View file

@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "APKrenamer", "APKrenamer\APKrenamer.csproj", "{BA578C65-7B9F-4B80-8094-598B258B6402}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BA578C65-7B9F-4B80-8094-598B258B6402}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA578C65-7B9F-4B80-8094-598B258B6402}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA578C65-7B9F-4B80-8094-598B258B6402}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA578C65-7B9F-4B80-8094-598B258B6402}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal