You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
593 B

  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. <solution configuration="release" solutionfile="pcbuild.sln">
  11. <excludeprojects>
  12. <include name="_tkinter.vcproj" />
  13. <include name="bz2.vcproj" />
  14. <include name="_sqlite3.vcproj" />
  15. <include name="_ssl.vcproj" />
  16. </excludeprojects>
  17. </solution>
  18. </target>
  19. </project>