Build 200/2002/2003 add-in in one solution

D

David Thielen

Hi;

Does anyone have an idea of how to build all 3 versions of an add-in (using
the different PIAs in the references) in a single solution? At the moment I
have created three directories each holding the entire solution and I copy
the .cs files from the 2003 solution to the other two and then build each
solution.
 
P

Peter Huang

Hi

I think you may try to create a new blank solution and then add three new
projects and then add reference per project.
Also we can execute a build based on project if we right select on the
project in the solution explorer.

Hope this helps.

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
D

David Thielen

Hi;

That is such an obvious idea I can't believe I didn't think of it.

thank you - dave
 
E

Eugene E. Starostin

Hi Dave,


Have you used unique features from Office 2003?
Have you used unique features from Office 2002?
What featuers do you used that are not supported by Office 2000?
 
D

David Thielen

I haven't done Word 2000 yet (building the PIAs looks like it will take some
time...)

But for Word 2002/2003, just the SelectionChange event is different between
the two in my code.

thanks - dave
 
E

Eugene E. Starostin (Add-in-Express.com)

Dave,

Have you received the 2000 PIA from me?

In your case I would use one 2000 PIAs with different SelectionChange via
IConnectionPoint.


Regards from Belarus
Eugene Starostin
 
D

David Thielen

Hello;

No, I didn't get it. I sent you an email asking - did you get that?

thanks - dave
(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top