[pytango] 07/09: Imported Upstream version 8.1.1

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Thu Nov 28 07:43:05 UTC 2013


This is an automated email from the git hooks/post-receive script.

picca pushed a commit to branch master
in repository pytango.

commit 3f0abd9c637e9524ceeabba2cc7294d91b77cc3b
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Wed Nov 27 23:07:51 2013 +0100

    Imported Upstream version 8.1.1
---
 LICENSE.txt                                        |  165 ++
 PKG-INFO                                           |    4 +-
 doc/client/miscellaneous.rst                       |  142 +-
 doc/revision.rst                                   |    3 +-
 setup.py                                           |   47 +-
 src/boost/cpp/constants.cpp                        |    4 +
 src/boost/cpp/device_attribute.cpp                 |   12 +-
 src/boost/cpp/group.cpp                            |   53 +-
 src/boost/python/futures.py                        |   15 +-
 src/boost/python/gevent.py                         |   26 +-
 src/boost/python/green.py                          |   11 +-
 src/boost/python/ipython/__init__.py               |    1 +
 src/boost/python/ipython/ipython_00_11/__init__.py |    2 +-
 src/boost/python/release.py                        |    6 +-
 src/boost/python/server.py                         |    4 +-
 win/PyTango_VS10/PyTango.props                     |  339 ---
 win/PyTango_VS10/PyTango.sln                       |   32 -
 win/PyTango_VS10/PyTango.vcxproj                   |  305 ---
 win/PyTango_VS10/PyTango.vcxproj.filters           |  263 ---
 win/PyTango_VS8/PyTango.sln                        |   76 -
 win/PyTango_VS8/PyTango.vcproj                     | 1293 -----------
 win/PyTango_VS9/PyTango.sln                        |  104 -
 win/PyTango_VS9/PyTango.vcproj                     | 2404 --------------------
 win/PyTango_VS9/PyTango.vsprops                    |  269 ---
 winsetup.py                                        |   78 -
 25 files changed, 374 insertions(+), 5284 deletions(-)

diff --git a/LICENSE.txt b/LICENSE.txt
new file mode 100644
index 0000000..65c5ca8
--- /dev/null
+++ b/LICENSE.txt
@@ -0,0 +1,165 @@
+                   GNU LESSER GENERAL PUBLIC LICENSE
+                       Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+
+  This version of the GNU Lesser General Public License incorporates
+the terms and conditions of version 3 of the GNU General Public
+License, supplemented by the additional permissions listed below.
+
+  0. Additional Definitions.
+
+  As used herein, "this License" refers to version 3 of the GNU Lesser
+General Public License, and the "GNU GPL" refers to version 3 of the GNU
+General Public License.
+
+  "The Library" refers to a covered work governed by this License,
+other than an Application or a Combined Work as defined below.
+
+  An "Application" is any work that makes use of an interface provided
+by the Library, but which is not otherwise based on the Library.
+Defining a subclass of a class defined by the Library is deemed a mode
+of using an interface provided by the Library.
+
+  A "Combined Work" is a work produced by combining or linking an
+Application with the Library.  The particular version of the Library
+with which the Combined Work was made is also called the "Linked
+Version".
+
+  The "Minimal Corresponding Source" for a Combined Work means the
+Corresponding Source for the Combined Work, excluding any source code
+for portions of the Combined Work that, considered in isolation, are
+based on the Application, and not on the Linked Version.
+
+  The "Corresponding Application Code" for a Combined Work means the
+object code and/or source code for the Application, including any data
+and utility programs needed for reproducing the Combined Work from the
+Application, but excluding the System Libraries of the Combined Work.
+
+  1. Exception to Section 3 of the GNU GPL.
+
+  You may convey a covered work under sections 3 and 4 of this License
+without being bound by section 3 of the GNU GPL.
+
+  2. Conveying Modified Versions.
+
+  If you modify a copy of the Library, and, in your modifications, a
+facility refers to a function or data to be supplied by an Application
+that uses the facility (other than as an argument passed when the
+facility is invoked), then you may convey a copy of the modified
+version:
+
+   a) under this License, provided that you make a good faith effort to
+   ensure that, in the event an Application does not supply the
+   function or data, the facility still operates, and performs
+   whatever part of its purpose remains meaningful, or
+
+   b) under the GNU GPL, with none of the additional permissions of
+   this License applicable to that copy.
+
+  3. Object Code Incorporating Material from Library Header Files.
+
+  The object code form of an Application may incorporate material from
+a header file that is part of the Library.  You may convey such object
+code under terms of your choice, provided that, if the incorporated
+material is not limited to numerical parameters, data structure
+layouts and accessors, or small macros, inline functions and templates
+(ten or fewer lines in length), you do both of the following:
+
+   a) Give prominent notice with each copy of the object code that the
+   Library is used in it and that the Library and its use are
+   covered by this License.
+
+   b) Accompany the object code with a copy of the GNU GPL and this license
+   document.
+
+  4. Combined Works.
+
+  You may convey a Combined Work under terms of your choice that,
+taken together, effectively do not restrict modification of the
+portions of the Library contained in the Combined Work and reverse
+engineering for debugging such modifications, if you also do each of
+the following:
+
+   a) Give prominent notice with each copy of the Combined Work that
+   the Library is used in it and that the Library and its use are
+   covered by this License.
+
+   b) Accompany the Combined Work with a copy of the GNU GPL and this license
+   document.
+
+   c) For a Combined Work that displays copyright notices during
+   execution, include the copyright notice for the Library among
+   these notices, as well as a reference directing the user to the
+   copies of the GNU GPL and this license document.
+
+   d) Do one of the following:
+
+       0) Convey the Minimal Corresponding Source under the terms of this
+       License, and the Corresponding Application Code in a form
+       suitable for, and under terms that permit, the user to
+       recombine or relink the Application with a modified version of
+       the Linked Version to produce a modified Combined Work, in the
+       manner specified by section 6 of the GNU GPL for conveying
+       Corresponding Source.
+
+       1) Use a suitable shared library mechanism for linking with the
+       Library.  A suitable mechanism is one that (a) uses at run time
+       a copy of the Library already present on the user's computer
+       system, and (b) will operate properly with a modified version
+       of the Library that is interface-compatible with the Linked
+       Version.
+
+   e) Provide Installation Information, but only if you would otherwise
+   be required to provide such information under section 6 of the
+   GNU GPL, and only to the extent that such information is
+   necessary to install and execute a modified version of the
+   Combined Work produced by recombining or relinking the
+   Application with a modified version of the Linked Version. (If
+   you use option 4d0, the Installation Information must accompany
+   the Minimal Corresponding Source and Corresponding Application
+   Code. If you use option 4d1, you must provide the Installation
+   Information in the manner specified by section 6 of the GNU GPL
+   for conveying Corresponding Source.)
+
+  5. Combined Libraries.
+
+  You may place library facilities that are a work based on the
+Library side by side in a single library together with other library
+facilities that are not Applications and are not covered by this
+License, and convey such a combined library under terms of your
+choice, if you do both of the following:
+
+   a) Accompany the combined library with a copy of the same work based
+   on the Library, uncombined with any other library facilities,
+   conveyed under the terms of this License.
+
+   b) Give prominent notice with the combined library that part of it
+   is a work based on the Library, and explaining where to find the
+   accompanying uncombined form of the same work.
+
+  6. Revised Versions of the GNU Lesser General Public License.
+
+  The Free Software Foundation may publish revised and/or new versions
+of the GNU Lesser General Public License from time to time. Such new
+versions will be similar in spirit to the present version, but may
+differ in detail to address new problems or concerns.
+
+  Each version is given a distinguishing version number. If the
+Library as you received it specifies that a certain numbered version
+of the GNU Lesser General Public License "or any later version"
+applies to it, you have the option of following the terms and
+conditions either of that published version or of any later version
+published by the Free Software Foundation. If the Library as you
+received it does not specify a version number of the GNU Lesser
+General Public License, you may choose any version of the GNU Lesser
+General Public License ever published by the Free Software Foundation.
+
+  If the Library as you received it specifies that a proxy can decide
+whether future versions of the GNU Lesser General Public License shall
+apply, that proxy's public statement of acceptance of any version is
+permanent authorization for you to choose that version for the
+Library.
diff --git a/PKG-INFO b/PKG-INFO
index 377dd76..cbeb299 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -2,11 +2,11 @@ Metadata-Version: 1.1
 Name: PyTango
 Version: 8.1.1
 Summary: A python binding for the Tango control system
-Home-page: http://www.tango-controls.org/static/PyTango/
+Home-page: http://www.tinyurl.com/PyTango/
 Author: Tiago Coutinho
 Author-email: coutinho at esrf.fr
 License: LGPL
-Download-URL: http://pypi.python.org/packages/source/P/PyTango
+Download-URL: http://pypi.python.org/pypi/PyTango
 Description: This module implements the Python Tango Device API mapping.
 Keywords: Tango,CORBA,binding
 Platform: Linux
diff --git a/doc/client/miscellaneous.rst b/doc/client/miscellaneous.rst
index 66c183e..0eaba34 100644
--- a/doc/client/miscellaneous.rst
+++ b/doc/client/miscellaneous.rst
@@ -4,24 +4,22 @@ Green objects
 -------------
 
 PyTango supports cooperative green Tango objects. Since version 8.1 two *green*
-modes have been added: :obj:`~PyTango.GreenMode.Gevent` and
-:obj:`~PyTango.GreenMode.Futures`.
+modes have been added: :obj:`~PyTango.GreenMode.Futures` and
+:obj:`~PyTango.GreenMode.Gevent`.
 
-The :obj:`~PyTango.GreenMode.Gevent` mode uses the well known :mod:`gevent`
-module. The :obj:`~PyTango.GreenMode.Futures` uses the standard python module
+The :obj:`~PyTango.GreenMode.Futures` uses the standard python module
 :mod:`concurrent.futures`.
+The :obj:`~PyTango.GreenMode.Gevent` mode uses the well known gevent_ library.
 
-You can set the PyTango green mode at a global level. Set the environment
-variable :envvar:`PYTANGO_GREEN_MODE` to either gevent_ or futures
-(case incensitive). If this environment variable is not defined the PyTango
-global green mode defaults to *Synchronous*.
-
-Currently, at version 8.1, only :class:`DeviceProxy` has been modified to work
+Currently, in version 8.1, only :class:`DeviceProxy` has been modified to work
 in a green cooperative way. If the work is found to be useful, the same can
 be implemented in the future for :class:`AttributeProxy` and even 
 to :class:`Database`.
 
-
+You can set the PyTango green mode at a global level. Set the environment
+variable :envvar:`PYTANGO_GREEN_MODE` to either *futures* or *gevent*
+(case incensitive). If this environment variable is not defined the PyTango
+global green mode defaults to *Synchronous*.
 
 You can also change the active global green mode at any time in your program::
 
@@ -35,54 +33,50 @@ You can also change the active global green mode at any time in your program::
     >>> dev.get_green_mode()
     PyTango.GreenMode.Synchronous    
 
-    >>> set_green_mode(GreenMode.Gevent)
+    >>> set_green_mode(GreenMode.Futures)
     >>> get_green_mode()
-    PyTango.GreenMode.Gevent    
+    PyTango.GreenMode.Futures
 
     >>> dev.get_green_mode()
-    PyTango.GreenMode.Gevent
+    PyTango.GreenMode.Futures
 
 As you can see by the example, the global green mode will affect any previously
-created :class:`DeviceProxy` using the default constructor parameters.
+created :class:`DeviceProxy` using the default *DeviceProxy* constructor
+parameters.
 
 You can specificy green mode on a :class:`DeviceProxy` at creation time.
 You can also change the green mode at any time::
 
-    >>> from PyTango.gevent import DeviceProxy
+    >>> from PyTango.futures import DeviceProxy
 
     >>> dev = DeviceProxy("sys/tg_test/1")
     >>> dev.get_green_mode()
-    PyTango.GreenMode.Gevent
-
-    >>> from PyTango import GreenMode
-    >>> from PyTango import set_green_mode, get_green_mode
-    >>> get_green_mode()
-    PyTango.GreenMode.Synchronous    
+    PyTango.GreenMode.Futures
 
     >>> dev.set_green_mode(GreenMode.Synchronous)
     >>> dev.get_green_mode()
     PyTango.GreenMode.Synchronous
 
-gevent mode
-~~~~~~~~~~~
+futures mode
+~~~~~~~~~~~~
 
-Using :mod:`gevent` cooperative mode in PyTango is relatively easy::
+Using :mod:`concurrent.futures` cooperative mode in PyTango is relatively easy::
 
-    >>> from PyTango.gevent import DeviceProxy
+    >>> from PyTango.futures import DeviceProxy
 
     >>> dev = DeviceProxy("sys/tg_test/1")
     >>> dev.get_green_mode()
-    PyTango.GreenMode.Gevent
+    PyTango.GreenMode.Futures
 
     >>> print(dev.state())
     RUNNING
 
-The :func:`PyTango.gevent.DeviceProxy` API is exactly the same as the standard
+The :func:`PyTango.futures.DeviceProxy` API is exactly the same as the standard
 :class:`~PyTango.DeviceProxy`. The difference is in the semantics of the methods
 that involve synchronous network calls (constructor included) which may block
 the execution for a relatively big amount of time.
-The list of methods that have been modified to accept *gevent* semantics are,
-on the :func:`PyTango.gevent.DeviceProxy`:
+The list of methods that have been modified to accept *futures* semantics are,
+on the :func:`PyTango.futures.DeviceProxy`:
 
 * Constructor
 * :meth:`~DeviceProxy.state`
@@ -96,46 +90,46 @@ on the :func:`PyTango.gevent.DeviceProxy`:
 
 So how does this work in fact? I see no difference from using the *standard* 
 :class:`~PyTango.DeviceProxy`.
-Well, this is, in fact, one of the goals: be able to use a gevent cooperation
+Well, this is, in fact, one of the goals: be able to use a *futures* cooperation
 without changing the API. Behind the scenes the methods mentioned before have
-been modified to be able to work cooperatively with other greenlets.
+been modified to be able to work cooperatively.
 
 All of the above methods have been boosted with two extra keyword arguments
 *wait* and *timeout* which allow to fine tune the behaviour.
 The *wait* parameter is by default set to `True` meaning wait for the request
 to finish (the default semantics when not using green mode).
 If *wait* is set to `True`, the timeout determines the maximum time to wait for
-the method to execute. The default timeout is `None` which means wait forever.
-If *wait* is set to `False`, the *timeout* is ignored.
+the method to execute. The default is `None` which means wait forever. If *wait*
+is set to `False`, the *timeout* is ignored.
 
 If *wait* is set to `True`, the result is the same as executing the 
 *standard* method on a :class:`~PyTango.DeviceProxy`.
 If, *wait* is set to `False`, the result will be a 
-:class:`gevent.event.AsyncResult`. In this case, to get the actual value
+:class:`concurrent.futures.Future`. In this case, to get the actual value
 you will need to do something like::
 
-    >>> from PyTango.gevent import DeviceProxy
+    >>> from PyTango.futures import DeviceProxy
 
     >>> dev = DeviceProxy("sys/tg_test/1")
     >>> result = dev.state(wait=False)
     >>> result
-    <gevent.event.AsyncResult at 0x1a74050>
+    <Future at 0x16cb310 state=pending>
 
     >>> # this will be the blocking code
-    >>> state = result.get()
+    >>> state = result.result()
     >>> print(state)
     RUNNING
 
 Here is another example using :meth:`~DeviceProxy.read_attribute`::
 
-    >>> from PyTango.gevent import DeviceProxy
+    >>> from PyTango.futures import DeviceProxy
 
     >>> dev = DeviceProxy("sys/tg_test/1")
     >>> result = dev.read_attribute('wave', wait=False)
     >>> result
-    <gevent.event.AsyncResult at 0x1aff54e>
+    <Future at 0x16cbe50 state=pending>
 
-    >>> dev_attr = result.get()
+    >>> dev_attr = result.result()
     >>> print(dev_attr)
     DeviceAttribute[
     data_format = PyTango.AttrDataFormat.SPECTRUM
@@ -148,7 +142,7 @@ Here is another example using :meth:`~DeviceProxy.read_attribute`::
      nb_written = 0
         quality = PyTango.AttrQuality.ATTR_VALID
     r_dimension = AttributeDimension(dim_x = 256, dim_y = 0)
-           time = TimeVal(tv_nsec = 0, tv_sec = 1383923292, tv_usec = 886720)
+           time = TimeVal(tv_nsec = 0, tv_sec = 1383923329, tv_usec = 451821)
            type = PyTango.CmdArgType.DevDouble
           value = array([ -9.61260664e-01,  -9.65924853e-01,  -9.70294813e-01,
             -9.74369212e-01,  -9.78146810e-01,  -9.81626455e-01,
@@ -160,32 +154,33 @@ Here is another example using :meth:`~DeviceProxy.read_attribute`::
     w_dimension = AttributeDimension(dim_x = 0, dim_y = 0)
         w_value = None]
 
-.. note::
-   due to the internal workings of gevent, setting the *wait* flag to 
-   `True` (default) doesn't prevent other greenlets from running in *parallel*.
-   This is, in fact, one of the major bonus of working with :mod:`gevent` when
-   compared with :mod:`concurrent.futures`
+gevent mode
+~~~~~~~~~~~
 
-futures mode
-~~~~~~~~~~~~
+.. warning::
+   Before using gevent mode please note that at the time of writing this
+   documentation, *PyTango.gevent* requires the latest version 1.0 of
+   gevent (which has been released the day before :-P). Also take into 
+   account that gevent_ 1.0 is *not* available on python 3.
+   Please consider using the *Futures* mode instead.
 
-Using :mod:`concurrent.futures` cooperative mode in PyTango is relatively easy::
+Using gevent_ cooperative mode in PyTango is relatively easy::
 
-    >>> from PyTango.futures import DeviceProxy
+    >>> from PyTango.gevent import DeviceProxy
 
     >>> dev = DeviceProxy("sys/tg_test/1")
     >>> dev.get_green_mode()
-    PyTango.GreenMode.Futures
+    PyTango.GreenMode.Gevent
 
     >>> print(dev.state())
     RUNNING
 
-The :func:`PyTango.futures.DeviceProxy` API is exactly the same as the standard
+The :func:`PyTango.gevent.DeviceProxy` API is exactly the same as the standard
 :class:`~PyTango.DeviceProxy`. The difference is in the semantics of the methods
 that involve synchronous network calls (constructor included) which may block
 the execution for a relatively big amount of time.
-The list of methods that have been modified to accept *futures* semantics are,
-on the :func:`PyTango.futures.DeviceProxy`:
+The list of methods that have been modified to accept *gevent* semantics are,
+on the :func:`PyTango.gevent.DeviceProxy`:
 
 * Constructor
 * :meth:`~DeviceProxy.state`
@@ -199,46 +194,46 @@ on the :func:`PyTango.futures.DeviceProxy`:
 
 So how does this work in fact? I see no difference from using the *standard* 
 :class:`~PyTango.DeviceProxy`.
-Well, this is, in fact, one of the goals: be able to use a *futures* cooperation
+Well, this is, in fact, one of the goals: be able to use a gevent cooperation
 without changing the API. Behind the scenes the methods mentioned before have
-been modified to be able to work cooperatively.
+been modified to be able to work cooperatively with other greenlets.
 
 All of the above methods have been boosted with two extra keyword arguments
 *wait* and *timeout* which allow to fine tune the behaviour.
 The *wait* parameter is by default set to `True` meaning wait for the request
 to finish (the default semantics when not using green mode).
 If *wait* is set to `True`, the timeout determines the maximum time to wait for
-the method to execute. The default is `None` which means wait forever. If *wait*
-is set to `False`, the *timeout* is ignored.
+the method to execute. The default timeout is `None` which means wait forever.
+If *wait* is set to `False`, the *timeout* is ignored.
 
 If *wait* is set to `True`, the result is the same as executing the 
 *standard* method on a :class:`~PyTango.DeviceProxy`.
 If, *wait* is set to `False`, the result will be a 
-:class:`concurrent.futures.Future`. In this case, to get the actual value
+:class:`gevent.event.AsyncResult`. In this case, to get the actual value
 you will need to do something like::
 
-    >>> from PyTango.futures import DeviceProxy
+    >>> from PyTango.gevent import DeviceProxy
 
     >>> dev = DeviceProxy("sys/tg_test/1")
     >>> result = dev.state(wait=False)
     >>> result
-    <Future at 0x16cb310 state=pending>
+    <gevent.event.AsyncResult at 0x1a74050>
 
     >>> # this will be the blocking code
-    >>> state = result.result()
+    >>> state = result.get()
     >>> print(state)
     RUNNING
 
 Here is another example using :meth:`~DeviceProxy.read_attribute`::
 
-    >>> from PyTango.futures import DeviceProxy
+    >>> from PyTango.gevent import DeviceProxy
 
     >>> dev = DeviceProxy("sys/tg_test/1")
     >>> result = dev.read_attribute('wave', wait=False)
     >>> result
-    <Future at 0x16cbe50 state=pending>
+    <gevent.event.AsyncResult at 0x1aff54e>
 
-    >>> dev_attr = result.result()
+    >>> dev_attr = result.get()
     >>> print(dev_attr)
     DeviceAttribute[
     data_format = PyTango.AttrDataFormat.SPECTRUM
@@ -251,7 +246,7 @@ Here is another example using :meth:`~DeviceProxy.read_attribute`::
      nb_written = 0
         quality = PyTango.AttrQuality.ATTR_VALID
     r_dimension = AttributeDimension(dim_x = 256, dim_y = 0)
-           time = TimeVal(tv_nsec = 0, tv_sec = 1383923329, tv_usec = 451821)
+           time = TimeVal(tv_nsec = 0, tv_sec = 1383923292, tv_usec = 886720)
            type = PyTango.CmdArgType.DevDouble
           value = array([ -9.61260664e-01,  -9.65924853e-01,  -9.70294813e-01,
             -9.74369212e-01,  -9.78146810e-01,  -9.81626455e-01,
@@ -263,23 +258,30 @@ Here is another example using :meth:`~DeviceProxy.read_attribute`::
     w_dimension = AttributeDimension(dim_x = 0, dim_y = 0)
         w_value = None]
 
+.. note::
+   due to the internal workings of gevent, setting the *wait* flag to 
+   `True` (default) doesn't prevent other greenlets from running in *parallel*.
+   This is, in fact, one of the major bonus of working with :mod:`gevent` when
+   compared with :mod:`concurrent.futures`
+
+
 Green API
 ~~~~~~~~~
 
 Summary:
     * :func:`PyTango.get_green_mode` 
     * :func:`PyTango.set_green_mode` 
-    * :func:`PyTango.gevent.DeviceProxy` 
     * :func:`PyTango.futures.DeviceProxy` 
+    * :func:`PyTango.gevent.DeviceProxy` 
 
 .. autofunction:: PyTango.get_green_mode
 
 .. autofunction:: PyTango.set_green_mode
 
-.. autofunction:: PyTango.gevent.DeviceProxy
-
 .. autofunction:: PyTango.futures.DeviceProxy
 
+.. autofunction:: PyTango.gevent.DeviceProxy
+
 
 Low level API
 #############
diff --git a/doc/revision.rst b/doc/revision.rst
index b7b68f8..0a2d7ae 100644
--- a/doc/revision.rst
+++ b/doc/revision.rst
@@ -73,7 +73,7 @@ History of modifications:
 +----------+----------------------------------------------------------------------------------+-----------------------------------------------------+-----------------------+
 | 28/08/13 | `8.13 <http://www.tango-controls.org/static/PyTango/v723/doc/html/index.html>`_  | Update to PyTango 7.2.4                             | T\. Coutinho          |
 +----------+----------------------------------------------------------------------------------+-----------------------------------------------------+-----------------------+
-| 22/11/13 | `8.18 <http://www.tango-controls.org/static/PyTango/v810/doc/html/index.html>`_  | Update to PyTango 8.1.1                             | T\. Coutinho          |
+| 27/11/13 | `8.18 <http://www.tango-controls.org/static/PyTango/v810/doc/html/index.html>`_  | Update to PyTango 8.1.1                             | T\. Coutinho          |
 +----------+----------------------------------------------------------------------------------+-----------------------------------------------------+-----------------------+
 
 .. _version-history:
@@ -98,6 +98,7 @@ Version history
 |          | - `628: Problem in installing PyTango 8.0.3 on Scientific Linux 6 <https://sourceforge.net/p/tango-cs/bugs/628/>`_                                                |
 |          | - `635: Reading of ULong64 attributes does not work <https://sourceforge.net/p/tango-cs/bugs/635/>`_                                                              |
 |          | - `636: PyTango log messages are not filtered by level <https://sourceforge.net/p/tango-cs/bugs/636/>`_                                                           |
+|          | - `637: [pytango] segfault doing write_attribute on Group <https://sourceforge.net/p/tango-cs/bugs/637/>`_                                                        |
 +----------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | 8.1.0    | *SKIPPED*                                                                                                                                                         |
 +----------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------+
diff --git a/setup.py b/setup.py
index e807da5..d77114d 100644
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,6 @@ try:
 except:
     numpy = None
 
-
 is64 = 8 * struct.calcsize("P") == 64
 
 
@@ -59,7 +58,9 @@ def pkg_config(*packages, **config):
                 "-L": "library_dirs",
                 "-l": "libraries"}
     cmd = ["pkg-config", "--libs", "--cflags-only-I", " ".join(packages)]
-    result = subprocess.Popen(cmd, stdout=subprocess.PIPE).communicate()[0]
+    proc = subprocess.Popen(cmd, stdout=subprocess.PIPE)
+    result = proc.wait()
+    result = str(proc.communicate()[0].decode("utf-8"))
     for elem in result.split():
         flag, value = elem[:2], elem[2:]
         config_values = config.setdefault(config_map.get(flag), [])
@@ -155,17 +156,16 @@ def add_lib(name, dirs, sys_libs, env_name=None, lib_name=None, inc_suffix=None)
         inc_dir = os.path.join(ENV, 'include')
         if inc_suffix is not None:
             inc_dir = os.path.join(inc_dir, inc_suffix)
+        lib_dirs = [os.path.join(ENV, 'lib')]
         if is64:
-            lib_dir = os.path.join(ENV, 'lib64')
-            if not os.path.isdir(lib_dir):
-                lib_dir = os.path.join(ENV, 'lib')
-        else:
-            lib_dir = os.path.join(ENV, 'lib')
+            lib64_dir = os.path.join(ENV, 'lib64')
+            if os.path.isdir(lib64_dir):
+                lib_dirs.insert(0, lib64_dir)
         
         if lib_name.startswith('lib'):
             lib_name = lib_name[3:]
         dirs['include_dirs'].append(inc_dir)
-        dirs['library_dirs'].append(lib_dir)
+        dirs['library_dirs'].extend(lib_dirs)
         dirs['libraries'].append(lib_name)
 
         
@@ -260,6 +260,7 @@ class build_ext(dftbuild_ext):
             ext.define_macros += [ ('PYTANGO_HAS_UNIQUE_PTR', '1') ]
         dftbuild_ext.build_extension(self, ext)
 
+        
 if sphinx:
     class build_doc(BuildDoc):
 
@@ -326,15 +327,17 @@ class install(dftinstall):
 def main():
     macros = []
     
-    directories = dict(include_dirs=[abspath('src', 'boost', 'cpp')],
-                       library_dirs=[],
-                       libraries=[])
+    directories = {
+        'include_dirs': [],
+        'library_dirs': [],
+        'libraries':    ['tango', 'log4tango', 'zmq',
+                         'omniDynamic4', 'COS4', 'omniORB4', 'omnithread'],
+    }
     sys_libs = []
     
     add_lib('omni', directories, sys_libs, lib_name='omniORB4')
     add_lib('zmq', directories, sys_libs, lib_name='libzmq')
     add_lib('tango', directories, sys_libs, inc_suffix='tango')
-    add_lib('log4tango', directories, sys_libs)
 
     # special boost-python configuration
 
@@ -352,14 +355,14 @@ def main():
                 boost_library_name += pyver
     else:
         inc_dir = os.path.join(BOOST_ROOT, 'include')
-        lib_dir = os.path.join(BOOST_ROOT, 'lib')
+        lib_dirs = [os.path.join(BOOST_ROOT, 'lib')]
         if is64:
-            lib_dir = os.path.join(BOOST_ROOT, 'lib64')
-            if not os.path.isdir(lib_dir):
-                lib_dir = os.path.join(BOOST_ROOT, 'lib')                
+            lib64_dir = os.path.join(BOOST_ROOT, 'lib64')
+            if os.path.isdir(lib64_dir):
+                lib_dirs.insert(0, lib64_dir)
 
         directories['include_dirs'].append(inc_dir)
-        directories['library_dirs'].append(lib_dir)
+        directories['library_dirs'].extend(lib_dirs)
                 
     directories['libraries'].append(boost_library_name)
 
@@ -445,10 +448,6 @@ def main():
         extra_compile_args += ['-g', '-O0']
         extra_link_args += ['-g' , '-O0'] 
 
-    include_dirs = uniquify(directories['include_dirs'])
-    library_dirs = uniquify(directories['library_dirs'])
-    libraries = uniquify(directories['libraries'])
-        
     src_dir = abspath('src', 'boost', 'cpp')
     client_dir = src_dir
     server_dir = os.path.join(src_dir, 'server')
@@ -462,6 +461,10 @@ def main():
     _serverfiles.sort()
     _cppfiles = _clientfiles + _serverfiles
 
+    include_dirs = uniquify(directories['include_dirs'] + [client_dir, server_dir])
+    library_dirs = uniquify(directories['library_dirs'])
+    libraries = uniquify(directories['libraries'])
+
     _pytango = Extension(
         name='_PyTango',
         sources=_cppfiles,
@@ -507,5 +510,7 @@ def main():
         ext_modules=[_pytango],
         cmdclass=cmdclass)
 
+    return dist
+
 if __name__ == "__main__":
     main()
diff --git a/src/boost/cpp/constants.cpp b/src/boost/cpp/constants.cpp
index 9717a23..d45c9d5 100644
--- a/src/boost/cpp/constants.cpp
+++ b/src/boost/cpp/constants.cpp
@@ -31,7 +31,11 @@ void export_constants()
     consts_scope.attr("NUMPY_VERSION") = "0.0.0";
 #else
     consts_scope.attr("NUMPY_SUPPORT") = true;
+#ifdef PYTANGO_NUMPY_VERSION
     consts_scope.attr("NUMPY_VERSION") = PYTANGO_NUMPY_VERSION;
+#else
+    consts_scope.attr("NUMPY_VERSION") = "0.0.0";
+#endif
 #endif
 
     consts_scope.attr("PY_MAJOR_VERSION") = PY_MAJOR_VERSION;
diff --git a/src/boost/cpp/device_attribute.cpp b/src/boost/cpp/device_attribute.cpp
index b7a3b61..ad11024 100644
--- a/src/boost/cpp/device_attribute.cpp
+++ b/src/boost/cpp/device_attribute.cpp
@@ -692,7 +692,7 @@ namespace PyDeviceAttribute
     reset(Tango::DeviceAttribute & self, const Tango::AttributeInfo &attr_info,
           bopy::object py_value)
     {
-        self.set_name(const_cast<std::string&>(attr_info.name));
+        self.set_name(attr_info.name.c_str());
         reset_values(self, attr_info.data_type, attr_info.data_format, py_value);
     }
 
@@ -700,12 +700,18 @@ namespace PyDeviceAttribute
     reset(Tango::DeviceAttribute & self, const std::string &attr_name,
           Tango::DeviceProxy &dev_proxy, bopy::object py_value)
     {
+        self.set_name(attr_name.c_str());
         Tango::AttributeInfoEx attr_info;
         {
             AutoPythonAllowThreads guard;
-            attr_info = dev_proxy.get_attribute_config(attr_name);
+            try
+            {
+                attr_info = dev_proxy.get_attribute_config(attr_name);
+            }
+            catch(...)
+            {}
         }
-        reset(self, attr_info, py_value);
+        reset_values(self, attr_info.data_type, attr_info.data_format, py_value);
     }
 
 };
diff --git a/src/boost/cpp/group.cpp b/src/boost/cpp/group.cpp
index 67ab686..87e3cba 100644
--- a/src/boost/cpp/group.cpp
+++ b/src/boost/cpp/group.cpp
@@ -15,7 +15,6 @@
 
 void export_group_reply_list();
 void export_group_reply();
-//void export_group_element();
 
 
 namespace PyGroup
@@ -104,10 +103,29 @@ namespace PyGroup
         if(!dev_proxy)
         {   
             Tango::DeviceAttribute dev_attr;
+            dev_attr.set_name(attr_name.c_str());
             AutoPythonAllowThreads guard;
             return self.write_attribute_asynch(dev_attr, forward);
         }
         
+        // Try to see if we can get attribute information from any device in
+        // the group
+        Tango::AttributeInfoEx attr_info;
+        bool has_attr_info = false;
+        {
+            AutoPythonAllowThreads guard;
+            for(long dev_idx = 1; dev_idx <= self.get_size(); ++dev_idx)
+            {
+                try
+                {
+                    attr_info = self[dev_idx]->get_attribute_config(attr_name);
+                    has_attr_info = true;
+                    break;
+                }
+                catch(...) {}
+            }
+        }
+
         if(multi)
         {
             if(!PySequence_Check(py_value.ptr()))
@@ -117,28 +135,37 @@ namespace PyGroup
                        "(ex: list or tuple)" );
             }
             
-            Tango::AttributeInfoEx attr_info;
-            {
-                AutoPythonAllowThreads guard;
-                attr_info = dev_proxy->get_attribute_config(attr_name);
-            }
-                        
             Py_ssize_t attr_nb = bopy::len(py_value);
             std::vector<Tango::DeviceAttribute> dev_attr(attr_nb);
-            for(Py_ssize_t i = 0; i < attr_nb; ++i)
+
+            if (has_attr_info)
             {
-                PyDeviceAttribute::reset(dev_attr[i], attr_info, py_value[i]);
+                for(Py_ssize_t i = 0; i < attr_nb; ++i)
+                {
+                    PyDeviceAttribute::reset(dev_attr[i], attr_info, py_value[i]);
+                }
+            }
+            else
+            {
+                for(Py_ssize_t i = 0; i < attr_nb; ++i)
+                {
+                    dev_attr[i].set_name(attr_name.c_str());
+                }
             }
-            
             AutoPythonAllowThreads guard;
             return self.write_attribute_asynch(dev_attr, forward);
         }
         else
         {
             Tango::DeviceAttribute dev_attr;
-            Tango::DeviceProxy* dev_proxy = self.get_device(1);
-            if (dev_proxy)
-                PyDeviceAttribute::reset(dev_attr, attr_name, *dev_proxy, py_value);
+            if (has_attr_info)
+            {
+                PyDeviceAttribute::reset(dev_attr, attr_info, py_value);
+            }
+            else
+            {
+                dev_attr.set_name(attr_name.c_str());
+            }
             // If !dev_proxy (no device added in self or his children) then we
             // don't initialize dev_attr. As a result, the reply will be empty.
             /// @todo or should we raise an exception instead?
diff --git a/src/boost/python/futures.py b/src/boost/python/futures.py
index ad98474..b34f876 100644
--- a/src/boost/python/futures.py
+++ b/src/boost/python/futures.py
@@ -12,7 +12,7 @@
 """This module exposes a futures version of :class:`PyTango.DeviceProxy` and
 :class:`PyTango.AttributeProxy"""
 
-__all__ = ["DeviceProxy", "AttributeProxy"]
+__all__ = ["DeviceProxy", "AttributeProxy", "check_requirements"]
 
 from functools import partial
 
@@ -21,6 +21,19 @@ from PyTango.device_proxy import get_device_proxy
 from PyTango.attribute_proxy import get_attribute_proxy
 
 
+def check_requirements():
+    try:
+        import concurrent.futures
+    except ImportError:
+        import sys
+        if sys.version_info[0] < 3:
+            raise ImportError("No module named concurrent. You need to " \
+                              "install the futures backport module to have " \
+                              "access to PyTango futures green mode")
+                              
+
+check_requirements()
+
 DeviceProxy = partial(get_device_proxy, green_mode=GreenMode.Futures)
 DeviceProxy.__doc__ = """
     DeviceProxy(self, dev_name, wait=True, timeout=True) -> DeviceProxy
diff --git a/src/boost/python/gevent.py b/src/boost/python/gevent.py
index b556318..72aa86c 100644
--- a/src/boost/python/gevent.py
+++ b/src/boost/python/gevent.py
@@ -12,15 +12,37 @@
 """This module exposes a gevent version of :class:`PyTango.DeviceProxy` and
 :class:`PyTango.AttributeProxy"""
 
-__all__ = ["DeviceProxy", "AttributeProxy"]
+from __future__ import absolute_import
 
-from functools import partial
+__all__ = ["DeviceProxy", "AttributeProxy", "check_requirements"]
 
+from functools import partial
+    
 from PyTango import GreenMode
 from PyTango.device_proxy import get_device_proxy
 from PyTango.attribute_proxy import get_attribute_proxy
 
 
+def check_requirements():
+    try:
+        import gevent
+    except ImportError:
+        raise ImportError("No module named gevent. You need to install " \
+                          "gevent module to have access to PyTango gevent " \
+                          "green mode. Consider using the futures green mode " \
+                          "instead")
+
+    import distutils.version
+    gevent_version = ".".join(map(str, gevent.version_info[:3]))
+    if distutils.version.StrictVersion(gevent_version) < "1.0":
+        raise ImportError("You need gevent >= 1.0. You are using %s. " \
+                          "Consider using the futures green mode instead" \
+                          % gevent_version)
+
+
+check_requirements()    
+
+
 DeviceProxy = partial(get_device_proxy, green_mode=GreenMode.Gevent)
 DeviceProxy.__doc__ = """
     DeviceProxy(self, dev_name, wait=True, timeout=True) -> DeviceProxy
diff --git a/src/boost/python/green.py b/src/boost/python/green.py
index a5ea588..02f1e9e 100644
--- a/src/boost/python/green.py
+++ b/src/boost/python/green.py
@@ -47,8 +47,15 @@ def set_green_mode(green_mode=None):
     :type green_mode: GreenMode
     """
     global __current_green_mode
-    if green_mode is None:
-        green_mode = GreenMode.Synchronous
+    if __current_green_mode == green_mode:
+        return
+    if green_mode == GreenMode.Gevent:
+        # check if we can change to gevent mode
+        import PyTango.gevent
+    elif green_mode == GreenMode.Futures:
+        # check if we can change to futures mode
+        import PyTango.futures
+        
     __current_green_mode = green_mode
 
 
diff --git a/src/boost/python/ipython/__init__.py b/src/boost/python/ipython/__init__.py
index 94e27fb..7b7b29b 100644
--- a/src/boost/python/ipython/__init__.py
+++ b/src/boost/python/ipython/__init__.py
@@ -31,6 +31,7 @@ def default_install(*args, **kwargs):
 
 init_ipython = default_init_ipython
 install = default_install
+is_installed = lambda : False
 
 ipv = get_ipython_version()
 
diff --git a/src/boost/python/ipython/ipython_00_11/__init__.py b/src/boost/python/ipython/ipython_00_11/__init__.py
index 587afd6..4bafc48 100644
--- a/src/boost/python/ipython/ipython_00_11/__init__.py
+++ b/src/boost/python/ipython/ipython_00_11/__init__.py
@@ -12,7 +12,7 @@
 __all__ = ['load_ipython_extension', 'unload_ipython_extension', 'load_config',
            'run', 'install', 'is_installed']
 
-from .ipython_10_00 import load_ipython_extension, unload_ipython_extension, \
+from .ipython_00_11 import load_ipython_extension, unload_ipython_extension, \
     load_config, run
 from .ipy_install import install, is_installed
 
diff --git a/src/boost/python/release.py b/src/boost/python/release.py
index dd3145b..b2d7a64 100644
--- a/src/boost/python/release.py
+++ b/src/boost/python/release.py
@@ -40,7 +40,7 @@ class Release:
             - keywords : (seq<str>) list of keywords
             - license : (str) the license"""
     name = 'PyTango'
-    version_info = (8, 1, 1, 'dev', 0)
+    version_info = (8, 1, 1, 'final', 0)
     version = '.'.join(map(str, version_info[:3]))
     version_long = version + ''.join(map(str, version_info[3:]))
     version_description = 'This version implements the C++ Tango 8.1 API.'
@@ -51,8 +51,8 @@ class Release:
     license = 'LGPL'
     authors = { 'Coutinho' : ('Tiago Coutinho' , 'coutinho at esrf.fr') }
     author_lines = "\n".join([ "%s <%s>" % x for x in authors.values()])
-    url = 'http://www.tango-controls.org/static/PyTango/'
-    download_url = 'http://pypi.python.org/packages/source/P/PyTango'
+    url = 'http://www.tinyurl.com/PyTango/'
+    download_url = 'http://pypi.python.org/pypi/PyTango'
     platform = ['Linux', 'Windows XP/Vista/7/8']
     keywords = ['Tango', 'CORBA', 'binding']
     
diff --git a/src/boost/python/server.py b/src/boost/python/server.py
index ca7130a..3384ef3 100644
--- a/src/boost/python/server.py
+++ b/src/boost/python/server.py
@@ -9,7 +9,7 @@
 # See LICENSE.txt for more info.
 # ------------------------------------------------------------------------------
 
-"""High Level API for writting Tango device servers.
+"""High Level API for writing Tango device servers.
 
 .. _pytango-hlapi-datatypes:
 
@@ -17,7 +17,7 @@
 
 When declaring attributes, properties or commands, one of the most important
 information is the data type. It is given by the keyword argument *dtype*.
-In order to provide a more *pythonic* interface, this argument is not retricted
+In order to provide a more *pythonic* interface, this argument is not restricted
 to the :obj:`~PyTango.CmdArgType` options.
 
 For example, to define a *SCALAR* :obj:`~PyTango.CmdArgType.DevLong`
diff --git a/win/PyTango_VS10/PyTango.props b/win/PyTango_VS10/PyTango.props
deleted file mode 100755
index 5b64e88..0000000
--- a/win/PyTango_VS10/PyTango.props
+++ /dev/null
@@ -1,339 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup Label="UserMacros">
-    <PyTangoBaseFile>_PyTango</PyTangoBaseFile>
-    <TangoMajorVer>8</TangoMajorVer>
-    <TangoMinorVer>1</TangoMinorVer>
-    <TangoPatchVer>2</TangoPatchVer>
-    <TangoVer>$(TangoMajorVer).$(TangoMinorVer).$(TangoPatchVer)</TangoVer>
-    <PyTangoMajorVer>8</PyTangoMajorVer>
-    <PyTangoMinorVer>1</PyTangoMinorVer>
-    <PyTangoPatchVer>1</PyTangoPatchVer>
-    <PyTangoVer>$(PyTangoMajorVer).$(PyTangoMinorVer).$(PyTangoPatchVer)</PyTangoVer>
-
-    <BoostMajorVer>1</BoostMajorVer>
-    <BoostMinorVer>53</BoostMinorVer>
-    <BoostPatchVer>0</BoostPatchVer>
-    <BoostVer>$(BoostMajorVer).$(BoostMinorVer).$(BoostPatchVer)</BoostVer>
-    <TangoBaseDir>C:\tango-$(TangoVer)</TangoBaseDir>
-    <BoostBaseDir>C:\boost-$(BoostVer)</BoostBaseDir>
-    <PythonBaseDir>C:\Python</PythonBaseDir>
-    <VCMajorVer>10</VCMajorVer>
-    <VCMinorVer>0</VCMinorVer>
-    <VCVer>$(VCMajorVer).$(VCMinorVer)</VCVer>
-    <BoostIncludeDir>$(BoostBaseDir)\include\boost-$(BoostMajorVer)_$(BoostMinorVer)</BoostIncludeDir>
-    <BoostLibDir>$(BoostBaseDir)\multi\release\msvc-$(VCVer)\$(Platform)</BoostLibDir>
-    <TangoIncludeDir>$(TangoBaseDir)\$(Platform)\include\vc$(VCMajorVer)</TangoIncludeDir>
-    <TangoLibDir>$(TangoBaseDir)\$(Platform)\lib</TangoLibDir>
-    <PythonDir>C:\Python\$(Platform)</PythonDir>
-    <NumpyRelativeIncludeDir>Lib\site-packages\numpy\core\include</NumpyRelativeIncludeDir>
-    <PyTangoCompileOptions>-Zm200 /MP2 /bigobj</PyTangoCompileOptions>
-    <BaseDir>$(ProjectDir)..\..</BaseDir>
-    <RelPrefixDir>$(Configuration)_$(Platform)_msvc$(VCVer)</RelPrefixDir>
-    <BaseBuildDir>c:\temp\pytango\build_$(PyTangoVer)_tg$(TangoVer)_boost$(BoostVer)</BaseBuildDir>
-    <BaseBuildLibDir>$(BaseBuildDir)\lib</BaseBuildLibDir>
-    <BaseTempDir>$(BaseBuildDir)\temp</BaseTempDir>
-    <BaseDistDir>$(BaseBuildDir)\dist</BaseDistDir>
-    <BaseBDistDir>$(BaseBuildDir)\temp_dist</BaseBDistDir>
-    <BuildDir>$(BaseBuildLibDir)\$(RelPrefixDir)</BuildDir>
-    <DistDir>$(BaseDistDir)\$(RelPrefixDir)</DistDir>
-    <TempDir>$(BaseTempDir)\$(RelPrefixDir)</TempDir>
-    <BDistDir>$(BaseBDistDir)\$(RelPrefixDir)</BDistDir>
-    <PyTangoBuildDir>$(BuildDir)\$(ProjectName)</PyTangoBuildDir>
-    <PyTangoTempDir>$(TempDir)\$(ProjectName)</PyTangoTempDir>
-    <BaseSrcDir>$(BaseDir)\src\boost\cpp</BaseSrcDir>
-    <CommonIncludeDirs>$(BoostIncludeDir);$(TangoIncludeDir);$(BaseSrcDir);$(BaseSrcDir)\server</CommonIncludeDirs>
-    <Python33Dir>$(PythonDir)\33</Python33Dir>
-    <Py33>$(Python33Dir)\python</Py33>
-    <Python33IncludeDir>$(Python33Dir)\include</Python33IncludeDir>
-    <Numpy33IncludeDir>$(Python33Dir)\$(NumpyRelativeIncludeDir)</Numpy33IncludeDir>
-    <Python33IncludeDirs>$(Python33IncludeDir);$(Numpy33IncludeDir)</Python33IncludeDirs>
-    <Python33LibDir>$(Python33Dir)\libs</Python33LibDir>
-    <BasePreFlags>WIN32;NDEBUG</BasePreFlags>
-    <PreTangoStaticFlags>_WINSTATIC</PreTangoStaticFlags>
-    <PreTangoSharedFlags>LOG4TANGO_HAS_DLL;TANGO_HAS_DLL</PreTangoSharedFlags>
-    <PreBoostSharedTantoSharedFlags>$(BasePreFlags);$(PreTangoSharedFlags);BOOST_PYTHON_DYNAMIC_LIB</PreBoostSharedTantoSharedFlags>
-    <PreBoostStaticTantoSharedFlags>$(BasePreFlags);$(PreTangoSharedFlags);BOOST_PYTHON_STATIC_LIB</PreBoostStaticTantoSharedFlags>
-    <PreBoostStaticTantoStaticFlags>$(BasePreFlags);$(PreTangoStaticFlags);BOOST_PYTHON_STATIC_LIB</PreBoostStaticTantoStaticFlags>
-    <PreCompHeaderSrc>precompiled_header.hpp</PreCompHeaderSrc>
-    <PreCompHeaderDst>$(TempDir)\$(PyTangoBaseFile)_Boost-$(BoostVer).pch</PreCompHeaderDst>
-    <DatabaseFile>$(TempDir)\$(PyTangoBaseFile)_Boost-$(BoostVer).pdb</DatabaseFile>
-    <BaseDisableWarningFlags>4005;4996;4250</BaseDisableWarningFlags>
-    <omniStaticLibs>COS4.lib;omniORB4.lib;omniDynamic4.lib;omnithread.lib</omniStaticLibs>
-    <omniSharedLibs>COS4_rt.lib;omniORB4_rt.lib;omniDynamic4_rt.lib;omnithread_rt.lib</omniSharedLibs>
-    <BaseTangoLibs>zmq.lib;log4tango.lib;tango.lib</BaseTangoLibs>
-    <BasePyTangoStaticLibs>$(omniStaticLibs);$(BaseTangoLibs);comctl32.lib;ws2_32.lib;mswsock.lib</BasePyTangoStaticLibs>
-    <BasePyTangoSharedLibs>$(omniSharedLibs);$(BaseTangoLibs)</BasePyTangoSharedLibs>
-    <PyTango33StaticLibs>$(BasePyTangoStaticLibs);python33.lib</PyTango33StaticLibs>
-    <PyTango33SharedLibs>$(BasePyTangoSharedLibs);python33.lib</PyTango33SharedLibs>
-    <BaseBoostSharedRtSharedLibDir>$(BoostLibDir)\shared\runtime_shared</BaseBoostSharedRtSharedLibDir>
-    <BaseBoostStaticRtSharedLibDir>$(BoostLibDir)\static\runtime_shared</BaseBoostStaticRtSharedLibDir>
-    <BaseBoostStaticRtStaticLibDir>$(BoostLibDir)\static\runtime_static</BaseBoostStaticRtStaticLibDir>
-    <Boost33SharedRtSharedLibDir>$(BaseBoostSharedRtSharedLibDir)\33;$(Python33LibDir)</Boost33SharedRtSharedLibDir>
-    <Boost33StaticRtSharedLibDir>$(BaseBoostStaticRtSharedLibDir)\33;$(Python33LibDir)</Boost33StaticRtSharedLibDir>
-    <Boost33StaticRtStaticLibDir>$(BaseBoostStaticRtStaticLibDir)\33;$(Python33LibDir)</Boost33StaticRtStaticLibDir>
-    <Py33BoostSharedTangoSharedLibDir>$(Boost33SharedRtSharedLibDir);$(TangoLibDir)\vc$(VCMajorVer)_dll</Py33BoostSharedTangoSharedLibDir>
-    <Py33BoostStaticTangoSharedLibDir>$(Boost33StaticRtSharedLibDir);$(TangoLibDir)\vc$(VCMajorVer)_dll</Py33BoostStaticTangoSharedLibDir>
-    <Py33BoostStaticTangoStaticLibDir>$(Boost33StaticRtStaticLibDir);$(TangoLibDir)\vc$(VCMajorVer)</Py33BoostStaticTangoStaticLibDir>
-    <WinSetupArgs>$(BaseDir)\winsetup.py $(BuildDir) $(DistDir) $(BDistDir) $(Configuration) $(Platform)</WinSetupArgs>
-  </PropertyGroup>
-  <PropertyGroup>
-    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
-    <_PropertySheetDisplayName>PyTango Project Properties</_PropertySheetDisplayName>
-    <OutDir>$(PyTangoBuildDir)\</OutDir>
-    <IntDir>$(PyTangoTempDir)\</IntDir>
-    <LinkIncremental>false</LinkIncremental>
-  </PropertyGroup>
-  <ItemDefinitionGroup>
-    <ClCompile>
-      <AdditionalOptions>$(PyTangoCompileOptions) %(AdditionalOptions)</AdditionalOptions>
-      <Optimization>Full</Optimization>
-      <WholeProgramOptimization>false</WholeProgramOptimization>
-      <BufferSecurityCheck>false</BufferSecurityCheck>
-      <PrecompiledHeader>
-      </PrecompiledHeader>
-      <PrecompiledHeaderOutputFile>$(PreCompHeaderDst)</PrecompiledHeaderOutputFile>
-      <PrecompiledHeaderFile>$(PreCompHeaderSrc)</PrecompiledHeaderFile>
-      <ProgramDataBaseFileName>$(DatabaseFile)</ProgramDataBaseFileName>
-      <WarningLevel>Level3</WarningLevel>
-      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
-      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
-      <CompileAs>Default</CompileAs>
-      <DisableSpecificWarnings>$(BaseDisableWarningFlags);%(DisableSpecificWarnings)</DisableSpecificWarnings>
-      <ErrorReporting>Prompt</ErrorReporting>
-    </ClCompile>
-    <Link>
-      <ShowProgress>NotSet</ShowProgress>
-      <OutputFile>$(OutDir)$(PyTangoBaseFile).pyd</OutputFile>
-      <GenerateDebugInformation>true</GenerateDebugInformation>
-      <ProgramDatabaseFile>$(DatabaseFile)</ProgramDatabaseFile>
-      <SubSystem>Windows</SubSystem>
-      <OptimizeReferences>true</OptimizeReferences>
-      <EnableCOMDATFolding>true</EnableCOMDATFolding>
-      <LinkTimeCodeGeneration>
-      </LinkTimeCodeGeneration>
-      <RandomizedBaseAddress>false</RandomizedBaseAddress>
-      <DataExecutionPrevention>
-      </DataExecutionPrevention>
-      <TargetMachine>MachineX86</TargetMachine>
-    </Link>
-    <PostBuildEvent>
-      <Message>[PyTango]: Starting python $(WinSetupArgs)</Message>
-    </PostBuildEvent>
-  </ItemDefinitionGroup>
-  <PropertyGroup Label="Configuration">
-    <BuildLogFile>$(IntDir)BuildLog.html</BuildLogFile>
-  </PropertyGroup>
-  <ItemGroup>
-    <BuildMacro Include="PyTangoBaseFile">
-      <Value>$(PyTangoBaseFile)</Value>
-    </BuildMacro>
-    <BuildMacro Include="TangoMajorVer">
-      <Value>$(TangoMajorVer)</Value>
-    </BuildMacro>
-    <BuildMacro Include="TangoMinorVer">
-      <Value>$(TangoMinorVer)</Value>
-    </BuildMacro>
-    <BuildMacro Include="TangoPatchVer">
-      <Value>$(TangoPatchVer)</Value>
-    </BuildMacro>
-    <BuildMacro Include="TangoVer">
-      <Value>$(TangoVer)</Value>
-    </BuildMacro>
-    <BuildMacro Include="BoostMajorVer">
-      <Value>$(BoostMajorVer)</Value>
-    </BuildMacro>
-    <BuildMacro Include="BoostMinorVer">
-      <Value>$(BoostMinorVer)</Value>
-    </BuildMacro>
-    <BuildMacro Include="BoostPatchVer">
-      <Value>$(BoostPatchVer)</Value>
-    </BuildMacro>
-    <BuildMacro Include="BoostVer">
-      <Value>$(BoostVer)</Value>
-    </BuildMacro>
-    <BuildMacro Include="TangoBaseDir">
-      <Value>$(TangoBaseDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="BoostBaseDir">
-      <Value>$(BoostBaseDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="PythonBaseDir">
-      <Value>$(PythonBaseDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="VCMajorVer">
-      <Value>$(VCMajorVer)</Value>
-    </BuildMacro>
-    <BuildMacro Include="VCMinorVer">
-      <Value>$(VCMinorVer)</Value>
-    </BuildMacro>
-    <BuildMacro Include="VCVer">
-      <Value>$(VCVer)</Value>
-    </BuildMacro>
-    <BuildMacro Include="BoostIncludeDir">
-      <Value>$(BoostIncludeDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="BoostLibDir">
-      <Value>$(BoostLibDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="TangoIncludeDir">
-      <Value>$(TangoIncludeDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="TangoLibDir">
-      <Value>$(TangoLibDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="PythonDir">
-      <Value>$(PythonDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="NumpyRelativeIncludeDir">
-      <Value>$(NumpyRelativeIncludeDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="PyTangoCompileOptions">
-      <Value>$(PyTangoCompileOptions)</Value>
-    </BuildMacro>
-    <BuildMacro Include="BaseDir">
-      <Value>$(BaseDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="RelPrefixDir">
-      <Value>$(RelPrefixDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="BaseBuildDir">
-      <Value>$(BaseBuildDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="BaseBuildLibDir">
-      <Value>$(BaseBuildLibDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="BaseTempDir">
-      <Value>$(BaseTempDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="BaseDistDir">
-      <Value>$(BaseDistDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="BaseBDistDir">
-      <Value>$(BaseBDistDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="BuildDir">
-      <Value>$(BuildDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="DistDir">
-      <Value>$(DistDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="TempDir">
-      <Value>$(TempDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="BDistDir">
-      <Value>$(BDistDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="PyTangoBuildDir">
-      <Value>$(PyTangoBuildDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="PyTangoTempDir">
-      <Value>$(PyTangoTempDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="BaseSrcDir">
-      <Value>$(BaseSrcDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="CommonIncludeDirs">
-      <Value>$(CommonIncludeDirs)</Value>
-    </BuildMacro>
-    <BuildMacro Include="Python33Dir">
-      <Value>$(Python33Dir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="Py33">
-      <Value>$(Py33)</Value>
-    </BuildMacro>
-    <BuildMacro Include="Python33IncludeDir">
-      <Value>$(Python33IncludeDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="Numpy33IncludeDir">
-      <Value>$(Numpy33IncludeDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="Python33IncludeDirs">
-      <Value>$(Python33IncludeDirs)</Value>
-    </BuildMacro>
-    <BuildMacro Include="Python33LibDir">
-      <Value>$(Python33LibDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="BasePreFlags">
-      <Value>$(BasePreFlags)</Value>
-    </BuildMacro>
-    <BuildMacro Include="PreTangoStaticFlags">
-      <Value>$(PreTangoStaticFlags)</Value>
-    </BuildMacro>
-    <BuildMacro Include="PreTangoSharedFlags">
-      <Value>$(PreTangoSharedFlags)</Value>
-    </BuildMacro>
-    <BuildMacro Include="PreBoostSharedTantoSharedFlags">
-      <Value>$(PreBoostSharedTantoSharedFlags)</Value>
-    </BuildMacro>
-    <BuildMacro Include="PreBoostStaticTantoSharedFlags">
-      <Value>$(PreBoostStaticTantoSharedFlags)</Value>
-    </BuildMacro>
-    <BuildMacro Include="PreBoostStaticTantoStaticFlags">
-      <Value>$(PreBoostStaticTantoStaticFlags)</Value>
-    </BuildMacro>
-    <BuildMacro Include="PreCompHeaderSrc">
-      <Value>$(PreCompHeaderSrc)</Value>
-    </BuildMacro>
-    <BuildMacro Include="PreCompHeaderDst">
-      <Value>$(PreCompHeaderDst)</Value>
-    </BuildMacro>
-    <BuildMacro Include="DatabaseFile">
-      <Value>$(DatabaseFile)</Value>
-    </BuildMacro>
-    <BuildMacro Include="BaseDisableWarningFlags">
-      <Value>$(BaseDisableWarningFlags)</Value>
-    </BuildMacro>
-    <BuildMacro Include="omniStaticLibs">
-      <Value>$(omniStaticLibs)</Value>
-    </BuildMacro>
-    <BuildMacro Include="omniSharedLibs">
-      <Value>$(omniSharedLibs)</Value>
-    </BuildMacro>
-    <BuildMacro Include="BaseTangoLibs">
-      <Value>$(BaseTangoLibs)</Value>
-    </BuildMacro>
-    <BuildMacro Include="BasePyTangoStaticLibs">
-      <Value>$(BasePyTangoStaticLibs)</Value>
-    </BuildMacro>
-    <BuildMacro Include="BasePyTangoSharedLibs">
-      <Value>$(BasePyTangoSharedLibs)</Value>
-    </BuildMacro>
-    <BuildMacro Include="PyTango33StaticLibs">
-      <Value>$(PyTango33StaticLibs)</Value>
-    </BuildMacro>
-    <BuildMacro Include="PyTango33SharedLibs">
-      <Value>$(PyTango33SharedLibs)</Value>
-    </BuildMacro>
-    <BuildMacro Include="BaseBoostSharedRtSharedLibDir">
-      <Value>$(BaseBoostSharedRtSharedLibDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="BaseBoostStaticRtSharedLibDir">
-      <Value>$(BaseBoostStaticRtSharedLibDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="BaseBoostStaticRtStaticLibDir">
-      <Value>$(BaseBoostStaticRtStaticLibDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="Boost33SharedRtSharedLibDir">
-      <Value>$(Boost33SharedRtSharedLibDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="Boost33StaticRtSharedLibDir">
-      <Value>$(Boost33StaticRtSharedLibDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="Boost33StaticRtStaticLibDir">
-      <Value>$(Boost33StaticRtStaticLibDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="Py33BoostSharedTangoSharedLibDir">
-      <Value>$(Py33BoostSharedTangoSharedLibDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="Py33BoostStaticTangoSharedLibDir">
-      <Value>$(Py33BoostStaticTangoSharedLibDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="Py33BoostStaticTangoStaticLibDir">
-      <Value>$(Py33BoostStaticTangoStaticLibDir)</Value>
-    </BuildMacro>
-    <BuildMacro Include="WinSetupArgs">
-      <Value>$(WinSetupArgs)</Value>
-    </BuildMacro>
-  </ItemGroup>
-</Project>
\ No newline at end of file
diff --git a/win/PyTango_VS10/PyTango.sln b/win/PyTango_VS10/PyTango.sln
deleted file mode 100755
index 7d9e6ac..0000000
--- a/win/PyTango_VS10/PyTango.sln
+++ /dev/null
@@ -1,32 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Studio 2010
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PyTango", "PyTango.vcxproj", "{764A5ECE-11AE-4363-9A1C-573972A1BADD}"
-EndProject
-Global
-	GlobalSection(SolutionConfigurationPlatforms) = preSolution
-		py33_bopyshared_tangoshared_release|Win32 = py33_bopyshared_tangoshared_release|Win32
-		py33_bopyshared_tangoshared_release|x64 = py33_bopyshared_tangoshared_release|x64
-		py33_bopystatic_tangoshared_release|Win32 = py33_bopystatic_tangoshared_release|Win32
-		py33_bopystatic_tangoshared_release|x64 = py33_bopystatic_tangoshared_release|x64
-		py33_bopystatic_tangostatic_release|Win32 = py33_bopystatic_tangostatic_release|Win32
-		py33_bopystatic_tangostatic_release|x64 = py33_bopystatic_tangostatic_release|x64
-	EndGlobalSection
-	GlobalSection(ProjectConfigurationPlatforms) = postSolution
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py33_bopyshared_tangoshared_release|Win32.ActiveCfg = py33_bopyshared_tangoshared_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py33_bopyshared_tangoshared_release|Win32.Build.0 = py33_bopyshared_tangoshared_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py33_bopyshared_tangoshared_release|x64.ActiveCfg = py33_bopyshared_tangoshared_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py33_bopyshared_tangoshared_release|x64.Build.0 = py33_bopyshared_tangoshared_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py33_bopystatic_tangoshared_release|Win32.ActiveCfg = py33_bopystatic_tangoshared_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py33_bopystatic_tangoshared_release|Win32.Build.0 = py33_bopystatic_tangoshared_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py33_bopystatic_tangoshared_release|x64.ActiveCfg = py33_bopystatic_tangoshared_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py33_bopystatic_tangoshared_release|x64.Build.0 = py33_bopystatic_tangoshared_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py33_bopystatic_tangostatic_release|Win32.ActiveCfg = py33_bopystatic_tangostatic_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py33_bopystatic_tangostatic_release|Win32.Build.0 = py33_bopystatic_tangostatic_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py33_bopystatic_tangostatic_release|x64.ActiveCfg = py33_bopystatic_tangostatic_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py33_bopystatic_tangostatic_release|x64.Build.0 = py33_bopystatic_tangostatic_release|x64
-	EndGlobalSection
-	GlobalSection(SolutionProperties) = preSolution
-		HideSolutionNode = FALSE
-	EndGlobalSection
-EndGlobal
diff --git a/win/PyTango_VS10/PyTango.vcxproj b/win/PyTango_VS10/PyTango.vcxproj
deleted file mode 100755
index 3ba2b29..0000000
--- a/win/PyTango_VS10/PyTango.vcxproj
+++ /dev/null
@@ -1,305 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <ItemGroup Label="ProjectConfigurations">
-    <ProjectConfiguration Include="py33_bopyshared_tangoshared_release|Win32">
-      <Configuration>py33_bopyshared_tangoshared_release</Configuration>
-      <Platform>Win32</Platform>
-    </ProjectConfiguration>
-    <ProjectConfiguration Include="py33_bopyshared_tangoshared_release|x64">
-      <Configuration>py33_bopyshared_tangoshared_release</Configuration>
-      <Platform>x64</Platform>
-    </ProjectConfiguration>
-    <ProjectConfiguration Include="py33_bopystatic_tangoshared_release|Win32">
-      <Configuration>py33_bopystatic_tangoshared_release</Configuration>
-      <Platform>Win32</Platform>
-    </ProjectConfiguration>
-    <ProjectConfiguration Include="py33_bopystatic_tangoshared_release|x64">
-      <Configuration>py33_bopystatic_tangoshared_release</Configuration>
-      <Platform>x64</Platform>
-    </ProjectConfiguration>
-    <ProjectConfiguration Include="py33_bopystatic_tangostatic_release|Win32">
-      <Configuration>py33_bopystatic_tangostatic_release</Configuration>
-      <Platform>Win32</Platform>
-    </ProjectConfiguration>
-    <ProjectConfiguration Include="py33_bopystatic_tangostatic_release|x64">
-      <Configuration>py33_bopystatic_tangostatic_release</Configuration>
-      <Platform>x64</Platform>
-    </ProjectConfiguration>
-  </ItemGroup>
-  <PropertyGroup Label="Globals">
-    <ProjectGuid>{764A5ECE-11AE-4363-9A1C-573972A1BADD}</ProjectGuid>
-    <RootNamespace>PyTango_VS10</RootNamespace>
-    <Keyword>Win32Proj</Keyword>
-  </PropertyGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='py33_bopystatic_tangostatic_release|Win32'" Label="Configuration">
-    <ConfigurationType>DynamicLibrary</ConfigurationType>
-    <CharacterSet>NotSet</CharacterSet>
-    <WholeProgramOptimization>true</WholeProgramOptimization>
-  </PropertyGroup>
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='py33_bopystatic_tangoshared_release|Win32'" Label="Configuration">
-    <ConfigurationType>DynamicLibrary</ConfigurationType>
-    <CharacterSet>NotSet</CharacterSet>
-    <WholeProgramOptimization>true</WholeProgramOptimization>
-  </PropertyGroup>
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='py33_bopyshared_tangoshared_release|Win32'" Label="Configuration">
-    <ConfigurationType>DynamicLibrary</ConfigurationType>
-    <CharacterSet>NotSet</CharacterSet>
-    <WholeProgramOptimization>true</WholeProgramOptimization>
-  </PropertyGroup>
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='py33_bopystatic_tangostatic_release|x64'" Label="Configuration">
-    <ConfigurationType>DynamicLibrary</ConfigurationType>
-    <CharacterSet>NotSet</CharacterSet>
-    <WholeProgramOptimization>true</WholeProgramOptimization>
-  </PropertyGroup>
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='py33_bopystatic_tangoshared_release|x64'" Label="Configuration">
-    <ConfigurationType>DynamicLibrary</ConfigurationType>
-    <CharacterSet>NotSet</CharacterSet>
-    <WholeProgramOptimization>true</WholeProgramOptimization>
-  </PropertyGroup>
-  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='py33_bopyshared_tangoshared_release|x64'" Label="Configuration">
-    <ConfigurationType>DynamicLibrary</ConfigurationType>
-    <CharacterSet>NotSet</CharacterSet>
-    <WholeProgramOptimization>true</WholeProgramOptimization>
-  </PropertyGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
-  <ImportGroup Label="ExtensionSettings">
-  </ImportGroup>
-  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='py33_bopystatic_tangostatic_release|Win32'" Label="PropertySheets">
-    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
-    <Import Project="PyTango.props" />
-  </ImportGroup>
-  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='py33_bopystatic_tangoshared_release|Win32'" Label="PropertySheets">
-    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
-    <Import Project="PyTango.props" />
-  </ImportGroup>
-  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='py33_bopyshared_tangoshared_release|Win32'" Label="PropertySheets">
-    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
-    <Import Project="PyTango.props" />
-  </ImportGroup>
-  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='py33_bopystatic_tangostatic_release|x64'" Label="PropertySheets">
-    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
-    <Import Project="PyTango.props" />
-  </ImportGroup>
-  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='py33_bopystatic_tangoshared_release|x64'" Label="PropertySheets">
-    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
-    <Import Project="PyTango.props" />
-  </ImportGroup>
-  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='py33_bopyshared_tangoshared_release|x64'" Label="PropertySheets">
-    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
-    <Import Project="PyTango.props" />
-  </ImportGroup>
-  <PropertyGroup Label="UserMacros" />
-  <PropertyGroup>
-    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
-    <TargetName Condition="'$(Configuration)|$(Platform)'=='py33_bopyshared_tangoshared_release|Win32'">$(PyTangoBaseFile)</TargetName>
-    <TargetExt Condition="'$(Configuration)|$(Platform)'=='py33_bopyshared_tangoshared_release|Win32'">.pyd</TargetExt>
-    <TargetName Condition="'$(Configuration)|$(Platform)'=='py33_bopystatic_tangoshared_release|Win32'">$(PyTangoBaseFile)</TargetName>
-    <TargetExt Condition="'$(Configuration)|$(Platform)'=='py33_bopystatic_tangoshared_release|Win32'">.pyd</TargetExt>
-    <TargetName Condition="'$(Configuration)|$(Platform)'=='py33_bopystatic_tangostatic_release|Win32'">$(PyTangoBaseFile)</TargetName>
-    <TargetExt Condition="'$(Configuration)|$(Platform)'=='py33_bopystatic_tangostatic_release|Win32'">.pyd</TargetExt>
-    <TargetName Condition="'$(Configuration)|$(Platform)'=='py33_bopyshared_tangoshared_release|x64'">$(PyTangoBaseFile)</TargetName>
-    <TargetExt Condition="'$(Configuration)|$(Platform)'=='py33_bopyshared_tangoshared_release|x64'">.pyd</TargetExt>
-    <TargetName Condition="'$(Configuration)|$(Platform)'=='py33_bopystatic_tangoshared_release|x64'">$(PyTangoBaseFile)</TargetName>
-    <TargetExt Condition="'$(Configuration)|$(Platform)'=='py33_bopystatic_tangoshared_release|x64'">.pyd</TargetExt>
-    <TargetName Condition="'$(Configuration)|$(Platform)'=='py33_bopystatic_tangostatic_release|x64'">$(PyTangoBaseFile)</TargetName>
-    <TargetExt Condition="'$(Configuration)|$(Platform)'=='py33_bopystatic_tangostatic_release|x64'">.pyd</TargetExt>
-  </PropertyGroup>
-  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='py33_bopyshared_tangoshared_release|Win32'">
-    <ClCompile>
-      <WholeProgramOptimization>true</WholeProgramOptimization>
-      <AdditionalIncludeDirectories>$(CommonIncludeDirs);$(Python33IncludeDirs);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
-      <PreprocessorDefinitions>$(PreBoostSharedTantoSharedFlags);%(PreprocessorDefinitions)</PreprocessorDefinitions>
-    </ClCompile>
-    <Link>
-      <AdditionalDependencies>$(PyTango33SharedLibs);%(AdditionalDependencies)</AdditionalDependencies>
-      <AdditionalLibraryDirectories>$(Py33BoostSharedTangoSharedLibDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
-      <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
-    </Link>
-    <PostBuildEvent>
-      <Command>$(Py33) $(WinSetupArgs)</Command>
-    </PostBuildEvent>
-  </ItemDefinitionGroup>
-  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='py33_bopyshared_tangoshared_release|x64'">
-    <Midl>
-      <TargetEnvironment>X64</TargetEnvironment>
-    </Midl>
-    <ClCompile>
-      <WholeProgramOptimization>true</WholeProgramOptimization>
-      <AdditionalIncludeDirectories>$(CommonIncludeDirs);$(Python33IncludeDirs);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
-      <PreprocessorDefinitions>$(PreBoostSharedTantoSharedFlags);%(PreprocessorDefinitions)</PreprocessorDefinitions>
-    </ClCompile>
-    <Link>
-      <AdditionalDependencies>$(PyTango33SharedLibs);%(AdditionalDependencies)</AdditionalDependencies>
-      <AdditionalLibraryDirectories>$(Py33BoostSharedTangoSharedLibDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
-      <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
-      <TargetMachine>MachineX64</TargetMachine>
-    </Link>
-    <PostBuildEvent>
-      <Command>$(Py33) $(WinSetupArgs)</Command>
-    </PostBuildEvent>
-  </ItemDefinitionGroup>
-  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='py33_bopystatic_tangoshared_release|Win32'">
-    <ClCompile>
-      <WholeProgramOptimization>true</WholeProgramOptimization>
-      <AdditionalIncludeDirectories>$(CommonIncludeDirs);$(Python33IncludeDirs);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
-      <PreprocessorDefinitions>$(PreBoostStaticTantoSharedFlags);%(PreprocessorDefinitions)</PreprocessorDefinitions>
-    </ClCompile>
-    <Link>
-      <AdditionalDependencies>$(PyTango33SharedLibs);%(AdditionalDependencies)</AdditionalDependencies>
-      <AdditionalLibraryDirectories>$(Py33BoostStaticTangoSharedLibDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
-      <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
-    </Link>
-    <PostBuildEvent>
-      <Command>$(Py33) $(WinSetupArgs)</Command>
-    </PostBuildEvent>
-  </ItemDefinitionGroup>
-  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='py33_bopystatic_tangoshared_release|x64'">
-    <Midl>
-      <TargetEnvironment>X64</TargetEnvironment>
-    </Midl>
-    <ClCompile>
-      <WholeProgramOptimization>true</WholeProgramOptimization>
-      <AdditionalIncludeDirectories>$(CommonIncludeDirs);$(Python33IncludeDirs);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
-      <PreprocessorDefinitions>$(PreBoostStaticTantoSharedFlags);%(PreprocessorDefinitions)</PreprocessorDefinitions>
-    </ClCompile>
-    <Link>
-      <AdditionalDependencies>$(PyTango33SharedLibs);%(AdditionalDependencies)</AdditionalDependencies>
-      <AdditionalLibraryDirectories>$(Py33BoostStaticTangoSharedLibDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
-      <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
-      <TargetMachine>MachineX64</TargetMachine>
-    </Link>
-    <PostBuildEvent>
-      <Command>$(Py33) $(WinSetupArgs)</Command>
-    </PostBuildEvent>
-  </ItemDefinitionGroup>
-  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='py33_bopystatic_tangostatic_release|Win32'">
-    <ClCompile>
-      <WholeProgramOptimization>true</WholeProgramOptimization>
-      <AdditionalIncludeDirectories>$(CommonIncludeDirs);$(Python33IncludeDirs);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
-      <PreprocessorDefinitions>$(PreBoostStaticTantoStaticFlags);%(PreprocessorDefinitions)</PreprocessorDefinitions>
-      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
-      <CompileAs>CompileAsCpp</CompileAs>
-    </ClCompile>
-    <Link>
-      <AdditionalDependencies>$(PyTango33StaticLibs);%(AdditionalDependencies)</AdditionalDependencies>
-      <AdditionalLibraryDirectories>$(Py33BoostStaticTangoStaticLibDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
-      <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
-    </Link>
-    <PostBuildEvent>
-      <Command>$(Py33) $(WinSetupArgs)</Command>
-    </PostBuildEvent>
-  </ItemDefinitionGroup>
-  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='py33_bopystatic_tangostatic_release|x64'">
-    <Midl>
-      <TargetEnvironment>X64</TargetEnvironment>
-    </Midl>
-    <ClCompile>
-      <WholeProgramOptimization>true</WholeProgramOptimization>
-      <AdditionalIncludeDirectories>$(CommonIncludeDirs);$(Python33IncludeDirs);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
-      <PreprocessorDefinitions>$(PreBoostStaticTantoStaticFlags);%(PreprocessorDefinitions)</PreprocessorDefinitions>
-      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
-      <CompileAs>CompileAsCpp</CompileAs>
-    </ClCompile>
-    <Link>
-      <AdditionalDependencies>$(PyTango33StaticLibs);%(AdditionalDependencies)</AdditionalDependencies>
-      <AdditionalLibraryDirectories>$(Py33BoostStaticTangoStaticLibDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
-      <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
-      <TargetMachine>MachineX64</TargetMachine>
-    </Link>
-    <PostBuildEvent>
-      <Command>$(Py33) $(WinSetupArgs)</Command>
-    </PostBuildEvent>
-  </ItemDefinitionGroup>
-  <ItemGroup>
-    <ClInclude Include="..\..\src\boost\cpp\server\attr.h" />
-    <ClInclude Include="..\..\src\boost\cpp\server\attribute.h" />
-    <ClInclude Include="..\..\src\boost\cpp\base_types_numpy.hpp" />
-    <ClInclude Include="..\..\src\boost\cpp\callback.h" />
-    <ClInclude Include="..\..\src\boost\cpp\server\command.h" />
-    <ClInclude Include="..\..\src\boost\cpp\defs.h" />
-    <ClInclude Include="..\..\src\boost\cpp\device_attribute.h" />
-    <ClInclude Include="..\..\src\boost\cpp\device_attribute_numpy.hpp" />
-    <ClInclude Include="..\..\src\boost\cpp\server\device_class.h" />
-    <ClInclude Include="..\..\src\boost\cpp\server\device_impl.h" />
-    <ClInclude Include="..\..\src\boost\cpp\exception.h" />
-    <ClInclude Include="..\..\src\boost\cpp\fast_from_py.h" />
-    <ClInclude Include="..\..\src\boost\cpp\fast_from_py_numpy.hpp" />
-    <ClInclude Include="..\..\src\boost\cpp\from_py.h" />
-    <ClInclude Include="..\..\src\boost\cpp\precompiled_header.h" />
-    <ClInclude Include="..\..\src\boost\cpp\pytgutils.h" />
-    <ClInclude Include="..\..\src\boost\cpp\pyutils.h" />
-    <ClInclude Include="..\..\src\boost\cpp\tango_numpy.h" />
-    <ClInclude Include="..\..\src\boost\cpp\tgutils.h" />
-    <ClInclude Include="..\..\src\boost\cpp\to_py.h" />
-    <ClInclude Include="..\..\src\boost\cpp\to_py_numpy.hpp" />
-    <ClInclude Include="..\..\src\boost\cpp\server\wattribute_numpy.hpp" />
-  </ItemGroup>
-  <ItemGroup>
-    <ClCompile Include="..\..\src\boost\cpp\api_util.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\archive_event_info.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\server\attr.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\attr_conf_event_data.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\server\attribute.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\attribute_alarm_info.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\attribute_dimension.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\attribute_event_info.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\attribute_info.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\attribute_info_ex.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\attribute_proxy.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\base_types.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\callback.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\change_event_info.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\server\command.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\command_info.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\connection.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\constants.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\data_ready_event_data.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\database.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\db.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\dev_command_info.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\dev_error.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\device_attribute.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\device_attribute_config.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\device_attribute_history.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\server\device_class.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\device_data.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\device_data_history.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\server\device_impl.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\device_info.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\device_proxy.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\server\dserver.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\server\encoded_attribute.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\enums.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\event_data.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\exception.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\from_py.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\group.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\group_reply.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\group_reply_list.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\locker_info.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\locking_thread.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\server\log4tango.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\server\multi_attribute.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\server\multi_class_attribute.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\periodic_event_info.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\poll_device.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\precompiled_header.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\pytango.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\pytgutils.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\pyutils.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\server\subdev.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\server\tango_util.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\time_val.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\to_py.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\server\user_default_attr_prop.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\version.cpp" />
-    <ClCompile Include="..\..\src\boost\cpp\server\wattribute.cpp" />
-  </ItemGroup>
-  <ItemGroup>
-    <None Include="..\..\winsetup.py" />
-  </ItemGroup>
-  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
-  <ImportGroup Label="ExtensionTargets">
-  </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/win/PyTango_VS10/PyTango.vcxproj.filters b/win/PyTango_VS10/PyTango.vcxproj.filters
deleted file mode 100755
index 73ee158..0000000
--- a/win/PyTango_VS10/PyTango.vcxproj.filters
+++ /dev/null
@@ -1,263 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <ItemGroup>
-    <Filter Include="Header Files">
-      <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
-      <Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
-    </Filter>
-    <Filter Include="Source Files">
-      <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
-      <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
-    </Filter>
-  </ItemGroup>
-  <ItemGroup>
-    <ClInclude Include="..\..\src\boost\cpp\server\attr.h">
-      <Filter>Header Files</Filter>
-    </ClInclude>
-    <ClInclude Include="..\..\src\boost\cpp\server\attribute.h">
-      <Filter>Header Files</Filter>
-    </ClInclude>
-    <ClInclude Include="..\..\src\boost\cpp\base_types_numpy.hpp">
-      <Filter>Header Files</Filter>
-    </ClInclude>
-    <ClInclude Include="..\..\src\boost\cpp\callback.h">
-      <Filter>Header Files</Filter>
-    </ClInclude>
-    <ClInclude Include="..\..\src\boost\cpp\server\command.h">
-      <Filter>Header Files</Filter>
-    </ClInclude>
-    <ClInclude Include="..\..\src\boost\cpp\defs.h">
-      <Filter>Header Files</Filter>
-    </ClInclude>
-    <ClInclude Include="..\..\src\boost\cpp\device_attribute.h">
-      <Filter>Header Files</Filter>
-    </ClInclude>
-    <ClInclude Include="..\..\src\boost\cpp\device_attribute_numpy.hpp">
-      <Filter>Header Files</Filter>
-    </ClInclude>
-    <ClInclude Include="..\..\src\boost\cpp\server\device_class.h">
-      <Filter>Header Files</Filter>
-    </ClInclude>
-    <ClInclude Include="..\..\src\boost\cpp\server\device_impl.h">
-      <Filter>Header Files</Filter>
-    </ClInclude>
-    <ClInclude Include="..\..\src\boost\cpp\exception.h">
-      <Filter>Header Files</Filter>
-    </ClInclude>
-    <ClInclude Include="..\..\src\boost\cpp\fast_from_py.h">
-      <Filter>Header Files</Filter>
-    </ClInclude>
-    <ClInclude Include="..\..\src\boost\cpp\fast_from_py_numpy.hpp">
-      <Filter>Header Files</Filter>
-    </ClInclude>
-    <ClInclude Include="..\..\src\boost\cpp\from_py.h">
-      <Filter>Header Files</Filter>
-    </ClInclude>
-    <ClInclude Include="..\..\src\boost\cpp\precompiled_header.h">
-      <Filter>Header Files</Filter>
-    </ClInclude>
-    <ClInclude Include="..\..\src\boost\cpp\pytgutils.h">
-      <Filter>Header Files</Filter>
-    </ClInclude>
-    <ClInclude Include="..\..\src\boost\cpp\pyutils.h">
-      <Filter>Header Files</Filter>
-    </ClInclude>
-    <ClInclude Include="..\..\src\boost\cpp\tango_numpy.h">
-      <Filter>Header Files</Filter>
-    </ClInclude>
-    <ClInclude Include="..\..\src\boost\cpp\tgutils.h">
-      <Filter>Header Files</Filter>
-    </ClInclude>
-    <ClInclude Include="..\..\src\boost\cpp\to_py.h">
-      <Filter>Header Files</Filter>
-    </ClInclude>
-    <ClInclude Include="..\..\src\boost\cpp\to_py_numpy.hpp">
-      <Filter>Header Files</Filter>
-    </ClInclude>
-    <ClInclude Include="..\..\src\boost\cpp\server\wattribute_numpy.hpp">
-      <Filter>Header Files</Filter>
-    </ClInclude>
-  </ItemGroup>
-  <ItemGroup>
-    <ClCompile Include="..\..\src\boost\cpp\api_util.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\archive_event_info.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\server\attr.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\attr_conf_event_data.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\server\attribute.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\attribute_alarm_info.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\attribute_dimension.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\attribute_event_info.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\attribute_info.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\attribute_info_ex.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\attribute_proxy.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\base_types.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\callback.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\change_event_info.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\server\command.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\command_info.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\connection.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\constants.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\data_ready_event_data.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\database.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\db.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\dev_command_info.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\dev_error.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\device_attribute.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\device_attribute_config.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\device_attribute_history.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\server\device_class.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\device_data.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\device_data_history.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\server\device_impl.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\device_info.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\device_proxy.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\server\dserver.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\server\encoded_attribute.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\enums.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\event_data.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\exception.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\from_py.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\group.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\group_reply.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\group_reply_list.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\locker_info.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\locking_thread.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\server\log4tango.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\server\multi_attribute.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\server\multi_class_attribute.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\periodic_event_info.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\poll_device.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\precompiled_header.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\pytango.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\pytgutils.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\pyutils.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\server\subdev.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\server\tango_util.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\time_val.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\to_py.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\server\user_default_attr_prop.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\version.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-    <ClCompile Include="..\..\src\boost\cpp\server\wattribute.cpp">
-      <Filter>Source Files</Filter>
-    </ClCompile>
-  </ItemGroup>
-  <ItemGroup>
-    <None Include="..\..\winsetup.py" />
-  </ItemGroup>
-</Project>
\ No newline at end of file
diff --git a/win/PyTango_VS8/PyTango.sln b/win/PyTango_VS8/PyTango.sln
deleted file mode 100644
index ab81c64..0000000
--- a/win/PyTango_VS8/PyTango.sln
+++ /dev/null
@@ -1,76 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PyTango", "PyTango.vcproj", "{764A5ECE-11AE-4363-9A1C-573972A1BADD}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Test01", "..\Test01\Test01.vcproj", "{43864AA2-4DB3-4E0B-9EA5-85800E17AA59}"
-EndProject
-Global
-	GlobalSection(SolutionConfigurationPlatforms) = preSolution
-		Debug|Win32 = Debug|Win32
-		Debug|x64 = Debug|x64
-		Release_Py26_boost141_static|Win32 = Release_Py26_boost141_static|Win32
-		Release_Py26_boost141_static|x64 = Release_Py26_boost141_static|x64
-		Release_Py26_boost141|Win32 = Release_Py26_boost141|Win32
-		Release_Py26_boost141|x64 = Release_Py26_boost141|x64
-		Release_Py27_boost1461|Win32 = Release_Py27_boost1461|Win32
-		Release_Py27_boost1461|x64 = Release_Py27_boost1461|x64
-		Release_Py27_boost147_static|Win32 = Release_Py27_boost147_static|Win32
-		Release_Py27_boost147_static|x64 = Release_Py27_boost147_static|x64
-		Release_Py27_boost147|Win32 = Release_Py27_boost147|Win32
-		Release_Py27_boost147|x64 = Release_Py27_boost147|x64
-		Release|Win32 = Release|Win32
-		Release|x64 = Release|x64
-	EndGlobalSection
-	GlobalSection(ProjectConfigurationPlatforms) = postSolution
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.Debug|Win32.ActiveCfg = Release_Py27_boost147_static|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.Debug|x64.ActiveCfg = Release_Py27_boost147_static|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.Debug|x64.Build.0 = Release_Py27_boost147_static|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.Release_Py26_boost141_static|Win32.ActiveCfg = Release_Py27_boost147_static|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.Release_Py26_boost141_static|Win32.Build.0 = Release_Py27_boost147_static|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.Release_Py26_boost141_static|x64.ActiveCfg = Release_Py26_boost141_static|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.Release_Py26_boost141_static|x64.Build.0 = Release_Py26_boost141_static|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.Release_Py26_boost141|Win32.ActiveCfg = Release_Py26_boost141|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.Release_Py26_boost141|Win32.Build.0 = Release_Py26_boost141|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.Release_Py26_boost141|x64.ActiveCfg = Release_Py26_boost141|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.Release_Py26_boost141|x64.Build.0 = Release_Py26_boost141|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.Release_Py27_boost1461|Win32.ActiveCfg = Release_Py27_boost1461|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.Release_Py27_boost1461|Win32.Build.0 = Release_Py27_boost1461|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.Release_Py27_boost1461|x64.ActiveCfg = Release_Py27_boost1461|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.Release_Py27_boost1461|x64.Build.0 = Release_Py27_boost1461|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.Release_Py27_boost147_static|Win32.ActiveCfg = Release_Py27_boost147_static|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.Release_Py27_boost147_static|x64.ActiveCfg = Release_Py27_boost147_static|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.Release_Py27_boost147_static|x64.Build.0 = Release_Py27_boost147_static|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.Release_Py27_boost147|Win32.ActiveCfg = Release_Py27_boost147|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.Release_Py27_boost147|Win32.Build.0 = Release_Py27_boost147|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.Release_Py27_boost147|x64.ActiveCfg = Release_Py27_boost147|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.Release_Py27_boost147|x64.Build.0 = Release_Py27_boost147|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.Release|Win32.ActiveCfg = Release_Py27_boost147_static|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.Release|x64.ActiveCfg = Release_Py27_boost147_static|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.Release|x64.Build.0 = Release_Py27_boost147_static|x64
-		{43864AA2-4DB3-4E0B-9EA5-85800E17AA59}.Debug|Win32.ActiveCfg = Debug|Win32
-		{43864AA2-4DB3-4E0B-9EA5-85800E17AA59}.Debug|Win32.Build.0 = Debug|Win32
-		{43864AA2-4DB3-4E0B-9EA5-85800E17AA59}.Debug|x64.ActiveCfg = Debug|Win32
-		{43864AA2-4DB3-4E0B-9EA5-85800E17AA59}.Release_Py26_boost141_static|Win32.ActiveCfg = Release_Py26_boost141_static|Win32
-		{43864AA2-4DB3-4E0B-9EA5-85800E17AA59}.Release_Py26_boost141_static|Win32.Build.0 = Release_Py26_boost141_static|Win32
-		{43864AA2-4DB3-4E0B-9EA5-85800E17AA59}.Release_Py26_boost141_static|x64.ActiveCfg = Release_Py26_boost141_static|Win32
-		{43864AA2-4DB3-4E0B-9EA5-85800E17AA59}.Release_Py26_boost141|Win32.ActiveCfg = Release|Win32
-		{43864AA2-4DB3-4E0B-9EA5-85800E17AA59}.Release_Py26_boost141|Win32.Build.0 = Release|Win32
-		{43864AA2-4DB3-4E0B-9EA5-85800E17AA59}.Release_Py26_boost141|x64.ActiveCfg = Release|Win32
-		{43864AA2-4DB3-4E0B-9EA5-85800E17AA59}.Release_Py27_boost1461|Win32.ActiveCfg = Release|Win32
-		{43864AA2-4DB3-4E0B-9EA5-85800E17AA59}.Release_Py27_boost1461|Win32.Build.0 = Release|Win32
-		{43864AA2-4DB3-4E0B-9EA5-85800E17AA59}.Release_Py27_boost1461|x64.ActiveCfg = Release|Win32
-		{43864AA2-4DB3-4E0B-9EA5-85800E17AA59}.Release_Py27_boost147_static|Win32.ActiveCfg = Release|Win32
-		{43864AA2-4DB3-4E0B-9EA5-85800E17AA59}.Release_Py27_boost147_static|Win32.Build.0 = Release|Win32
-		{43864AA2-4DB3-4E0B-9EA5-85800E17AA59}.Release_Py27_boost147_static|x64.ActiveCfg = Release|Win32
-		{43864AA2-4DB3-4E0B-9EA5-85800E17AA59}.Release_Py27_boost147|Win32.ActiveCfg = Release_Py27_boost147|Win32
-		{43864AA2-4DB3-4E0B-9EA5-85800E17AA59}.Release_Py27_boost147|Win32.Build.0 = Release_Py27_boost147|Win32
-		{43864AA2-4DB3-4E0B-9EA5-85800E17AA59}.Release_Py27_boost147|x64.ActiveCfg = Release_Py27_boost147|Win32
-		{43864AA2-4DB3-4E0B-9EA5-85800E17AA59}.Release|Win32.ActiveCfg = Release|Win32
-		{43864AA2-4DB3-4E0B-9EA5-85800E17AA59}.Release|Win32.Build.0 = Release|Win32
-		{43864AA2-4DB3-4E0B-9EA5-85800E17AA59}.Release|x64.ActiveCfg = Release|Win32
-	EndGlobalSection
-	GlobalSection(SolutionProperties) = preSolution
-		HideSolutionNode = FALSE
-	EndGlobalSection
-EndGlobal
diff --git a/win/PyTango_VS8/PyTango.vcproj b/win/PyTango_VS8/PyTango.vcproj
deleted file mode 100644
index c8f9e68..0000000
--- a/win/PyTango_VS8/PyTango.vcproj
+++ /dev/null
@@ -1,1293 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
-	ProjectType="Visual C++"
-	Version="8.00"
-	Name="PyTango"
-	ProjectGUID="{764A5ECE-11AE-4363-9A1C-573972A1BADD}"
-	RootNamespace="PyTango_VS8"
-	Keyword="Win32Proj"
-	>
-	<Platforms>
-		<Platform
-			Name="Win32"
-		/>
-		<Platform
-			Name="x64"
-		/>
-	</Platforms>
-	<ToolFiles>
-	</ToolFiles>
-	<Configurations>
-		<Configuration
-			Name="Release_Py26_boost141|Win32"
-			OutputDirectory="..\..\build\lib.$(PlatformName)-2.6\$(ProjectName)"
-			IntermediateDirectory="..\..\build\temp.$(PlatformName)\$(ConfigurationName)"
-			ConfigurationType="2"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				AdditionalOptions="-Zm200"
-				Optimization="3"
-				WholeProgramOptimization="false"
-				AdditionalIncludeDirectories="C:\Python26\include;"C:\Python26\Lib\site-packages\numpy\core\include";"C:\Program Files\tango\win32_vc8\win32_dll\include";"C:\Program Files\boost\boost_1_41";Z:\PyTangoWin\PyTango\src\server;Z:\PyTangoWin\PyTango\src"
-				PreprocessorDefinitions="WIN32;NDEBUG;LOG4TANGO_HAS_DLL;TANGO_HAS_DLL;BOOST_PYTHON_STATIC_LIB"
-				RuntimeLibrary="2"
-				BufferSecurityCheck="false"
-				UsePrecompiledHeader="1"
-				PrecompiledHeaderThrough="precompiled_header.hpp"
-				WarningLevel="3"
-				Detect64BitPortabilityProblems="false"
-				DebugInformationFormat="0"
-				CompileAs="0"
-				DisableSpecificWarnings="4005;4996;4250"
-				ErrorReporting="1"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				LinkLibraryDependencies="true"
-				AdditionalDependencies="tango.lib log4tango.lib omniORB414_rt.lib omniDynamic414_rt.lib omnithread34_rt.lib COS414_rt.lib"
-				OutputFile="$(OutDir)\_PyTango.pyd"
-				LinkIncremental="1"
-				AdditionalLibraryDirectories="C:\Python26\libs;"C:\Program Files\tango\win32_vc8\win32_dll\lib";"C:\Program Files\boost\boost_1_41\lib""
-				GenerateDebugInformation="true"
-				ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
-				SubSystem="2"
-				OptimizeReferences="2"
-				EnableCOMDATFolding="2"
-				LinkTimeCodeGeneration="0"
-				TargetMachine="1"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCWebDeploymentTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				Description="Starting setup.py bdist_msi"
-				CommandLine="c:\python26\python $(SolutionDir)\..\..\winsetup.py"
-			/>
-		</Configuration>
-		<Configuration
-			Name="Release_Py26_boost141|x64"
-			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
-			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
-			ConfigurationType="2"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-				TargetEnvironment="3"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				AdditionalOptions="-Zm200"
-				Optimization="3"
-				WholeProgramOptimization="false"
-				AdditionalIncludeDirectories=""C:\Python26\Lib\site-packages\numpy\core\include";"c:\Program Files\boost\boost_1_41";C:\Python26\include;"C:\Program Files\tango\win64_vc8\win64_dll\include";Z:\PyTangoWin\PyTango\src\server;Z:\PyTangoWin\PyTango\src"
-				PreprocessorDefinitions="WIN64;NDEBUG;LOG4TANGO_HAS_DLL;TANGO_HAS_DLL"
-				RuntimeLibrary="2"
-				BufferSecurityCheck="false"
-				UsePrecompiledHeader="1"
-				PrecompiledHeaderThrough="precompiled_header.hpp"
-				WarningLevel="3"
-				Detect64BitPortabilityProblems="false"
-				DebugInformationFormat="0"
-				CompileAs="0"
-				DisableSpecificWarnings="4005;4996;4250"
-				ErrorReporting="1"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="tango.lib log4tango.lib omniORB414_rt.lib omniDynamic414_rt.lib omnithread34_rt.lib COS414_rt.lib"
-				OutputFile="$(OutDir)\_PyTango.pyd"
-				LinkIncremental="1"
-				AdditionalLibraryDirectories="C:\Python26\libs;"C:\Program Files\tango\win64_vc8\win64_dll\lib";"C:\Program Files\boost\boost_1_41\lib""
-				GenerateDebugInformation="true"
-				ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
-				SubSystem="2"
-				OptimizeReferences="2"
-				EnableCOMDATFolding="2"
-				LinkTimeCodeGeneration="0"
-				TargetMachine="17"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCWebDeploymentTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				Description="Starting setup.py bdist_msi"
-				CommandLine="c:\python26\python $(SolutionDir)\..\..\winsetup.py"
-			/>
-		</Configuration>
-		<Configuration
-			Name="Release_Py27_boost147_static|Win32"
-			OutputDirectory="..\..\build\lib.$(PlatformName)-2.7\$(ProjectName)"
-			IntermediateDirectory="..\..\build\temp.$(PlatformName)\$(ConfigurationName)"
-			ConfigurationType="2"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				AdditionalOptions="-Zm200"
-				Optimization="3"
-				WholeProgramOptimization="false"
-				AdditionalIncludeDirectories="C:\Python27\include;"C:\Python27\Lib\site-packages\numpy\core\include";"c:\Program Files\boost\boost_1_47";"C:\Program Files\tango\win32_vc8\win32\include";Z:\PyTangoWin\PyTango\src;Z:\PyTangoWin\PyTango\src\server"
-				PreprocessorDefinitions="WIN32;_USRDLL;_WINDLL;NDEBUG;BOOST_PYTHON_STATIC_LIB;_WINSTATIC"
-				RuntimeLibrary="2"
-				BufferSecurityCheck="false"
-				UsePrecompiledHeader="1"
-				PrecompiledHeaderThrough="precompiled_header.hpp"
-				WarningLevel="3"
-				Detect64BitPortabilityProblems="false"
-				DebugInformationFormat="0"
-				CompileAs="0"
-				DisableSpecificWarnings="4005;4996;4250"
-				ErrorReporting="1"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="tango.lib log4tango.lib mswsock.lib ws2_32.lib comctl32.lib"
-				OutputFile="$(OutDir)\_PyTango.pyd"
-				LinkIncremental="1"
-				AdditionalLibraryDirectories="C:\Python27\libs;"C:\Program Files\tango\win32_vc8\win32\lib";"C:\Program Files\boost\boost_1_47\lib""
-				GenerateDebugInformation="true"
-				ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
-				SubSystem="2"
-				OptimizeReferences="2"
-				EnableCOMDATFolding="2"
-				LinkTimeCodeGeneration="0"
-				TargetMachine="1"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCWebDeploymentTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				Description="Starting setup.py bdist_msi"
-				CommandLine="c:\python27\python $(SolutionDir)\..\..\winsetup.py"
-			/>
-		</Configuration>
-		<Configuration
-			Name="Release_Py27_boost147_static|x64"
-			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
-			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
-			ConfigurationType="2"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-				TargetEnvironment="3"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				AdditionalOptions="-Zm200"
-				Optimization="3"
-				WholeProgramOptimization="false"
-				AdditionalIncludeDirectories=""C:\Python26\Lib\site-packages\numpy\core\include";"c:\Program Files\boost\boost_1_41";C:\Python26\include;"C:\Program Files\tango\win64_vc8\win64_dll\include";Z:\PyTangoWin\PyTango\src\server;Z:\PyTangoWin\PyTango\src"
-				PreprocessorDefinitions="WIN64;NDEBUG;LOG4TANGO_HAS_DLL;TANGO_HAS_DLL"
-				RuntimeLibrary="2"
-				BufferSecurityCheck="false"
-				UsePrecompiledHeader="1"
-				PrecompiledHeaderThrough="precompiled_header.hpp"
-				WarningLevel="3"
-				Detect64BitPortabilityProblems="false"
-				DebugInformationFormat="0"
-				CompileAs="0"
-				DisableSpecificWarnings="4005;4996;4250"
-				ErrorReporting="1"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="tango.lib log4tango.lib omniORB414_rt.lib omniDynamic414_rt.lib omnithread34_rt.lib COS414_rt.lib"
-				OutputFile="$(OutDir)\_PyTango.pyd"
-				LinkIncremental="1"
-				AdditionalLibraryDirectories="C:\Python26\libs;"C:\Program Files\tango\win64_vc8\win64_dll\lib";"C:\Program Files\boost\boost_1_41\lib""
-				GenerateDebugInformation="true"
-				ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
-				SubSystem="2"
-				OptimizeReferences="2"
-				EnableCOMDATFolding="2"
-				LinkTimeCodeGeneration="0"
-				TargetMachine="17"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCWebDeploymentTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				Description="Starting setup.py bdist_msi"
-				CommandLine="c:\python26\python $(SolutionDir)\..\..\winsetup.py"
-			/>
-		</Configuration>
-		<Configuration
-			Name="Release_Py27_boost1461|Win32"
-			OutputDirectory="..\..\build\lib.$(PlatformName)-2.7\$(ProjectName)"
-			IntermediateDirectory="..\..\build\temp.$(PlatformName)\$(ConfigurationName)"
-			ConfigurationType="2"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				AdditionalOptions="-Zm200"
-				Optimization="3"
-				WholeProgramOptimization="false"
-				AdditionalIncludeDirectories="C:\Python27\include;"C:\Python27\Lib\site-packages\numpy\core\include";"c:\Program Files\boost\boost_1_46_1";"C:\Program Files\tango\win32_vc8\win32_dll\include";Z:\PyTangoWin\PyTango\src\server;Z:\PyTangoWin\PyTango\src"
-				PreprocessorDefinitions="WIN32;NDEBUG;LOG4TANGO_HAS_DLL;TANGO_HAS_DLL;BOOST_PYTHON_STATIC_LIB"
-				RuntimeLibrary="2"
-				BufferSecurityCheck="false"
-				UsePrecompiledHeader="1"
-				PrecompiledHeaderThrough="precompiled_header.hpp"
-				WarningLevel="3"
-				Detect64BitPortabilityProblems="false"
-				DebugInformationFormat="0"
-				CompileAs="0"
-				DisableSpecificWarnings="4005;4996;4250"
-				ErrorReporting="1"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="tango.lib log4tango.lib omniORB414_rt.lib omniDynamic414_rt.lib omnithread34_rt.lib COS414_rt.lib"
-				OutputFile="$(OutDir)\_PyTango.pyd"
-				LinkIncremental="1"
-				AdditionalLibraryDirectories="C:\Python27\libs;"C:\Program Files\tango\win32_vc8\win32_dll\lib";"C:\Program Files\boost\boost_1_46_1\lib""
-				GenerateDebugInformation="true"
-				ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
-				SubSystem="2"
-				OptimizeReferences="2"
-				EnableCOMDATFolding="2"
-				LinkTimeCodeGeneration="0"
-				TargetMachine="1"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCWebDeploymentTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				Description="Starting setup.py bdist_msi"
-				CommandLine="c:\python27\python $(SolutionDir)\..\..\winsetup.py"
-			/>
-		</Configuration>
-		<Configuration
-			Name="Release_Py27_boost1461|x64"
-			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
-			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
-			ConfigurationType="2"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-				TargetEnvironment="3"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				AdditionalOptions="-Zm200"
-				Optimization="3"
-				WholeProgramOptimization="false"
-				AdditionalIncludeDirectories=""C:\Python26\Lib\site-packages\numpy\core\include";"c:\Program Files\boost\boost_1_41";C:\Python26\include;"C:\Program Files\tango\win64_vc8\win64_dll\include";Z:\PyTangoWin\PyTango\src\server;Z:\PyTangoWin\PyTango\src"
-				PreprocessorDefinitions="WIN64;NDEBUG;LOG4TANGO_HAS_DLL;TANGO_HAS_DLL"
-				RuntimeLibrary="2"
-				BufferSecurityCheck="false"
-				UsePrecompiledHeader="1"
-				PrecompiledHeaderThrough="precompiled_header.hpp"
-				WarningLevel="3"
-				Detect64BitPortabilityProblems="false"
-				DebugInformationFormat="0"
-				CompileAs="0"
-				DisableSpecificWarnings="4005;4996;4250"
-				ErrorReporting="1"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="tango.lib log4tango.lib omniORB414_rt.lib omniDynamic414_rt.lib omnithread34_rt.lib COS414_rt.lib"
-				OutputFile="$(OutDir)\_PyTango.pyd"
-				LinkIncremental="1"
-				AdditionalLibraryDirectories="C:\Python26\libs;"C:\Program Files\tango\win64_vc8\win64_dll\lib";"C:\Program Files\boost\boost_1_41\lib""
-				GenerateDebugInformation="true"
-				ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
-				SubSystem="2"
-				OptimizeReferences="2"
-				EnableCOMDATFolding="2"
-				LinkTimeCodeGeneration="0"
-				TargetMachine="17"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCWebDeploymentTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				Description="Starting setup.py bdist_msi"
-				CommandLine="c:\python26\python $(SolutionDir)\..\..\winsetup.py"
-			/>
-		</Configuration>
-		<Configuration
-			Name="Release_Py26_boost141_static|Win32"
-			OutputDirectory="..\..\build\lib.$(PlatformName)-2.6\$(ProjectName)"
-			IntermediateDirectory="..\..\build\temp.$(PlatformName)\$(ConfigurationName)"
-			ConfigurationType="2"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				AdditionalOptions="-Zm200"
-				Optimization="3"
-				WholeProgramOptimization="false"
-				AdditionalIncludeDirectories="C:\Python26\include;"C:\Python26\Lib\site-packages\numpy\core\include";"C:\Program Files\boost\boost_1_44";"C:\Program Files\tango\win32_vc8\win32\include";Z:\PyTangoWin\PyTango\src;Z:\PyTangoWin\PyTango\src\server"
-				PreprocessorDefinitions="WIN32;_USRDLL;_WINDLL;NDEBUG;BOOST_PYTHON_STATIC_LIB;_WINSTATIC"
-				RuntimeLibrary="2"
-				BufferSecurityCheck="false"
-				UsePrecompiledHeader="1"
-				PrecompiledHeaderThrough="precompiled_header.hpp"
-				WarningLevel="3"
-				Detect64BitPortabilityProblems="false"
-				DebugInformationFormat="0"
-				CompileAs="0"
-				DisableSpecificWarnings="4005;4996;4250"
-				ErrorReporting="1"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				LinkLibraryDependencies="true"
-				AdditionalOptions="/VERBOSE:LIB /FORCE:MULTIPLE"
-				AdditionalDependencies="tango.lib log4tango.lib mswsock.lib ws2_32.lib comctl32.lib"
-				OutputFile="$(OutDir)\_PyTango.pyd"
-				LinkIncremental="1"
-				AdditionalLibraryDirectories="C:\Python26\libs;"C:\Program Files\tango\win32_vc8\win32\lib";"C:\Program Files\boost\boost_1_44\lib""
-				IgnoreAllDefaultLibraries="false"
-				IgnoreDefaultLibraryNames=""
-				GenerateDebugInformation="true"
-				ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
-				SubSystem="2"
-				OptimizeReferences="2"
-				EnableCOMDATFolding="2"
-				LinkTimeCodeGeneration="0"
-				TargetMachine="1"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCWebDeploymentTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				Description="Starting setup.py bdist_msi"
-				CommandLine="c:\python26\python $(SolutionDir)\..\..\winsetup.py"
-			/>
-		</Configuration>
-		<Configuration
-			Name="Release_Py26_boost141_static|x64"
-			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
-			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
-			ConfigurationType="2"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-				TargetEnvironment="3"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				AdditionalOptions="-Zm200"
-				Optimization="3"
-				WholeProgramOptimization="false"
-				AdditionalIncludeDirectories=""C:\Python26\Lib\site-packages\numpy\core\include";"c:\Program Files\boost\boost_1_41";C:\Python26\include;"C:\Program Files\tango\win64_vc8\win64_dll\include";Z:\PyTangoWin\PyTango\src\server;Z:\PyTangoWin\PyTango\src"
-				PreprocessorDefinitions="WIN64;NDEBUG;LOG4TANGO_HAS_DLL;TANGO_HAS_DLL"
-				RuntimeLibrary="2"
-				BufferSecurityCheck="false"
-				UsePrecompiledHeader="1"
-				PrecompiledHeaderThrough="precompiled_header.hpp"
-				WarningLevel="3"
-				Detect64BitPortabilityProblems="false"
-				DebugInformationFormat="0"
-				CompileAs="0"
-				DisableSpecificWarnings="4005;4996;4250"
-				ErrorReporting="1"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="tango.lib log4tango.lib omniORB414_rt.lib omniDynamic414_rt.lib omnithread34_rt.lib COS414_rt.lib"
-				OutputFile="$(OutDir)\_PyTango.pyd"
-				LinkIncremental="1"
-				AdditionalLibraryDirectories="C:\Python26\libs;"C:\Program Files\tango\win64_vc8\win64_dll\lib";"C:\Program Files\boost\boost_1_41\lib""
-				GenerateDebugInformation="true"
-				ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
-				SubSystem="2"
-				OptimizeReferences="2"
-				EnableCOMDATFolding="2"
-				LinkTimeCodeGeneration="0"
-				TargetMachine="17"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCWebDeploymentTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				Description="Starting setup.py bdist_msi"
-				CommandLine="c:\python26\python $(SolutionDir)\..\..\winsetup.py"
-			/>
-		</Configuration>
-		<Configuration
-			Name="Release_Py27_boost147|Win32"
-			OutputDirectory="..\..\build\lib.$(PlatformName)-2.7\$(ProjectName)"
-			IntermediateDirectory="..\..\build\temp.$(PlatformName)\$(ConfigurationName)"
-			ConfigurationType="2"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				AdditionalOptions="-Zm200"
-				Optimization="3"
-				WholeProgramOptimization="false"
-				AdditionalIncludeDirectories="C:\Python27\include;"C:\Python27\Lib\site-packages\numpy\core\include";"C:\Program Files\tango\win32_vc8\win32_dll\include";"C:\Program Files\boost\boost_1_47";Z:\PyTangoWin\PyTango\src\server;Z:\PyTangoWin\PyTango\src"
-				PreprocessorDefinitions="WIN32;NDEBUG;LOG4TANGO_HAS_DLL;TANGO_HAS_DLL;BOOST_PYTHON_STATIC_LIB"
-				RuntimeLibrary="2"
-				BufferSecurityCheck="false"
-				UsePrecompiledHeader="1"
-				PrecompiledHeaderThrough="precompiled_header.hpp"
-				WarningLevel="3"
-				Detect64BitPortabilityProblems="false"
-				DebugInformationFormat="0"
-				CompileAs="0"
-				DisableSpecificWarnings="4005;4996;4250"
-				ErrorReporting="1"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				LinkLibraryDependencies="true"
-				AdditionalDependencies="tango.lib log4tango.lib omniORB414_rt.lib omniDynamic414_rt.lib omnithread34_rt.lib COS414_rt.lib"
-				OutputFile="$(OutDir)\_PyTango.pyd"
-				LinkIncremental="1"
-				AdditionalLibraryDirectories="C:\Python27\libs;"C:\Program Files\tango\win32_vc8\win32_dll\lib";"C:\Program Files\boost\boost_1_47\lib""
-				GenerateDebugInformation="true"
-				ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
-				SubSystem="2"
-				OptimizeReferences="2"
-				EnableCOMDATFolding="2"
-				LinkTimeCodeGeneration="0"
-				TargetMachine="1"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCWebDeploymentTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				Description="Starting setup.py bdist_msi"
-				CommandLine="c:\python27\python $(SolutionDir)\..\..\winsetup.py"
-			/>
-		</Configuration>
-		<Configuration
-			Name="Release_Py27_boost147|x64"
-			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
-			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
-			ConfigurationType="2"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-				TargetEnvironment="3"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				AdditionalOptions="-Zm200"
-				Optimization="3"
-				WholeProgramOptimization="false"
-				AdditionalIncludeDirectories=""C:\Python26\Lib\site-packages\numpy\core\include";"c:\Program Files\boost\boost_1_41";C:\Python26\include;"C:\Program Files\tango\win64_vc8\win64_dll\include";Z:\PyTangoWin\PyTango\src\server;Z:\PyTangoWin\PyTango\src"
-				PreprocessorDefinitions="WIN64;NDEBUG;LOG4TANGO_HAS_DLL;TANGO_HAS_DLL"
-				RuntimeLibrary="2"
-				BufferSecurityCheck="false"
-				UsePrecompiledHeader="1"
-				PrecompiledHeaderThrough="precompiled_header.hpp"
-				WarningLevel="3"
-				Detect64BitPortabilityProblems="false"
-				DebugInformationFormat="0"
-				CompileAs="0"
-				DisableSpecificWarnings="4005;4996;4250"
-				ErrorReporting="1"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="tango.lib log4tango.lib omniORB414_rt.lib omniDynamic414_rt.lib omnithread34_rt.lib COS414_rt.lib"
-				OutputFile="$(OutDir)\_PyTango.pyd"
-				LinkIncremental="1"
-				AdditionalLibraryDirectories="C:\Python26\libs;"C:\Program Files\tango\win64_vc8\win64_dll\lib";"C:\Program Files\boost\boost_1_41\lib""
-				GenerateDebugInformation="true"
-				ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
-				SubSystem="2"
-				OptimizeReferences="2"
-				EnableCOMDATFolding="2"
-				LinkTimeCodeGeneration="0"
-				TargetMachine="17"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCWebDeploymentTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				Description="Starting setup.py bdist_msi"
-				CommandLine="c:\python26\python $(SolutionDir)\..\..\winsetup.py"
-			/>
-		</Configuration>
-	</Configurations>
-	<References>
-	</References>
-	<Files>
-		<Filter
-			Name="Header Files"
-			Filter="h;hpp;hxx;hm;inl;inc;xsd"
-			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
-			>
-			<File
-				RelativePath="..\..\src\server\attr.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\server\attribute.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\base_types_numpy.hpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\callback.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\server\command.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\defs.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\device_attribute.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\device_attribute_numpy.hpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\server\device_class.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\server\device_impl.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\exception.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\fast_from_py.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\fast_from_py_numpy.hpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\from_py.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\precompiled_header.hpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\pytgutils.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\pyutils.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\tango_numpy.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\tgutils.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\to_py.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\to_py_numpy.hpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\server\wattribute_numpy.hpp"
-				>
-			</File>
-		</Filter>
-		<Filter
-			Name="Source Files"
-			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
-			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
-			>
-			<File
-				RelativePath="..\..\src\api_util.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\archive_event_info.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\server\attr.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\attr_conf_event_data.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\server\attribute.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\attribute_alarm_info.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\attribute_dimension.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\attribute_event_info.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\attribute_info.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\attribute_info_ex.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\attribute_proxy.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\base_types.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\callback.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\change_event_info.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\server\command.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\command_info.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\connection.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\constants.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\data_ready_event_data.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\database.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\db.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\dev_command_info.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\dev_error.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\device_attribute.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\device_attribute_config.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\device_attribute_history.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\server\device_class.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\device_data.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\device_data_history.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\server\device_impl.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\device_info.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\device_proxy.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\server\dserver.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\server\encoded_attribute.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\enums.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\event_data.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\exception.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\from_py.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\group.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\group_element.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\group_reply.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\group_reply_list.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\locker_info.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\locking_thread.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\server\log4tango.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\server\multi_attribute.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\server\multi_class_attribute.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\periodic_event_info.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\poll_device.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\precompiled_header.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\pytango.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\pytgutils.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\pyutils.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\server\subdev.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\server\tango_util.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\time_val.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\to_py.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\server\user_default_attr_prop.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\version.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\server\wattribute.cpp"
-				>
-			</File>
-		</Filter>
-		<File
-			RelativePath="..\..\winsetup.py"
-			>
-		</File>
-	</Files>
-	<Globals>
-	</Globals>
-</VisualStudioProject>
diff --git a/win/PyTango_VS9/PyTango.sln b/win/PyTango_VS9/PyTango.sln
deleted file mode 100644
index c344d2b..0000000
--- a/win/PyTango_VS9/PyTango.sln
+++ /dev/null
@@ -1,104 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 10.00
-# Visual C++ Express 2008
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PyTango", "PyTango.vcproj", "{764A5ECE-11AE-4363-9A1C-573972A1BADD}"
-EndProject
-Global
-	GlobalSection(SolutionConfigurationPlatforms) = preSolution
-		py26_bopyshared_tangoshared_release|Win32 = py26_bopyshared_tangoshared_release|Win32
-		py26_bopyshared_tangoshared_release|x64 = py26_bopyshared_tangoshared_release|x64
-		py26_bopystatic_tangoshared_release|Win32 = py26_bopystatic_tangoshared_release|Win32
-		py26_bopystatic_tangoshared_release|x64 = py26_bopystatic_tangoshared_release|x64
-		py26_bopystatic_tangostatic_release|Win32 = py26_bopystatic_tangostatic_release|Win32
-		py26_bopystatic_tangostatic_release|x64 = py26_bopystatic_tangostatic_release|x64
-		py27_bopyshared_tangoshared_release|Win32 = py27_bopyshared_tangoshared_release|Win32
-		py27_bopyshared_tangoshared_release|x64 = py27_bopyshared_tangoshared_release|x64
-		py27_bopystatic_tangoshared_release|Win32 = py27_bopystatic_tangoshared_release|Win32
-		py27_bopystatic_tangoshared_release|x64 = py27_bopystatic_tangoshared_release|x64
-		py27_bopystatic_tangostatic_release|Win32 = py27_bopystatic_tangostatic_release|Win32
-		py27_bopystatic_tangostatic_release|x64 = py27_bopystatic_tangostatic_release|x64
-		py31_bopyshared_tangoshared_release|Win32 = py31_bopyshared_tangoshared_release|Win32
-		py31_bopyshared_tangoshared_release|x64 = py31_bopyshared_tangoshared_release|x64
-		py31_bopystatic_tangoshared_release|Win32 = py31_bopystatic_tangoshared_release|Win32
-		py31_bopystatic_tangoshared_release|x64 = py31_bopystatic_tangoshared_release|x64
-		py31_bopystatic_tangostatic_release|Win32 = py31_bopystatic_tangostatic_release|Win32
-		py31_bopystatic_tangostatic_release|x64 = py31_bopystatic_tangostatic_release|x64
-		py32_bopyshared_tangoshared_release|Win32 = py32_bopyshared_tangoshared_release|Win32
-		py32_bopyshared_tangoshared_release|x64 = py32_bopyshared_tangoshared_release|x64
-		py32_bopystatic_tangoshared_release|Win32 = py32_bopystatic_tangoshared_release|Win32
-		py32_bopystatic_tangoshared_release|x64 = py32_bopystatic_tangoshared_release|x64
-		py32_bopystatic_tangostatic_release|Win32 = py32_bopystatic_tangostatic_release|Win32
-		py32_bopystatic_tangostatic_release|x64 = py32_bopystatic_tangostatic_release|x64
-		py33_bopyshared_tangoshared_release|Win32 = py33_bopyshared_tangoshared_release|Win32
-		py33_bopyshared_tangoshared_release|x64 = py33_bopyshared_tangoshared_release|x64
-		py33_bopystatic_tangoshared_release|Win32 = py33_bopystatic_tangoshared_release|Win32
-		py33_bopystatic_tangoshared_release|x64 = py33_bopystatic_tangoshared_release|x64
-		py33_bopystatic_tangostatic_release|Win32 = py33_bopystatic_tangostatic_release|Win32
-		py33_bopystatic_tangostatic_release|x64 = py33_bopystatic_tangostatic_release|x64
-	EndGlobalSection
-	GlobalSection(ProjectConfigurationPlatforms) = postSolution
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py26_bopyshared_tangoshared_release|Win32.ActiveCfg = py26_bopyshared_tangoshared_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py26_bopyshared_tangoshared_release|Win32.Build.0 = py26_bopyshared_tangoshared_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py26_bopyshared_tangoshared_release|x64.ActiveCfg = py26_bopyshared_tangoshared_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py26_bopyshared_tangoshared_release|x64.Build.0 = py26_bopyshared_tangoshared_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py26_bopystatic_tangoshared_release|Win32.ActiveCfg = py26_bopystatic_tangoshared_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py26_bopystatic_tangoshared_release|Win32.Build.0 = py26_bopystatic_tangoshared_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py26_bopystatic_tangoshared_release|x64.ActiveCfg = py26_bopystatic_tangoshared_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py26_bopystatic_tangoshared_release|x64.Build.0 = py26_bopystatic_tangoshared_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py26_bopystatic_tangostatic_release|Win32.ActiveCfg = py26_bopystatic_tangostatic_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py26_bopystatic_tangostatic_release|Win32.Build.0 = py26_bopystatic_tangostatic_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py26_bopystatic_tangostatic_release|x64.ActiveCfg = py26_bopystatic_tangostatic_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py26_bopystatic_tangostatic_release|x64.Build.0 = py26_bopystatic_tangostatic_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py27_bopyshared_tangoshared_release|Win32.ActiveCfg = py27_bopyshared_tangoshared_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py27_bopyshared_tangoshared_release|Win32.Build.0 = py27_bopyshared_tangoshared_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py27_bopyshared_tangoshared_release|x64.ActiveCfg = py27_bopyshared_tangoshared_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py27_bopyshared_tangoshared_release|x64.Build.0 = py27_bopyshared_tangoshared_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py27_bopystatic_tangoshared_release|Win32.ActiveCfg = py27_bopystatic_tangoshared_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py27_bopystatic_tangoshared_release|Win32.Build.0 = py27_bopystatic_tangoshared_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py27_bopystatic_tangoshared_release|x64.ActiveCfg = py27_bopystatic_tangoshared_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py27_bopystatic_tangoshared_release|x64.Build.0 = py27_bopystatic_tangoshared_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py27_bopystatic_tangostatic_release|Win32.ActiveCfg = py27_bopystatic_tangostatic_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py27_bopystatic_tangostatic_release|Win32.Build.0 = py27_bopystatic_tangostatic_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py27_bopystatic_tangostatic_release|x64.ActiveCfg = py27_bopystatic_tangostatic_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py27_bopystatic_tangostatic_release|x64.Build.0 = py27_bopystatic_tangostatic_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py31_bopyshared_tangoshared_release|Win32.ActiveCfg = py31_bopyshared_tangoshared_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py31_bopyshared_tangoshared_release|Win32.Build.0 = py31_bopyshared_tangoshared_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py31_bopyshared_tangoshared_release|x64.ActiveCfg = py31_bopyshared_tangoshared_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py31_bopyshared_tangoshared_release|x64.Build.0 = py31_bopyshared_tangoshared_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py31_bopystatic_tangoshared_release|Win32.ActiveCfg = py31_bopystatic_tangoshared_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py31_bopystatic_tangoshared_release|Win32.Build.0 = py31_bopystatic_tangoshared_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py31_bopystatic_tangoshared_release|x64.ActiveCfg = py31_bopystatic_tangoshared_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py31_bopystatic_tangoshared_release|x64.Build.0 = py31_bopystatic_tangoshared_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py31_bopystatic_tangostatic_release|Win32.ActiveCfg = py31_bopystatic_tangostatic_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py31_bopystatic_tangostatic_release|Win32.Build.0 = py31_bopystatic_tangostatic_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py31_bopystatic_tangostatic_release|x64.ActiveCfg = py31_bopystatic_tangostatic_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py31_bopystatic_tangostatic_release|x64.Build.0 = py31_bopystatic_tangostatic_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py32_bopyshared_tangoshared_release|Win32.ActiveCfg = py32_bopyshared_tangoshared_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py32_bopyshared_tangoshared_release|Win32.Build.0 = py32_bopyshared_tangoshared_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py32_bopyshared_tangoshared_release|x64.ActiveCfg = py32_bopyshared_tangoshared_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py32_bopyshared_tangoshared_release|x64.Build.0 = py32_bopyshared_tangoshared_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py32_bopystatic_tangoshared_release|Win32.ActiveCfg = py32_bopystatic_tangoshared_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py32_bopystatic_tangoshared_release|Win32.Build.0 = py32_bopystatic_tangoshared_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py32_bopystatic_tangoshared_release|x64.ActiveCfg = py32_bopystatic_tangoshared_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py32_bopystatic_tangoshared_release|x64.Build.0 = py32_bopystatic_tangoshared_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py32_bopystatic_tangostatic_release|Win32.ActiveCfg = py32_bopystatic_tangostatic_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py32_bopystatic_tangostatic_release|Win32.Build.0 = py32_bopystatic_tangostatic_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py32_bopystatic_tangostatic_release|x64.ActiveCfg = py32_bopystatic_tangostatic_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py32_bopystatic_tangostatic_release|x64.Build.0 = py32_bopystatic_tangostatic_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py33_bopyshared_tangoshared_release|Win32.ActiveCfg = py33_bopyshared_tangoshared_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py33_bopyshared_tangoshared_release|Win32.Build.0 = py33_bopyshared_tangoshared_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py33_bopyshared_tangoshared_release|x64.ActiveCfg = py33_bopyshared_tangoshared_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py33_bopyshared_tangoshared_release|x64.Build.0 = py33_bopyshared_tangoshared_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py33_bopystatic_tangoshared_release|Win32.ActiveCfg = py33_bopystatic_tangoshared_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py33_bopystatic_tangoshared_release|Win32.Build.0 = py33_bopystatic_tangoshared_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py33_bopystatic_tangoshared_release|x64.ActiveCfg = py33_bopystatic_tangoshared_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py33_bopystatic_tangoshared_release|x64.Build.0 = py33_bopystatic_tangoshared_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py33_bopystatic_tangostatic_release|Win32.ActiveCfg = py33_bopystatic_tangostatic_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py33_bopystatic_tangostatic_release|Win32.Build.0 = py33_bopystatic_tangostatic_release|Win32
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py33_bopystatic_tangostatic_release|x64.ActiveCfg = py33_bopystatic_tangostatic_release|x64
-		{764A5ECE-11AE-4363-9A1C-573972A1BADD}.py33_bopystatic_tangostatic_release|x64.Build.0 = py33_bopystatic_tangostatic_release|x64
-	EndGlobalSection
-	GlobalSection(SolutionProperties) = preSolution
-		HideSolutionNode = FALSE
-	EndGlobalSection
-EndGlobal
diff --git a/win/PyTango_VS9/PyTango.vcproj b/win/PyTango_VS9/PyTango.vcproj
deleted file mode 100644
index 7cde0e2..0000000
--- a/win/PyTango_VS9/PyTango.vcproj
+++ /dev/null
@@ -1,2404 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
-	ProjectType="Visual C++"
-	Version="9.00"
-	Name="PyTango"
-	ProjectGUID="{764A5ECE-11AE-4363-9A1C-573972A1BADD}"
-	RootNamespace="PyTango_VS9"
-	Keyword="Win32Proj"
-	TargetFrameworkVersion="131072"
-	>
-	<Platforms>
-		<Platform
-			Name="Win32"
-		/>
-		<Platform
-			Name="x64"
-		/>
-	</Platforms>
-	<ToolFiles>
-	</ToolFiles>
-	<Configurations>
-		<Configuration
-			Name="py26_bopyshared_tangoshared_release|Win32"
-			ConfigurationType="2"
-			InheritedPropertySheets=".\PyTango.vsprops"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				WholeProgramOptimization="true"
-				AdditionalIncludeDirectories="$(CommonIncludeDirs);$(Python26IncludeDirs)"
-				PreprocessorDefinitions="$(PreBoostSharedTantoSharedFlags)"
-				RuntimeLibrary="2"
-				CompileAs="0"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="$(PyTango26SharedLibs)"
-				AdditionalLibraryDirectories="$(Py26BoostSharedTangoSharedLibDir)"
-				LinkTimeCodeGeneration="1"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				CommandLine="$(Py26) $(WinSetupArgs)"
-			/>
-		</Configuration>
-		<Configuration
-			Name="py26_bopyshared_tangoshared_release|x64"
-			ConfigurationType="2"
-			InheritedPropertySheets=".\PyTango.vsprops"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-				TargetEnvironment="3"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				WholeProgramOptimization="true"
-				AdditionalIncludeDirectories="$(CommonIncludeDirs);$(Python26IncludeDirs)"
-				PreprocessorDefinitions="$(PreBoostSharedTantoSharedFlags)"
-				RuntimeLibrary="2"
-				CompileAs="0"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="$(PyTango26SharedLibs)"
-				AdditionalLibraryDirectories="$(Py26BoostSharedTangoSharedLibDir)"
-				LinkTimeCodeGeneration="1"
-				TargetMachine="17"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				CommandLine="$(Py26) $(WinSetupArgs)"
-			/>
-		</Configuration>
-		<Configuration
-			Name="py26_bopystatic_tangoshared_release|Win32"
-			ConfigurationType="2"
-			InheritedPropertySheets=".\PyTango.vsprops"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				WholeProgramOptimization="true"
-				AdditionalIncludeDirectories="$(CommonIncludeDirs);$(Python26IncludeDirs)"
-				PreprocessorDefinitions="$(PreBoostStaticTantoSharedFlags)"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="$(PyTango26SharedLibs)"
-				AdditionalLibraryDirectories="$(Py26BoostStaticTangoSharedLibDir)"
-				LinkTimeCodeGeneration="1"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				CommandLine="$(Py26) $(WinSetupArgs)"
-			/>
-		</Configuration>
-		<Configuration
-			Name="py26_bopystatic_tangoshared_release|x64"
-			ConfigurationType="2"
-			InheritedPropertySheets=".\PyTango.vsprops"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-				TargetEnvironment="3"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				WholeProgramOptimization="true"
-				AdditionalIncludeDirectories="$(CommonIncludeDirs);$(Python26IncludeDirs)"
-				PreprocessorDefinitions="$(PreBoostStaticTantoSharedFlags)"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="$(PyTango26SharedLibs)"
-				AdditionalLibraryDirectories="$(Py26BoostStaticTangoSharedLibDir)"
-				LinkTimeCodeGeneration="1"
-				TargetMachine="17"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				CommandLine="$(Py26) $(WinSetupArgs)"
-			/>
-		</Configuration>
-		<Configuration
-			Name="py26_bopystatic_tangostatic_release|Win32"
-			ConfigurationType="2"
-			InheritedPropertySheets=".\PyTango.vsprops"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				WholeProgramOptimization="true"
-				AdditionalIncludeDirectories="$(CommonIncludeDirs);$(Python26IncludeDirs)"
-				PreprocessorDefinitions="$(PreBoostStaticTantoStaticFlags)"
-				RuntimeLibrary="0"
-				CompileAs="2"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="$(PyTango26StaticLibs)"
-				AdditionalLibraryDirectories="$(Py26BoostStaticTangoStaticLibDir)"
-				LinkTimeCodeGeneration="1"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				CommandLine="$(Py26) $(WinSetupArgs)"
-			/>
-		</Configuration>
-		<Configuration
-			Name="py26_bopystatic_tangostatic_release|x64"
-			ConfigurationType="2"
-			InheritedPropertySheets=".\PyTango.vsprops"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-				TargetEnvironment="3"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				WholeProgramOptimization="true"
-				AdditionalIncludeDirectories="$(CommonIncludeDirs);$(Python26IncludeDirs)"
-				PreprocessorDefinitions="$(PreBoostStaticTantoStaticFlags)"
-				RuntimeLibrary="0"
-				CompileAs="2"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="$(PyTango26StaticLibs)"
-				AdditionalLibraryDirectories="$(Py26BoostStaticTangoStaticLibDir)"
-				LinkTimeCodeGeneration="1"
-				TargetMachine="17"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				CommandLine="$(Py26) $(WinSetupArgs)"
-			/>
-		</Configuration>
-		<Configuration
-			Name="py27_bopyshared_tangoshared_release|Win32"
-			ConfigurationType="2"
-			InheritedPropertySheets=".\PyTango.vsprops"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				WholeProgramOptimization="true"
-				AdditionalIncludeDirectories="$(CommonIncludeDirs);$(Python27IncludeDirs)"
-				PreprocessorDefinitions="$(PreBoostSharedTantoSharedFlags)"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="$(PyTango27SharedLibs)"
-				AdditionalLibraryDirectories="$(Py27BoostSharedTangoSharedLibDir)"
-				LinkTimeCodeGeneration="1"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				CommandLine="$(Py27) $(WinSetupArgs)"
-			/>
-		</Configuration>
-		<Configuration
-			Name="py27_bopyshared_tangoshared_release|x64"
-			ConfigurationType="2"
-			InheritedPropertySheets=".\PyTango.vsprops"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-				TargetEnvironment="3"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				WholeProgramOptimization="true"
-				AdditionalIncludeDirectories="$(CommonIncludeDirs);$(Python27IncludeDirs)"
-				PreprocessorDefinitions="$(PreBoostSharedTantoSharedFlags)"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="$(PyTango27SharedLibs)"
-				AdditionalLibraryDirectories="$(Py27BoostSharedTangoSharedLibDir)"
-				LinkTimeCodeGeneration="1"
-				TargetMachine="17"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				CommandLine="$(Py27) $(WinSetupArgs)"
-			/>
-		</Configuration>
-		<Configuration
-			Name="py27_bopystatic_tangoshared_release|Win32"
-			ConfigurationType="2"
-			InheritedPropertySheets=".\PyTango.vsprops"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				WholeProgramOptimization="true"
-				AdditionalIncludeDirectories="$(CommonIncludeDirs);$(Python27IncludeDirs)"
-				PreprocessorDefinitions="$(PreBoostStaticTantoSharedFlags)"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="$(PyTango27SharedLibs)"
-				AdditionalLibraryDirectories="$(Py27BoostStaticTangoSharedLibDir)"
-				LinkTimeCodeGeneration="1"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				CommandLine="$(Py27) $(WinSetupArgs)"
-			/>
-		</Configuration>
-		<Configuration
-			Name="py27_bopystatic_tangoshared_release|x64"
-			ConfigurationType="2"
-			InheritedPropertySheets=".\PyTango.vsprops"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-				TargetEnvironment="3"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				WholeProgramOptimization="true"
-				AdditionalIncludeDirectories="$(CommonIncludeDirs);$(Python27IncludeDirs)"
-				PreprocessorDefinitions="$(PreBoostStaticTantoSharedFlags)"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="$(PyTango27SharedLibs)"
-				AdditionalLibraryDirectories="$(Py27BoostStaticTangoSharedLibDir)"
-				LinkTimeCodeGeneration="1"
-				TargetMachine="17"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				CommandLine="$(Py27) $(WinSetupArgs)"
-			/>
-		</Configuration>
-		<Configuration
-			Name="py27_bopystatic_tangostatic_release|Win32"
-			ConfigurationType="2"
-			InheritedPropertySheets=".\PyTango.vsprops"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				WholeProgramOptimization="true"
-				AdditionalIncludeDirectories="$(CommonIncludeDirs);$(Python27IncludeDirs)"
-				PreprocessorDefinitions="$(PreBoostStaticTantoStaticFlags)"
-				RuntimeLibrary="0"
-				CompileAs="2"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="$(PyTango27StaticLibs)"
-				AdditionalLibraryDirectories="$(Py27BoostStaticTangoStaticLibDir)"
-				LinkTimeCodeGeneration="1"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				CommandLine="$(Py27) $(WinSetupArgs)"
-			/>
-		</Configuration>
-		<Configuration
-			Name="py27_bopystatic_tangostatic_release|x64"
-			ConfigurationType="2"
-			InheritedPropertySheets=".\PyTango.vsprops"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-				TargetEnvironment="3"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				WholeProgramOptimization="true"
-				AdditionalIncludeDirectories="$(CommonIncludeDirs);$(Python27IncludeDirs)"
-				PreprocessorDefinitions="$(PreBoostStaticTantoStaticFlags)"
-				RuntimeLibrary="0"
-				CompileAs="2"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="$(PyTango27StaticLibs)"
-				AdditionalLibraryDirectories="$(Py27BoostStaticTangoStaticLibDir)"
-				IgnoreDefaultLibraryNames=""
-				LinkTimeCodeGeneration="1"
-				TargetMachine="17"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				CommandLine="$(Py27) $(WinSetupArgs)"
-			/>
-		</Configuration>
-		<Configuration
-			Name="py31_bopyshared_tangoshared_release|Win32"
-			ConfigurationType="2"
-			InheritedPropertySheets=".\PyTango.vsprops"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				WholeProgramOptimization="true"
-				AdditionalIncludeDirectories="$(CommonIncludeDirs);$(Python31IncludeDirs)"
-				PreprocessorDefinitions="$(PreBoostSharedTantoSharedFlags)"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="$(PyTango31SharedLibs)"
-				AdditionalLibraryDirectories="$(Py31BoostSharedTangoSharedLibDir)"
-				LinkTimeCodeGeneration="1"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				CommandLine="$(Py31) $(WinSetupArgs)"
-			/>
-		</Configuration>
-		<Configuration
-			Name="py31_bopyshared_tangoshared_release|x64"
-			ConfigurationType="2"
-			InheritedPropertySheets=".\PyTango.vsprops"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-				TargetEnvironment="3"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				WholeProgramOptimization="true"
-				AdditionalIncludeDirectories="$(CommonIncludeDirs);$(Python31IncludeDirs)"
-				PreprocessorDefinitions="$(PreBoostSharedTantoSharedFlags)"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="$(PyTango31SharedLibs)"
-				AdditionalLibraryDirectories="$(Py31BoostSharedTangoSharedLibDir)"
-				LinkTimeCodeGeneration="1"
-				TargetMachine="17"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				CommandLine="$(Py31) $(WinSetupArgs)"
-			/>
-		</Configuration>
-		<Configuration
-			Name="py31_bopystatic_tangoshared_release|Win32"
-			ConfigurationType="2"
-			InheritedPropertySheets=".\PyTango.vsprops"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				WholeProgramOptimization="true"
-				AdditionalIncludeDirectories="$(CommonIncludeDirs);$(Python31IncludeDirs)"
-				PreprocessorDefinitions="$(PreBoostStaticTantoSharedFlags)"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="$(PyTango31SharedLibs)"
-				AdditionalLibraryDirectories="$(Py31BoostStaticTangoSharedLibDir)"
-				LinkTimeCodeGeneration="1"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				CommandLine="$(Py31) $(WinSetupArgs)"
-			/>
-		</Configuration>
-		<Configuration
-			Name="py31_bopystatic_tangoshared_release|x64"
-			ConfigurationType="2"
-			InheritedPropertySheets=".\PyTango.vsprops"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-				TargetEnvironment="3"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				WholeProgramOptimization="true"
-				AdditionalIncludeDirectories="$(CommonIncludeDirs);$(Python31IncludeDirs)"
-				PreprocessorDefinitions="$(PreBoostStaticTantoSharedFlags)"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="$(PyTango31SharedLibs)"
-				AdditionalLibraryDirectories="$(Py31BoostStaticTangoSharedLibDir)"
-				LinkTimeCodeGeneration="1"
-				TargetMachine="17"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				CommandLine="$(Py31) $(WinSetupArgs)"
-			/>
-		</Configuration>
-		<Configuration
-			Name="py31_bopystatic_tangostatic_release|Win32"
-			ConfigurationType="2"
-			InheritedPropertySheets=".\PyTango.vsprops"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				WholeProgramOptimization="true"
-				AdditionalIncludeDirectories="$(CommonIncludeDirs);$(Python31IncludeDirs)"
-				PreprocessorDefinitions="$(PreBoostStaticTantoStaticFlags)"
-				RuntimeLibrary="0"
-				CompileAs="2"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="$(PyTango31StaticLibs)"
-				AdditionalLibraryDirectories="$(Py31BoostStaticTangoStaticLibDir)"
-				LinkTimeCodeGeneration="1"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				CommandLine="$(Py31) $(WinSetupArgs)"
-			/>
-		</Configuration>
-		<Configuration
-			Name="py31_bopystatic_tangostatic_release|x64"
-			ConfigurationType="2"
-			InheritedPropertySheets=".\PyTango.vsprops"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-				TargetEnvironment="3"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				WholeProgramOptimization="true"
-				AdditionalIncludeDirectories="$(CommonIncludeDirs);$(Python31IncludeDirs)"
-				PreprocessorDefinitions="$(PreBoostStaticTantoStaticFlags)"
-				RuntimeLibrary="0"
-				CompileAs="2"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="$(PyTango31StaticLibs)"
-				AdditionalLibraryDirectories="$(Py31BoostStaticTangoStaticLibDir)"
-				LinkTimeCodeGeneration="1"
-				TargetMachine="17"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				CommandLine="$(Py31) $(WinSetupArgs)"
-			/>
-		</Configuration>
-		<Configuration
-			Name="py32_bopyshared_tangoshared_release|Win32"
-			ConfigurationType="2"
-			InheritedPropertySheets=".\PyTango.vsprops"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				WholeProgramOptimization="true"
-				AdditionalIncludeDirectories="$(CommonIncludeDirs);$(Python32IncludeDirs)"
-				PreprocessorDefinitions="$(PreBoostSharedTantoSharedFlags)"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="$(PyTango32SharedLibs)"
-				AdditionalLibraryDirectories="$(Py32BoostSharedTangoSharedLibDir)"
-				LinkTimeCodeGeneration="1"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				CommandLine="$(Py32) $(WinSetupArgs)"
-			/>
-		</Configuration>
-		<Configuration
-			Name="py32_bopyshared_tangoshared_release|x64"
-			ConfigurationType="2"
-			InheritedPropertySheets=".\PyTango.vsprops"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-				TargetEnvironment="3"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				WholeProgramOptimization="true"
-				AdditionalIncludeDirectories="$(CommonIncludeDirs);$(Python32IncludeDirs)"
-				PreprocessorDefinitions="$(PreBoostSharedTantoSharedFlags)"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="$(PyTango32SharedLibs)"
-				AdditionalLibraryDirectories="$(Py32BoostSharedTangoSharedLibDir)"
-				LinkTimeCodeGeneration="1"
-				TargetMachine="17"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				CommandLine="$(Py32) $(WinSetupArgs)"
-			/>
-		</Configuration>
-		<Configuration
-			Name="py32_bopystatic_tangoshared_release|Win32"
-			ConfigurationType="2"
-			InheritedPropertySheets=".\PyTango.vsprops"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				WholeProgramOptimization="true"
-				AdditionalIncludeDirectories="$(CommonIncludeDirs);$(Python32IncludeDirs)"
-				PreprocessorDefinitions="$(PreBoostStaticTantoSharedFlags)"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="$(PyTango32SharedLibs)"
-				AdditionalLibraryDirectories="$(Py32BoostStaticTangoSharedLibDir)"
-				LinkTimeCodeGeneration="1"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				CommandLine="$(Py32) $(WinSetupArgs)"
-			/>
-		</Configuration>
-		<Configuration
-			Name="py32_bopystatic_tangoshared_release|x64"
-			ConfigurationType="2"
-			InheritedPropertySheets=".\PyTango.vsprops"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-				TargetEnvironment="3"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				WholeProgramOptimization="true"
-				AdditionalIncludeDirectories="$(CommonIncludeDirs);$(Python32IncludeDirs)"
-				PreprocessorDefinitions="$(PreBoostStaticTantoSharedFlags)"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="$(PyTango32SharedLibs)"
-				AdditionalLibraryDirectories="$(Py32BoostStaticTangoSharedLibDir)"
-				LinkTimeCodeGeneration="1"
-				TargetMachine="17"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				CommandLine="$(Py32) $(WinSetupArgs)"
-			/>
-		</Configuration>
-		<Configuration
-			Name="py32_bopystatic_tangostatic_release|Win32"
-			ConfigurationType="2"
-			InheritedPropertySheets=".\PyTango.vsprops"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				WholeProgramOptimization="true"
-				AdditionalIncludeDirectories="$(CommonIncludeDirs);$(Python32IncludeDirs)"
-				PreprocessorDefinitions="$(PreBoostStaticTantoStaticFlags)"
-				RuntimeLibrary="0"
-				CompileAs="2"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="$(PyTango32StaticLibs)"
-				AdditionalLibraryDirectories="$(Py32BoostStaticTangoStaticLibDir)"
-				LinkTimeCodeGeneration="1"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				CommandLine="$(Py32) $(WinSetupArgs)"
-			/>
-		</Configuration>
-		<Configuration
-			Name="py32_bopystatic_tangostatic_release|x64"
-			ConfigurationType="2"
-			InheritedPropertySheets=".\PyTango.vsprops"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-				TargetEnvironment="3"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				WholeProgramOptimization="true"
-				AdditionalIncludeDirectories="$(CommonIncludeDirs);$(Python32IncludeDirs)"
-				PreprocessorDefinitions="$(PreBoostStaticTantoStaticFlags)"
-				RuntimeLibrary="0"
-				CompileAs="2"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="$(PyTango32StaticLibs)"
-				AdditionalLibraryDirectories="$(Py32BoostStaticTangoStaticLibDir)"
-				LinkTimeCodeGeneration="1"
-				TargetMachine="17"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				CommandLine="$(Py32) $(WinSetupArgs)"
-			/>
-		</Configuration>
-		<Configuration
-			Name="py33_bopyshared_tangoshared_release|Win32"
-			ConfigurationType="2"
-			InheritedPropertySheets=".\PyTango.vsprops"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				WholeProgramOptimization="true"
-				AdditionalIncludeDirectories="$(CommonIncludeDirs);$(Python33IncludeDirs)"
-				PreprocessorDefinitions="$(PreBoostSharedTantoSharedFlags)"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="$(PyTango33SharedLibs)"
-				AdditionalLibraryDirectories="$(Py33BoostSharedTangoSharedLibDir)"
-				LinkTimeCodeGeneration="1"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				CommandLine="$(Py33) $(WinSetupArgs)"
-			/>
-		</Configuration>
-		<Configuration
-			Name="py33_bopyshared_tangoshared_release|x64"
-			ConfigurationType="2"
-			InheritedPropertySheets=".\PyTango.vsprops"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-				TargetEnvironment="3"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				WholeProgramOptimization="true"
-				AdditionalIncludeDirectories="$(CommonIncludeDirs);$(Python33IncludeDirs)"
-				PreprocessorDefinitions="$(PreBoostSharedTantoSharedFlags)"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="$(PyTango33SharedLibs)"
-				AdditionalLibraryDirectories="$(Py33BoostSharedTangoSharedLibDir)"
-				LinkTimeCodeGeneration="1"
-				TargetMachine="17"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				CommandLine="$(Py33) $(WinSetupArgs)"
-			/>
-		</Configuration>
-		<Configuration
-			Name="py33_bopystatic_tangoshared_release|Win32"
-			ConfigurationType="2"
-			InheritedPropertySheets=".\PyTango.vsprops"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				WholeProgramOptimization="true"
-				AdditionalIncludeDirectories="$(CommonIncludeDirs);$(Python33IncludeDirs)"
-				PreprocessorDefinitions="$(PreBoostStaticTantoSharedFlags)"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="$(PyTango33SharedLibs)"
-				AdditionalLibraryDirectories="$(Py33BoostStaticTangoSharedLibDir)"
-				LinkTimeCodeGeneration="1"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				CommandLine="$(Py33) $(WinSetupArgs)"
-			/>
-		</Configuration>
-		<Configuration
-			Name="py33_bopystatic_tangoshared_release|x64"
-			ConfigurationType="2"
-			InheritedPropertySheets=".\PyTango.vsprops"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-				TargetEnvironment="3"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				WholeProgramOptimization="true"
-				AdditionalIncludeDirectories="$(CommonIncludeDirs);$(Python33IncludeDirs)"
-				PreprocessorDefinitions="$(PreBoostStaticTantoSharedFlags)"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="$(PyTango33SharedLibs)"
-				AdditionalLibraryDirectories="$(Py33BoostStaticTangoSharedLibDir)"
-				LinkTimeCodeGeneration="1"
-				TargetMachine="17"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				CommandLine="$(Py33) $(WinSetupArgs)"
-			/>
-		</Configuration>
-		<Configuration
-			Name="py33_bopystatic_tangostatic_release|Win32"
-			ConfigurationType="2"
-			InheritedPropertySheets=".\PyTango.vsprops"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				WholeProgramOptimization="true"
-				AdditionalIncludeDirectories="$(CommonIncludeDirs);$(Python33IncludeDirs)"
-				PreprocessorDefinitions="$(PreBoostStaticTantoStaticFlags)"
-				RuntimeLibrary="0"
-				CompileAs="2"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="$(PyTango33StaticLibs)"
-				AdditionalLibraryDirectories="$(Py33BoostStaticTangoStaticLibDir)"
-				LinkTimeCodeGeneration="1"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				CommandLine="$(Py33) $(WinSetupArgs)"
-			/>
-		</Configuration>
-		<Configuration
-			Name="py33_bopystatic_tangostatic_release|x64"
-			ConfigurationType="2"
-			InheritedPropertySheets=".\PyTango.vsprops"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-				TargetEnvironment="3"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				WholeProgramOptimization="true"
-				AdditionalIncludeDirectories="$(CommonIncludeDirs);$(Python33IncludeDirs)"
-				PreprocessorDefinitions="$(PreBoostStaticTantoStaticFlags)"
-				RuntimeLibrary="0"
-				CompileAs="2"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="$(PyTango33StaticLibs)"
-				AdditionalLibraryDirectories="$(Py33BoostStaticTangoStaticLibDir)"
-				LinkTimeCodeGeneration="1"
-				TargetMachine="17"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				CommandLine="$(Py33) $(WinSetupArgs)"
-			/>
-		</Configuration>
-	</Configurations>
-	<References>
-	</References>
-	<Files>
-		<Filter
-			Name="Header Files"
-			Filter="h;hpp;hxx;hm;inl;inc;xsd"
-			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
-			>
-			<File
-				RelativePath="..\..\src\boost\cpp\server\attr.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\server\attribute.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\base_types_numpy.hpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\callback.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\server\command.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\defs.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\device_attribute.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\device_attribute_numpy.hpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\server\device_class.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\server\device_impl.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\exception.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\fast_from_py.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\fast_from_py_numpy.hpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\from_py.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\precompiled_header.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\pytgutils.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\pyutils.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\tango_numpy.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\tgutils.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\to_py.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\to_py_numpy.hpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\server\wattribute_numpy.hpp"
-				>
-			</File>
-		</Filter>
-		<Filter
-			Name="Source Files"
-			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
-			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
-			>
-			<File
-				RelativePath="..\..\src\boost\cpp\api_util.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\archive_event_info.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\server\attr.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\attr_conf_event_data.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\server\attribute.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\attribute_alarm_info.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\attribute_dimension.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\attribute_event_info.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\attribute_info.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\attribute_info_ex.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\attribute_proxy.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\base_types.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\callback.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\change_event_info.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\server\command.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\command_info.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\connection.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\constants.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\data_ready_event_data.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\database.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\db.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\dev_command_info.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\dev_error.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\device_attribute.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\device_attribute_config.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\device_attribute_history.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\server\device_class.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\device_data.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\device_data_history.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\server\device_impl.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\device_info.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\device_proxy.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\server\dserver.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\server\encoded_attribute.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\enums.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\event_data.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\exception.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\from_py.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\group.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\group_reply.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\group_reply_list.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\locker_info.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\locking_thread.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\server\log4tango.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\server\multi_attribute.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\server\multi_class_attribute.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\periodic_event_info.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\poll_device.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\precompiled_header.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\pytango.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\pytgutils.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\pyutils.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\server\subdev.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\server\tango_util.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\time_val.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\to_py.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\server\user_default_attr_prop.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\version.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\src\boost\cpp\server\wattribute.cpp"
-				>
-			</File>
-		</Filter>
-		<File
-			RelativePath="..\..\winsetup.py"
-			>
-		</File>
-	</Files>
-	<Globals>
-	</Globals>
-</VisualStudioProject>
diff --git a/win/PyTango_VS9/PyTango.vsprops b/win/PyTango_VS9/PyTango.vsprops
deleted file mode 100644
index f4b1f69..0000000
--- a/win/PyTango_VS9/PyTango.vsprops
+++ /dev/null
@@ -1,269 +0,0 @@
-<?xml version="1.0"?>
-<VisualStudioPropertySheet
-    ProjectType="Visual C++"
-    Version="8.00"
-    Name="PyTango Project Properties"
-    OutputDirectory="$(PyTangoBuildDir)"
-    IntermediateDirectory="$(PyTangoTempDir)"
-    UseOfMFC="0"
-    UseOfATL="0"
-    BuildLogFile="$(IntDir)\BuildLog.html">
-
-    <Tool
-        Name="VCPreBuildEventTool"
-    />
-    <Tool
-        Name="VCCustomBuildTool"
-    />
-    <Tool
-        Name="VCXMLDataGeneratorTool"
-    />
-    <Tool
-        Name="VCWebServiceProxyGeneratorTool"
-    />
-    <Tool
-        Name="VCMIDLTool"
-    />
-    <Tool
-        Name="VCManagedResourceCompilerTool"
-    />
-    <Tool
-        Name="VCResourceCompilerTool"
-    />
-    <Tool
-        Name="VCPreLinkEventTool"
-    />
-    <Tool
-        Name="VCCLCompilerTool"
-        AdditionalOptions="$(PyTangoCompileOptions)"
-        Optimization="3"
-        WholeProgramOptimization="false"
-        BufferSecurityCheck="false"
-        UsePrecompiledHeader="0"
-        PrecompiledHeaderFile="$(PreCompHeaderDst)"
-        PrecompiledHeaderThrough="$(PreCompHeaderSrc)"
-        ProgramDataBaseFileName="$(DatabaseFile)"
-        WarningLevel="3"
-        Detect64BitPortabilityProblems="false"
-        DebugInformationFormat="3"
-        RuntimeLibrary="2"
-        CompileAs="0"
-        DisableSpecificWarnings="$(BaseDisableWarningFlags)"
-        ErrorReporting="1"
-    />
-    <Tool
-        Name="VCALinkTool"
-    />
-    <Tool
-        Name="VCManifestTool"
-    />
-    <Tool
-        Name="VCXDCMakeTool"
-    />
-    <Tool
-        Name="VCBscMakeTool"
-    />
-    <Tool
-        Name="VCFxCopTool"
-    />
-    <Tool
-        Name="VCAppVerifierTool"
-    />
-    <Tool
-        Name="VCLinkerTool"
-        ShowProgress="0"
-        OutputFile="$(OutDir)\$(PyTangoBaseFile).pyd"
-        LinkIncremental="1"
-        GenerateDebugInformation="true"
-        ProgramDatabaseFile="$(DatabaseFile)"
-        SubSystem="2"
-        OptimizeReferences="2"
-        EnableCOMDATFolding="2"
-        LinkTimeCodeGeneration="0"
-        RandomizedBaseAddress="1"
-        DataExecutionPrevention="0"
-        TargetMachine="1"
-    />
-
-    <Tool
-        Name="VCPostBuildEventTool"
-        Description="[PyTango]: Starting python $(WinSetupArgs)"
-    />
-
-    <UserMacro Name="PyTangoBaseFile" Value="_PyTango" />
-
-    <UserMacro Name="TangoMajorVer" Value="8" />
-    <UserMacro Name="TangoMinorVer" Value="1" />
-    <UserMacro Name="TangoPatchVer" Value="2" />
-    <UserMacro Name="TangoVer" Value="$(TangoMajorVer).$(TangoMinorVer).$(TangoPatchVer)" />
-
-    <UserMacro Name="PyTangoMajorVer" Value="8" />
-    <UserMacro Name="PyTangoMinorVer" Value="1" />
-    <UserMacro Name="PyTangoPatchVer" Value="1" />
-    <UserMacro Name="PyTangoVer" Value="$(PyTangoMajorVer).$(PyTangoMinorVer).$(PyTangoPatchVer)" />
-
-    <UserMacro Name="BoostMajorVer" Value="1" />
-    <UserMacro Name="BoostMinorVer" Value="53" />
-    <UserMacro Name="BoostPatchVer" Value="0" />
-    <UserMacro Name="BoostVer" Value="$(BoostMajorVer).$(BoostMinorVer).$(BoostPatchVer)" />
-
-    <UserMacro Name="TangoBaseDir" Value="C:\tango-$(TangoVer)" />
-    <UserMacro Name="BoostBaseDir" Value="C:\boost-$(BoostVer)" />
-    <UserMacro Name="PythonBaseDir" Value="C:\Python" />
-
-    <UserMacro Name="VCMajorVer" Value="9" />
-    <UserMacro Name="VCMinorVer" Value="0" />
-
-    <UserMacro Name="VCVer" Value="$(VCMajorVer).$(VCMinorVer)" />
-
-    <UserMacro Name="BoostIncludeDir" Value="$(BoostBaseDir)\include\boost-$(BoostMajorVer)_$(BoostMinorVer)" />
-    <UserMacro Name="BoostLibDir" Value="$(BoostBaseDir)\multi\release\msvc-$(VCVer)\$(PlatformName)" />
-
-    <UserMacro Name="TangoIncludeDir" Value="$(TangoBaseDir)\$(PlatformName)\include\vc$(VCMajorVer)" />
-    <UserMacro Name="TangoLibDir" Value="$(TangoBaseDir)\$(PlatformName)\lib" />
-
-    <UserMacro Name="PythonDir" Value="C:\Python\$(PlatformName)" />
-    <UserMacro Name="NumpyRelativeIncludeDir" Value="Lib\site-packages\numpy\core\include" />
-
-    <!-- Internal: DO NOT CHANGE -->
-    <UserMacro Name="PyTangoCompileOptions" Value="-Zm200 /MP8 /bigobj" />
-
-    <UserMacro Name="BaseDir" Value="$(ProjectDir)..\.." />
-    <UserMacro Name="RelPrefixDir" Value="$(ConfigurationName)_$(PlatformName)_msvc$(VCVer)" />
-
-    <UserMacro Name="BaseBuildDir" Value="c:\temp\pytango\build_$(PyTangoVer)_tg$(TangoVer)_boost$(BoostVer)" />
-    <UserMacro Name="BaseBuildLibDir" Value="$(BaseBuildDir)\lib" />
-    <UserMacro Name="BaseTempDir" Value="$(BaseBuildDir)\temp" />
-    <UserMacro Name="BaseDistDir" Value="$(BaseBuildDir)\dist" />
-    <UserMacro Name="BaseBDistDir" Value="$(BaseBuildDir)\temp_dist" />
-
-    <!-- to be used in the internal winsetup.py script -->
-    <UserMacro Name="BuildDir" Value="$(BaseBuildLibDir)\$(RelPrefixDir)" />
-    <UserMacro Name="DistDir" Value="$(BaseDistDir)\$(RelPrefixDir)" />
-    <UserMacro Name="TempDir" Value="$(BaseTempDir)\$(RelPrefixDir)" />
-    <UserMacro Name="BDistDir" Value="$(BaseBDistDir)\$(RelPrefixDir)" />
-
-    <!-- to be set to OutputDir and IntDir -->
-    <UserMacro Name="PyTangoBuildDir" Value="$(BuildDir)\$(ProjectName)" />
-    <UserMacro Name="PyTangoTempDir" Value="$(TempDir)\$(ProjectName)" />
-
-    <UserMacro Name="BaseSrcDir" Value="$(BaseDir)\src\boost\cpp" />
-    <UserMacro Name="CommonIncludeDirs" Value="$(BoostIncludeDir);$(TangoIncludeDir);$(BaseSrcDir);$(BaseSrcDir)\server" />
-
-    <UserMacro Name="Python26Dir" Value="$(PythonDir)\26" />
-    <UserMacro Name="Py26" Value="$(Python26Dir)\python" />
-    <UserMacro Name="Python26IncludeDir" Value="$(Python26Dir)\include" />
-    <UserMacro Name="Numpy26IncludeDir" Value="$(Python26Dir)\$(NumpyRelativeIncludeDir)" />
-    <UserMacro Name="Python26IncludeDirs" Value="$(Python26IncludeDir);$(Numpy26IncludeDir)" />
-    <UserMacro Name="Python26LibDir" Value="$(Python26Dir)\libs" />
-
-    <UserMacro Name="Python27Dir" Value="$(PythonDir)\27" />
-    <UserMacro Name="Py27" Value="$(Python27Dir)\python" />
-    <UserMacro Name="Python27IncludeDir" Value="$(Python27Dir)\include" />
-    <UserMacro Name="Numpy27IncludeDir" Value="$(Python27Dir)\$(NumpyRelativeIncludeDir)" />
-    <UserMacro Name="Python27IncludeDirs" Value="$(Python27IncludeDir);$(Numpy27IncludeDir)" />
-    <UserMacro Name="Python27LibDir" Value="$(Python27Dir)\libs" />
-
-    <UserMacro Name="Python31Dir" Value="$(PythonDir)\31" />
-    <UserMacro Name="Py31" Value="$(Python31Dir)\python" />
-    <UserMacro Name="Python31IncludeDir" Value="$(Python31Dir)\include" />
-    <UserMacro Name="Numpy31IncludeDir" Value="$(Python31Dir)\$(NumpyRelativeIncludeDir)" />
-    <UserMacro Name="Python31IncludeDirs" Value="$(Python31IncludeDir);$(Numpy31IncludeDir)" />
-    <UserMacro Name="Python31LibDir" Value="$(Python31Dir)\libs" />
-
-    <UserMacro Name="Python32Dir" Value="$(PythonDir)\32" />
-    <UserMacro Name="Py32" Value="$(Python32Dir)\python" />
-    <UserMacro Name="Python32IncludeDir" Value="$(Python32Dir)\include" />
-    <UserMacro Name="Numpy32IncludeDir" Value="$(Python32Dir)\$(NumpyRelativeIncludeDir)" />
-    <UserMacro Name="Python32IncludeDirs" Value="$(Python32IncludeDir);$(Numpy32IncludeDir)" />
-    <UserMacro Name="Python32LibDir" Value="$(Python32Dir)\libs" />
-
-    <UserMacro Name="Python33Dir" Value="$(PythonDir)\33" />
-    <UserMacro Name="Py33" Value="$(Python33Dir)\python" />
-    <UserMacro Name="Python33IncludeDir" Value="$(Python33Dir)\include" />
-    <UserMacro Name="Numpy33IncludeDir" Value="$(Python33Dir)\$(NumpyRelativeIncludeDir)" />
-    <UserMacro Name="Python33IncludeDirs" Value="$(Python33IncludeDir);$(Numpy33IncludeDir)" />
-    <UserMacro Name="Python33LibDir" Value="$(Python33Dir)\libs" />
-
-    <UserMacro Name="BasePreFlags" Value="WIN32;NDEBUG" />
-    <UserMacro Name="PreTangoStaticFlags" Value="_WINSTATIC" />
-    <UserMacro Name="PreTangoSharedFlags" Value="LOG4TANGO_HAS_DLL;TANGO_HAS_DLL" />
-
-    <UserMacro Name="PreBoostSharedTantoSharedFlags" Value="$(BasePreFlags);$(PreTangoSharedFlags);BOOST_PYTHON_DYNAMIC_LIB" />
-    <UserMacro Name="PreBoostStaticTantoSharedFlags" Value="$(BasePreFlags);$(PreTangoSharedFlags);BOOST_PYTHON_STATIC_LIB" />
-    <UserMacro Name="PreBoostStaticTantoStaticFlags" Value="$(BasePreFlags);$(PreTangoStaticFlags);BOOST_PYTHON_STATIC_LIB" />
-
-    <UserMacro Name="PreCompHeaderSrc" Value="precompiled_header.hpp" />
-    <UserMacro Name="PreCompHeaderDst" Value="$(TempDir)\$(PyTangoBaseFile)_Boost-$(BoostVer).pch" />
-    <UserMacro Name="DatabaseFile" Value="$(TempDir)\$(PyTangoBaseFile)_Boost-$(BoostVer).pdb" />
-
-    <UserMacro Name="BaseDisableWarningFlags" Value="4005;4996;4250" />
-
-    <UserMacro Name="omniStaticLibs" Value="COS4.lib    omniORB4.lib    omniDynamic4.lib    omnithread.lib   " />
-    <UserMacro Name="omniSharedLibs" Value="COS4_rt.lib omniORB4_rt.lib omniDynamic4_rt.lib omnithread_rt.lib" />
-    <UserMacro Name="BaseTangoLibs" Value="zmq.lib log4tango.lib tango.lib" />
-    <UserMacro Name="BasePyTangoStaticLibs" Value="$(omniStaticLibs) $(BaseTangoLibs) comctl32.lib ws2_32.lib mswsock.lib" />
-    <UserMacro Name="BasePyTangoSharedLibs" Value="$(omniSharedLibs) $(BaseTangoLibs)" />
-
-    <UserMacro Name="PyTango26StaticLibs" Value="$(BasePyTangoStaticLibs) python26.lib" />
-    <UserMacro Name="PyTango26SharedLibs" Value="$(BasePyTangoSharedLibs) python26.lib" />
-
-    <UserMacro Name="PyTango27StaticLibs" Value="$(BasePyTangoStaticLibs) python27.lib" />
-    <UserMacro Name="PyTango27SharedLibs" Value="$(BasePyTangoSharedLibs) python27.lib" />
-
-    <UserMacro Name="PyTango31StaticLibs" Value="$(BasePyTangoStaticLibs) python31.lib" />
-    <UserMacro Name="PyTango31SharedLibs" Value="$(BasePyTangoSharedLibs) python31.lib" />
-
-    <UserMacro Name="PyTango32StaticLibs" Value="$(BasePyTangoStaticLibs) python32.lib" />
-    <UserMacro Name="PyTango32SharedLibs" Value="$(BasePyTangoSharedLibs) python32.lib" />
-
-    <UserMacro Name="PyTango33StaticLibs" Value="$(BasePyTangoStaticLibs) python33.lib" />
-    <UserMacro Name="PyTango33SharedLibs" Value="$(BasePyTangoSharedLibs) python33.lib" />
-
-    <UserMacro Name="BaseBoostSharedRtSharedLibDir" Value="$(BoostLibDir)\shared\runtime_shared" />
-    <UserMacro Name="BaseBoostStaticRtSharedLibDir" Value="$(BoostLibDir)\static\runtime_shared" />
-    <UserMacro Name="BaseBoostStaticRtStaticLibDir" Value="$(BoostLibDir)\static\runtime_static" />
-
-    <UserMacro Name="Boost26SharedRtSharedLibDir" Value="$(BaseBoostSharedRtSharedLibDir)\26;$(Python26LibDir)" />
-    <UserMacro Name="Boost26StaticRtSharedLibDir" Value="$(BaseBoostStaticRtSharedLibDir)\26;$(Python26LibDir)" />
-    <UserMacro Name="Boost26StaticRtStaticLibDir" Value="$(BaseBoostStaticRtStaticLibDir)\26;$(Python26LibDir)" />
-
-    <UserMacro Name="Boost27SharedRtSharedLibDir" Value="$(BaseBoostSharedRtSharedLibDir)\27;$(Python27LibDir)" />
-    <UserMacro Name="Boost27StaticRtSharedLibDir" Value="$(BaseBoostStaticRtSharedLibDir)\27;$(Python27LibDir)" />
-    <UserMacro Name="Boost27StaticRtStaticLibDir" Value="$(BaseBoostStaticRtStaticLibDir)\27;$(Python27LibDir)" />
-
-    <UserMacro Name="Boost31SharedRtSharedLibDir" Value="$(BaseBoostSharedRtSharedLibDir)\31;$(Python31LibDir)" />
-    <UserMacro Name="Boost31StaticRtSharedLibDir" Value="$(BaseBoostStaticRtSharedLibDir)\31;$(Python31LibDir)" />
-    <UserMacro Name="Boost31StaticRtStaticLibDir" Value="$(BaseBoostStaticRtStaticLibDir)\31;$(Python31LibDir)" />
-
-    <UserMacro Name="Boost32SharedRtSharedLibDir" Value="$(BaseBoostSharedRtSharedLibDir)\32;$(Python32LibDir)" />
-    <UserMacro Name="Boost32StaticRtSharedLibDir" Value="$(BaseBoostStaticRtSharedLibDir)\32;$(Python32LibDir)" />
-    <UserMacro Name="Boost32StaticRtStaticLibDir" Value="$(BaseBoostStaticRtStaticLibDir)\32;$(Python32LibDir)" />
-
-    <UserMacro Name="Boost33SharedRtSharedLibDir" Value="$(BaseBoostSharedRtSharedLibDir)\33;$(Python33LibDir)" />
-    <UserMacro Name="Boost33StaticRtSharedLibDir" Value="$(BaseBoostStaticRtSharedLibDir)\33;$(Python33LibDir)" />
-    <UserMacro Name="Boost33StaticRtStaticLibDir" Value="$(BaseBoostStaticRtStaticLibDir)\33;$(Python33LibDir)" />
-
-    <UserMacro Name="Py26BoostSharedTangoSharedLibDir" Value="$(Boost26SharedRtSharedLibDir);$(TangoLibDir)\vc$(VCMajorVer)_dll" />
-    <UserMacro Name="Py26BoostStaticTangoSharedLibDir" Value="$(Boost26StaticRtSharedLibDir);$(TangoLibDir)\vc$(VCMajorVer)_dll" />
-    <UserMacro Name="Py26BoostStaticTangoStaticLibDir" Value="$(Boost26StaticRtStaticLibDir);$(TangoLibDir)\vc$(VCMajorVer)" />
-
-    <UserMacro Name="Py27BoostSharedTangoSharedLibDir" Value="$(Boost27SharedRtSharedLibDir);$(TangoLibDir)\vc$(VCMajorVer)_dll" />
-    <UserMacro Name="Py27BoostStaticTangoSharedLibDir" Value="$(Boost27StaticRtSharedLibDir);$(TangoLibDir)\vc$(VCMajorVer)_dll" />
-    <UserMacro Name="Py27BoostStaticTangoStaticLibDir" Value="$(Boost27StaticRtStaticLibDir);$(TangoLibDir)\vc$(VCMajorVer)" />
-
-    <UserMacro Name="Py31BoostSharedTangoSharedLibDir" Value="$(Boost31SharedRtSharedLibDir);$(TangoLibDir)\vc$(VCMajorVer)_dll" />
-    <UserMacro Name="Py31BoostStaticTangoSharedLibDir" Value="$(Boost31StaticRtSharedLibDir);$(TangoLibDir)\vc$(VCMajorVer)_dll" />
-    <UserMacro Name="Py31BoostStaticTangoStaticLibDir" Value="$(Boost31StaticRtStaticLibDir);$(TangoLibDir)\vc$(VCMajorVer)" />
-
-    <UserMacro Name="Py32BoostSharedTangoSharedLibDir" Value="$(Boost32SharedRtSharedLibDir);$(TangoLibDir)\vc$(VCMajorVer)_dll" />
-    <UserMacro Name="Py32BoostStaticTangoSharedLibDir" Value="$(Boost32StaticRtSharedLibDir);$(TangoLibDir)\vc$(VCMajorVer)_dll" />
-    <UserMacro Name="Py32BoostStaticTangoStaticLibDir" Value="$(Boost32StaticRtStaticLibDir);$(TangoLibDir)\vc$(VCMajorVer)" />
-
-    <UserMacro Name="Py33BoostSharedTangoSharedLibDir" Value="$(Boost33SharedRtSharedLibDir);$(TangoLibDir)\vc$(VCMajorVer)_dll" />
-    <UserMacro Name="Py33BoostStaticTangoSharedLibDir" Value="$(Boost33StaticRtSharedLibDir);$(TangoLibDir)\vc$(VCMajorVer)_dll" />
-    <UserMacro Name="Py33BoostStaticTangoStaticLibDir" Value="$(Boost33StaticRtStaticLibDir);$(TangoLibDir)\vc$(VCMajorVer)" />
-
-    <UserMacro Name="WinSetupArgs" Value="$(BaseDir)\winsetup.py $(BuildDir) $(DistDir) $(BDistDir) $(ConfigurationName) $(PlatformName)" />
-
-</VisualStudioPropertySheet>
diff --git a/winsetup.py b/winsetup.py
deleted file mode 100644
index 30ac42f..0000000
--- a/winsetup.py
+++ /dev/null
@@ -1,78 +0,0 @@
-#!/usr/bin/env python
-# ------------------------------------------------------------------------------
-# This file is part of PyTango (http://www.tinyurl.com/PyTango)
-#
-# Copyright 2006-2012 CELLS / ALBA Synchrotron, Bellaterra, Spain
-# Copyright 2013-2014 European Synchrotron Radiation Facility, Grenoble, France
-#
-# Distributed under the terms of the GNU Lesser General Public License,
-# either version 3 of the License, or (at your option) any later version.
-# See LICENSE.txt for more info.
-# ------------------------------------------------------------------------------
-
-# ------------------------------------------------------------------------------
-# WARNING: This script should only be executed as a Post-Build Event from inside
-#          Microsoft Visual Studio and not from the command line
-# ------------------------------------------------------------------------------
-
-from __future__ import print_function
-
-import sys
-import os
-import os.path as osp
-
-def main():
-    executable = sys.executable
-
-    curr_dir = os.getcwd()
-
-    winsetup_dir = osp.dirname(osp.abspath(__file__))
-    os.chdir(winsetup_dir)
-    setup_name = "setup.py"
-    bitmap = osp.join(winsetup_dir, 'doc', 'logo-medium.bmp')
-    ver = ".".join(map(str, sys.version_info[:2]))
-
-    if len(sys.argv) < 6:
-        print("Need to supply build directory, distribution directory, temporary binary install directory, configuration name and platform name")
-        return 1
-
-    build_dir, dist_dir, bdist_dir = map(osp.abspath, sys.argv[1:4])
-    config_name, plat_name = sys.argv[4:6]
-#    temp_base_dir = osp.abspath(os.environ["TEMP"])
-#    temp_dir = osp.join(temp_base_dir, "PyTango", config_name)
-    if plat_name == 'x64':
-        plat_name = 'win-amd64'
-
-    try:
-        cmd_line =  '%s %s ' % (executable, setup_name)
-        cmd_line += 'build_py --force --no-compile ' \
-                    '--build-lib=%s ' \
-                    % (build_dir,)
-        cmd_line += 'build_scripts --force '
-        cmd_line += 'install_lib --skip-build --no-compile ' \
-                    '--build-dir=%s ' \
-                    % (build_dir, )
-        cmd_line += 'bdist_msi --skip-build --target-version=%s ' \
-                    '--bdist-dir=%s ' \
-                    '--dist-dir=%s ' \
-                    '--plat-name=%s ' % (ver, bdist_dir, dist_dir, plat_name)
-        cmd_line += 'bdist_wininst --skip-build --target-version=%s ' \
-                    '--bdist-dir=%s ' \
-                    '--dist-dir=%s ' \
-                    '--title="PyTango 8" ' \
-                    '--bitmap="%s" ' \
-                    '--plat-name=%s ' % (ver, bdist_dir, dist_dir, bitmap, plat_name)
-        os.system(cmd_line)
-    except:
-        print("Failed:")
-        import traceback
-        traceback.print_exc()
-        return 2
-    finally:
-        os.chdir(curr_dir)
-
-    return 0
-
-if __name__ == "__main__":
-    ret = main()
-    sys.exit(ret)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git



More information about the debian-science-commits mailing list