From a8873848498c3bf071b951957e0aaaa3d0c9aa77 Mon Sep 17 00:00:00 2001
From:
Date: Thu, 1 Jan 1970 00:00:00 +0000
Subject: payment
---
.../.NETCoreApp,Version=v3.1.AssemblyAttributes.cs | 4 ++
.../Debug/netcoreapp3.1/Payment.AssemblyInfo.cs | 23 +++++++
.../netcoreapp3.1/Payment.AssemblyInfoInputs.cache | 1 +
...yment.GeneratedMSBuildEditorConfig.editorconfig | 11 ++++
.../obj/Debug/netcoreapp3.1/Payment.assets.cache | Bin 0 -> 151 bytes
.../Payment.csproj.BuildWithSkipAnalyzers | 0
.../Payment.csproj.CoreCompileInputs.cache | 1 +
.../Payment.csproj.FileListAbsolute.txt | 16 +++++
.../Payment.csproj.GenerateResource.cache | Bin 0 -> 118 bytes
.../Debug/netcoreapp3.1/Payment.designer.deps.json | 11 ++++
.../Payment.designer.runtimeconfig.json | 16 +++++
.../Payment/obj/Debug/netcoreapp3.1/Payment.dll | Bin 0 -> 15360 bytes
.../netcoreapp3.1/Payment.frmCustomer.resources | Bin 0 -> 180 bytes
.../netcoreapp3.1/Payment.frmPayment.resources | Bin 0 -> 180 bytes
.../netcoreapp3.1/Payment.genruntimeconfig.cache | 1 +
.../Payment/obj/Debug/netcoreapp3.1/Payment.pdb | Bin 0 -> 14356 bytes
.../Payment/obj/Debug/netcoreapp3.1/apphost.exe | Bin 0 -> 158208 bytes
.../Payment/obj/Payment.csproj.nuget.dgspec.json | 66 +++++++++++++++++++
payment/Payment/obj/Payment.csproj.nuget.g.props | 15 +++++
payment/Payment/obj/Payment.csproj.nuget.g.targets | 2 +
payment/Payment/obj/project.assets.json | 71 +++++++++++++++++++++
payment/Payment/obj/project.nuget.cache | 8 +++
22 files changed, 246 insertions(+)
create mode 100644 payment/Payment/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
create mode 100644 payment/Payment/obj/Debug/netcoreapp3.1/Payment.AssemblyInfo.cs
create mode 100644 payment/Payment/obj/Debug/netcoreapp3.1/Payment.AssemblyInfoInputs.cache
create mode 100644 payment/Payment/obj/Debug/netcoreapp3.1/Payment.GeneratedMSBuildEditorConfig.editorconfig
create mode 100644 payment/Payment/obj/Debug/netcoreapp3.1/Payment.assets.cache
create mode 100644 payment/Payment/obj/Debug/netcoreapp3.1/Payment.csproj.BuildWithSkipAnalyzers
create mode 100644 payment/Payment/obj/Debug/netcoreapp3.1/Payment.csproj.CoreCompileInputs.cache
create mode 100644 payment/Payment/obj/Debug/netcoreapp3.1/Payment.csproj.FileListAbsolute.txt
create mode 100644 payment/Payment/obj/Debug/netcoreapp3.1/Payment.csproj.GenerateResource.cache
create mode 100644 payment/Payment/obj/Debug/netcoreapp3.1/Payment.designer.deps.json
create mode 100644 payment/Payment/obj/Debug/netcoreapp3.1/Payment.designer.runtimeconfig.json
create mode 100644 payment/Payment/obj/Debug/netcoreapp3.1/Payment.dll
create mode 100644 payment/Payment/obj/Debug/netcoreapp3.1/Payment.frmCustomer.resources
create mode 100644 payment/Payment/obj/Debug/netcoreapp3.1/Payment.frmPayment.resources
create mode 100644 payment/Payment/obj/Debug/netcoreapp3.1/Payment.genruntimeconfig.cache
create mode 100644 payment/Payment/obj/Debug/netcoreapp3.1/Payment.pdb
create mode 100644 payment/Payment/obj/Debug/netcoreapp3.1/apphost.exe
create mode 100644 payment/Payment/obj/Payment.csproj.nuget.dgspec.json
create mode 100644 payment/Payment/obj/Payment.csproj.nuget.g.props
create mode 100644 payment/Payment/obj/Payment.csproj.nuget.g.targets
create mode 100644 payment/Payment/obj/project.assets.json
create mode 100644 payment/Payment/obj/project.nuget.cache
(limited to 'payment/Payment/obj')
diff --git a/payment/Payment/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/payment/Payment/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
new file mode 100644
index 0000000..3364fdf
--- /dev/null
+++ b/payment/Payment/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/payment/Payment/obj/Debug/netcoreapp3.1/Payment.AssemblyInfo.cs b/payment/Payment/obj/Debug/netcoreapp3.1/Payment.AssemblyInfo.cs
new file mode 100644
index 0000000..f49f8d5
--- /dev/null
+++ b/payment/Payment/obj/Debug/netcoreapp3.1/Payment.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("Payment")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("Payment")]
+[assembly: System.Reflection.AssemblyTitleAttribute("Payment")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/payment/Payment/obj/Debug/netcoreapp3.1/Payment.AssemblyInfoInputs.cache b/payment/Payment/obj/Debug/netcoreapp3.1/Payment.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..e0c0644
--- /dev/null
+++ b/payment/Payment/obj/Debug/netcoreapp3.1/Payment.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+1e3ee67fac03031cd8b196de0a8b390572ae5dc033749e8ff7a508e7ba157be5
diff --git a/payment/Payment/obj/Debug/netcoreapp3.1/Payment.GeneratedMSBuildEditorConfig.editorconfig b/payment/Payment/obj/Debug/netcoreapp3.1/Payment.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..7a91564
--- /dev/null
+++ b/payment/Payment/obj/Debug/netcoreapp3.1/Payment.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 = Payment
+build_property.ProjectDir = C:\Users\User\Documents\cs\Exercise Starts\Chapter 10\Payment\Payment\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/payment/Payment/obj/Debug/netcoreapp3.1/Payment.assets.cache b/payment/Payment/obj/Debug/netcoreapp3.1/Payment.assets.cache
new file mode 100644
index 0000000..e317cfd
Binary files /dev/null and b/payment/Payment/obj/Debug/netcoreapp3.1/Payment.assets.cache differ
diff --git a/payment/Payment/obj/Debug/netcoreapp3.1/Payment.csproj.BuildWithSkipAnalyzers b/payment/Payment/obj/Debug/netcoreapp3.1/Payment.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/payment/Payment/obj/Debug/netcoreapp3.1/Payment.csproj.CoreCompileInputs.cache b/payment/Payment/obj/Debug/netcoreapp3.1/Payment.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..b985ddf
--- /dev/null
+++ b/payment/Payment/obj/Debug/netcoreapp3.1/Payment.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+ee20666ace94adf399bbb90e0e52b7804f48dcd9f757e3e003166527b3a34db8
diff --git a/payment/Payment/obj/Debug/netcoreapp3.1/Payment.csproj.FileListAbsolute.txt b/payment/Payment/obj/Debug/netcoreapp3.1/Payment.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..30aeadd
--- /dev/null
+++ b/payment/Payment/obj/Debug/netcoreapp3.1/Payment.csproj.FileListAbsolute.txt
@@ -0,0 +1,16 @@
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 10\Payment\Payment\bin\Debug\netcoreapp3.1\Payment.exe
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 10\Payment\Payment\bin\Debug\netcoreapp3.1\Payment.deps.json
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 10\Payment\Payment\bin\Debug\netcoreapp3.1\Payment.runtimeconfig.json
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 10\Payment\Payment\bin\Debug\netcoreapp3.1\Payment.runtimeconfig.dev.json
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 10\Payment\Payment\bin\Debug\netcoreapp3.1\Payment.dll
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 10\Payment\Payment\bin\Debug\netcoreapp3.1\Payment.pdb
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 10\Payment\Payment\obj\Debug\netcoreapp3.1\Payment.frmCustomer.resources
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 10\Payment\Payment\obj\Debug\netcoreapp3.1\Payment.frmPayment.resources
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 10\Payment\Payment\obj\Debug\netcoreapp3.1\Payment.csproj.GenerateResource.cache
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 10\Payment\Payment\obj\Debug\netcoreapp3.1\Payment.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 10\Payment\Payment\obj\Debug\netcoreapp3.1\Payment.AssemblyInfoInputs.cache
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 10\Payment\Payment\obj\Debug\netcoreapp3.1\Payment.AssemblyInfo.cs
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 10\Payment\Payment\obj\Debug\netcoreapp3.1\Payment.csproj.CoreCompileInputs.cache
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 10\Payment\Payment\obj\Debug\netcoreapp3.1\Payment.dll
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 10\Payment\Payment\obj\Debug\netcoreapp3.1\Payment.pdb
+C:\Users\User\Documents\cs\Exercise Starts\Chapter 10\Payment\Payment\obj\Debug\netcoreapp3.1\Payment.genruntimeconfig.cache
diff --git a/payment/Payment/obj/Debug/netcoreapp3.1/Payment.csproj.GenerateResource.cache b/payment/Payment/obj/Debug/netcoreapp3.1/Payment.csproj.GenerateResource.cache
new file mode 100644
index 0000000..50aff3b
Binary files /dev/null and b/payment/Payment/obj/Debug/netcoreapp3.1/Payment.csproj.GenerateResource.cache differ
diff --git a/payment/Payment/obj/Debug/netcoreapp3.1/Payment.designer.deps.json b/payment/Payment/obj/Debug/netcoreapp3.1/Payment.designer.deps.json
new file mode 100644
index 0000000..9bb9f82
--- /dev/null
+++ b/payment/Payment/obj/Debug/netcoreapp3.1/Payment.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/payment/Payment/obj/Debug/netcoreapp3.1/Payment.designer.runtimeconfig.json b/payment/Payment/obj/Debug/netcoreapp3.1/Payment.designer.runtimeconfig.json
new file mode 100644
index 0000000..fdc9c5f
--- /dev/null
+++ b/payment/Payment/obj/Debug/netcoreapp3.1/Payment.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/payment/Payment/obj/Debug/netcoreapp3.1/Payment.dll b/payment/Payment/obj/Debug/netcoreapp3.1/Payment.dll
new file mode 100644
index 0000000..1dd4df3
Binary files /dev/null and b/payment/Payment/obj/Debug/netcoreapp3.1/Payment.dll differ
diff --git a/payment/Payment/obj/Debug/netcoreapp3.1/Payment.frmCustomer.resources b/payment/Payment/obj/Debug/netcoreapp3.1/Payment.frmCustomer.resources
new file mode 100644
index 0000000..6c05a97
Binary files /dev/null and b/payment/Payment/obj/Debug/netcoreapp3.1/Payment.frmCustomer.resources differ
diff --git a/payment/Payment/obj/Debug/netcoreapp3.1/Payment.frmPayment.resources b/payment/Payment/obj/Debug/netcoreapp3.1/Payment.frmPayment.resources
new file mode 100644
index 0000000..6c05a97
Binary files /dev/null and b/payment/Payment/obj/Debug/netcoreapp3.1/Payment.frmPayment.resources differ
diff --git a/payment/Payment/obj/Debug/netcoreapp3.1/Payment.genruntimeconfig.cache b/payment/Payment/obj/Debug/netcoreapp3.1/Payment.genruntimeconfig.cache
new file mode 100644
index 0000000..bf5f66e
--- /dev/null
+++ b/payment/Payment/obj/Debug/netcoreapp3.1/Payment.genruntimeconfig.cache
@@ -0,0 +1 @@
+b5d840977d34059fb63b8294f9e6220768ffad43b277f827558d6f8441ac1791
diff --git a/payment/Payment/obj/Debug/netcoreapp3.1/Payment.pdb b/payment/Payment/obj/Debug/netcoreapp3.1/Payment.pdb
new file mode 100644
index 0000000..b7bd900
Binary files /dev/null and b/payment/Payment/obj/Debug/netcoreapp3.1/Payment.pdb differ
diff --git a/payment/Payment/obj/Debug/netcoreapp3.1/apphost.exe b/payment/Payment/obj/Debug/netcoreapp3.1/apphost.exe
new file mode 100644
index 0000000..a4169e4
Binary files /dev/null and b/payment/Payment/obj/Debug/netcoreapp3.1/apphost.exe differ
diff --git a/payment/Payment/obj/Payment.csproj.nuget.dgspec.json b/payment/Payment/obj/Payment.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..064ad5c
--- /dev/null
+++ b/payment/Payment/obj/Payment.csproj.nuget.dgspec.json
@@ -0,0 +1,66 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\User\\Documents\\cs\\Exercise Starts\\Chapter 10\\Payment\\Payment\\Payment.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\User\\Documents\\cs\\Exercise Starts\\Chapter 10\\Payment\\Payment\\Payment.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\User\\Documents\\cs\\Exercise Starts\\Chapter 10\\Payment\\Payment\\Payment.csproj",
+ "projectName": "Payment",
+ "projectPath": "C:\\Users\\User\\Documents\\cs\\Exercise Starts\\Chapter 10\\Payment\\Payment\\Payment.csproj",
+ "packagesPath": "C:\\Users\\User\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\User\\Documents\\cs\\Exercise Starts\\Chapter 10\\Payment\\Payment\\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/payment/Payment/obj/Payment.csproj.nuget.g.props b/payment/Payment/obj/Payment.csproj.nuget.g.props
new file mode 100644
index 0000000..af28506
--- /dev/null
+++ b/payment/Payment/obj/Payment.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/payment/Payment/obj/Payment.csproj.nuget.g.targets b/payment/Payment/obj/Payment.csproj.nuget.g.targets
new file mode 100644
index 0000000..35a7576
--- /dev/null
+++ b/payment/Payment/obj/Payment.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/payment/Payment/obj/project.assets.json b/payment/Payment/obj/project.assets.json
new file mode 100644
index 0000000..8c760f8
--- /dev/null
+++ b/payment/Payment/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\\Exercise Starts\\Chapter 10\\Payment\\Payment\\Payment.csproj",
+ "projectName": "Payment",
+ "projectPath": "C:\\Users\\User\\Documents\\cs\\Exercise Starts\\Chapter 10\\Payment\\Payment\\Payment.csproj",
+ "packagesPath": "C:\\Users\\User\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\User\\Documents\\cs\\Exercise Starts\\Chapter 10\\Payment\\Payment\\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/payment/Payment/obj/project.nuget.cache b/payment/Payment/obj/project.nuget.cache
new file mode 100644
index 0000000..1948e93
--- /dev/null
+++ b/payment/Payment/obj/project.nuget.cache
@@ -0,0 +1,8 @@
+{
+ "version": 2,
+ "dgSpecHash": "wFY3TiQ58fYyaftEGNHtPWatJQSc+w3WO6uZ380jknoSvqTlwpzUBHOkDfF00J/ugmKgacQa6dlf1EJUn9M0UQ==",
+ "success": true,
+ "projectFilePath": "C:\\Users\\User\\Documents\\cs\\Exercise Starts\\Chapter 10\\Payment\\Payment\\Payment.csproj",
+ "expectedPackageFiles": [],
+ "logs": []
+}
\ No newline at end of file
--
cgit 1.4.1