2

I am running a CMS as an ASP.NET WebApplication and want to automatically include all files generated by the CMS in the project folder to be included in the project.

By default they are excluded, and finding them by hand and including them every time a new file is created is annoying.

Is it possible to include new files in the web application folder by default?

magnattic
  • 12,638
  • 13
  • 62
  • 115

1 Answers1

0

Web Site Projects work that way, however I am not sure why you would want CMS generated content in your source code repository.

rick schott
  • 21,012
  • 5
  • 52
  • 81