Thursday, August 23, 2012

Visual Studio project compatibility and VisualStudioVersion

Visual Studio project compatibility and VisualStudioVersion: One of the most requested features of Visual Studio 2012 was the ability to open projects in both VS 2012 as well as VS 2010 ( requires VS 2010 SP1 ). In case you haven’t heard we did implement that feature. You may be wondering how we were able to do this and how this may impact you. If you open the .csproj/.vbproj for a Web Project created in VS2010 you will see the following import statement. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\ v10.0\WebApplications\Microsoft.WebApplication.targets" /> When you open this project in VS 2012 there are a few changes made to your project file to ensure that it can be opened in both VS 2010 SP1 and VS 2012. One of the changes made to the project when it is first...(read more)

DIGITAL JUICE

No comments:

Post a Comment

Thank's!