Hello,
I'm enjoying the Monogame Tutorial since some days.
I am still learning C#, i have strong basis but i can't say that i am a programmer for now. Anyway.
I was following the "Getting Started Monogame Tutorial" and i met an issue with the content pipeline subject.
I am using Visual Studio C# Express 2013 for Windows desktop.
I tried to install the Rb Whitaker's script "Monogame Content Pipeline" to handle the content pipeline but the install didn't fully work (that say that it can't find some directories on my computer) and the template project "Monogame Content Project" never appeared.
After that, i tried to install xna in my own way (the normal way in fact) and the result gave me an add-on named "Content Pipeline Extension Library".
I tried to add it to my solution but that warning appeared :
Warning 1 The referenced project 'ContentPipelineExtension1 target superior framework version (4.5) to the current version of the project target framework (4.0). This can cause the failure of generation if the types of assemblies outside the target framework of this project are used by a project in the dependency chain. Game1
I can't solve the issue …
Someone can help me with that ?
Do you know if the official Monogame content pipeline is out and ready to work ?
Thanks