Proper way to rename solution (and directories) in Visual Studio
I have a rather involved Visual Studio solution (2010, but it shouldn’t matter) that I need to rename. I want to rename the … Read more
I have a rather involved Visual Studio solution (2010, but it shouldn’t matter) that I need to rename. I want to rename the … Read more
A file named stdafx.h is automatically generated when I start a project in Visual Studio 2010. I need to make a cross-platform C++ … Read more
I have some .nupkg files from a C# book. How can I install them? 10 s 10
For Visual Studio 2010 Web based application we have Config Transformation features by which we can maintain multiple configuration files for different environments. … Read more
I have a file, xyz.cpp. I want to open two instances of this file in Visual studio (BTW, I am using Visual Studio 2005). Why … Read more
How can I limit my post-build events to running only for one type of build? I’m using the events to copy DLL files … Read more
Microsoft recently released Visual Studio Code and I am a little confused about its usage, since Visual Studio has lot of functional similarities … Read more
My current solution for renaming the project folder is: Remove the project from the solution. Rename the folder outside Visual Studio. Re-add the … Read more
I have a free standing set of files not affiliated with any C# project at all that reside in a complicated nested directory … Read more
Is it possible to find the number of lines of code in an entire solution? I’ve heard of MZ-Tools, but is there an … Read more