diff --git a/DocGenerator/Program.cs b/DocGenerator/Program.cs index af5474b..99ff794 100644 --- a/DocGenerator/Program.cs +++ b/DocGenerator/Program.cs @@ -2,8 +2,6 @@ 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 @@ -156,13 +154,11 @@ 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 new file mode 100644 index 0000000..cf670fa Binary files /dev/null and b/DocGenerator/bin/Debug/net6.0/Microsoft.CodeAnalysis.CSharp.dll differ diff --git a/DocGenerator/bin/Debug/net6.0/Microsoft.CodeAnalysis.dll b/DocGenerator/bin/Debug/net6.0/Microsoft.CodeAnalysis.dll new file mode 100644 index 0000000..69d95b9 Binary files /dev/null and b/DocGenerator/bin/Debug/net6.0/Microsoft.CodeAnalysis.dll differ diff --git a/DocGenerator/bin/Debug/net6.0/System.Collections.Immutable.dll b/DocGenerator/bin/Debug/net6.0/System.Collections.Immutable.dll new file mode 100644 index 0000000..86773fe Binary files /dev/null and b/DocGenerator/bin/Debug/net6.0/System.Collections.Immutable.dll differ diff --git a/DocGenerator/bin/Debug/net6.0/System.Reflection.Metadata.dll b/DocGenerator/bin/Debug/net6.0/System.Reflection.Metadata.dll new file mode 100644 index 0000000..872434a Binary files /dev/null and b/DocGenerator/bin/Debug/net6.0/System.Reflection.Metadata.dll differ