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

Can't load #26

Closed
MartinStokelj opened this issue Jul 26, 2017 · 2 comments
Closed

Can't load #26

MartinStokelj opened this issue Jul 26, 2017 · 2 comments

Comments

@MartinStokelj
Copy link

Hello,
i can't load project in to visual studio 2015, .sln or .csproj throws error

C:\Downloads\ImGui.NET-master\src\ImGui.NET\ImGui.NET.csproj : error : 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 element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format. C:\Downloads\ImGui.NET-master\src\ImGui.NET\ImGui.NET.csproj

C:\Downloads\ImGui.NET-master\src\ImGui.NET.SampleProgram\ImGui.NET.SampleProgram.csproj : error : 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 element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format. C:\Downloads\ImGui.NET-master\src\ImGui.NET.SampleProgram\ImGui.NET.SampleProgram.csproj

@MartinStokelj
Copy link
Author

I gues i need to instal visual studio 2017

@mellinoe
Copy link
Collaborator

ImGui.NET uses the new csproj format, so it will require either VS 2017, or the newest .NET Core SDK. Note that you can install the .NET Core SDK very quickly and it won't disrupt anything else on your machine.

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

2 participants