diff --git a/DocGenerator/Program.cs b/DocGenerator/Program.cs index 99ff794..af5474b 100644 --- a/DocGenerator/Program.cs +++ b/DocGenerator/Program.cs @@ -2,6 +2,8 @@ using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using System.Diagnostics; +using System.Reflection.Metadata; +using System.Security.Cryptography.X509Certificates; using System.Xml; namespace DocGenerator @@ -154,11 +156,13 @@ namespace DocGenerator static void Main(string[] args) { + /* if (args.Length == 0) { Console.WriteLine($"Usage: {Process.GetCurrentProcess().ProcessName} "); return; } + */ ParseFile(@"D:\project\Drawer\Drawer\UCDraw\UCDraw\UC\MainView.cs"); } diff --git a/DocGenerator/bin/Debug/net6.0/Microsoft.CodeAnalysis.CSharp.dll b/DocGenerator/bin/Debug/net6.0/Microsoft.CodeAnalysis.CSharp.dll deleted file mode 100644 index cf670fa..0000000 Binary files a/DocGenerator/bin/Debug/net6.0/Microsoft.CodeAnalysis.CSharp.dll and /dev/null differ diff --git a/DocGenerator/bin/Debug/net6.0/Microsoft.CodeAnalysis.dll b/DocGenerator/bin/Debug/net6.0/Microsoft.CodeAnalysis.dll deleted file mode 100644 index 69d95b9..0000000 Binary files a/DocGenerator/bin/Debug/net6.0/Microsoft.CodeAnalysis.dll and /dev/null differ diff --git a/DocGenerator/bin/Debug/net6.0/System.Collections.Immutable.dll b/DocGenerator/bin/Debug/net6.0/System.Collections.Immutable.dll deleted file mode 100644 index 86773fe..0000000 Binary files a/DocGenerator/bin/Debug/net6.0/System.Collections.Immutable.dll and /dev/null differ diff --git a/DocGenerator/bin/Debug/net6.0/System.Reflection.Metadata.dll b/DocGenerator/bin/Debug/net6.0/System.Reflection.Metadata.dll deleted file mode 100644 index 872434a..0000000 Binary files a/DocGenerator/bin/Debug/net6.0/System.Reflection.Metadata.dll and /dev/null differ