diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 2025-01-08 04:47:16 +0000 |
commit | a8873848498c3bf071b951957e0aaaa3d0c9aa77 (patch) | |
tree | 29143dbaa0371d97a25af92279c10794fe13c9da /payment/Payment/bin | |
parent | future value 3 (diff) | |
download | cs-a8873848498c3bf071b951957e0aaaa3d0c9aa77.tar cs-a8873848498c3bf071b951957e0aaaa3d0c9aa77.tar.gz cs-a8873848498c3bf071b951957e0aaaa3d0c9aa77.tar.bz2 cs-a8873848498c3bf071b951957e0aaaa3d0c9aa77.tar.xz cs-a8873848498c3bf071b951957e0aaaa3d0c9aa77.zip |
payment
Diffstat (limited to 'payment/Payment/bin')
-rw-r--r-- | payment/Payment/bin/Debug/netcoreapp3.1/Payment.deps.json | 23 | ||||
-rw-r--r-- | payment/Payment/bin/Debug/netcoreapp3.1/Payment.dll | bin | 0 -> 15360 bytes | |||
-rw-r--r-- | payment/Payment/bin/Debug/netcoreapp3.1/Payment.exe | bin | 0 -> 158208 bytes | |||
-rw-r--r-- | payment/Payment/bin/Debug/netcoreapp3.1/Payment.pdb | bin | 0 -> 14356 bytes | |||
-rw-r--r-- | payment/Payment/bin/Debug/netcoreapp3.1/Payment.runtimeconfig.dev.json | 8 | ||||
-rw-r--r-- | payment/Payment/bin/Debug/netcoreapp3.1/Payment.runtimeconfig.json | 9 |
6 files changed, 40 insertions, 0 deletions
diff --git a/payment/Payment/bin/Debug/netcoreapp3.1/Payment.deps.json b/payment/Payment/bin/Debug/netcoreapp3.1/Payment.deps.json new file mode 100644 index 0000000..00c4d4d --- /dev/null +++ b/payment/Payment/bin/Debug/netcoreapp3.1/Payment.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v3.1", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v3.1": { + "Payment/1.0.0": { + "runtime": { + "Payment.dll": {} + } + } + } + }, + "libraries": { + "Payment/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/payment/Payment/bin/Debug/netcoreapp3.1/Payment.dll b/payment/Payment/bin/Debug/netcoreapp3.1/Payment.dll new file mode 100644 index 0000000..1dd4df3 --- /dev/null +++ b/payment/Payment/bin/Debug/netcoreapp3.1/Payment.dll Binary files differdiff --git a/payment/Payment/bin/Debug/netcoreapp3.1/Payment.exe b/payment/Payment/bin/Debug/netcoreapp3.1/Payment.exe new file mode 100644 index 0000000..a4169e4 --- /dev/null +++ b/payment/Payment/bin/Debug/netcoreapp3.1/Payment.exe Binary files differdiff --git a/payment/Payment/bin/Debug/netcoreapp3.1/Payment.pdb b/payment/Payment/bin/Debug/netcoreapp3.1/Payment.pdb new file mode 100644 index 0000000..b7bd900 --- /dev/null +++ b/payment/Payment/bin/Debug/netcoreapp3.1/Payment.pdb Binary files differdiff --git a/payment/Payment/bin/Debug/netcoreapp3.1/Payment.runtimeconfig.dev.json b/payment/Payment/bin/Debug/netcoreapp3.1/Payment.runtimeconfig.dev.json new file mode 100644 index 0000000..214bf78 --- /dev/null +++ b/payment/Payment/bin/Debug/netcoreapp3.1/Payment.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/payment/Payment/bin/Debug/netcoreapp3.1/Payment.runtimeconfig.json b/payment/Payment/bin/Debug/netcoreapp3.1/Payment.runtimeconfig.json new file mode 100644 index 0000000..9b3a644 --- /dev/null +++ b/payment/Payment/bin/Debug/netcoreapp3.1/Payment.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 |