FeaturesSets the Copy Local flag recursively in the active solution or project. Right clicking on the solution and selecting 'Turn Off Copy Local for this Solution' will recursively set CopyLocal to false for all references in all the projects in the solution. Right click on a single project and selecting 'Turn Off Copy Local for this Project' will set CopyLocal to false for all references in all the project. Also available when right clicking on the References node. Use the Tools > Options > VSCopyLocal to for the options menu.
Default CopyLocal Value: Sets the default CopyLocal value to set when using the VSCopyLocal menu item is clicked. Other for testing purposes, you want this to be False. Preview Mode: When set to True, no action is being taken other than logging the results to the output log. Project Names to Skip: Optional list of project names to skip. Wildcards supported. Useful for opt out unit tests projects for the recursive action. Please submit bugs and requests to: kobim (at) codevalue.net Kobi Moraz Source: https://github.com/KMoraz/VSExtensions/tree/master/VSCopyLocal
|