blob: 61bbe893c81826d9189a5a3e315c2093d870d350 [file] [log] [blame]
Thomas Wouters49fd7fa2006-04-21 10:40:58 +00001<?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="_tkinter.vcproj" />
14 <include name="bz2.vcproj" />
15 <include name="_bsddb.vcproj" />
16 <include name="_sqlite3.vcproj" />
17 <include name="_ssl.vcproj" />
18 </excludeprojects>
19 </solution>
20 </target>
21</project>