We have a small project that references Microsoft.Office.Interop.Word 8.6.0.0. The reference was added via the COM tab in the Add References window, so the underlying .csproj reference is a COMReference.
I'm trying to set up a build server at the moment, and according to the answer to this question, it's no longer possible to work directly with Office 2013 PIAs.
This is incredibly frustrating as I don't want to have to deploy an instance of Office to my build server. Is there any way to achieve what I'm trying to do without installing Office?