From 1ac90768665c89d64a59f6e9935242fba1514bb9 Mon Sep 17 00:00:00 2001
From:
Date: Thu, 1 Jan 1970 00:00:00 +0000
Subject: invoice total 4
---
.../.NETCoreApp,Version=v3.1.AssemblyAttributes.cs | 4 ++
.../netcoreapp3.1/InvoiceTotal.AssemblyInfo.cs | 23 +++++++
.../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 | 30 +++++++++
.../InvoiceTotal.csproj.GenerateResource.cache | Bin 0 -> 74 bytes
.../obj/Debug/netcoreapp3.1/InvoiceTotal.dll | Bin 0 -> 10752 bytes
.../InvoiceTotal.frmInvoiceTotal.resources | Bin 0 -> 180 bytes
.../InvoiceTotal.genruntimeconfig.cache | 1 +
.../obj/Debug/netcoreapp3.1/InvoiceTotal.pdb | Bin 0 -> 12788 bytes
.../obj/Debug/netcoreapp3.1/apphost.exe | Bin 0 -> 158208 bytes
.../obj/InvoiceTotal.csproj.nuget.dgspec.json | 66 +++++++++++++++++++
.../obj/InvoiceTotal.csproj.nuget.g.props | 15 +++++
.../obj/InvoiceTotal.csproj.nuget.g.targets | 2 +
.../InvoiceTotal/obj/project.assets.json | 71 +++++++++++++++++++++
.../InvoiceTotal/obj/project.nuget.cache | 8 +++
19 files changed, 233 insertions(+)
create mode 100644 invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
create mode 100644 invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.AssemblyInfo.cs
create mode 100644 invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.AssemblyInfoInputs.cache
create mode 100644 invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.GeneratedMSBuildEditorConfig.editorconfig
create mode 100644 invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.assets.cache
create mode 100644 invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.BuildWithSkipAnalyzers
create mode 100644 invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.CoreCompileInputs.cache
create mode 100644 invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.FileListAbsolute.txt
create mode 100644 invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.GenerateResource.cache
create mode 100644 invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.dll
create mode 100644 invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.frmInvoiceTotal.resources
create mode 100644 invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.genruntimeconfig.cache
create mode 100644 invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.pdb
create mode 100644 invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/apphost.exe
create mode 100644 invoice_total4/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.dgspec.json
create mode 100644 invoice_total4/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.g.props
create mode 100644 invoice_total4/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.g.targets
create mode 100644 invoice_total4/InvoiceTotal/obj/project.assets.json
create mode 100644 invoice_total4/InvoiceTotal/obj/project.nuget.cache
(limited to 'invoice_total4/InvoiceTotal/obj')
diff --git a/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
new file mode 100644
index 0000000..3364fdf
--- /dev/null
+++ b/invoice_total4/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_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.AssemblyInfo.cs b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.AssemblyInfo.cs
new file mode 100644
index 0000000..dae16de
--- /dev/null
+++ b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.AssemblyInfo.cs
@@ -0,0 +1,23 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// 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")]
+[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_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.AssemblyInfoInputs.cache b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..9f9f76b
--- /dev/null
+++ b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+38787f95c4c7a010cd22fbf18ea9bafeee387c31d89b10d9febfc3e376271006
diff --git a/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.GeneratedMSBuildEditorConfig.editorconfig b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..37a7d10
--- /dev/null
+++ b/invoice_total4/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\ex8-1\InvoiceTotal\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.assets.cache b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.assets.cache
new file mode 100644
index 0000000..528e381
Binary files /dev/null and b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.assets.cache differ
diff --git a/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.BuildWithSkipAnalyzers b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.CoreCompileInputs.cache b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..6eeef5a
--- /dev/null
+++ b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+80609892fc2cb80b71c17a0ed3a74be9347ec4ce46f37b026cec749674c65c84
diff --git a/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.FileListAbsolute.txt b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..2e2e225
--- /dev/null
+++ b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.FileListAbsolute.txt
@@ -0,0 +1,30 @@
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 08\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.exe
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 08\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.deps.json
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 08\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.runtimeconfig.json
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 08\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.runtimeconfig.dev.json
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 08\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.dll
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 08\InvoiceTotal\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.pdb
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 08\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.frmInvoiceTotal.resources
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 08\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.csproj.GenerateResource.cache
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 08\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 08\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.AssemblyInfoInputs.cache
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 08\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.AssemblyInfo.cs
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 08\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.csproj.CoreCompileInputs.cache
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 08\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.dll
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 08\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.pdb
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 08\InvoiceTotal\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.genruntimeconfig.cache
+C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.exe
+C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.deps.json
+C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.runtimeconfig.json
+C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.runtimeconfig.dev.json
+C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.dll
+C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\bin\Debug\netcoreapp3.1\InvoiceTotal.pdb
+C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.frmInvoiceTotal.resources
+C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.csproj.GenerateResource.cache
+C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.AssemblyInfoInputs.cache
+C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.AssemblyInfo.cs
+C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.csproj.CoreCompileInputs.cache
+C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.dll
+C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.pdb
+C:\Users\User\Documents\cs\ex8-1\InvoiceTotal\obj\Debug\netcoreapp3.1\InvoiceTotal.genruntimeconfig.cache
diff --git a/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.GenerateResource.cache b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.GenerateResource.cache
new file mode 100644
index 0000000..d225bd7
Binary files /dev/null and b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.csproj.GenerateResource.cache differ
diff --git a/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.dll b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.dll
new file mode 100644
index 0000000..fdad189
Binary files /dev/null and b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.dll differ
diff --git a/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.frmInvoiceTotal.resources b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.frmInvoiceTotal.resources
new file mode 100644
index 0000000..6c05a97
Binary files /dev/null and b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.frmInvoiceTotal.resources differ
diff --git a/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.genruntimeconfig.cache b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.genruntimeconfig.cache
new file mode 100644
index 0000000..a88b97b
--- /dev/null
+++ b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.genruntimeconfig.cache
@@ -0,0 +1 @@
+77aa13902a0919ec1e533c3e2d9ec295b0c2650bcb4c0bc1238dad30bdaf1761
diff --git a/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.pdb b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.pdb
new file mode 100644
index 0000000..56cf232
Binary files /dev/null and b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/InvoiceTotal.pdb differ
diff --git a/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/apphost.exe b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/apphost.exe
new file mode 100644
index 0000000..ec8238d
Binary files /dev/null and b/invoice_total4/InvoiceTotal/obj/Debug/netcoreapp3.1/apphost.exe differ
diff --git a/invoice_total4/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.dgspec.json b/invoice_total4/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..5d9862f
--- /dev/null
+++ b/invoice_total4/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.dgspec.json
@@ -0,0 +1,66 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\User\\Documents\\cs\\ex8-1\\InvoiceTotal\\InvoiceTotal.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\User\\Documents\\cs\\ex8-1\\InvoiceTotal\\InvoiceTotal.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\User\\Documents\\cs\\ex8-1\\InvoiceTotal\\InvoiceTotal.csproj",
+ "projectName": "InvoiceTotal",
+ "projectPath": "C:\\Users\\User\\Documents\\cs\\ex8-1\\InvoiceTotal\\InvoiceTotal.csproj",
+ "packagesPath": "C:\\Users\\User\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\User\\Documents\\cs\\ex8-1\\InvoiceTotal\\obj\\",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "C:\\Users\\User\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "netcoreapp3.1"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "netcoreapp3.1": {
+ "targetAlias": "netcoreapp3.1",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "netcoreapp3.1": {
+ "targetAlias": "netcoreapp3.1",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WindowsForms": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.100\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/invoice_total4/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.g.props b/invoice_total4/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.g.props
new file mode 100644
index 0000000..af28506
--- /dev/null
+++ b/invoice_total4/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.g.props
@@ -0,0 +1,15 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\User\.nuget\packages\
+ PackageReference
+ 6.8.0
+
+
+
+
+
\ No newline at end of file
diff --git a/invoice_total4/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.g.targets b/invoice_total4/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.g.targets
new file mode 100644
index 0000000..35a7576
--- /dev/null
+++ b/invoice_total4/InvoiceTotal/obj/InvoiceTotal.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/invoice_total4/InvoiceTotal/obj/project.assets.json b/invoice_total4/InvoiceTotal/obj/project.assets.json
new file mode 100644
index 0000000..933b1d6
--- /dev/null
+++ b/invoice_total4/InvoiceTotal/obj/project.assets.json
@@ -0,0 +1,71 @@
+{
+ "version": 3,
+ "targets": {
+ ".NETCoreApp,Version=v3.1": {}
+ },
+ "libraries": {},
+ "projectFileDependencyGroups": {
+ ".NETCoreApp,Version=v3.1": []
+ },
+ "packageFolders": {
+ "C:\\Users\\User\\.nuget\\packages\\": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\User\\Documents\\cs\\ex8-1\\InvoiceTotal\\InvoiceTotal.csproj",
+ "projectName": "InvoiceTotal",
+ "projectPath": "C:\\Users\\User\\Documents\\cs\\ex8-1\\InvoiceTotal\\InvoiceTotal.csproj",
+ "packagesPath": "C:\\Users\\User\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\User\\Documents\\cs\\ex8-1\\InvoiceTotal\\obj\\",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "C:\\Users\\User\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "netcoreapp3.1"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "netcoreapp3.1": {
+ "targetAlias": "netcoreapp3.1",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "netcoreapp3.1": {
+ "targetAlias": "netcoreapp3.1",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WindowsForms": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.100\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/invoice_total4/InvoiceTotal/obj/project.nuget.cache b/invoice_total4/InvoiceTotal/obj/project.nuget.cache
new file mode 100644
index 0000000..09d221b
--- /dev/null
+++ b/invoice_total4/InvoiceTotal/obj/project.nuget.cache
@@ -0,0 +1,8 @@
+{
+ "version": 2,
+ "dgSpecHash": "mD21xU9i9jCslQKLrQjWrPdSJODaGXX8nIX6OGxJnheCnLypnaA7okAao6f8aQsU/YBjkc7o0JOQCXdu3v7WRA==",
+ "success": true,
+ "projectFilePath": "C:\\Users\\User\\Documents\\cs\\ex8-1\\InvoiceTotal\\InvoiceTotal.csproj",
+ "expectedPackageFiles": [],
+ "logs": []
+}
\ No newline at end of file
--
cgit 1.4.1