diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..add57be --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +bin/ +obj/ +/packages/ +riderModule.iml +/_ReSharper.Caches/ \ No newline at end of file diff --git a/WhatsAppReverse.sln b/WhatsAppReverse.sln new file mode 100644 index 0000000..c86e89f --- /dev/null +++ b/WhatsAppReverse.sln @@ -0,0 +1,16 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WhatsAppReverse", "WhatsAppReverse\WhatsAppReverse.csproj", "{8500FA34-9915-431E-B471-C159564DBA62}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {8500FA34-9915-431E-B471-C159564DBA62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8500FA34-9915-431E-B471-C159564DBA62}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8500FA34-9915-431E-B471-C159564DBA62}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8500FA34-9915-431E-B471-C159564DBA62}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal diff --git a/WhatsAppReverse/Program.cs b/WhatsAppReverse/Program.cs new file mode 100644 index 0000000..e5dff12 --- /dev/null +++ b/WhatsAppReverse/Program.cs @@ -0,0 +1,3 @@ +// See https://aka.ms/new-console-template for more information + +Console.WriteLine("Hello, World!"); \ No newline at end of file diff --git a/WhatsAppReverse/WhatsAppReverse.csproj b/WhatsAppReverse/WhatsAppReverse.csproj new file mode 100644 index 0000000..2f4fc77 --- /dev/null +++ b/WhatsAppReverse/WhatsAppReverse.csproj @@ -0,0 +1,10 @@ + + + + Exe + net8.0 + enable + enable + + +