phofman / vs-plugin

Visual Studio Plugin for BlackBerry Native Development
13 stars 3 forks source link

Change the way ZIP files are created #20

Closed phofman closed 9 years ago

phofman commented 10 years ago

Plugin uses a wrong class to populate ZIP content. Try ZipArchive instead of the Package class. This should eliminate the automatically added Content_Types.xml files.

phofman commented 9 years ago

The ZipArchive class is available only in .NET 4.5. That would mean we drop support for VS2010 and Windows XP :)

phofman commented 9 years ago

OK. I have created another open-source project that ported ZipArchive for .NET 2.0. It can be found here. It should provide sufficient functionality to implement, what is needed.

phofman commented 9 years ago

Done. Tested a bit on VS2010/Win XP, VS2010/Win8.1 and VS2013/Win8.1 and all looks fine.