Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 1, 2020

Conversation

ilexp
Copy link
Member

@ilexp ilexp commented May 30, 2020

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.

@ilexp ilexp added Bug It's broken and should be fixed DevTool Area: Development tools and environment labels May 30, 2020
@ilexp ilexp added this to the 4.0 milestone May 30, 2020
@ilexp ilexp requested a review from Barsonax May 30, 2020 14:24
@ilexp ilexp merged commit cd51c67 into master Jun 1, 2020
@ilexp ilexp deleted the feature/samples-content-source-fix branch June 1, 2020 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug It's broken and should be fixed DevTool Area: Development tools and environment
Development

Successfully merging this pull request may close these issues.

2 participants