diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 2025-01-08 04:44:47 +0000 |
commit | 1f317d3eb564e463a78cd0e47f4bcf95838c60ec (patch) | |
tree | 2c36aebaaf84c22cc3ddaa81809f01f95e326e08 /future_value2/FutureValue/bin | |
parent | invoice total 2 (diff) | |
download | cs-1f317d3eb564e463a78cd0e47f4bcf95838c60ec.tar cs-1f317d3eb564e463a78cd0e47f4bcf95838c60ec.tar.gz cs-1f317d3eb564e463a78cd0e47f4bcf95838c60ec.tar.bz2 cs-1f317d3eb564e463a78cd0e47f4bcf95838c60ec.tar.xz cs-1f317d3eb564e463a78cd0e47f4bcf95838c60ec.zip |
future value 2
Diffstat (limited to 'future_value2/FutureValue/bin')
-rw-r--r-- | future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.deps.json | 23 | ||||
-rw-r--r-- | future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.dll | bin | 0 -> 10240 bytes | |||
-rw-r--r-- | future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.exe | bin | 0 -> 158208 bytes | |||
-rw-r--r-- | future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.pdb | bin | 0 -> 12916 bytes | |||
-rw-r--r-- | future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.runtimeconfig.dev.json | 8 | ||||
-rw-r--r-- | future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.runtimeconfig.json | 9 |
6 files changed, 40 insertions, 0 deletions
diff --git a/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.deps.json b/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.deps.json new file mode 100644 index 0000000..3177387 --- /dev/null +++ b/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v3.1", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v3.1": { + "FutureValue/1.0.0": { + "runtime": { + "FutureValue.dll": {} + } + } + } + }, + "libraries": { + "FutureValue/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.dll b/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.dll new file mode 100644 index 0000000..9a59d22 --- /dev/null +++ b/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.dll Binary files differdiff --git a/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.exe b/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.exe new file mode 100644 index 0000000..1382b35 --- /dev/null +++ b/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.exe Binary files differdiff --git a/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.pdb b/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.pdb new file mode 100644 index 0000000..b1f00eb --- /dev/null +++ b/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.pdb Binary files differdiff --git a/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.runtimeconfig.dev.json b/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.runtimeconfig.dev.json new file mode 100644 index 0000000..214bf78 --- /dev/null +++ b/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.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/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.runtimeconfig.json b/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.runtimeconfig.json new file mode 100644 index 0000000..9b3a644 --- /dev/null +++ b/future_value2/FutureValue/bin/Debug/netcoreapp3.1/FutureValue.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 |