diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-23 14:26:29 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-23 14:26:29 +0000 |
commit | 58002bcdddc61a9290bcfd0459c38ea044f88de7 (patch) | |
tree | e97f6a25d08956254a1e8177e78688d16ecc49ae /src/miranda32_10.vcxproj | |
parent | fb86ce59e1c9970560cb3b4482c798d7572edee7 (diff) |
ability to select & store the langpack chosen
git-svn-id: http://svn.miranda-ng.org/main/trunk@8702 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/miranda32_10.vcxproj')
-rw-r--r-- | src/miranda32_10.vcxproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/miranda32_10.vcxproj b/src/miranda32_10.vcxproj index ea739cbd45..910f4525df 100644 --- a/src/miranda32_10.vcxproj +++ b/src/miranda32_10.vcxproj @@ -264,6 +264,7 @@ <ClInclude Include="modules\extraicons\extraicons.h" />
<ClInclude Include="modules\extraicons\usedIcons.h" />
<ClInclude Include="modules\findadd\findadd.h" />
+ <ClInclude Include="modules\langpack\langpack.h" />
<ClInclude Include="modules\metacontacts\metacontacts.h" />
<ClInclude Include="modules\netlib\netlib.h" />
<ClInclude Include="modules\options\filter.h" />
@@ -276,6 +277,7 @@ <ClInclude Include="modules\icolib\IcoLib.h" />
<ClInclude Include="..\include\m_xml.h" />
<ClInclude Include="modules\xml\xmlParser.h" />
+ <ClInclude Include="resource.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="core\stdafx.cpp">
@@ -371,6 +373,12 @@ <ClCompile Include="modules\ignore\ignore.cpp">
<PrecompiledHeaderFile>..\..\core\commonheaders.h</PrecompiledHeaderFile>
</ClCompile>
+ <ClCompile Include="modules\langpack\langpack.cpp">
+ <PrecompiledHeaderFile>..\..\core\commonheaders.h</PrecompiledHeaderFile>
+ </ClCompile>
+ <ClCompile Include="modules\langpack\lpopts.cpp">
+ <PrecompiledHeaderFile>..\..\core\commonheaders.h</PrecompiledHeaderFile>
+ </ClCompile>
<ClCompile Include="modules\langpack\lpservices.cpp">
<PrecompiledHeaderFile>..\..\core\commonheaders.h</PrecompiledHeaderFile>
</ClCompile>
|