diff --git a/src/Chapter01/Chapter01.csproj b/src/Chapter01/Chapter01.csproj
index bdd0f16e1..acd04e7eb 100644
--- a/src/Chapter01/Chapter01.csproj
+++ b/src/Chapter01/Chapter01.csproj
@@ -14,8 +14,7 @@
-
-
+
@@ -24,6 +23,6 @@
-
+
diff --git a/src/Chapter01/Listing01.22.SampleCILOutput.cs b/src/Chapter01/Listing01.22.SampleCILOutput.cs
index a8c93bfe7..9436d911b 100644
--- a/src/Chapter01/Listing01.22.SampleCILOutput.cs
+++ b/src/Chapter01/Listing01.22.SampleCILOutput.cs
@@ -1,6 +1,5 @@
namespace AddisonWesley.Michaelis.EssentialCSharp.Chapter01.Listing01_22
{
-/*
#region INCLUDE
.assembly extern System.Runtime
{
@@ -71,5 +70,4 @@ .maxstack 8
} // End of method System.Void HelloWorld.Program::.ctor()
} // End of class HelloWorld.Program
#endregion INCLUDE
-*/
}