Visual Studio 编译后去掉只读属性
attrib $(TargetPath) -R
attrib $(TargetDir)$(TargetName).pdb -R
05-11 11:10