diff options
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 ca0f8ffa35..5707d30e91 100644 --- a/src/miranda32_10.vcxproj +++ b/src/miranda32_10.vcxproj @@ -244,6 +244,7 @@ <ClInclude Include="core\commonheaders.h" />
<ClInclude Include="core\miranda.h" />
<ClInclude Include="core\stdplug.h" />
+ <ClInclude Include="modules\database\database.h" />
<ClInclude Include="modules\database\profilemanager.h" />
<ClInclude Include="modules\findadd\findadd.h" />
<ClInclude Include="modules\json\internalJSONNode.h" />
@@ -299,6 +300,9 @@ <ClCompile Include="modules\database\dbutils.cpp">
<PrecompiledHeaderFile>..\..\core\commonheaders.h</PrecompiledHeaderFile>
</ClCompile>
+ <ClCompile Include="modules\database\mdatabasecache.cpp">
+ <PrecompiledHeaderFile>..\..\core\commonheaders.h</PrecompiledHeaderFile>
+ </ClCompile>
<ClCompile Include="modules\database\profilemanager.cpp">
<PrecompiledHeaderFile>..\..\core\commonheaders.h</PrecompiledHeaderFile>
</ClCompile>
|