diff options
Diffstat (limited to 'plugins/Db3x/db3x_10.vcxproj')
-rw-r--r-- | plugins/Db3x/db3x_10.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Db3x/db3x_10.vcxproj b/plugins/Db3x/db3x_10.vcxproj index bd702267d1..441e103858 100644 --- a/plugins/Db3x/db3x_10.vcxproj +++ b/plugins/Db3x/db3x_10.vcxproj @@ -204,9 +204,9 @@ <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="src\encrypt.cpp" />
<ClCompile Include="src\init.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
@@ -214,6 +214,7 @@ <ItemGroup>
<ClInclude Include="src\commonheaders.h" />
<ClInclude Include="src\database.h" />
+ <ClInclude Include="src\dbintf.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="res\resource.rc" />
|