(Xbox 1) Use devenv for Xbox 1 building

This commit is contained in:
twinaphex 2013-02-17 06:19:29 +01:00
parent b275662991
commit 5328ea847c
2 changed files with 2 additions and 5 deletions

View File

@ -42,5 +42,6 @@
:end
nant msvc-2003-xbox1.build
devenv /clean Release_LTCG msvc-2003-xbox1.sln
devenv /build Release_LTCG msvc-2003-xbox1.sln
exit

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<project>
<solution configuration="Release_LTCG" solutionfile="msvc-2003-xbox1.sln" />
</project>