blak3r / openop

Right click on file to copy/move it to dynamic list of open Explorer paths. Eliminates the need to dig around in your taskbar for the other explorer window to complete your drag and drop operation.
14 stars 8 forks source link

Migrate vdproj to WiX #1

Open nicolas-raoul opened 11 years ago

nicolas-raoul commented 11 years ago

vdproj will not be supported in future versions of Visual Studio

Also, vdproj do not load in Visual C# Express.

A solution could be switching to WiX.

blak3r commented 11 years ago

I guess. Are you using openop?

Kinda need to finish it.

~blake

On Mar 25, 2013, at 3:35 AM, Nicolas Raoul notifications@github.com wrote:

vdproj will not be supported in future versions of Visual Studio

Also, vdproj do not load in Visual C# Express.

A solution could be switching to WiX.

— Reply to this email directly or view it on GitHub.

nicolas-raoul commented 11 years ago

I am actually trying to reuse CSShellExtContextMenuHandler, and figured out it might be something this project might need too :-)

blak3r commented 11 years ago

Heck yeah.

I put it out there but haven't gotten back to it. The things that I needed to figure out was

1) how to register for other file types in addition to .cs

2) Add support for selecting multiple files / entire folders.

That's what's holding it back from being useful for me. If you figure those out, please share!

~blake

On Mar 25, 2013, at 9:30 AM, Nicolas Raoul notifications@github.com wrote:

I am actually trying to reuse CSShellExtContextMenuHandler, and figured out it might be something this project might need too :-)

— Reply to this email directly or view it on GitHub.