msbuild - MSBUILDEMITSOLUTION not working with .NET 4? -


in prior versions of msbuild, set environment variable named msbuildemitsolution 1 xml version of solution (.sln) file parsed. according msbuild team blog, that's still in version ships visual studio 2010, not seem working.

has managed working msbuild 4.0? if so, required?

(we use find , run convention-based unit tests nant script.)

set msbuildemitsolution=1 , build command line. should see mysolution.sln.metaproj file near mysolution.sln.

notes:

  • if open command prompt window set env var via sysetm settings have open new command prompt.
  • you'd think use msbuild /p:msbuildemitsolution=1, can't.

Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -