-
Notifications
You must be signed in to change notification settings - Fork 62
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
add stdafx.h to project #81
base: master
Are you sure you want to change the base?
Conversation
@@ -799,6 +799,9 @@ | |||
<%endif%> | |||
<%if(header_files)%> | |||
<ItemGroup> | |||
<%if(pch_header)%> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When header_files is empty and pch_header is set it will not be generated? Also when pch_header is added also by the user to header_files it will be duplicate which prevents the solution from being loaded by visual studio
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes,it work well under vs2008 but failed under vs2015
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please enhance the extension so that it also works with vs2015 in all cases
I cant catch what your means "works with vs 2015 in all cases", I add this segment reference form the pch_souce config in the next part as follow: |
No description provided.