Description
This tasks allows compile a CoreData descriptor file.
Parameters
| Attribute | Type | Description | Required |
|---|---|---|---|
| Model | ITaskItem |
The directory containing the CoreData model. | False |
| Models | ITaskItem[] |
The list of directory containing the CoreData model. | False |
| ToDirectory | ITaskItem |
The destination directory. | True |
Nested Elements
Usage
Typical usage:
<CompileMomc Model="$(Model)" ToDirectory="$(ResourcesPath)" />