Enable auto Content.mgcb update for windows pc.
This commit is contained in:
parent
9cccf5cc32
commit
95ff8d3259
|
@ -85,10 +85,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<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" $(Platform)" />
|
||||
<Exec Condition="'$(OS)' != 'Windows_NT'" Command="$(MonoExe) "$(ProjectDir)..\2.5DHeroContent\MGCB_Tool.exe" $(Platform)" />
|
||||
-->
|
||||
<Exec Condition="'$(OS)' == 'Windows_NT'" Command=""$(ProjectDir)..\2.5DHeroContent\MGCB_Tool.exe"" />
|
||||
<Exec Condition=" '%(ContentReferences.FullPath)' != '' " Command="$(MonoGameContentBuilderCmd) /@:"%(ContentReferences.FullPath)" $(Header)"
|
||||
WorkingDirectory="%(ContentReferences.RootDir)%(ContentReferences.Directory)" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue