Hello,I've imported to VS2012 few old VisualStudio 2008 projects. The problem is that I cannot compile single file with command "Compile Ctrl+F7", although the full build does work OK, i.e Rebuild of solution or Build of selected project.I've also found a workaround. After import in vcxproj there were paths to sources like these ones:.\main.cpp.\test\test.cpp<ClCompile Include=".\main.cpp" /><ClCompile Include=".\test\test.cpp" />when I removed the ".\" from the beginning of path, then everything works fine:<ClCompile Include="main.cpp" /><ClCompile Include="test\test.cpp" />Now I am able to run compile on individual file.Although it wasn't very convenient because I have about 50 such old VS2008 projects and had to write a script to perform these changes on all vcxprojs.Kind regards,DS psBelow "copy info" from About:Microsoft Visual Studio Professional 2012Version 11.0.51106.01 Update 1Microsoft .NET FrameworkVersion 4.5.50709Installed Version: ProfessionalLightSwitch for Visual Studio 2012 04938-004-0032002-02345Microsoft LightSwitch for Visual Studio 2012Office Developer Tools 04938-004-0032002-02345Microsoft Office Developer ToolsTeam Explorer for Visual Studio 2012 04938-004-0032002-02345Microsoft Team Explorer for Visual Studio 2012Visual Basic 2012 04938-004-0032002-02345Microsoft Visual Basic 2012Visual C# 2012 04938-004-0032002-02345Microsoft Visual C# 2012Visual C++ 2012 04938-004-0032002-02345Microsoft Visual C++ 2012Visual F# 2012 04938-004-0032002-02345Microsoft Visual F# 2012Visual Studio 2012 Code Analysis Spell Checker 04938-004-0032002-02345Microsoft® Visual Studio® 2012 Code Analysis Spell CheckerPortions of International CorrectSpell™ spelling correction system © 1993 by Lernout & Hauspie Speech Products N.V. All rights reserved.The American Heritage® Dictionary of the English Language, Third Edition Copyright © 1992 Houghton Mifflin Company. Electronic version licensed from Lernout & Hauspie Speech Products N.V. All rights reserved.Visual Studio 2012 SharePoint Developer Tools 04938-004-0032002-02345Microsoft Visual Studio 2012 SharePoint Developer ToolsNuGet Package Manager 2.2.40116.9051NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.PreEmptive Analytics Visualizer 1.0Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.SQL Server Data Tools 11.1.20627.00Microsoft SQL Server Data ToolsWeb Developer Tools 1.0.30710.0Microsoft Web Developer Tools contains the following components:Page Inspector: Tool that offers an efficient way to decompose Web Applications and diagnose front-end issues.Web Publishing: Extensions required for Web Publishing for both hosted servers as well as on premises.Web Form Templates: Includes the default templates for Web Form Applications.Editor Extensions: Includes HTML, CSS, and JS editor extensions that greatly enhance the development experience.
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
What category (if any) best represents this feedback?
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results
Locale
Please wait...