quote all paths in targets file

closes #9
This commit is contained in:
Ell 2024-08-28 13:56:56 +02:00
parent 1f5ed0c7ce
commit 8315a8f45c

View file

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