commit c59dc6de2ef9ce10d28d32bfe69b8d4c2733a53b Author: Daniel Romischer Date: Fri Jan 31 18:42:57 2020 -0500 Initial Commit diff --git a/MLMStripper/.vs/MLMStripper/v14/.suo b/MLMStripper/.vs/MLMStripper/v14/.suo new file mode 100644 index 0000000..b8ab5bd Binary files /dev/null and b/MLMStripper/.vs/MLMStripper/v14/.suo differ diff --git a/MLMStripper/App.config b/MLMStripper/App.config new file mode 100644 index 0000000..88fa402 --- /dev/null +++ b/MLMStripper/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/MLMStripper/MLMStripper.csproj b/MLMStripper/MLMStripper.csproj new file mode 100644 index 0000000..b428e64 --- /dev/null +++ b/MLMStripper/MLMStripper.csproj @@ -0,0 +1,60 @@ + + + + + Debug + AnyCPU + {C2025CFC-C65E-412A-95DC-C1D7C6F11857} + Exe + Properties + MLMStripper + MLMStripper + v4.5.2 + 512 + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/MLMStripper/MLMStripper.sln b/MLMStripper/MLMStripper.sln new file mode 100644 index 0000000..0f592dc --- /dev/null +++ b/MLMStripper/MLMStripper.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MLMStripper", "MLMStripper.csproj", "{C2025CFC-C65E-412A-95DC-C1D7C6F11857}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C2025CFC-C65E-412A-95DC-C1D7C6F11857}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C2025CFC-C65E-412A-95DC-C1D7C6F11857}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C2025CFC-C65E-412A-95DC-C1D7C6F11857}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C2025CFC-C65E-412A-95DC-C1D7C6F11857}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/MLMStripper/Program.cs b/MLMStripper/Program.cs new file mode 100644 index 0000000..fbbc5e1 --- /dev/null +++ b/MLMStripper/Program.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace MLMStripper +{ + class Program + { + static void Main(string[] args) + { + } + } +} diff --git a/MLMStripper/Properties/AssemblyInfo.cs b/MLMStripper/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..9c744cd --- /dev/null +++ b/MLMStripper/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("MLMStripper")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("MLMStripper")] +[assembly: AssemblyCopyright("Copyright © 2020")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("c2025cfc-c65e-412a-95dc-c1d7c6f11857")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/MLMStripper/bin/Debug/MLMStripper.exe b/MLMStripper/bin/Debug/MLMStripper.exe new file mode 100644 index 0000000..fe46b43 Binary files /dev/null and b/MLMStripper/bin/Debug/MLMStripper.exe differ diff --git a/MLMStripper/bin/Debug/MLMStripper.exe.config b/MLMStripper/bin/Debug/MLMStripper.exe.config new file mode 100644 index 0000000..88fa402 --- /dev/null +++ b/MLMStripper/bin/Debug/MLMStripper.exe.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/MLMStripper/bin/Debug/MLMStripper.pdb b/MLMStripper/bin/Debug/MLMStripper.pdb new file mode 100644 index 0000000..fc65cbb Binary files /dev/null and b/MLMStripper/bin/Debug/MLMStripper.pdb differ diff --git a/MLMStripper/bin/Debug/MLMStripper.vshost.exe b/MLMStripper/bin/Debug/MLMStripper.vshost.exe new file mode 100644 index 0000000..681ab77 Binary files /dev/null and b/MLMStripper/bin/Debug/MLMStripper.vshost.exe differ diff --git a/MLMStripper/bin/Debug/MLMStripper.vshost.exe.config b/MLMStripper/bin/Debug/MLMStripper.vshost.exe.config new file mode 100644 index 0000000..88fa402 --- /dev/null +++ b/MLMStripper/bin/Debug/MLMStripper.vshost.exe.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/MLMStripper/bin/Debug/MLMStripper.vshost.exe.manifest b/MLMStripper/bin/Debug/MLMStripper.vshost.exe.manifest new file mode 100644 index 0000000..061c9ca --- /dev/null +++ b/MLMStripper/bin/Debug/MLMStripper.vshost.exe.manifest @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/MLMStripper/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/MLMStripper/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..3603c48 Binary files /dev/null and b/MLMStripper/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/MLMStripper/obj/Debug/MLMStripper.csproj.FileListAbsolute.txt b/MLMStripper/obj/Debug/MLMStripper.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..b56e577 --- /dev/null +++ b/MLMStripper/obj/Debug/MLMStripper.csproj.FileListAbsolute.txt @@ -0,0 +1,6 @@ +c:\gitprojects\St.Clair\MLMStripper\bin\Debug\MLMStripper.exe.config +c:\gitprojects\St.Clair\MLMStripper\bin\Debug\MLMStripper.exe +c:\gitprojects\St.Clair\MLMStripper\bin\Debug\MLMStripper.pdb +c:\gitprojects\St.Clair\MLMStripper\obj\Debug\MLMStripper.csprojResolveAssemblyReference.cache +c:\gitprojects\St.Clair\MLMStripper\obj\Debug\MLMStripper.exe +c:\gitprojects\St.Clair\MLMStripper\obj\Debug\MLMStripper.pdb diff --git a/MLMStripper/obj/Debug/MLMStripper.csprojResolveAssemblyReference.cache b/MLMStripper/obj/Debug/MLMStripper.csprojResolveAssemblyReference.cache new file mode 100644 index 0000000..f77757f Binary files /dev/null and b/MLMStripper/obj/Debug/MLMStripper.csprojResolveAssemblyReference.cache differ diff --git a/MLMStripper/obj/Debug/MLMStripper.exe b/MLMStripper/obj/Debug/MLMStripper.exe new file mode 100644 index 0000000..fe46b43 Binary files /dev/null and b/MLMStripper/obj/Debug/MLMStripper.exe differ diff --git a/MLMStripper/obj/Debug/MLMStripper.pdb b/MLMStripper/obj/Debug/MLMStripper.pdb new file mode 100644 index 0000000..fc65cbb Binary files /dev/null and b/MLMStripper/obj/Debug/MLMStripper.pdb differ diff --git a/MLMStripper/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs b/MLMStripper/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs new file mode 100644 index 0000000..e69de29 diff --git a/MLMStripper/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs b/MLMStripper/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs new file mode 100644 index 0000000..e69de29 diff --git a/MLMStripper/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs b/MLMStripper/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs new file mode 100644 index 0000000..e69de29