diff options
author | George Hazan <ghazan@miranda.im> | 2021-03-25 19:22:20 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-03-25 19:22:20 +0300 |
commit | 30fa813e97c0195cdbf02d92943c909904d5a197 (patch) | |
tree | 597c8bb184d691a838ed40d7e94bb94deaaaf76c /plugins | |
parent | 7237be9a44eabb082b6833038e78032b2693bc87 (diff) |
project file fix
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Dbx_mdbx/dbx_mdbx.vcxproj | 1 | ||||
-rw-r--r-- | plugins/Dbx_mdbx/dbx_mdbx.vcxproj.filters | 12 |
2 files changed, 11 insertions, 2 deletions
diff --git a/plugins/Dbx_mdbx/dbx_mdbx.vcxproj b/plugins/Dbx_mdbx/dbx_mdbx.vcxproj index 84813854d3..affa0b7d8c 100644 --- a/plugins/Dbx_mdbx/dbx_mdbx.vcxproj +++ b/plugins/Dbx_mdbx/dbx_mdbx.vcxproj @@ -42,6 +42,7 @@ <PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
<ClInclude Include="src\dbintf.h" />
+ <ClInclude Include="src\libmdbx\mdbx.h" />
<ClInclude Include="src\resource.h" />
<ClInclude Include="src\stdafx.h" />
<ClInclude Include="src\version.h" />
diff --git a/plugins/Dbx_mdbx/dbx_mdbx.vcxproj.filters b/plugins/Dbx_mdbx/dbx_mdbx.vcxproj.filters index 6419345804..daa0b3818e 100644 --- a/plugins/Dbx_mdbx/dbx_mdbx.vcxproj.filters +++ b/plugins/Dbx_mdbx/dbx_mdbx.vcxproj.filters @@ -32,8 +32,8 @@ <ClCompile Include="src\dbcheck.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="..\..\libs\libmdbx\src\mdbx.c">
- <Filter>Source Files</Filter>
+ <ClCompile Include="src\libmdbx\mdbx.c">
+ <Filter>Source Files\libmdbx</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
@@ -49,6 +49,9 @@ <ClInclude Include="src\version.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="src\libmdbx\mdbx.h">
+ <Filter>Source Files\libmdbx</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="res\dbx_mdbx.rc">
@@ -58,4 +61,9 @@ <Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
+ <ItemGroup>
+ <Filter Include="Source Files\libmdbx">
+ <UniqueIdentifier>{15959756-96ed-4cd0-8392-62451d45921b}</UniqueIdentifier>
+ </Filter>
+ </ItemGroup>
</Project>
\ No newline at end of file |