AdamsLair / duality

a 2D Game Development Framework
https://adamslair.github.io/duality
MIT License
1.41k stars 289 forks source link

Fixed compiler errors when any Content folder contains source code #829

Closed ilexp closed 4 years ago

ilexp commented 4 years ago

If one of the Content folders, either in any of the sample projects Content working directories contains source code of a custom game plugin, the build of the solution will fail due to it being included in the build by accident.

This PR fixes the issue by adding a global msbuild ignore for files in Content folder hierarchies.