Monday, August 30, 2021

Renaming a Visual Studio Project


 Renaming VS 2019 project 

  • Rename file directory 

  • Open sln in vs 

  • Project explorer 

  • Rename project solution name (sln will be renamed) 

  • Rename project name 

  • Build the project should build without errors  

  • Close VS 

  • Right-click and rename newname.vcxproj 

  • Right-click and rename newname.vcxproj.filters 

  • Right-click and rename newname.vcxproj.user 

  • Open newname.sln in note pad rename any old names text to the new name 

  • Open newname.vcxproj rename root namespace to new name 

No comments:

Post a Comment

LeetCode C++ Cheat Sheet June

🎯 Core Patterns & Representative Questions 1. Arrays & Hashing Two Sum – hash map → O(n) Contains Duplicate , Product of A...