https://bugzilla.wikimedia.org/show_bug.cgi?id=32279
--- Comment #3 from Brion Vibber <[email protected]> 2011-11-24 01:00:43 UTC --- To use the files from the existing assets directory (outside the project), can do 'add existing file...' and do 'add as link'. In the low-level project file these look like this: <Content Include="..\assets\www\js\test.js"> <Link>js\test.js</Link> </Content> so giving the physical path on the Content@Include and the logical path in the entry's Link text. In-place files simply look like this: <Content Include="js\test.js" /> -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
