From 574eb0ee3d8d1741775afe0cb5b7b2cdf200d422 Mon Sep 17 00:00:00 2001 From: de4dot Date: Thu, 13 Dec 2012 16:32:38 +0100 Subject: [PATCH] Remove comment --- Test.Rename/Program.cs | 14 -------------- 1 file changed, 14 deletions(-) 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 {