diff options
Diffstat (limited to 'invoice_total2/InvoiceTotal/bin/Debug')
-rw-r--r-- | invoice_total2/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.deps.json | 23 | ||||
-rw-r--r-- | invoice_total2/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.dll | bin | 0 -> 9728 bytes | |||
-rw-r--r-- | invoice_total2/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.exe | bin | 0 -> 158208 bytes | |||
-rw-r--r-- | invoice_total2/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.pdb | bin | 0 -> 12812 bytes | |||
-rw-r--r-- | invoice_total2/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.runtimeconfig.dev.json | 8 | ||||
-rw-r--r-- | invoice_total2/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.runtimeconfig.json | 9 |
6 files changed, 40 insertions, 0 deletions
diff --git a/invoice_total2/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.deps.json b/invoice_total2/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.deps.json new file mode 100644 index 0000000..4cb5c27 --- /dev/null +++ b/invoice_total2/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v3.1", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v3.1": { + "InvoiceTotal/1.0.0": { + "runtime": { + "InvoiceTotal.dll": {} + } + } + } + }, + "libraries": { + "InvoiceTotal/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/invoice_total2/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.dll b/invoice_total2/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.dll new file mode 100644 index 0000000..fda62e4 --- /dev/null +++ b/invoice_total2/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.dll Binary files differdiff --git a/invoice_total2/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.exe b/invoice_total2/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.exe new file mode 100644 index 0000000..fe09c33 --- /dev/null +++ b/invoice_total2/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.exe Binary files differdiff --git a/invoice_total2/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.pdb b/invoice_total2/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.pdb new file mode 100644 index 0000000..c270763 --- /dev/null +++ b/invoice_total2/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.pdb Binary files differdiff --git a/invoice_total2/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.runtimeconfig.dev.json b/invoice_total2/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.runtimeconfig.dev.json new file mode 100644 index 0000000..214bf78 --- /dev/null +++ b/invoice_total2/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.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/invoice_total2/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.runtimeconfig.json b/invoice_total2/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.runtimeconfig.json new file mode 100644 index 0000000..9b3a644 --- /dev/null +++ b/invoice_total2/InvoiceTotal/bin/Debug/netcoreapp3.1/InvoiceTotal.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 |