How do I remove unnecessary resources from my project?

前端 未结 10 1634
深忆病人
深忆病人 2021-02-12 22:55

I am working with a very big project (a solution that contains 16 projects and each project contains about 100 files).

It is written in C++/C# with Visual Studio 2005.

10条回答
  •  野性不改
    2021-02-12 23:07

    For C++ projects, check out The ResOrg from Riverblade.

    "The Resource ID Organiser (ResOrg for short) is an Add-in for Visual C++ designed to help overcome one of the most annoying (and unnecessary) chores of developing/maintaining Windows applications - maintaining resource symbol ID values"

    http://www.riverblade.co.uk/products/resorg/index.html

提交回复
热议问题