Refactoring the interop code to a separate project. Still need to add the interop DLL to the final exe... or maybe I want to use references inside the projects...

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1689 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-03-06 17:43:23 +00:00
commit 0aa8e43478
14 changed files with 18 additions and 585 deletions

View file

@ -124,6 +124,12 @@
<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>