mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 15:54:25 +02:00
Enable auto Content.mgcb update for windows pc.
This commit is contained in:
parent
9cccf5cc32
commit
95ff8d3259
@ -85,10 +85,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<Target Name="RunContentBuilder">
|
<Target Name="RunContentBuilder">
|
||||||
<!-- RUN CUSTOM MGCB_Tool, MAY NOT WORK IN OTHER PLATFORM, USE AT YOUR OWN DISCRETION!
|
<Exec Condition="'$(OS)' == 'Windows_NT'" Command=""$(ProjectDir)..\2.5DHeroContent\MGCB_Tool.exe"" />
|
||||||
<Exec Condition="'$(OS)' == 'Windows_NT'" Command=""$(ProjectDir)..\2.5DHeroContent\MGCB_Tool.exe" $(Platform)" />
|
|
||||||
<Exec Condition="'$(OS)' != 'Windows_NT'" Command="$(MonoExe) "$(ProjectDir)..\2.5DHeroContent\MGCB_Tool.exe" $(Platform)" />
|
|
||||||
-->
|
|
||||||
<Exec Condition=" '%(ContentReferences.FullPath)' != '' " Command="$(MonoGameContentBuilderCmd) /@:"%(ContentReferences.FullPath)" $(Header)"
|
<Exec Condition=" '%(ContentReferences.FullPath)' != '' " Command="$(MonoGameContentBuilderCmd) /@:"%(ContentReferences.FullPath)" $(Header)"
|
||||||
WorkingDirectory="%(ContentReferences.RootDir)%(ContentReferences.Directory)" />
|
WorkingDirectory="%(ContentReferences.RootDir)%(ContentReferences.Directory)" />
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user