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