mirror of
https://github.com/Ellpeck/Contentless.git
synced 2024-11-27 17:28:35 +01:00
Fix
This commit is contained in:
parent
cd2cf5aa77
commit
2c8d823e76
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<Project>
|
||||
<Target Name="Contentless" BeforeTargets="RunContentBuilder">
|
||||
<Target Name="Contentless" BeforeTargets="RunContentBuilder;BeforeBuild">
|
||||
<Exec Command="dotnet $(MSBuildThisFileDirectory)/../tools/Contentless.dll @(MonoGameContentReference) $(MSBuildProjectFullPath)" />
|
||||
</Target>
|
||||
</Project>
|
Loading…
Reference in a new issue