From d5491d55c470be3368dc3b736753f9a14994fa49 Mon Sep 17 00:00:00 2001 From: Mark Michaelis Date: Sun, 6 Nov 2022 19:54:07 -0800 Subject: [PATCH] Removed old file references from Chapter 01 project file --- src/Chapter01/Chapter01.csproj | 5 ++--- src/Chapter01/Listing01.22.SampleCILOutput.cs | 2 -- 2 files changed, 2 insertions(+), 5 deletions(-) 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 -*/ }