Summary
Gets the manifest resource name for the file using both its physical
and logical path.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Types - Containing Type
- ResourceFileSet
Syntax
public string GetManifestResourceName(string physicalPath, string logicalPath)
Remarks
We use the relative path of the logical path, but the filename and
and the extension of the physical path to match VS.NET
Parameters
Name | Type | Description |
---|---|---|
physicalPath | string | The physical path of the resource file. |
logicalPath | string | The logical location of the resource file. |
Return Value
Type | Description |
---|---|
string | The manifest resource name to be sent to the compiler. |