summary refs log tree commit diff
path: root/text2html/txt_to_html/obj/Debug
diff options
context:
space:
mode:
author1970-01-01 00:00:00 +0000
committer2025-01-08 04:29:37 +0000
commite85f0984bac7611f216bbc406713e8fd86312e33 (patch)
tree390389c21e5431ea9f3680b6f875148b8e28713b /text2html/txt_to_html/obj/Debug
parenttemperatures (diff)
downloadcs-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/obj/Debug')
-rw-r--r--text2html/txt_to_html/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs4
-rw-r--r--text2html/txt_to_html/obj/Debug/netcoreapp3.1/apphost.exebin0 -> 158208 bytes
-rw-r--r--text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.AssemblyInfo.cs23
-rw-r--r--text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.AssemblyInfoInputs.cache1
-rw-r--r--text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.GeneratedMSBuildEditorConfig.editorconfig11
-rw-r--r--text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.assets.cachebin0 -> 151 bytes
-rw-r--r--text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.csproj.BuildWithSkipAnalyzers0
-rw-r--r--text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.csproj.CoreCompileInputs.cache1
-rw-r--r--text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.csproj.FileListAbsolute.txt32
-rw-r--r--text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.csproj.GenerateResource.cachebin0 -> 60 bytes
-rw-r--r--text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.designer.deps.json11
-rw-r--r--text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.designer.runtimeconfig.json16
-rw-r--r--text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.dllbin0 -> 8704 bytes
-rw-r--r--text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.frm_main.resourcesbin0 -> 180 bytes
-rw-r--r--text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.genruntimeconfig.cache1
-rw-r--r--text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.pdbbin0 -> 12500 bytes
-rw-r--r--text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.sourcelink.json1
17 files changed, 101 insertions, 0 deletions
diff --git a/text2html/txt_to_html/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
new file mode 100644
index 0000000..3364fdf
--- /dev/null
+++ b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+// <autogenerated />

+using System;

+using System.Reflection;

+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = ".NET Core 3.1")]

diff --git a/text2html/txt_to_html/obj/Debug/netcoreapp3.1/apphost.exe b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/apphost.exe
new file mode 100644
index 0000000..e9f6c7f
--- /dev/null
+++ b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/apphost.exe
Binary files differdiff --git a/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.AssemblyInfo.cs b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.AssemblyInfo.cs
new file mode 100644
index 0000000..e1ca2f5
--- /dev/null
+++ b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.AssemblyInfo.cs
@@ -0,0 +1,23 @@
+//------------------------------------------------------------------------------

+// <auto-generated>

+//     This code was generated by a tool.

+//     Runtime Version:4.0.30319.42000

+//

+//     Changes to this file may cause incorrect behavior and will be lost if

+//     the code is regenerated.

+// </auto-generated>

+//------------------------------------------------------------------------------

+

+using System;

+using System.Reflection;

+

+[assembly: System.Reflection.AssemblyCompanyAttribute("txt_to_html")]

+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]

+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]

+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]

+[assembly: System.Reflection.AssemblyProductAttribute("txt_to_html")]

+[assembly: System.Reflection.AssemblyTitleAttribute("txt_to_html")]

+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

+

+// Generated by the MSBuild WriteCodeFragment class.

+

diff --git a/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.AssemblyInfoInputs.cache b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..ab4789a
--- /dev/null
+++ b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+6e462403ce8d7c398923365b0134f4d1be415797884ab270e3daf8942033d3ba

diff --git a/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.GeneratedMSBuildEditorConfig.editorconfig b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..785b3f8
--- /dev/null
+++ b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,11 @@
+is_global = true

+build_property.ApplicationManifest = 

+build_property.StartupObject = 

+build_property.ApplicationDefaultFont = 

+build_property.ApplicationHighDpiMode = 

+build_property.ApplicationUseCompatibleTextRendering = 

+build_property.ApplicationVisualStyles = 

+build_property.RootNamespace = txt_to_html

+build_property.ProjectDir = C:\Users\User\Documents\cs\hw\131u1\txt_to_html\

+build_property.EnableComHosting = 

+build_property.EnableGeneratedComInterfaceComImportInterop = 

diff --git a/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.assets.cache b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.assets.cache
new file mode 100644
index 0000000..ea2c90c
--- /dev/null
+++ b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.assets.cache
Binary files differdiff --git a/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.csproj.BuildWithSkipAnalyzers b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.csproj.BuildWithSkipAnalyzers
diff --git a/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.csproj.CoreCompileInputs.cache b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..e0bc88e
--- /dev/null
+++ b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+d73fb2e86b68934ed0578d7addfd8d04602eddb1abf266a46e5588bfa6626192

diff --git a/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.csproj.FileListAbsolute.txt b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..3bf497f
--- /dev/null
+++ b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.csproj.FileListAbsolute.txt
@@ -0,0 +1,32 @@
+C:\Users\User\Documents\cs\hw\txt_to_html\txt_to_html\bin\Debug\netcoreapp3.1\txt_to_html.exe

+C:\Users\User\Documents\cs\hw\txt_to_html\txt_to_html\bin\Debug\netcoreapp3.1\txt_to_html.deps.json

+C:\Users\User\Documents\cs\hw\txt_to_html\txt_to_html\bin\Debug\netcoreapp3.1\txt_to_html.runtimeconfig.json

+C:\Users\User\Documents\cs\hw\txt_to_html\txt_to_html\bin\Debug\netcoreapp3.1\txt_to_html.runtimeconfig.dev.json

+C:\Users\User\Documents\cs\hw\txt_to_html\txt_to_html\bin\Debug\netcoreapp3.1\txt_to_html.dll

+C:\Users\User\Documents\cs\hw\txt_to_html\txt_to_html\bin\Debug\netcoreapp3.1\txt_to_html.pdb

+C:\Users\User\Documents\cs\hw\txt_to_html\txt_to_html\obj\Debug\netcoreapp3.1\txt_to_html.frm_main.resources

+C:\Users\User\Documents\cs\hw\txt_to_html\txt_to_html\obj\Debug\netcoreapp3.1\txt_to_html.csproj.GenerateResource.cache

+C:\Users\User\Documents\cs\hw\txt_to_html\txt_to_html\obj\Debug\netcoreapp3.1\txt_to_html.GeneratedMSBuildEditorConfig.editorconfig

+C:\Users\User\Documents\cs\hw\txt_to_html\txt_to_html\obj\Debug\netcoreapp3.1\txt_to_html.AssemblyInfoInputs.cache

+C:\Users\User\Documents\cs\hw\txt_to_html\txt_to_html\obj\Debug\netcoreapp3.1\txt_to_html.AssemblyInfo.cs

+C:\Users\User\Documents\cs\hw\txt_to_html\txt_to_html\obj\Debug\netcoreapp3.1\txt_to_html.csproj.CoreCompileInputs.cache

+C:\Users\User\Documents\cs\hw\txt_to_html\txt_to_html\obj\Debug\netcoreapp3.1\txt_to_html.sourcelink.json

+C:\Users\User\Documents\cs\hw\txt_to_html\txt_to_html\obj\Debug\netcoreapp3.1\txt_to_html.dll

+C:\Users\User\Documents\cs\hw\txt_to_html\txt_to_html\obj\Debug\netcoreapp3.1\txt_to_html.pdb

+C:\Users\User\Documents\cs\hw\txt_to_html\txt_to_html\obj\Debug\netcoreapp3.1\txt_to_html.genruntimeconfig.cache

+C:\Users\User\Documents\cs\hw\131u1\txt_to_html\bin\Debug\netcoreapp3.1\txt_to_html.exe

+C:\Users\User\Documents\cs\hw\131u1\txt_to_html\bin\Debug\netcoreapp3.1\txt_to_html.deps.json

+C:\Users\User\Documents\cs\hw\131u1\txt_to_html\bin\Debug\netcoreapp3.1\txt_to_html.runtimeconfig.json

+C:\Users\User\Documents\cs\hw\131u1\txt_to_html\bin\Debug\netcoreapp3.1\txt_to_html.runtimeconfig.dev.json

+C:\Users\User\Documents\cs\hw\131u1\txt_to_html\bin\Debug\netcoreapp3.1\txt_to_html.dll

+C:\Users\User\Documents\cs\hw\131u1\txt_to_html\bin\Debug\netcoreapp3.1\txt_to_html.pdb

+C:\Users\User\Documents\cs\hw\131u1\txt_to_html\obj\Debug\netcoreapp3.1\txt_to_html.frm_main.resources

+C:\Users\User\Documents\cs\hw\131u1\txt_to_html\obj\Debug\netcoreapp3.1\txt_to_html.csproj.GenerateResource.cache

+C:\Users\User\Documents\cs\hw\131u1\txt_to_html\obj\Debug\netcoreapp3.1\txt_to_html.GeneratedMSBuildEditorConfig.editorconfig

+C:\Users\User\Documents\cs\hw\131u1\txt_to_html\obj\Debug\netcoreapp3.1\txt_to_html.AssemblyInfoInputs.cache

+C:\Users\User\Documents\cs\hw\131u1\txt_to_html\obj\Debug\netcoreapp3.1\txt_to_html.AssemblyInfo.cs

+C:\Users\User\Documents\cs\hw\131u1\txt_to_html\obj\Debug\netcoreapp3.1\txt_to_html.csproj.CoreCompileInputs.cache

+C:\Users\User\Documents\cs\hw\131u1\txt_to_html\obj\Debug\netcoreapp3.1\txt_to_html.sourcelink.json

+C:\Users\User\Documents\cs\hw\131u1\txt_to_html\obj\Debug\netcoreapp3.1\txt_to_html.dll

+C:\Users\User\Documents\cs\hw\131u1\txt_to_html\obj\Debug\netcoreapp3.1\txt_to_html.pdb

+C:\Users\User\Documents\cs\hw\131u1\txt_to_html\obj\Debug\netcoreapp3.1\txt_to_html.genruntimeconfig.cache

diff --git a/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.csproj.GenerateResource.cache b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.csproj.GenerateResource.cache
new file mode 100644
index 0000000..79be48f
--- /dev/null
+++ b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.csproj.GenerateResource.cache
Binary files differdiff --git a/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.designer.deps.json b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.designer.deps.json
new file mode 100644
index 0000000..9bb9f82
--- /dev/null
+++ b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.designer.deps.json
@@ -0,0 +1,11 @@
+{

+  "runtimeTarget": {

+    "name": ".NETCoreApp,Version=v3.1",

+    "signature": ""

+  },

+  "compilationOptions": {},

+  "targets": {

+    ".NETCoreApp,Version=v3.1": {}

+  },

+  "libraries": {}

+}
\ No newline at end of file
diff --git a/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.designer.runtimeconfig.json b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.designer.runtimeconfig.json
new file mode 100644
index 0000000..fdc9c5f
--- /dev/null
+++ b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.designer.runtimeconfig.json
@@ -0,0 +1,16 @@
+{

+  "runtimeOptions": {

+    "tfm": "netcoreapp3.1",

+    "framework": {

+      "name": "Microsoft.WindowsDesktop.App",

+      "version": "3.1.0"

+    },

+    "additionalProbingPaths": [

+      "C:\\Users\\User\\.dotnet\\store\\|arch|\\|tfm|",

+      "C:\\Users\\User\\.nuget\\packages"

+    ],

+    "configProperties": {

+      "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true

+    }

+  }

+}
\ No newline at end of file
diff --git a/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.dll b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.dll
new file mode 100644
index 0000000..52ed3bb
--- /dev/null
+++ b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.dll
Binary files differdiff --git a/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.frm_main.resources b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.frm_main.resources
new file mode 100644
index 0000000..6c05a97
--- /dev/null
+++ b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.frm_main.resources
Binary files differdiff --git a/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.genruntimeconfig.cache b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.genruntimeconfig.cache
new file mode 100644
index 0000000..64337c6
--- /dev/null
+++ b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.genruntimeconfig.cache
@@ -0,0 +1 @@
+7ad5c1dd489e32fd21c2e2b47ff44fb5c5109bfce0a47184ba3a7893ffafb05e

diff --git a/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.pdb b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.pdb
new file mode 100644
index 0000000..70ae9b7
--- /dev/null
+++ b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.pdb
Binary files differdiff --git a/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.sourcelink.json b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.sourcelink.json
new file mode 100644
index 0000000..b4553c5
--- /dev/null
+++ b/text2html/txt_to_html/obj/Debug/netcoreapp3.1/txt_to_html.sourcelink.json
@@ -0,0 +1 @@
+{"documents":{"C:\\Users\\User\\Documents\\cs\\hw\\*":"https://raw.githubusercontent.com/porterswanstrom/hw/245e571597f7f2f1d0405ce6c71205dcc5cea0b7/*"}}
\ No newline at end of file