NAnt SDK Documentation - v0.92 |
|
ResourceFileSet.GetManifestResourceName Method (String, String)
Gets the manifest resource name for the file using both its physical and logical path.
[Visual Basic]
Overloads Public Function GetManifestResourceName( _
ByVal
physicalPath As
String, _
ByVal
logicalPath As
String _
) As
String
Parameters
-
physicalPath
- The physical path of the resource file.
-
logicalPath
- The logical location of the resource file.
Return Value
The manifest resource name to be sent to the compiler.
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
See Also
ResourceFileSet Class | NAnt.DotNet.Types Namespace | ResourceFileSet.GetManifestResourceName Overload List