Add extraction of project file path.

This commit is contained in:
Gandifil 2023-12-20 17:41:20 +03:00
parent 05818f1c74
commit 0e7f7f677f

View file

@ -1,5 +1,5 @@
<Project> <Project>
<Target Name="Contentless" BeforeTargets="BeforeBuild"> <Target Name="Contentless" BeforeTargets="BeforeBuild">
<Exec Command="dotnet $(MSBuildThisFileDirectory)/../tools/Contentless.dll @(MonoGameContentReference)" /> <Exec Command="dotnet $(MSBuildThisFileDirectory)/../tools/Contentless.dll @(MonoGameContentReference) $(MSBuildProjectFullPath)" />
</Target> </Target>
</Project> </Project>