qhQqvDuiSj Posted May 12, 2017 Posted May 12, 2017 As of yesterday, I can't compile PKHeX with VS2015. I get a number of errors like this: \PKHeX\PKHeX.Core\PKHeX.Core.csproj(1,1): error MSB4041: The default XML namespace of the project must be the MSBuild XML namespace. If the project is authored in the MSBuild 2003 format, please add xmlns="http://schemas.microsoft.com/developer/msbuild/2003" to the <Project> element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format. Compiling worked fine until I checked out latest from git yesterday. Any pointers? TIA
evandixon Posted May 12, 2017 Posted May 12, 2017 PKHeX.Core is now a .Net Standard library, so you need VS 2015 V3 with .Net Core tools or the latest version of VS 2017. I recommend VS 2017; not sure how well VS 2015 works with it.
qhQqvDuiSj Posted May 13, 2017 Author Posted May 13, 2017 (edited) VS2017 works. Edited May 13, 2017 by qhQqvDuiSj
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now