View Single Post
Old 09-17-2008, 06:38 PM   #15 (permalink)
catnat109
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by k87 View Post
I just attempted this and got the same error that degenerate dead posted. Does anyone know what I am doing wrong. thanks
Re download the project/game and do it again. You need to remove all of the imports it should look like this when done:

Code:
  <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  <Import Project="$(MSBuildExtensionsPath)MicrosoftXNA Game StudioMicrosoft.Xna.GameStudio.targets" />
 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>



  Reply With Quote