Saturday, July 9, 2022

Replicate your project quickly

Replicate your project quickly

  1. How do you count the lines of code in a Visual Studio solution?
  2. 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 open source equivalent?

    You can use [^\n\s]\r\n to skip blank and space-only lines (credits to Zach in the comments).

    I used Ctrl+Shift+F. Next, put a \n in the search box and enable regular expressions box. Then in the find results, in the end of the screen are the number of files searched and lines of code found.

  3. CopyWiz: Copy and Rename Visual Studio Projects
  4. Copy and Rename Visual Studio Projects

    1. Copy Microsoft Visual Studio, Embarcadero Delphi, C++Builder, RAD Studio, SQL Server Management Studio, VSTO, Intel C++ and Visual Fortran, and other Visual Studio Shell projects and solutions
    2. Rename an existing project
    3. Fix up directories and filenames in your projects
    4. Replace GUIDs in projects

  5. What is the fastest way / script to duplicate visual studio project?
  6. Hello I have setup visual studio express c++ project, with paths to included headers and libs Now I like to duplicate this project to be with the same paths to included headers and libs But with different name , I don’t what to go manually into .vcproj file and start to changes names Is there better way?

  7. If i want to make a copy of my c# project in the same workspace how can i do it?
  8. In other words lets say i have already completed a project using visual studio. Now i want to make a separate project that is identical to the already completed project(except for some future changes).

    How can i do this while keeping the new project in the same workspace as the original without:

    1. creating a new project and copy pasting code over
    2. copy-pasting the folder that holds the project and changing the name of the folder

  9. Line Counter
  10. Easily count source code lines in your Visual Studio projects.

  11. SourceMonitor Information
  12. The developer of SourceMonitor, Jim Wanner, is retiring from software development. The software will become open source and a new home at GitHub.

    The repository is not public at the moment because of licensed code. This is required until the licensed code is replaced. Then we're able to start with a clean and public repository without the licensed code.

  13. SourceMonitor
  14. The program SourceMonitor was developed by Jim Wanner of Campwood Software. He has retired from software development. Then he decided to make this software available to the community. Many thanks for this.

  15. Project Line Counter Add-In v2.10 for VS.NET and VC6
  16. Get statistics about your source code with a click of a button

No comments:

Post a Comment