I currently use VS 2012 on my Windows 7. It seems that by default, it compiles LESS files to CSS in the same directory as the LESS file when I save.
However, I would prefer to have all my CSS files saved in a "css" directory located next to the "less" directory. On my Mac, I previously used CodeKit, where you could easily select an output path. I haven't been able to find a way to do this in VS.
What I need is:
-Projectroot
----less
----css
----js
etc.
So my LESS files will be in "/less" and the compiled CSS will go to "/css"