Interface IVsPackageFileConfig
Model definition that tracks information about where files are located and where to place them in the package definition.
Namespace: CodeFactory.WinVs.Loader
Assembly: CodeFactory.WinVs.dll
Syntax
public interface IVsPackageFileConfig
Properties
AssemblyPackagePath
The logical location in the package the assembly will be stored.
Declaration
string AssemblyPackagePath { get; }
Property Value
| Type | Description |
|---|---|
| string |
AssemblyPhysicalPath
Physical location of the assembly to add to the package.
Declaration
string AssemblyPhysicalPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
HasDebugDatabaseFile
Flag that determines if the package library has a debug database file.
Declaration
bool HasDebugDatabaseFile { get; }
Property Value
| Type | Description |
|---|---|
| bool |
PDBPackagePath
The logical location in the package the PDB will be stored.
Declaration
string PDBPackagePath { get; }
Property Value
| Type | Description |
|---|---|
| string |
PDBPhysicalPath
Physical location of the PDB to add to the package.
Declaration
string PDBPhysicalPath { get; }
Property Value
| Type | Description |
|---|---|
| string |