Move context menu related code into ContextMenu.cpp

This commit is contained in:
Birunthan Mohanathas
2013-06-16 19:54:22 +03:00
parent a4b36423b9
commit a4c7e83391
7 changed files with 712 additions and 620 deletions

View File

@ -90,6 +90,9 @@
<ClCompile Include="ConfigParser_Test.cpp">
<ExcludedFromBuild>$(ExcludeTests)</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="ContextMenu.cpp">
<PrecompiledHeader>Use</PrecompiledHeader>
</ClCompile>
<ClCompile Include="DialogAbout.cpp">
<PrecompiledHeader>Use</PrecompiledHeader>
</ClCompile>
@ -315,6 +318,7 @@
<ClInclude Include="..\Common\Gfx\Util\WICBitmapLockGDIP.h" />
<ClInclude Include="CommandHandler.h" />
<ClInclude Include="ConfigParser.h" />
<ClInclude Include="ContextMenu.h" />
<ClInclude Include="DialogAbout.h" />
<ClInclude Include="Error.h" />
<ClInclude Include="Group.h" />