mj

Projectile - MSBuild Compile Command

20260305

By default Projectile will recognise a Visual Studio sln file as a dotnet solution. To save time typing out the correct compilation command for a C/C++ solution add a variable to .dir-locals.el

    
M-x add-dir-local-variable
projectile-project-compilation-cmd
msbuild %SOLUTION_FILE% -m -p:Platform=%PLAT%;Configuration=Debug
    
  


#emacs