From 716b60826bd7ca82dd70ed8ceb524528f86b8edf Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: invoice total 3 --- .../.NETFramework,Version=v4.8.AssemblyAttributes.cs | 4 ++++ .../DesignTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 2252 bytes .../Debug/InvoiceTotal.Properties.Resources.resources | Bin 0 -> 180 bytes .../Debug/InvoiceTotal.csproj.AssemblyReference.cache | Bin 0 -> 6088 bytes .../Debug/InvoiceTotal.csproj.CoreCompileInputs.cache | 1 + .../obj/Debug/InvoiceTotal.csproj.FileListAbsolute.txt | 10 ++++++++++ .../Debug/InvoiceTotal.csproj.GenerateResource.cache | Bin 0 -> 146 bytes invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.exe | Bin 0 -> 12288 bytes .../obj/Debug/InvoiceTotal.frmInvoiceTotal.resources | Bin 0 -> 180 bytes invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.pdb | Bin 0 -> 26112 bytes 10 files changed, 15 insertions(+) create mode 100644 invoice_total3/InvoiceTotal/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs create mode 100644 invoice_total3/InvoiceTotal/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache create mode 100644 invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.Properties.Resources.resources create mode 100644 invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.AssemblyReference.cache create mode 100644 invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.CoreCompileInputs.cache create mode 100644 invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.FileListAbsolute.txt create mode 100644 invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.GenerateResource.cache create mode 100644 invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.exe create mode 100644 invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.frmInvoiceTotal.resources create mode 100644 invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.pdb (limited to 'invoice_total3/InvoiceTotal/obj/Debug') diff --git a/invoice_total3/InvoiceTotal/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs b/invoice_total3/InvoiceTotal/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs new file mode 100644 index 0000000..3cf0af3 --- /dev/null +++ b/invoice_total3/InvoiceTotal/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")] diff --git a/invoice_total3/InvoiceTotal/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/invoice_total3/InvoiceTotal/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..4ea7442 Binary files /dev/null and b/invoice_total3/InvoiceTotal/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.Properties.Resources.resources b/invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.Properties.Resources.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.Properties.Resources.resources differ diff --git a/invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.AssemblyReference.cache b/invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.AssemblyReference.cache new file mode 100644 index 0000000..b3072eb Binary files /dev/null and b/invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.AssemblyReference.cache differ diff --git a/invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.CoreCompileInputs.cache b/invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..6621da8 --- /dev/null +++ b/invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +ddd884c7cc4fbc526b3c79f739672bb101481755939ee83704695fd42ac85f71 diff --git a/invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.FileListAbsolute.txt b/invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..e18563a --- /dev/null +++ b/invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.FileListAbsolute.txt @@ -0,0 +1,10 @@ +C:\Users\User\Documents\cs\Exercise Starts\Chapter 07\InvoiceTotal\InvoiceTotal\obj\Debug\InvoiceTotal.csproj.AssemblyReference.cache +C:\Users\User\Documents\cs\Exercise Starts\Chapter 07\InvoiceTotal\InvoiceTotal\obj\Debug\InvoiceTotal.frmInvoiceTotal.resources +C:\Users\User\Documents\cs\Exercise Starts\Chapter 07\InvoiceTotal\InvoiceTotal\obj\Debug\InvoiceTotal.Properties.Resources.resources +C:\Users\User\Documents\cs\Exercise Starts\Chapter 07\InvoiceTotal\InvoiceTotal\obj\Debug\InvoiceTotal.csproj.GenerateResource.cache +C:\Users\User\Documents\cs\Exercise Starts\Chapter 07\InvoiceTotal\InvoiceTotal\obj\Debug\InvoiceTotal.csproj.CoreCompileInputs.cache +C:\Users\User\Documents\cs\Exercise Starts\Chapter 07\InvoiceTotal\InvoiceTotal\bin\Debug\InvoiceTotal.exe.config +C:\Users\User\Documents\cs\Exercise Starts\Chapter 07\InvoiceTotal\InvoiceTotal\bin\Debug\InvoiceTotal.exe +C:\Users\User\Documents\cs\Exercise Starts\Chapter 07\InvoiceTotal\InvoiceTotal\bin\Debug\InvoiceTotal.pdb +C:\Users\User\Documents\cs\Exercise Starts\Chapter 07\InvoiceTotal\InvoiceTotal\obj\Debug\InvoiceTotal.exe +C:\Users\User\Documents\cs\Exercise Starts\Chapter 07\InvoiceTotal\InvoiceTotal\obj\Debug\InvoiceTotal.pdb diff --git a/invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.GenerateResource.cache b/invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.GenerateResource.cache new file mode 100644 index 0000000..2f304b5 Binary files /dev/null and b/invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.GenerateResource.cache differ diff --git a/invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.exe b/invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.exe new file mode 100644 index 0000000..d59aa71 Binary files /dev/null and b/invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.exe differ diff --git a/invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.frmInvoiceTotal.resources b/invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.frmInvoiceTotal.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.frmInvoiceTotal.resources differ diff --git a/invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.pdb b/invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.pdb new file mode 100644 index 0000000..32609a8 Binary files /dev/null and b/invoice_total3/InvoiceTotal/obj/Debug/InvoiceTotal.pdb differ -- cgit 1.4.1