Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 1 | <?xml version="1.0"?> |
| 2 | <project> |
| 3 | <target name="all" description="Build all targets."> |
| 4 | <solution configuration="release"> |
| 5 | <projects> |
| 6 | <include name="make_versioninfo.vcproj" /> |
| 7 | </projects> |
| 8 | </solution> |
| 9 | <exec program="make_versioninfo" output="pythonnt_rc.h" /> |
| 10 | |
| 11 | <solution configuration="release" solutionfile="pcbuild.sln"> |
| 12 | <excludeprojects> |
| 13 | <include name="_bsddb.vcproj" /> |
| 14 | </excludeprojects> |
| 15 | </solution> |
| 16 | </target> |
| 17 | </project> |