简体   繁体   中英

In the solution folder, where should I put the icons?

Should I put the icons in:

[Solution folder]\[Project folder]\Resources\Icons

or:

[Solution folder]\Resources\Icons

or somewhere outside the solution folder?

Thanks

Update :

Based on the answers of Ritch Melton and x112358 , I decided to put the icons in:

[Solution folder]\[MyProject.Views project folder]\Resources\Images

最简单的方法是将它们放在项目文件夹中,在MSBuild术语中也称为“项目锥”,然后从那里将它们添加到项目中。

Regarding the question of keeping resources (icons, configuration, etc.) under the solution folder versus under a specific project folder, I usually ask the question: Is it unique to a single project or does it apply to multiple projects? If it's shared, I'll stash it at a higher-level folder than if it's project-specific.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM