diff options
| author | George Hazan <ghazan@miranda.im> | 2021-08-24 18:45:25 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2021-08-24 18:45:25 +0300 |
| commit | b13d2bacea4d260145eaa13541fcc1e39a4bfc9f (patch) | |
| tree | 9a56211ba8d3603b9cf85aa7302830b05380f5a2 /libs/libmdbx/libmdbx.vcxproj.filters | |
| parent | 4f51935548a140eb371cbb25126a82df8a41e413 (diff) | |
libmdbx extracted back to the separate module, otherwise dbx_mdbx is marked as new on each rebuild
Diffstat (limited to 'libs/libmdbx/libmdbx.vcxproj.filters')
| -rw-r--r-- | libs/libmdbx/libmdbx.vcxproj.filters | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libs/libmdbx/libmdbx.vcxproj.filters b/libs/libmdbx/libmdbx.vcxproj.filters new file mode 100644 index 0000000000..d639ff0633 --- /dev/null +++ b/libs/libmdbx/libmdbx.vcxproj.filters @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <Import Project="$(ProjectDir)..\..\build\vc.common\common.filters" /> + <ItemGroup> + <ClInclude Include="src\mdbx.h"> + <Filter>Header Files</Filter> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="src\mdbx.c"> + <Filter>Source Files</Filter> + </ClCompile> + </ItemGroup> +</Project>
\ No newline at end of file |
