Configuration for ProjectReference in MSBuild -



Configuration for ProjectReference in MSBuild -

is possible set configuration of projectreference in msbuild?

scenario: have build script (web deploy) has number of configurations difference has how deployed , not build self. hate have maintain configurations solution/projects build part of deploy process because need configurations deployment. way can accomplish this?

another possible method of setting projectreference configuration , platform utilize property picked msbuild's reference handling code called setplatform , setconfiguration. example:

<projectreference include="path project.projext"> <setplatform>platform=x64</setplatform> <setconfiguration>configuration=release</setconfiguration> </projectreference>

msbuild msbuild-projectreference

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

ms access - C# - Using OleDbParameter on table name -