Enable auto Content.mgcb update for windows pc.

This commit is contained in:
jianmingyong 2016-12-14 21:10:16 +08:00
parent 9cccf5cc32
commit 95ff8d3259
1 changed files with 1 additions and 4 deletions

View File

@ -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="&quot;$(ProjectDir)..\2.5DHeroContent\MGCB_Tool.exe&quot;" />
<Exec Condition="'$(OS)' == 'Windows_NT'" Command="&quot;$(ProjectDir)..\2.5DHeroContent\MGCB_Tool.exe&quot; $(Platform)" />
<Exec Condition="'$(OS)' != 'Windows_NT'" Command="$(MonoExe) &quot;$(ProjectDir)..\2.5DHeroContent\MGCB_Tool.exe&quot; $(Platform)" />
-->
<Exec Condition=" '%(ContentReferences.FullPath)' != '' " Command="$(MonoGameContentBuilderCmd) /@:&quot;%(ContentReferences.FullPath)&quot; $(Header)" <Exec Condition=" '%(ContentReferences.FullPath)' != '' " Command="$(MonoGameContentBuilderCmd) /@:&quot;%(ContentReferences.FullPath)&quot; $(Header)"
WorkingDirectory="%(ContentReferences.RootDir)%(ContentReferences.Directory)" /> WorkingDirectory="%(ContentReferences.RootDir)%(ContentReferences.Directory)" />