summaryrefslogtreecommitdiff
path: root/plugins/Db3x/db3x_10.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Db3x/db3x_10.vcxproj')
-rw-r--r--plugins/Db3x/db3x_10.vcxproj21
1 files changed, 11 insertions, 10 deletions
diff --git a/plugins/Db3x/db3x_10.vcxproj b/plugins/Db3x/db3x_10.vcxproj
index 441e103858..68f34fdd90 100644
--- a/plugins/Db3x/db3x_10.vcxproj
+++ b/plugins/Db3x/db3x_10.vcxproj
@@ -199,22 +199,23 @@
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="src\database.cpp" />
- <ClCompile Include="src\dbcache.cpp" />
- <ClCompile Include="src\dbcontacts.cpp" />
- <ClCompile Include="src\dbevents.cpp" />
- <ClCompile Include="src\dbheaders.cpp" />
- <ClCompile Include="src\dbintf.cpp" />
- <ClCompile Include="src\dbmodulechain.cpp" />
- <ClCompile Include="src\dbsettings.cpp" />
+ <ClCompile Include="..\db3x_mmap\src\database.cpp" />
+ <ClCompile Include="..\db3x_mmap\src\dbcontacts.cpp" />
+ <ClCompile Include="..\db3x_mmap\src\dbevents.cpp" />
+ <ClCompile Include="..\db3x_mmap\src\dbheaders.cpp" />
+ <ClCompile Include="..\db3x_mmap\src\dbintf.cpp" />
+ <ClCompile Include="..\db3x_mmap\src\dbmodulechain.cpp" />
+ <ClCompile Include="..\db3x_mmap\src\dbsettings.cpp" />
+ <ClCompile Include="src\dbcache3x.cpp" />
+ <ClCompile Include="src\dbintf3x.cpp" />
<ClCompile Include="src\init.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
</ItemGroup>
<ItemGroup>
+ <ClInclude Include="..\db3x_mmap\dbintf.h" />
<ClInclude Include="src\commonheaders.h" />
- <ClInclude Include="src\database.h" />
- <ClInclude Include="src\dbintf.h" />
+ <ClInclude Include="src\dbintf3x.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="res\resource.rc" />