Hey, For those of you who build Cecil using msbuild/xbuild, I've removed the traditional Debug/Release couple of configurations by the following:
net_2_0_Debug net_2_0_Release net_3_5_Debug net_3_5_Release net_4_0_Debug net_4_0_Release silverlight_Debug silverlight_Release winphone_Debug winphone_Release They all define the appropriate symbols, so you just have to pick the one you want. We default to net_4_0_Debug. Also, I've set the output path of Mono.Cecil, Mono.Cecil.Rocks, Mono.Cecil.Pdb and Mono.Cecil.Mdb to cecil/bin, where cecil is your local checkout. Jb -- -- mono-cecil
