|
@@ -36,6 +36,8 @@
|
|
</CustomBuild>
|
|
</CustomBuild>
|
|
{elseif $projOutput->isSourceFile( $dirWalk->path ) }
|
|
{elseif $projOutput->isSourceFile( $dirWalk->path ) }
|
|
<ClCompile Include="{$dirWalk->path|replace:'//':'/'|replace:'/':'\\'}" />
|
|
<ClCompile Include="{$dirWalk->path|replace:'//':'/'|replace:'/':'\\'}" />
|
|
|
|
+ {elseif $projOutput->isResourceFile( $dirWalk->path ) }
|
|
|
|
+ <ResourceCompile Include="{$dirWalk->path|replace:'//':'/'|replace:'/':'\\'}" />
|
|
{else}
|
|
{else}
|
|
<ClInclude Include="{$dirWalk->path|replace:'//':'/'|replace:'/':'\\'}" />
|
|
<ClInclude Include="{$dirWalk->path|replace:'//':'/'|replace:'/':'\\'}" />
|
|
{/if}{* if path == "*.asm" *}
|
|
{/if}{* if path == "*.asm" *}
|