Quote:
Originally Posted by k87
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>