[xbuild] Fix #40094, part 1/2: SolutionParser: Emit `AbsolutePath="..."`
authorAnkit Jain <ankit.jain@xamarin.com>
Wed, 6 Apr 2016 18:11:17 +0000 (14:11 -0400)
committerAnkit Jain <ankit.jain@xamarin.com>
Wed, 6 Apr 2016 18:39:52 +0000 (14:39 -0400)
commitf225bc31108a3c7562ee59a6274e274628013950
treec9dbe5b28ea9438ca5d1b73a4028c15f77cd9d64
parent36390e00bea391fdc025ff1bfb27421f12d12e2d
[xbuild] Fix #40094, part 1/2: SolutionParser: Emit `AbsolutePath="..."`

.. attribute for CurrentSolutionConfigurationContents .

   <CurrentSolutionConfigurationContents>
         <SolutionConfiguration xmlns="">
   <ProjectConfiguration Project="{82323650-6C2A-4FAC-91C6-A715C2FE9CB2}" AbsolutePath="/Users/ankit/test/msbuild/bug40094/App1/App1\App1\App1.csproj">
   Release|AnyCPU
   </ProjectConfiguration>
   ...

Related to fix for bxc #40094
mcs/tools/xbuild/SolutionParser.cs