Question

I am developing an add-in for PowerPoint and need it to run on BOTH Office 2010 and 2013.

I am running Windows 8.1 with Visual Studio 2013 and have both Office 2010 and 2013 installed. By default VS chooses Office 2013 as debugging environment. How do I test my add-in on 2010?

Was it helpful?

Solution

You can edit the .csproj project file and change the targeted version in the ProjectProperties section, as suggested on this page.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top