mirror of
https://github.com/Ellpeck/Contentless.git
synced 2024-10-30 06:50:51 +01:00
5 lines
290 B
XML
5 lines
290 B
XML
<Project>
|
|
<Target Name="Contentless" BeforeTargets="RunContentBuilder;BeforeBuild">
|
|
<Exec Command="dotnet "$(MSBuildThisFileDirectory)/../tools/Contentless.dll" "@(MonoGameContentReference)" "$(MSBuildProjectFullPath)"" />
|
|
</Target>
|
|
</Project>
|