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

VS2015 -> VS2005 #1

Open
jochenwezel opened this issue Jul 28, 2016 · 0 comments
Open

VS2015 -> VS2005 #1

jochenwezel opened this issue Jul 28, 2016 · 0 comments

Comments

@jochenwezel
Copy link

Current version is already able to read VS2015 solutions - great! :-)
With the VS2005 solution file which I created with this tool, I was able to get NAnt running with the solution build task (VS2015 solutions is not supported by NAnt as it seems to me).

Following things I had to do (or I did but were possibly not required):
image

NAnt (sorry, I haven't got a full VS2005, but I expect it works same or similar as VS2005) compelled about invalid warning switch-offs, that's why I removed

    <NoWarn>42016,42017,42018,42019,42032,42353,42354,42355</NoWarn>

from my .vbproj file. After that, NAnt solution build worked with the new VS2005 solution files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant