From 11cbd7dc38b57c4ec23b045178508c7eac13ab21 Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: 2 vers of invoice total --- .../.NETFramework,Version=v4.8.AssemblyAttributes.cs | 4 ++++ .../obj/Debug/DesignTimeResolveAssemblyReferences.cache | Bin 0 -> 137 bytes .../DesignTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 2284 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 .../InvoiceTotal/obj/Debug/InvoiceTotal.exe | Bin 0 -> 15872 bytes .../obj/Debug/InvoiceTotal.frmInvoiceTotal.resources | Bin 0 -> 180 bytes .../InvoiceTotal/obj/Debug/InvoiceTotal.pdb | Bin 0 -> 28160 bytes .../Debug/TempPE/Properties.Resources.Designer.cs.dll | Bin 0 -> 4096 bytes 12 files changed, 15 insertions(+) create mode 100644 invoice_total_discount/InvoiceTotal/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs create mode 100644 invoice_total_discount/InvoiceTotal/obj/Debug/DesignTimeResolveAssemblyReferences.cache create mode 100644 invoice_total_discount/InvoiceTotal/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache create mode 100644 invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.Properties.Resources.resources create mode 100644 invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.AssemblyReference.cache create mode 100644 invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.CoreCompileInputs.cache create mode 100644 invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.FileListAbsolute.txt create mode 100644 invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.GenerateResource.cache create mode 100644 invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.exe create mode 100644 invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.frmInvoiceTotal.resources create mode 100644 invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.pdb create mode 100644 invoice_total_discount/InvoiceTotal/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll (limited to 'invoice_total_discount/InvoiceTotal/obj') diff --git a/invoice_total_discount/InvoiceTotal/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs b/invoice_total_discount/InvoiceTotal/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs new file mode 100644 index 0000000..3cf0af3 --- /dev/null +++ b/invoice_total_discount/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_total_discount/InvoiceTotal/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/invoice_total_discount/InvoiceTotal/obj/Debug/DesignTimeResolveAssemblyReferences.cache new file mode 100644 index 0000000..cae8fc6 Binary files /dev/null and b/invoice_total_discount/InvoiceTotal/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/invoice_total_discount/InvoiceTotal/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/invoice_total_discount/InvoiceTotal/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..c2fd230 Binary files /dev/null and b/invoice_total_discount/InvoiceTotal/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.Properties.Resources.resources b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.Properties.Resources.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.Properties.Resources.resources differ diff --git a/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.AssemblyReference.cache b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.AssemblyReference.cache new file mode 100644 index 0000000..b3072eb Binary files /dev/null and b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.AssemblyReference.cache differ diff --git a/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.CoreCompileInputs.cache b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..6621da8 --- /dev/null +++ b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +ddd884c7cc4fbc526b3c79f739672bb101481755939ee83704695fd42ac85f71 diff --git a/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.FileListAbsolute.txt b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..e28a5c0 --- /dev/null +++ b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.FileListAbsolute.txt @@ -0,0 +1,10 @@ +C:\Users\User\Documents\cs\Exercise Starts\Chapter 04\InvoiceTotalEnhanced\InvoiceTotal\bin\Debug\InvoiceTotal.exe.config +C:\Users\User\Documents\cs\Exercise Starts\Chapter 04\InvoiceTotalEnhanced\InvoiceTotal\bin\Debug\InvoiceTotal.exe +C:\Users\User\Documents\cs\Exercise Starts\Chapter 04\InvoiceTotalEnhanced\InvoiceTotal\bin\Debug\InvoiceTotal.pdb +C:\Users\User\Documents\cs\Exercise Starts\Chapter 04\InvoiceTotalEnhanced\InvoiceTotal\obj\Debug\InvoiceTotal.csproj.AssemblyReference.cache +C:\Users\User\Documents\cs\Exercise Starts\Chapter 04\InvoiceTotalEnhanced\InvoiceTotal\obj\Debug\InvoiceTotal.frmInvoiceTotal.resources +C:\Users\User\Documents\cs\Exercise Starts\Chapter 04\InvoiceTotalEnhanced\InvoiceTotal\obj\Debug\InvoiceTotal.Properties.Resources.resources +C:\Users\User\Documents\cs\Exercise Starts\Chapter 04\InvoiceTotalEnhanced\InvoiceTotal\obj\Debug\InvoiceTotal.csproj.GenerateResource.cache +C:\Users\User\Documents\cs\Exercise Starts\Chapter 04\InvoiceTotalEnhanced\InvoiceTotal\obj\Debug\InvoiceTotal.csproj.CoreCompileInputs.cache +C:\Users\User\Documents\cs\Exercise Starts\Chapter 04\InvoiceTotalEnhanced\InvoiceTotal\obj\Debug\InvoiceTotal.exe +C:\Users\User\Documents\cs\Exercise Starts\Chapter 04\InvoiceTotalEnhanced\InvoiceTotal\obj\Debug\InvoiceTotal.pdb diff --git a/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.GenerateResource.cache b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.GenerateResource.cache new file mode 100644 index 0000000..87753e5 Binary files /dev/null and b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.csproj.GenerateResource.cache differ diff --git a/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.exe b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.exe new file mode 100644 index 0000000..d3ed08f Binary files /dev/null and b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.exe differ diff --git a/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.frmInvoiceTotal.resources b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.frmInvoiceTotal.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.frmInvoiceTotal.resources differ diff --git a/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.pdb b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.pdb new file mode 100644 index 0000000..7b0e68d Binary files /dev/null and b/invoice_total_discount/InvoiceTotal/obj/Debug/InvoiceTotal.pdb differ diff --git a/invoice_total_discount/InvoiceTotal/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll b/invoice_total_discount/InvoiceTotal/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll new file mode 100644 index 0000000..b3067e7 Binary files /dev/null and b/invoice_total_discount/InvoiceTotal/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll differ -- cgit 1.4.1