diff --git a/.vsconfig b/.vsconfig new file mode 100644 index 0000000000000000000000000000000000000000..4bf4bd5500962b57c201025abe8908123ffad414 --- /dev/null +++ b/.vsconfig @@ -0,0 +1,21 @@ +{ + "version": "1.0", + "components": [ + "Microsoft.VisualStudio.Component.CoreEditor", + "Microsoft.VisualStudio.Workload.CoreEditor", + "Microsoft.VisualStudio.Component.Roslyn.Compiler", + "Microsoft.Component.MSBuild", + "Microsoft.VisualStudio.Component.TextTemplating", + "Microsoft.VisualStudio.Component.VC.CoreIde", + "Microsoft.VisualStudio.Component.Windows10SDK", + "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", + "Microsoft.VisualStudio.Component.Graphics.Tools", + "Microsoft.VisualStudio.Component.VC.DiagnosticTools", + "Microsoft.VisualStudio.Component.Windows10SDK.19041", + "Microsoft.VisualStudio.Component.VC.Redist.14.Latest", + "Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core", + "Microsoft.VisualStudio.Component.VC.ASAN", + "Microsoft.Component.VC.Runtime.UCRTSDK", + "Microsoft.VisualStudio.Workload.NativeDesktop" + ] +} \ No newline at end of file diff --git a/bin/llvm-symbolizer.exe b/bin/llvm-symbolizer.exe deleted file mode 100644 index 2b900c0c2e137f1001ab32e25dbd3b79115cde6b..0000000000000000000000000000000000000000 Binary files a/bin/llvm-symbolizer.exe and /dev/null differ