Replaced menu resources with menu template

This commit is contained in:
Birunthan Mohanathas
2012-11-30 16:38:40 +02:00
parent 411f53b1f9
commit 28b96e703c
8 changed files with 455 additions and 272 deletions

View File

@ -185,6 +185,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\Common\MenuTemplate.cpp" />
<ClCompile Include="ConfigParser.cpp">
<PrecompiledHeader>Use</PrecompiledHeader>
</ClCompile>
@ -390,6 +391,7 @@
<ResourceCompile Include="Library.rc" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\Common\MenuTemplate.h" />
<ClInclude Include="ConfigParser.h" />
<ClInclude Include="Dialog.h" />
<ClInclude Include="DialogAbout.h" />