From 51ec5564a0ede45b17e61b7f808cbeca0abaeaa3 Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: clone customer --- .../Debug/netcoreapp3.1/CloneCustomer.deps.json | 23 +++++++++++++++++++++ .../bin/Debug/netcoreapp3.1/CloneCustomer.dll | Bin 0 -> 11264 bytes .../bin/Debug/netcoreapp3.1/CloneCustomer.exe | Bin 0 -> 158208 bytes .../bin/Debug/netcoreapp3.1/CloneCustomer.pdb | Bin 0 -> 13596 bytes .../CloneCustomer.runtimeconfig.dev.json | 8 +++++++ .../netcoreapp3.1/CloneCustomer.runtimeconfig.json | 9 ++++++++ 6 files changed, 40 insertions(+) create mode 100644 clone_customer/CloneCustomer/bin/Debug/netcoreapp3.1/CloneCustomer.deps.json create mode 100644 clone_customer/CloneCustomer/bin/Debug/netcoreapp3.1/CloneCustomer.dll create mode 100644 clone_customer/CloneCustomer/bin/Debug/netcoreapp3.1/CloneCustomer.exe create mode 100644 clone_customer/CloneCustomer/bin/Debug/netcoreapp3.1/CloneCustomer.pdb create mode 100644 clone_customer/CloneCustomer/bin/Debug/netcoreapp3.1/CloneCustomer.runtimeconfig.dev.json create mode 100644 clone_customer/CloneCustomer/bin/Debug/netcoreapp3.1/CloneCustomer.runtimeconfig.json (limited to 'clone_customer/CloneCustomer/bin/Debug') diff --git a/clone_customer/CloneCustomer/bin/Debug/netcoreapp3.1/CloneCustomer.deps.json b/clone_customer/CloneCustomer/bin/Debug/netcoreapp3.1/CloneCustomer.deps.json new file mode 100644 index 0000000..011f6c4 --- /dev/null +++ b/clone_customer/CloneCustomer/bin/Debug/netcoreapp3.1/CloneCustomer.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v3.1", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v3.1": { + "CloneCustomer/1.0.0": { + "runtime": { + "CloneCustomer.dll": {} + } + } + } + }, + "libraries": { + "CloneCustomer/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/clone_customer/CloneCustomer/bin/Debug/netcoreapp3.1/CloneCustomer.dll b/clone_customer/CloneCustomer/bin/Debug/netcoreapp3.1/CloneCustomer.dll new file mode 100644 index 0000000..f602dd7 Binary files /dev/null and b/clone_customer/CloneCustomer/bin/Debug/netcoreapp3.1/CloneCustomer.dll differ diff --git a/clone_customer/CloneCustomer/bin/Debug/netcoreapp3.1/CloneCustomer.exe b/clone_customer/CloneCustomer/bin/Debug/netcoreapp3.1/CloneCustomer.exe new file mode 100644 index 0000000..509dccb Binary files /dev/null and b/clone_customer/CloneCustomer/bin/Debug/netcoreapp3.1/CloneCustomer.exe differ diff --git a/clone_customer/CloneCustomer/bin/Debug/netcoreapp3.1/CloneCustomer.pdb b/clone_customer/CloneCustomer/bin/Debug/netcoreapp3.1/CloneCustomer.pdb new file mode 100644 index 0000000..407184e Binary files /dev/null and b/clone_customer/CloneCustomer/bin/Debug/netcoreapp3.1/CloneCustomer.pdb differ diff --git a/clone_customer/CloneCustomer/bin/Debug/netcoreapp3.1/CloneCustomer.runtimeconfig.dev.json b/clone_customer/CloneCustomer/bin/Debug/netcoreapp3.1/CloneCustomer.runtimeconfig.dev.json new file mode 100644 index 0000000..214bf78 --- /dev/null +++ b/clone_customer/CloneCustomer/bin/Debug/netcoreapp3.1/CloneCustomer.runtimeconfig.dev.json @@ -0,0 +1,8 @@ +{ + "runtimeOptions": { + "additionalProbingPaths": [ + "C:\\Users\\User\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\User\\.nuget\\packages" + ] + } +} \ No newline at end of file diff --git a/clone_customer/CloneCustomer/bin/Debug/netcoreapp3.1/CloneCustomer.runtimeconfig.json b/clone_customer/CloneCustomer/bin/Debug/netcoreapp3.1/CloneCustomer.runtimeconfig.json new file mode 100644 index 0000000..9b3a644 --- /dev/null +++ b/clone_customer/CloneCustomer/bin/Debug/netcoreapp3.1/CloneCustomer.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp3.1", + "framework": { + "name": "Microsoft.WindowsDesktop.App", + "version": "3.1.0" + } + } +} \ No newline at end of file -- cgit 1.4.1