Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/Chapter01/Chapter01.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
<ItemGroup>
<Compile Remove="HelloWorld\**" />
<Compile Remove="Listing01.01.HelloWorldInC#.cs" />
<Compile Remove="Listing01.01A.HelloWorldInC#.cs" />
<Compile Remove="Listing01.20.SampleCILOutput.cs" />
<Compile Remove="Listing01.22.SampleCILOutput.cs" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Shared\Program.cs">
Expand All @@ -24,6 +23,6 @@
</ItemGroup>
<ItemGroup>
<None Include="Listing01.01.HelloWorldInC#.cs" />
<None Include="Listing01.20.SampleCILOutput.cs" />
<None Include="Listing01.22.SampleCILOutput.cs" />
</ItemGroup>
</Project>
2 changes: 0 additions & 2 deletions src/Chapter01/Listing01.22.SampleCILOutput.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
namespace AddisonWesley.Michaelis.EssentialCSharp.Chapter01.Listing01_22
{
/*
#region INCLUDE
.assembly extern System.Runtime
{
Expand Down Expand Up @@ -71,5 +70,4 @@ .maxstack 8
} // End of method System.Void HelloWorld.Program::.ctor()
} // End of class HelloWorld.Program
#endregion INCLUDE
*/
}