diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 2025-01-08 04:29:09 +0000 |
commit | 8cdb4aab513016bc7ced77b2ac254184d8be5ef3 (patch) | |
tree | 78c9d5c029943db862317da2a279e5eac810fd3e /temps/temperatures/bin | |
parent | double -> int (diff) | |
download | cs-8cdb4aab513016bc7ced77b2ac254184d8be5ef3.tar cs-8cdb4aab513016bc7ced77b2ac254184d8be5ef3.tar.gz cs-8cdb4aab513016bc7ced77b2ac254184d8be5ef3.tar.bz2 cs-8cdb4aab513016bc7ced77b2ac254184d8be5ef3.tar.xz cs-8cdb4aab513016bc7ced77b2ac254184d8be5ef3.zip |
temperatures
Diffstat (limited to 'temps/temperatures/bin')
-rw-r--r-- | temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.deps.json | 23 | ||||
-rw-r--r-- | temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.dll | bin | 0 -> 11776 bytes | |||
-rw-r--r-- | temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.exe | bin | 0 -> 158208 bytes | |||
-rw-r--r-- | temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.pdb | bin | 0 -> 13188 bytes | |||
-rw-r--r-- | temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.runtimeconfig.dev.json | 8 | ||||
-rw-r--r-- | temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.runtimeconfig.json | 9 |
6 files changed, 40 insertions, 0 deletions
diff --git a/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.deps.json b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.deps.json new file mode 100644 index 0000000..0ba9c40 --- /dev/null +++ b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v3.1", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v3.1": { + "temperatures/1.0.0": { + "runtime": { + "temperatures.dll": {} + } + } + } + }, + "libraries": { + "temperatures/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.dll b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.dll new file mode 100644 index 0000000..00698e1 --- /dev/null +++ b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.dll Binary files differdiff --git a/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.exe b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.exe new file mode 100644 index 0000000..d3eb732 --- /dev/null +++ b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.exe Binary files differdiff --git a/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.pdb b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.pdb new file mode 100644 index 0000000..2dcf90e --- /dev/null +++ b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.pdb Binary files differdiff --git a/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.runtimeconfig.dev.json b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.runtimeconfig.dev.json new file mode 100644 index 0000000..214bf78 --- /dev/null +++ b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.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/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.runtimeconfig.json b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.runtimeconfig.json new file mode 100644 index 0000000..9b3a644 --- /dev/null +++ b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.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 |