mirror of
https://github.com/Ellpeck/Contentless.git
synced 2024-11-22 15:28:34 +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>
|