diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 2025-01-08 04:49:34 +0000 |
commit | c48651e2a37e8af5f1eafff10119eedefa4f96e7 (patch) | |
tree | 6837b96f034a40c00a01b8f5857e7685182cc71b /customer_maintenance/CustomerMaintenance/bin | |
parent | string handling (diff) | |
download | cs-c48651e2a37e8af5f1eafff10119eedefa4f96e7.tar cs-c48651e2a37e8af5f1eafff10119eedefa4f96e7.tar.gz cs-c48651e2a37e8af5f1eafff10119eedefa4f96e7.tar.bz2 cs-c48651e2a37e8af5f1eafff10119eedefa4f96e7.tar.xz cs-c48651e2a37e8af5f1eafff10119eedefa4f96e7.zip |
customer maintenance
Diffstat (limited to 'customer_maintenance/CustomerMaintenance/bin')
6 files changed, 40 insertions, 0 deletions
diff --git a/customer_maintenance/CustomerMaintenance/bin/Debug/netcoreapp3.1/CustomerMaintenance.deps.json b/customer_maintenance/CustomerMaintenance/bin/Debug/netcoreapp3.1/CustomerMaintenance.deps.json new file mode 100644 index 0000000..d3fd793 --- /dev/null +++ b/customer_maintenance/CustomerMaintenance/bin/Debug/netcoreapp3.1/CustomerMaintenance.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v3.1", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v3.1": { + "CustomerMaintenance/1.0.0": { + "runtime": { + "CustomerMaintenance.dll": {} + } + } + } + }, + "libraries": { + "CustomerMaintenance/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/customer_maintenance/CustomerMaintenance/bin/Debug/netcoreapp3.1/CustomerMaintenance.dll b/customer_maintenance/CustomerMaintenance/bin/Debug/netcoreapp3.1/CustomerMaintenance.dll new file mode 100644 index 0000000..44e7090 --- /dev/null +++ b/customer_maintenance/CustomerMaintenance/bin/Debug/netcoreapp3.1/CustomerMaintenance.dll Binary files differdiff --git a/customer_maintenance/CustomerMaintenance/bin/Debug/netcoreapp3.1/CustomerMaintenance.exe b/customer_maintenance/CustomerMaintenance/bin/Debug/netcoreapp3.1/CustomerMaintenance.exe new file mode 100644 index 0000000..6ac5517 --- /dev/null +++ b/customer_maintenance/CustomerMaintenance/bin/Debug/netcoreapp3.1/CustomerMaintenance.exe Binary files differdiff --git a/customer_maintenance/CustomerMaintenance/bin/Debug/netcoreapp3.1/CustomerMaintenance.pdb b/customer_maintenance/CustomerMaintenance/bin/Debug/netcoreapp3.1/CustomerMaintenance.pdb new file mode 100644 index 0000000..709773b --- /dev/null +++ b/customer_maintenance/CustomerMaintenance/bin/Debug/netcoreapp3.1/CustomerMaintenance.pdb Binary files differdiff --git a/customer_maintenance/CustomerMaintenance/bin/Debug/netcoreapp3.1/CustomerMaintenance.runtimeconfig.dev.json b/customer_maintenance/CustomerMaintenance/bin/Debug/netcoreapp3.1/CustomerMaintenance.runtimeconfig.dev.json new file mode 100644 index 0000000..214bf78 --- /dev/null +++ b/customer_maintenance/CustomerMaintenance/bin/Debug/netcoreapp3.1/CustomerMaintenance.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/customer_maintenance/CustomerMaintenance/bin/Debug/netcoreapp3.1/CustomerMaintenance.runtimeconfig.json b/customer_maintenance/CustomerMaintenance/bin/Debug/netcoreapp3.1/CustomerMaintenance.runtimeconfig.json new file mode 100644 index 0000000..9b3a644 --- /dev/null +++ b/customer_maintenance/CustomerMaintenance/bin/Debug/netcoreapp3.1/CustomerMaintenance.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 |