publicconststringAppHelpText="Project to project references to add";
publicconststringCmdProject="PROJECT";
publicconststringCmdProjectDescription="The project file to modify. If a project file is not specified, it searches the current working directory for an MSBuild file that has a file extension that ends in `proj` and uses that file.";
publicconststringCmdFramework="FRAMEWORK";
publicconststringCmdFrameworkDescription="Add reference only when targetting a specific framework";
publicconststringCmdForceDescription="Add reference even if it does not exist, do not convert paths to relative";