Method RegisterDefaultAssemblies
RegisterDefaultAssemblies(TechnologyEnvironment, bool, bool)
When implemented by a class, registers default assemblies in the project.
void RegisterDefaultAssemblies(TechnologyEnvironment technology = TechnologyEnvironment.WindowsForms, bool keepExisting = false, bool minimal = false)
Parameters
technology
TechnologyEnvironmentSpecifies technology environment.
keepExisting
boolSpecifies whether existing assemblies should be preserved.
minimal
boolIn case of .NET Core, adds minimal set of references