Interface IVsProjectFramework
Target framework in which the project will output to.
Namespace: CodeFactory.WinVs.Models.ProjectSystem
Assembly: CodeFactory.WinVs.dll
Syntax
public interface IVsProjectFramework
Properties
Framework
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 |