From d1644e6c4f6e296a00b4c00ae6f06f3b7f5a3512 Mon Sep 17 00:00:00 2001 From: Jiwon Lee Date: Fri, 10 Feb 2023 13:27:34 -0800 Subject: [PATCH] add readme --- VSConfigFinder/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 VSConfigFinder/README.md diff --git a/VSConfigFinder/README.md b/VSConfigFinder/README.md new file mode 100644 index 0000000..3c4f5d3 --- /dev/null +++ b/VSConfigFinder/README.md @@ -0,0 +1,11 @@ +In Visual Studio, workloads contain the components you need for the programing language or platform you are using. +VSConfigFinder can produce a consolidated .vsconfig file which contains workload/component information or output a command with workload/component arguments. + +##commandline +Usage:VSConfigFinder.exe -folderPath +Output: command-line parameters with component/workload ids to be passed in +Output Example: "--add Microsoft.VisualStudio.Component.Roslyn.Compiler Microsoft.Net.Component.4.8.SDK" + +##.vsconfig file +Usage: VSConfigFinder.exe --folderPath --createFile +Output: a consolidated .vsconfig file that contains workloads/component ids outputted to current directory or specified location \ No newline at end of file