diff --git a/Test.Rename/Program.cs b/Test.Rename/Program.cs index 2f4c9b75..c349fe22 100644 --- a/Test.Rename/Program.cs +++ b/Test.Rename/Program.cs @@ -17,20 +17,6 @@ along with de4dot. If not, see . */ - -/* -How to test it: -- Compile this assembly and the other test assembly -- Force rename of everything (set name regex to eg. .*) -- Run peverify /IL /MD on both files -- Decompile them and create a solution for both projects. I recommend using ILSpy. -- Compile with VS. If it fails to build, make sure the decompiler isn't buggy. -- Some manual inspection may be required as well even if it builds 100%. - -Yes, it's not 100% automated. You get what you pay for! Buy something -nice with the money you saved. -*/ - namespace Test.Rename { namespace test1 { public class Class1 : Test.Rename.Dll.test.pub1.Class1 {