mirror of
https://github.com/Ellpeck/Contentless.git
synced 2024-11-22 07:23:30 +01:00
update readme to include correct target
This commit is contained in:
parent
ad65e0cb06
commit
beb7d8fb32
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Clone this repository or download its `Build` folder which contains a build of C
|
|||
|
||||
Next, add Contentless to your build process by adding the following task to your `.csproj` file. Note that you might have to change the paths to fit your project's setup.
|
||||
```xml
|
||||
<Target Name="BeforeBuild">
|
||||
<Target Name="Contentless" BeforeTargets="BeforeBuild">
|
||||
<Exec Command="..\..\Contentless\Build\Contentless.exe Content/Content.mgcb" />
|
||||
</Target>
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue