From: Gustavo Martin Date: Wed, 1 Jan 2014 19:04:49 +0000 (+0100) Subject: C# In Depth, Chapter9: WIP X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=e90273e982a8245eb5f0df1628a5bf865fb040f0;p=CSharpForFun%2F.git C# In Depth, Chapter9: WIP --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1ff0c42 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,63 @@ +############################################################################### +# Set default behavior to automatically normalize line endings. +############################################################################### +* text=auto + +############################################################################### +# Set default behavior for command prompt diff. +# +# This is need for earlier builds of msysgit that does not have it on by +# default for csharp files. +# Note: This is only used by command line +############################################################################### +#*.cs diff=csharp + +############################################################################### +# Set the merge driver for project and solution files +# +# Merging from the command prompt will add diff markers to the files if there +# are conflicts (Merging from VS is not affected by the settings below, in VS +# the diff markers are never inserted). Diff markers may cause the following +# file extensions to fail to load in VS. An alternative would be to treat +# these files as binary and thus will always conflict and require user +# intervention with every merge. To do so, just uncomment the entries below +############################################################################### +#*.sln merge=binary +#*.csproj merge=binary +#*.vbproj merge=binary +#*.vcxproj merge=binary +#*.vcproj merge=binary +#*.dbproj merge=binary +#*.fsproj merge=binary +#*.lsproj merge=binary +#*.wixproj merge=binary +#*.modelproj merge=binary +#*.sqlproj merge=binary +#*.wwaproj merge=binary + +############################################################################### +# behavior for image files +# +# image files are treated as binary by default. +############################################################################### +#*.jpg binary +#*.png binary +#*.gif binary + +############################################################################### +# diff behavior for common document formats +# +# Convert binary document formats to text before diffing them. This feature +# is only available from the command line. Turn it on by uncommenting the +# entries below. +############################################################################### +#*.doc diff=astextplain +#*.DOC diff=astextplain +#*.docx diff=astextplain +#*.DOCX diff=astextplain +#*.dot diff=astextplain +#*.DOT diff=astextplain +#*.pdf diff=astextplain +#*.PDF diff=astextplain +#*.rtf diff=astextplain +#*.RTF diff=astextplain diff --git a/CSharpInDepth/Chapter9/Chapter9.sln b/CSharpInDepth/Chapter9/Chapter9.sln new file mode 100644 index 0000000..0df102a --- /dev/null +++ b/CSharpInDepth/Chapter9/Chapter9.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.21005.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chapter9", "Chapter9\Chapter9.csproj", "{A4879766-1942-4D2F-81E3-1CC27450B29D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A4879766-1942-4D2F-81E3-1CC27450B29D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A4879766-1942-4D2F-81E3-1CC27450B29D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A4879766-1942-4D2F-81E3-1CC27450B29D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A4879766-1942-4D2F-81E3-1CC27450B29D}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/CSharpInDepth/Chapter9/Chapter9.v12.suo b/CSharpInDepth/Chapter9/Chapter9.v12.suo new file mode 100644 index 0000000..5b7fee9 Binary files /dev/null and b/CSharpInDepth/Chapter9/Chapter9.v12.suo differ diff --git a/CSharpInDepth/Chapter9/Chapter9/App.config b/CSharpInDepth/Chapter9/Chapter9/App.config new file mode 100644 index 0000000..8e15646 --- /dev/null +++ b/CSharpInDepth/Chapter9/Chapter9/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/CSharpInDepth/Chapter9/Chapter9/Chapter9.csproj b/CSharpInDepth/Chapter9/Chapter9/Chapter9.csproj new file mode 100644 index 0000000..cee2903 --- /dev/null +++ b/CSharpInDepth/Chapter9/Chapter9/Chapter9.csproj @@ -0,0 +1,88 @@ + + + + + Debug + AnyCPU + {A4879766-1942-4D2F-81E3-1CC27450B29D} + WinExe + Properties + Chapter9 + Chapter9 + v4.5 + 512 + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + Form + + + Form1.cs + + + + + Form1.cs + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + True + Settings.settings + True + + + + + + + + \ No newline at end of file diff --git a/CSharpInDepth/Chapter9/Chapter9/Form1.Designer.cs b/CSharpInDepth/Chapter9/Chapter9/Form1.Designer.cs new file mode 100644 index 0000000..969ef18 --- /dev/null +++ b/CSharpInDepth/Chapter9/Chapter9/Form1.Designer.cs @@ -0,0 +1,60 @@ +namespace Chapter9 +{ + partial class Form1 + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.button = new System.Windows.Forms.Button(); + this.SuspendLayout(); + // + // button + // + this.button.Location = new System.Drawing.Point(92, 95); + this.button.Name = "button"; + this.button.Size = new System.Drawing.Size(75, 23); + this.button.TabIndex = 0; + this.button.Text = "button1"; + this.button.UseVisualStyleBackColor = true; + // + // Form1 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(284, 261); + this.Controls.Add(this.button); + this.Name = "Form1"; + this.Text = "Form1"; + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.Button button; + } +} + diff --git a/CSharpInDepth/Chapter9/Chapter9/Form1.cs b/CSharpInDepth/Chapter9/Chapter9/Form1.cs new file mode 100644 index 0000000..366618e --- /dev/null +++ b/CSharpInDepth/Chapter9/Chapter9/Form1.cs @@ -0,0 +1,167 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Linq.Expressions; +using System.Reflection; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace Chapter9 +{ + public partial class Form1 : Form + { + public Form1() + { + + InitializeComponent(); + + /** + * + * Listing 9.1 Using an anonymous method to create a delegate instance. + */ + Console.WriteLine("Listing 9.1 Using an anonymous method to create a delegate instance."); + Func returnLength1; + returnLength1 = delegate(string text) { return text.Length; }; + Console.WriteLine(returnLength1("Hello")); + + /** + * + * Listing 9.2 A long-winded first lambada expression, similar to an anonymous method. + */ + Console.WriteLine("Listing 9.2 A long-winded first lambada expression, similar to an anonymous method."); + Func returnLength2; + returnLength2 = (string text) => { return text.Length; }; + Console.WriteLine(returnLength2("Hello")); + + /** + * + * Listing 9.3 A concise lambda expression. + */ + Console.WriteLine("Listing 9.3 A concise lambda expression."); + Func returnLength3; + returnLength3 = text => text.Length; + Console.WriteLine(returnLength3("Hello")); + + /** + * + * Listing 9.4 Manipulating a list of films using lambda expressions. + */ + Console.WriteLine("Listing 9.4 Manipulating a list of films using lambda expressions."); + var films = new List + { + new Film { Name = "Jaws", Year = 1975 }, + new Film { Name = "Singing in the Rain", Year = 1952 }, + new Film { Name = "Some like it Hot", Year = 1959 }, + new Film { Name = "The Wizard of Oz", Year = 1939 }, + new Film { Name = "It's a Wonderful Life", Year = 1946 }, + new Film { Name = "American Beauty", Year = 1999 }, + new Film { Name = "High Fidelity", Year = 2000 }, + new Film { Name = "The Usual Suspects", Year = 1995 } + }; + + Action print = film => Console.WriteLine("Name={0}, Year={1}", + film.Name, film.Year); + films.ForEach(print); + films.FindAll(film => film.Year < 1960) + .ForEach(print); + films.Sort((f1, f2) => f1.Name.CompareTo(f2.Name)); + films.ForEach(print); + + /** + * + * Listing 9.5 Logging events using lambda expressions. + */ + Console.WriteLine("Listing 9.5 Logging events using lambda expressions."); + + this.button.Text = "Click me"; + this.button.Click += (src, e) => Log("Click", src, e); + this.button.KeyPress += (src, e) => Log("KeyPress", src, e); + this.button.MouseClick += (src, e) => Log("MouseClick", src, e); + + /** + * + * Listing 9.6 A simple expression tree, adding 2 and 3. + */ + Console.WriteLine("Listing 9.6 A simple expression tree, adding 2 and 3."); + Expression firstArg1 = Expression.Constant(2); + Expression secondArg1 = Expression.Constant(3); + Expression add1 = Expression.Add(firstArg1, secondArg1); + Console.WriteLine(add1); + + /** + * + * Listing 9.7 Compiling an executing an expression tree. + */ + Console.WriteLine("Listing 9.7 Compiling an executing an expression tree."); + Expression firstArg2 = Expression.Constant(2); + Expression secondArg2 = Expression.Constant(3); + Expression add2 = Expression.Add(firstArg2, secondArg2); + + Func compiled1 = Expression.Lambda>(add2).Compile(); + Console.WriteLine(compiled1()); + + /** + * + * Listing 9.8 Using lambda expressions to create expression trees. + */ + Console.WriteLine("Listing 9.8 Using lambda expressions to create expression trees."); + Expression> return5 = () => 5; + Func compiled2 = return5.Compile(); + Console.WriteLine(compiled2()); + + /** + * + * Listing 9.9 Demonstration of a more complicated expression tree. + */ + Console.WriteLine("Listing 9.9 Demonstration of a more complicated expression tree."); + Expression> expression = (x, y) => x.StartsWith(y); + var compiled3 = expression.Compile(); + + Console.WriteLine(compiled3("First", "Second")); + Console.WriteLine(compiled3("First", "Fir")); + + /** + * + * Listing 9.10 Building a method call expression tree in code. + */ + Console.WriteLine("Listing 9.10 Building a method call expression tree in code."); + MethodInfo method = typeof(string).GetMethod("StartsWith", new[] { typeof(string) }); + var target = Expression.Parameter(typeof(string), "x"); + var methodArg = Expression.Parameter(typeof(string), "y"); + Expression[] methodArgs = new[] { methodArg }; + + Expression call = Expression.Call(target, method, methodArgs); + + var lambdaParameters = new[] { target, methodArg }; + var lambda = Expression.Lambda>(call, lambdaParameters); + + var compiled4 = lambda.Compile(); + + Console.WriteLine(compiled4("First", "Second")); + Console.WriteLine(compiled4("First", "Fir")); + } + + static void Log(string title, object sender, EventArgs e) + { + Console.WriteLine("Event: {0}", title); + Console.WriteLine(" Sender: {0}", sender); + Console.WriteLine(" Arguments: {0}", e.GetType()); + foreach (PropertyDescriptor prop in TypeDescriptor.GetProperties(e)) + { + string name = prop.DisplayName; + object value = prop.GetValue(e); + Console.WriteLine(" {0}={1}", name, value); + } + } + } + + class Film + { + public string Name { get; set; } + public int Year { get; set; } + } +} diff --git a/CSharpInDepth/Chapter9/Chapter9/Form1.resx b/CSharpInDepth/Chapter9/Chapter9/Form1.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/CSharpInDepth/Chapter9/Chapter9/Form1.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/CSharpInDepth/Chapter9/Chapter9/Program.cs b/CSharpInDepth/Chapter9/Chapter9/Program.cs new file mode 100644 index 0000000..cec21d6 --- /dev/null +++ b/CSharpInDepth/Chapter9/Chapter9/Program.cs @@ -0,0 +1,22 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace Chapter9 +{ + static class Program + { + /// + /// The main entry point for the application. + /// + [STAThread] + static void Main() + { + Application.EnableVisualStyles(); + Application.SetCompatibleTextRenderingDefault(false); + Application.Run(new Form1()); + } + } +} diff --git a/CSharpInDepth/Chapter9/Chapter9/Properties/AssemblyInfo.cs b/CSharpInDepth/Chapter9/Chapter9/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..940d5fd --- /dev/null +++ b/CSharpInDepth/Chapter9/Chapter9/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("Chapter9")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Chapter9")] +[assembly: AssemblyCopyright("Copyright © 2014")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("350236ff-ee30-4100-b014-23aea3871408")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/CSharpInDepth/Chapter9/Chapter9/Properties/Resources.Designer.cs b/CSharpInDepth/Chapter9/Chapter9/Properties/Resources.Designer.cs new file mode 100644 index 0000000..eeebdcc --- /dev/null +++ b/CSharpInDepth/Chapter9/Chapter9/Properties/Resources.Designer.cs @@ -0,0 +1,71 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.34003 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Chapter9.Properties +{ + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources + { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() + { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager + { + get + { + if ((resourceMan == null)) + { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Chapter9.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture + { + get + { + return resourceCulture; + } + set + { + resourceCulture = value; + } + } + } +} diff --git a/CSharpInDepth/Chapter9/Chapter9/Properties/Resources.resx b/CSharpInDepth/Chapter9/Chapter9/Properties/Resources.resx new file mode 100644 index 0000000..af7dbeb --- /dev/null +++ b/CSharpInDepth/Chapter9/Chapter9/Properties/Resources.resx @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/CSharpInDepth/Chapter9/Chapter9/Properties/Settings.Designer.cs b/CSharpInDepth/Chapter9/Chapter9/Properties/Settings.Designer.cs new file mode 100644 index 0000000..1a83eda --- /dev/null +++ b/CSharpInDepth/Chapter9/Chapter9/Properties/Settings.Designer.cs @@ -0,0 +1,30 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.34003 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Chapter9.Properties +{ + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase + { + + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); + + public static Settings Default + { + get + { + return defaultInstance; + } + } + } +} diff --git a/CSharpInDepth/Chapter9/Chapter9/Properties/Settings.settings b/CSharpInDepth/Chapter9/Chapter9/Properties/Settings.settings new file mode 100644 index 0000000..3964565 --- /dev/null +++ b/CSharpInDepth/Chapter9/Chapter9/Properties/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + diff --git a/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.exe b/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.exe new file mode 100644 index 0000000..05bb4c5 Binary files /dev/null and b/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.exe differ diff --git a/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.exe.config b/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.exe.config new file mode 100644 index 0000000..8e15646 --- /dev/null +++ b/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.exe.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.pdb b/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.pdb new file mode 100644 index 0000000..9f0e2f3 Binary files /dev/null and b/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.pdb differ diff --git a/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.vshost.exe b/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.vshost.exe new file mode 100644 index 0000000..c0dfecc Binary files /dev/null and b/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.vshost.exe differ diff --git a/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.vshost.exe.config b/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.vshost.exe.config new file mode 100644 index 0000000..8e15646 --- /dev/null +++ b/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.vshost.exe.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.vshost.exe.manifest b/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.vshost.exe.manifest new file mode 100644 index 0000000..061c9ca --- /dev/null +++ b/CSharpInDepth/Chapter9/Chapter9/bin/Debug/Chapter9.vshost.exe.manifest @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.Form1.resources b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.Form1.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.Form1.resources differ diff --git a/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.Properties.Resources.resources b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.Properties.Resources.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.Properties.Resources.resources differ diff --git a/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.csproj.FileListAbsolute.txt b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..ddbadea --- /dev/null +++ b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.csproj.FileListAbsolute.txt @@ -0,0 +1,9 @@ +C:\Users\Gustavo\Source\Repos\CSharpForFun\CSharpInDepth\Chapter9\Chapter9\bin\Debug\Chapter9.exe.config +C:\Users\Gustavo\Source\Repos\CSharpForFun\CSharpInDepth\Chapter9\Chapter9\bin\Debug\Chapter9.exe +C:\Users\Gustavo\Source\Repos\CSharpForFun\CSharpInDepth\Chapter9\Chapter9\bin\Debug\Chapter9.pdb +C:\Users\Gustavo\Source\Repos\CSharpForFun\CSharpInDepth\Chapter9\Chapter9\obj\Debug\Chapter9.csprojResolveAssemblyReference.cache +C:\Users\Gustavo\Source\Repos\CSharpForFun\CSharpInDepth\Chapter9\Chapter9\obj\Debug\Chapter9.Form1.resources +C:\Users\Gustavo\Source\Repos\CSharpForFun\CSharpInDepth\Chapter9\Chapter9\obj\Debug\Chapter9.Properties.Resources.resources +C:\Users\Gustavo\Source\Repos\CSharpForFun\CSharpInDepth\Chapter9\Chapter9\obj\Debug\Chapter9.csproj.GenerateResource.Cache +C:\Users\Gustavo\Source\Repos\CSharpForFun\CSharpInDepth\Chapter9\Chapter9\obj\Debug\Chapter9.exe +C:\Users\Gustavo\Source\Repos\CSharpForFun\CSharpInDepth\Chapter9\Chapter9\obj\Debug\Chapter9.pdb diff --git a/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.csproj.GenerateResource.Cache b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.csproj.GenerateResource.Cache new file mode 100644 index 0000000..0fc129f Binary files /dev/null and b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.csproj.GenerateResource.Cache differ diff --git a/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.csprojResolveAssemblyReference.cache b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.csprojResolveAssemblyReference.cache new file mode 100644 index 0000000..f0ed9bd Binary files /dev/null and b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.csprojResolveAssemblyReference.cache differ diff --git a/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.exe b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.exe new file mode 100644 index 0000000..05bb4c5 Binary files /dev/null and b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.exe differ diff --git a/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.pdb b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.pdb new file mode 100644 index 0000000..9f0e2f3 Binary files /dev/null and b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/Chapter9.pdb differ diff --git a/CSharpInDepth/Chapter9/Chapter9/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/DesignTimeResolveAssemblyReferences.cache new file mode 100644 index 0000000..752f0bd Binary files /dev/null and b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/CSharpInDepth/Chapter9/Chapter9/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..d92a7e4 Binary files /dev/null and b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/CSharpInDepth/Chapter9/Chapter9/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs new file mode 100644 index 0000000..e69de29 diff --git a/CSharpInDepth/Chapter9/Chapter9/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs new file mode 100644 index 0000000..e69de29 diff --git a/CSharpInDepth/Chapter9/Chapter9/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs b/CSharpInDepth/Chapter9/Chapter9/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs new file mode 100644 index 0000000..e69de29