Interface ICamApiMacroBuilderDotNetSettings
Settings of build .NET DLL
Namespace: CAMAPI.Macros
Assembly: CAMAPI.Macros.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("87E13D74-8067-4C72-8EB2-F79B3E33A561")]
public interface ICamApiMacroBuilderDotNetSettings : ICamApiMacroBuilderLanguageSettings
Properties
References
List of references to be put inside .csproj file for developers (instead of SDK version)
Declaration
IListString References { get; set; }
Property Value
| Type | Description |
|---|---|
| IListString |
SDKVersion
Version of SDK to be put inside .csproj file
Declaration
string SDKVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TargetFramework
Target framework of .NET DLL
Declaration
string TargetFramework { get; set; }
Property Value
| Type | Description |
|---|---|
| string |