Sharing assets (images/css/js) between projects using either Visual Studio or TFS

后端 未结 3 1373
太阳男子
太阳男子 2021-01-14 08:03

Is there an effective way to share visual assets between different projects?

This would include images, CSS and JavaScript.

I\'ve looked at the following S

3条回答
  •  不要未来只要你来
    2021-01-14 08:27

    A handy solution is to create a "Solution folder" as shown in Erik Philips's solution.

    Basically "Solution folder" is just a common share folder created in your solution that contains all shared files, then you refer these files in your project(s) as links. For all practical purposes these share files could be used in your site(s) as if they were present in your local site folder.

提交回复
热议问题