diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-20 21:16:09 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-20 21:16:09 +0000 |
commit | b9f120f97699286410fe902f93135235eed0b127 (patch) | |
tree | b3baae92f689136b086ad29a9deaf10610629311 /src/miranda32_10.vcxproj | |
parent | d815052c34136cd084905d7a83cd482a66c34e73 (diff) |
hotkey options dialog extracted to the separate file
git-svn-id: http://svn.miranda-ng.org/main/trunk@506 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/miranda32_10.vcxproj')
-rw-r--r-- | src/miranda32_10.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/miranda32_10.vcxproj b/src/miranda32_10.vcxproj index 740d95dba1..f0bbb6345a 100644 --- a/src/miranda32_10.vcxproj +++ b/src/miranda32_10.vcxproj @@ -248,6 +248,7 @@ <ClInclude Include="modules\options\filter.h" />
<ClInclude Include="..\include\m_protoint.h" />
<ClInclude Include="modules\plugins\plugins.h" />
+ <ClInclude Include="modules\skin\skin.h" />
<ClInclude Include="modules\srfile\file.h" />
<ClInclude Include="modules\srurl\url.h" />
<ClInclude Include="modules\clist\clc.h" />
@@ -397,6 +398,9 @@ <ClCompile Include="modules\skin\hotkeys.cpp">
<PrecompiledHeaderFile>..\..\core\commonheaders.h</PrecompiledHeaderFile>
</ClCompile>
+ <ClCompile Include="modules\skin\hotkey_opts.cpp">
+ <PrecompiledHeaderFile>..\..\core\commonheaders.h</PrecompiledHeaderFile>
+ </ClCompile>
<ClCompile Include="modules\skin\skinicons.cpp">
<PrecompiledHeaderFile>..\..\core\commonheaders.h</PrecompiledHeaderFile>
</ClCompile>
|