Interface IVsProjectFramework
Target framework in which the project will output to.
Namespace: CodeFactory.VisualStudio
Assembly: CodeFactory.VisualStudio.dll
Syntax
public interface IVsProjectFramework
Properties
| Improve this Doc View SourceFramework
The framework that the project is targeting.
Declaration
string Framework { get; }
Property Value
Type | Description |
---|---|
string |
Version
The specified version the framework to be released to.
Declaration
string Version { get; }
Property Value
Type | Description |
---|---|
string |