Compare commits

..

No commits in common. "22730c7aa29bb7f3651499ef0ca73a38f4f52a94" and "1f5ed0c7cea7427aff18da2716f8916caeb00c4d" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@
<repository type="git" url="https://github.com/Ellpeck/Contentless" />
<readme>README.md</readme>
<icon>Logo.png</icon>
<version>3.2.1</version>
<version>3.2.0</version>
<dependencies>
<group targetFramework="net8.0" />
</dependencies>

View file

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