Updates for interop refactoring, didn't want to add an additional DLL

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1694 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-03-12 21:43:36 +00:00
commit fd4e8ea73a
6 changed files with 141 additions and 17 deletions

View file

@ -44,6 +44,7 @@
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
<ItemGroup>
<Reference Include="Accessibility" />
<Reference Include="CustomMarshalers" />
<Reference Include="log4net">
<HintPath>..\Greenshot\Lib\log4net.dll</HintPath>
</Reference>
@ -54,6 +55,126 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLBodyElement.cs">
<Link>Interop\IHTMLBodyElement.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLCurrentStyle.cs">
<Link>Interop\IHTMLCurrentStyle.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLDocument.cs">
<Link>Interop\IHTMLDocument.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLDocument2.cs">
<Link>Interop\IHTMLDocument2.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLDocument3.cs">
<Link>Interop\IHTMLDocument3.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLDocument4.cs">
<Link>Interop\IHTMLDocument4.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLDocument5.cs">
<Link>Interop\IHTMLDocument5.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLElement.cs">
<Link>Interop\IHTMLElement.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLElement2.cs">
<Link>Interop\IHTMLElement2.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLElementCollection.cs">
<Link>Interop\IHTMLElementCollection.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLFrameBase.cs">
<Link>Interop\IHTMLFrameBase.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLFramesCollection2.cs">
<Link>Interop\IHTMLFramesCollection2.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLRect.cs">
<Link>Interop\IHTMLRect.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLScreen.cs">
<Link>Interop\IHTMLScreen.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLScreen2.cs">
<Link>Interop\IHTMLScreen2.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLSelectionObject.cs">
<Link>Interop\IHTMLSelectionObject.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLStyle.cs">
<Link>Interop\IHTMLStyle.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLTxtRange.cs">
<Link>Interop\IHTMLTxtRange.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLWindow2.cs">
<Link>Interop\IHTMLWindow2.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLWindow3.cs">
<Link>Interop\IHTMLWindow3.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLWindow4.cs">
<Link>Interop\IHTMLWindow4.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\IEInterop\IWebBrowser2.cs">
<Link>Interop\IWebBrowser2.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\Interop\Base.cs">
<Link>Interop\Base.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\Interop\ComProgIdAttribute.cs">
<Link>Interop\ComProgIdAttribute.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\Interop\COMWrapper.cs">
<Link>Interop\COMWrapper.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\Interop\IDispatch.cs">
<Link>Interop\IDispatch.cs</Link>
</Compile>
<Compile Include="..\GreenshotInterop\Interop\IOleWindow.cs">
<Link>Interop\IOleWindow.cs</Link>
</Compile>
<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\HotkeyControl.cs" />
<Compile Include="Controls\BackgroundForm.cs" />
<Compile Include="Controls\BackgroundForm.Designer.cs">
@ -94,8 +215,6 @@
<Compile Include="Interfaces\IDestination.cs" />
<Compile Include="Interfaces\IProcessor.cs" />
<Compile Include="Interfaces\Plugin\PluginInterfaces.cs" />
<Compile Include="Interop\ComProgIdAttribute.cs" />
<Compile Include="Interop\COMWrapper.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="UnmanagedHelpers\DWM.cs" />
<Compile Include="UnmanagedHelpers\Enumerations.cs" />
@ -124,12 +243,6 @@
<Folder Include="Interop" />
<Folder Include="UnmanagedHelpers" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GreenshotInterop\GreenshotInterop.csproj">
<Project>{ADD4E400-56E1-4E31-A5C2-070BEB238A0F}</Project>
<Name>GreenshotInterop</Name>
</ProjectReference>
</ItemGroup>
<PropertyGroup>
<PreBuildEvent>rmdir /S /Q "$(SolutionDir)bin\$(Configuration)\Plugins"
"$(SolutionDir)\tools\TortoiseSVN\SubWCRev.exe" "$(ProjectDir)\" "$(ProjectDir)\Properties\AssemblyInfo.cs.template" "$(ProjectDir)\Properties\AssemblyInfo.cs"</PreBuildEvent>