[Python-checkins] devguide: Issue #17846: Add a note about solution folders with VS Express.

zach.ware python-checkins at python.org
Mon Jul 7 21:47:50 CEST 2014


http://hg.python.org/devguide/rev/369891476cf8
changeset:   707:369891476cf8
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Mon Jul 07 14:47:31 2014 -0500
summary:
  Issue #17846: Add a note about solution folders with VS Express.

Initial patch by Kathleen Weaver.

files:
  setup.rst |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/setup.rst b/setup.rst
--- a/setup.rst
+++ b/setup.rst
@@ -250,6 +250,10 @@
 <http://msdn.microsoft.com/en-us/library/hs24szh9%28v=VS.90%29.aspx>`_
 and `here (2010)
 <http://msdn.microsoft.com/en-us/library/hs24szh9%28v=vs.100%29.aspx>`_.
+Because the Python solution file uses Solution Folders, VS Express will warn
+you about using solution folders every time you open the ``pcbuild.sln`` file.
+You can safely dismiss the warning with no impact on your ability to build
+Python.
 
 To build from the Visual Studio GUI, open the ``pcbuild.sln`` solution file
 with Visual Studio.  Choose the :menuselection:`Build Solution` option

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list