Extending Visual Studio

ZipItems build task

In the CTP of the Orcas SDK, we have added a flag that modifies the default behavior of the ZipItems. In previous releases, the ZipItems used to copy the zipped items automatically after zipping them.  However, to get this behavior, you will have to add the following property item in your project:

    <PropertyGroup>
        <RegisterOutputPackage>true</RegisterOutputPackage>
    </PropertyGroup>

 

You can look at the WebSiteProject.proj project file from the IronPython Integration sample to see where to add this property.

Published Thursday, May 10, 2007 1:21 PM by cbrochu

Comments

No Comments
Anonymous comments are disabled

© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Microsoft
Page view tracker