From 8511ba188088dacf6e0429f78d45a7d083339876 Mon Sep 17 00:00:00 2001
From:
Date: Thu, 1 Jan 1970 00:00:00 +0000
Subject: invoice total 2
---
.../.NETCoreApp,Version=v3.1.AssemblyAttributes.cs | 4 ++
.../netcoreapp3.1/InvoiceTotal.AssemblyInfo.cs | 22 ++++++++++
.../InvoiceTotal.AssemblyInfoInputs.cache | 1 +
...Total.GeneratedMSBuildEditorConfig.editorconfig | 11 +++++
.../Debug/netcoreapp3.1/InvoiceTotal.assets.cache | Bin 0 -> 151 bytes
.../InvoiceTotal.csproj.BuildWithSkipAnalyzers | 0
.../InvoiceTotal.csproj.CoreCompileInputs.cache | 1 +
.../InvoiceTotal.csproj.FileListAbsolute.txt | 47 +++++++++++++++++++++
.../InvoiceTotal.csproj.GenerateResource.cache | Bin 0 -> 138 bytes
.../netcoreapp3.1/InvoiceTotal.designer.deps.json | 11 +++++
.../InvoiceTotal.designer.runtimeconfig.json | 16 +++++++
.../obj/Debug/netcoreapp3.1/InvoiceTotal.dll | Bin 0 -> 9728 bytes
.../InvoiceTotal.frmInvoiceTotal3.resources | Bin 0 -> 180 bytes
.../InvoiceTotal.genruntimeconfig.cache | 1 +
.../obj/Debug/netcoreapp3.1/InvoiceTotal.pdb | Bin 0 -> 12812 bytes
.../netcoreapp3.1/InvoiceTotal.sourcelink.json | 1 +
.../obj/Debug/netcoreapp3.1/apphost.exe | Bin 0 -> 158208 bytes
17 files changed, 115 insertions(+)
create mode 100644 invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
create mode 100644 invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.AssemblyInfo.cs
create mode 100644 invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.AssemblyInfoInputs.cache
create mode 100644 invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.GeneratedMSBuildEditorConfig.editorconfig
create mode 100644 invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.assets.cache
create mode 100644 invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.BuildWithSkipAnalyzers
create mode 100644 invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.CoreCompileInputs.cache
create mode 100644 invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.FileListAbsolute.txt
create mode 100644 invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.GenerateResource.cache
create mode 100644 invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.designer.deps.json
create mode 100644 invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.designer.runtimeconfig.json
create mode 100644 invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.dll
create mode 100644 invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.frmInvoiceTotal3.resources
create mode 100644 invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.genruntimeconfig.cache
create mode 100644 invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.pdb
create mode 100644 invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.sourcelink.json
create mode 100644 invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/apphost.exe
(limited to 'invoice_total2/InvoiceTotal/obj/Debug')
diff --git a/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
new file mode 100644
index 0000000..3364fdf
--- /dev/null
+++ b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = ".NET Core 3.1")]
diff --git a/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.AssemblyInfo.cs b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.AssemblyInfo.cs
new file mode 100644
index 0000000..16ac96c
--- /dev/null
+++ b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.AssemblyInfo.cs
@@ -0,0 +1,22 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("InvoiceTotal")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+14d998935de2798a7aaa23ca9bf331aadb2a835f")]
+[assembly: System.Reflection.AssemblyProductAttribute("InvoiceTotal")]
+[assembly: System.Reflection.AssemblyTitleAttribute("InvoiceTotal")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.AssemblyInfoInputs.cache b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..0b8d091
--- /dev/null
+++ b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+81424d6833de0a6f9ccedadd46f817514aea6f16cf2979571632874ec02b6afe
diff --git a/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.GeneratedMSBuildEditorConfig.editorconfig b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..eb60373
--- /dev/null
+++ b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,11 @@
+is_global = true
+build_property.ApplicationManifest =
+build_property.StartupObject =
+build_property.ApplicationDefaultFont =
+build_property.ApplicationHighDpiMode =
+build_property.ApplicationUseCompatibleTextRendering =
+build_property.ApplicationVisualStyles =
+build_property.RootNamespace = InvoiceTotal
+build_property.ProjectDir = c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.assets.cache b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.assets.cache
new file mode 100644
index 0000000..58a2133
Binary files /dev/null and b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.assets.cache differ
diff --git a/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.BuildWithSkipAnalyzers b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.CoreCompileInputs.cache b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..40417d8
--- /dev/null
+++ b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+d8095f8ac65da01534ac6bc0aeea511f3773b0c76ffc5ae1929c690018f3ab28
diff --git a/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.FileListAbsolute.txt b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..d3aa325
--- /dev/null
+++ b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.FileListAbsolute.txt
@@ -0,0 +1,47 @@
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.exe
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.deps.json
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.runtimeconfig.json
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.runtimeconfig.dev.json
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.dll
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.pdb
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.csproj.AssemblyReference.cache
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.csproj.GenerateResource.cache
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.AssemblyInfoInputs.cache
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.AssemblyInfo.cs
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.csproj.CoreCompileInputs.cache
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.dll
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.pdb
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.genruntimeconfig.cache
+C:\Users\andrew.honey\OneDrive - Southeast Technical College\Desktop\CIS 131\Student Download\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.frmInvoiceTotal3.resources
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.exe
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.deps.json
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.runtimeconfig.json
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.runtimeconfig.dev.json
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.dll
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.pdb
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.frmInvoiceTotal3.resources
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.csproj.GenerateResource.cache
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.AssemblyInfoInputs.cache
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.AssemblyInfo.cs
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.csproj.CoreCompileInputs.cache
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.dll
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.pdb
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 05\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.genruntimeconfig.cache
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.exe
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.deps.json
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.runtimeconfig.json
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.runtimeconfig.dev.json
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.dll
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.pdb
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.frmInvoiceTotal3.resources
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.csproj.GenerateResource.cache
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.GeneratedMSBuildEditorConfig.editorconfig
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.AssemblyInfoInputs.cache
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.AssemblyInfo.cs
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.csproj.CoreCompileInputs.cache
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.sourcelink.json
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.dll
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.pdb
+c:\Users\User\Documents\cs\hw\cs5-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.genruntimeconfig.cache
diff --git a/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.GenerateResource.cache b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.GenerateResource.cache
new file mode 100644
index 0000000..890be12
Binary files /dev/null and b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.GenerateResource.cache differ
diff --git a/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.designer.deps.json b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.designer.deps.json
new file mode 100644
index 0000000..9bb9f82
--- /dev/null
+++ b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.designer.deps.json
@@ -0,0 +1,11 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v3.1",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v3.1": {}
+ },
+ "libraries": {}
+}
\ No newline at end of file
diff --git a/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.designer.runtimeconfig.json b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.designer.runtimeconfig.json
new file mode 100644
index 0000000..fdc9c5f
--- /dev/null
+++ b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.designer.runtimeconfig.json
@@ -0,0 +1,16 @@
+{
+ "runtimeOptions": {
+ "tfm": "netcoreapp3.1",
+ "framework": {
+ "name": "Microsoft.WindowsDesktop.App",
+ "version": "3.1.0"
+ },
+ "additionalProbingPaths": [
+ "C:\\Users\\User\\.dotnet\\store\\|arch|\\|tfm|",
+ "C:\\Users\\User\\.nuget\\packages"
+ ],
+ "configProperties": {
+ "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
+ }
+ }
+}
\ No newline at end of file
diff --git a/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.dll b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.dll
new file mode 100644
index 0000000..fda62e4
Binary files /dev/null and b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.dll differ
diff --git a/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.frmInvoiceTotal3.resources b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.frmInvoiceTotal3.resources
new file mode 100644
index 0000000..6c05a97
Binary files /dev/null and b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.frmInvoiceTotal3.resources differ
diff --git a/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.genruntimeconfig.cache b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.genruntimeconfig.cache
new file mode 100644
index 0000000..6a0b8b9
--- /dev/null
+++ b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.genruntimeconfig.cache
@@ -0,0 +1 @@
+4662e1c2969254f254ce0c0c070947ba8cb87ea9d7657d262c2180ffc8de274b
diff --git a/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.pdb b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.pdb
new file mode 100644
index 0000000..c270763
Binary files /dev/null and b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.pdb differ
diff --git a/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.sourcelink.json b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.sourcelink.json
new file mode 100644
index 0000000..f35fcd0
--- /dev/null
+++ b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.sourcelink.json
@@ -0,0 +1 @@
+{"documents":{"c:\\Users\\User\\Documents\\cs\\hw\\*":"https://raw.githubusercontent.com/porterswanstrom/hw/14d998935de2798a7aaa23ca9bf331aadb2a835f/*"}}
\ No newline at end of file
diff --git a/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/apphost.exe b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/apphost.exe
new file mode 100644
index 0000000..fe09c33
Binary files /dev/null and b/invoice_total2/InvoiceTotal/obj/Debug/netcoreapp3.1/apphost.exe differ
--
cgit 1.4.1