Refactored the Office Destinations, including the Interop & configuration, to the new Office plug-in. Also refactored some code to be more consistent.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2131 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-10-10 14:18:05 +00:00
commit 4d399a60ac
34 changed files with 739 additions and 365 deletions

View file

@ -116,42 +116,6 @@
<Compile Include="..\GreenshotInterop\Interop\IServiceProvider.cs">
<Link>Interop\IServiceProvider.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\OfficeExport\ExcelExporter.cs">
<Link>Interop\ExcelExporter.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\OfficeExport\OneNoteExporter.cs">
<Link>Interop\OneNoteExporter.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\OfficeExport\OutlookEmailExporter.cs">
<Link>Interop\OutlookEmailExporter.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\OfficeExport\PowerpointExporter.cs">
<Link>Interop\PowerpointExporter.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\OfficeExport\WordExporter.cs">
<Link>Interop\WordExporter.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\OfficeInterop\ExcelInterop.cs">
<Link>Interop\ExcelInterop.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\OfficeInterop\OfficeInterop.cs">
<Link>Interop\OfficeInterop.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\OfficeInterop\OneNoteInterop.cs">
<Link>Interop\OneNoteInterop.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\OfficeInterop\OutlookInterop.cs">
<Link>Interop\OutlookInterop.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\OfficeInterop\OutlookUtils.cs">
<Link>Interop\OutlookUtils.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\OfficeInterop\PowerpointInterop.cs">
<Link>Interop\PowerpointInterop.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\OfficeInterop\WordInterop.cs">
<Link>Interop\WordInterop.cs</Link>
</Compile>
<Compile Include="Controls\FormWithoutActivation.cs">
<SubType>Form</SubType>
</Compile>