MET demo trouble!

LaGhoule

06-11-2008 21:42:21

Hi,
i just download the Mogre Editable Terrain and i can't open the <sample> project. (MET.zip)

I got the following error message :

Unable to read project file 'Sample.csproj'. C:\Documents and Settings\blalonde\Desktop\MET\Sample\Sample.csproj(109,11): The imported project "C:\Microsoft.CSharp.targets> was not found. Confim the path in the <Import> declaration is correct, and thaht the files exists on disk.

Then the VS close. I use MVS 2005 Version 8.0.5

Anyone got this probleme??

Tx for your help!

Bruno

GenericJoe

12-12-2008 12:27:01

Did you unzip all the files fully? Looks like you are opening a single file straight out of the zip file.

Chulein

12-12-2008 13:08:54

Hey

Try this.

open the Sample.csproj in notepad and change the following files.


<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

to

<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />