XALAN-C Upgrade to VS 2012 fails Many of the *.vcxproj files contain a <ItemGroup> with multiple <ProjectReference> items.
In VS 2010, this allows the project to used in several solutions. In VS 2012, this fails because one of the <ProjectReference> items is not installed in the *.sln solution file. Commenting/removing some references in *.vcxproj files fixes the issue. <!-- <ProjectReference Include="..\AllInOne\AllInOneWithICU.vcxproj"> .. </ProjectReference> --> I am preparing a VS-2012 solution that should work. I have successfully compiled the companion Xerces-C with their submitted VS-2012 patch. Sincerely, Steven J. Hathaway