From 24550cb75e16c3cb34cc1cb5113d395f13cf1e6b Mon Sep 17 00:00:00 2001 From: Christian Wade Date: Mon, 27 Jun 2022 13:14:21 -0700 Subject: [PATCH] Update README.md --- BismNormalizer/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BismNormalizer/README.md b/BismNormalizer/README.md index 2e7bf02..808d816 100644 --- a/BismNormalizer/README.md +++ b/BismNormalizer/README.md @@ -22,6 +22,8 @@ Output goes to bin\ReleaseObfusc VS Workloads installed must include .NET desktop development and VS extension development. +Requires VS Installer Projects [extension](https://marketplace.visualstudio.com/items?itemName=VisualStudioClient.MicrosoftVisualStudio2017InstallerProjects). + May need to temporarily comment out following at bottom of BismNormalizer.csproj to load project into VS for 1st time. After 1st successful load, add it back. `Import Project="..\packages\MSBuild.Extension.Pack.1.8.0\build\net40\MSBuild.Extension.Pack.targets"`