diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 2025-01-08 04:29:37 +0000 |
commit | e85f0984bac7611f216bbc406713e8fd86312e33 (patch) | |
tree | 390389c21e5431ea9f3680b6f875148b8e28713b /text2html/txt_to_html/bin | |
parent | temperatures (diff) | |
download | cs-e85f0984bac7611f216bbc406713e8fd86312e33.tar cs-e85f0984bac7611f216bbc406713e8fd86312e33.tar.gz cs-e85f0984bac7611f216bbc406713e8fd86312e33.tar.bz2 cs-e85f0984bac7611f216bbc406713e8fd86312e33.tar.xz cs-e85f0984bac7611f216bbc406713e8fd86312e33.zip |
text -> HTML
Diffstat (limited to 'text2html/txt_to_html/bin')
-rw-r--r-- | text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.deps.json | 23 | ||||
-rw-r--r-- | text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.dll | bin | 0 -> 8704 bytes | |||
-rw-r--r-- | text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.exe | bin | 0 -> 158208 bytes | |||
-rw-r--r-- | text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.pdb | bin | 0 -> 12500 bytes | |||
-rw-r--r-- | text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.runtimeconfig.dev.json | 8 | ||||
-rw-r--r-- | text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.runtimeconfig.json | 9 |
6 files changed, 40 insertions, 0 deletions
diff --git a/text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.deps.json b/text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.deps.json new file mode 100644 index 0000000..e97ba32 --- /dev/null +++ b/text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v3.1", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v3.1": { + "txt_to_html/1.0.0": { + "runtime": { + "txt_to_html.dll": {} + } + } + } + }, + "libraries": { + "txt_to_html/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.dll b/text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.dll new file mode 100644 index 0000000..52ed3bb --- /dev/null +++ b/text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.dll Binary files differdiff --git a/text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.exe b/text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.exe new file mode 100644 index 0000000..e9f6c7f --- /dev/null +++ b/text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.exe Binary files differdiff --git a/text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.pdb b/text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.pdb new file mode 100644 index 0000000..70ae9b7 --- /dev/null +++ b/text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.pdb Binary files differdiff --git a/text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.runtimeconfig.dev.json b/text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.runtimeconfig.dev.json new file mode 100644 index 0000000..214bf78 --- /dev/null +++ b/text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.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/text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.runtimeconfig.json b/text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.runtimeconfig.json new file mode 100644 index 0000000..9b3a644 --- /dev/null +++ b/text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.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 |