From e85f0984bac7611f216bbc406713e8fd86312e33 Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: text -> HTML --- .../bin/Debug/netcoreapp3.1/txt_to_html.deps.json | 23 +++++++++++++++++++++ .../bin/Debug/netcoreapp3.1/txt_to_html.dll | Bin 0 -> 8704 bytes .../bin/Debug/netcoreapp3.1/txt_to_html.exe | Bin 0 -> 158208 bytes .../bin/Debug/netcoreapp3.1/txt_to_html.pdb | Bin 0 -> 12500 bytes .../txt_to_html.runtimeconfig.dev.json | 8 +++++++ .../netcoreapp3.1/txt_to_html.runtimeconfig.json | 9 ++++++++ 6 files changed, 40 insertions(+) create mode 100644 text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.deps.json create mode 100644 text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.dll create mode 100644 text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.exe create mode 100644 text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.pdb create mode 100644 text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.runtimeconfig.dev.json create mode 100644 text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.runtimeconfig.json (limited to 'text2html/txt_to_html/bin') 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 Binary files /dev/null and b/text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.dll differ diff --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 Binary files /dev/null and b/text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.exe differ diff --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 Binary files /dev/null and b/text2html/txt_to_html/bin/Debug/netcoreapp3.1/txt_to_html.pdb differ diff --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 -- cgit 1.4.1