分享一个VS2010插件 GBackupSolution Add-in for Visual Studio 2008/2010
这个插件是用Gmail来备份项目文件的。非常实用,分享一下,本人在用的过程中发现加载错误,希望大家一块分析一下是怎么回事。。。
GBackupSolution Add-in for Visual Studio 2008/2010
免费his add-in ( for Visual Studio 2005/2008/2010 ) allows you to backup your entile solution and send the backup-ed file to Gmail. Currently, it supports :
- Backup feature supports:
- File name and backup path with format
- Support compression level & password to protect
- Support external projects
- Support references files ( .dll )
- Build a great hierarchy in zip file
- With send mail features:
- Support send backup-ed file to Gmail
- Support send to other email ( with CC to gmail )
- Support subject with format
- Very details of backup file in email.
If your solution has external projects or external references ( .dll ), this add-in will change your solution/project file to remap the current path to new relative path (in zip file) on the fly so It doesn't make your solution/project to reload.制作原来,相信大家一看就明白了,就是读取 项目文件,分析其信息找出各源码的存放路径。用zip压缩,然后用Gmail发给指定邮箱,邮箱正文是源码清单。。。第一次发一篇博文,还望大家喜欢。。。