如何更改默认的visual studio配置?

时间:2022-09-06 22:50:43

I would like to change visual studio's default configurations (Debug,Release). That is, change the configurations so that all new solutions created will be affected.

我想改变visual studio的默认配置(Debug,Release)。也就是说,更改配置,以便创建所有新的解决方案。

How is this possible?

这怎么可能?

Thanks!

1 个解决方案

#1


Odds are you'll have to start tinkering with the files in

可能你需要开始修改文件

C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplates

C:\ Program Files(x86)\ Microsoft Visual Studio 9.0 \ Common7 \ IDE \ ProjectTemplates

But I don't see a supported way of doing this. You might be best off writing a macro to add them for you.

但我没有看到这样做的支持方式。你可能最好写一个宏来为你添加它们。

#1


Odds are you'll have to start tinkering with the files in

可能你需要开始修改文件

C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplates

C:\ Program Files(x86)\ Microsoft Visual Studio 9.0 \ Common7 \ IDE \ ProjectTemplates

But I don't see a supported way of doing this. You might be best off writing a macro to add them for you.

但我没有看到这样做的支持方式。你可能最好写一个宏来为你添加它们。