mirror of
https://github.com/Ellpeck/Contentless.git
synced 2024-11-27 17:28:35 +01:00
Compare commits
No commits in common. "c45138a08409827166666d245f9321f666148d1d" and "bbb4b539cc40ab441b8bcfb6af6f8c75c7d15571" have entirely different histories.
c45138a084
...
bbb4b539cc
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
<repository type="git" url="https://github.com/Ellpeck/Contentless" />
|
||||
<readme>README.md</readme>
|
||||
<icon>Logo.png</icon>
|
||||
<version>3.1.3</version>
|
||||
<version>3.1.2</version>
|
||||
<dependencies>
|
||||
<group targetFramework="net8.0" />
|
||||
</dependencies>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<Project>
|
||||
<Target Name="Contentless" BeforeTargets="RunContentBuilder;BeforeBuild">
|
||||
<Target Name="Contentless" BeforeTargets="BeforeBuild">
|
||||
<Exec Command="dotnet $(MSBuildThisFileDirectory)/../tools/Contentless.dll @(MonoGameContentReference) $(MSBuildProjectFullPath)" />
|
||||
</Target>
|
||||
</Project>
|
Loading…
Reference in a new issue