ResourcesGenerator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements the ResourcesGenerator
task. Use the ResourcesGenerator
element in your project file to create and execute this task. For usage and parameter information, see ResourcesGenerator.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class ResourcesGenerator sealed : Microsoft::Build::Utilities::Task
public sealed class ResourcesGenerator : Microsoft.Build.Utilities.Task
type ResourcesGenerator = class
inherit Task
Public NotInheritable Class ResourcesGenerator
Inherits Task
- Inheritance
-
ResourcesGenerator
Constructors
ResourcesGenerator() |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ResourcesGenerator class. |
Properties
OutputPath |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the path of the output directory. |
OutputResourcesFile |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the path and name of the generated .resources file. |
ResourceFiles |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets one or more resources to embed in the generated .resources file. |
Methods
Execute() |
This API supports the product infrastructure and is not intended to be used directly from your code. Executes a task. |