diff options
author | George Hazan <ghazan@miranda.im> | 2018-02-05 13:48:20 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-02-05 13:48:20 +0300 |
commit | ed602c0063f27466e1ebd2a4d68ee9237ab81bd6 (patch) | |
tree | 2d962dda4a6d7ca807d5d47be2bdb463a54f9f1e /plugins | |
parent | 7aa0aa3230ef5a94e75093fcd549cd4bff0ff7d0 (diff) |
patch for project filters that doesn't prevent a project from opening
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Dbx_mdbx/dbx_mdbx.vcxproj.filters | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/Dbx_mdbx/dbx_mdbx.vcxproj.filters b/plugins/Dbx_mdbx/dbx_mdbx.vcxproj.filters index de5ad9f66c..ca74f661f0 100644 --- a/plugins/Dbx_mdbx/dbx_mdbx.vcxproj.filters +++ b/plugins/Dbx_mdbx/dbx_mdbx.vcxproj.filters @@ -1,4 +1,17 @@ <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <Filter Include="Source Files\libmdbx">
+ <UniqueIdentifier>{18e1a858-92e5-48e6-98f1-e08f4b562ea8}</UniqueIdentifier>
+ </Filter>
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="src\libmdbx\src\*.c">
+ <Filter>Source Files\libmdbx</Filter>
+ </ClCompile>
+ <ClInclude Include="src\libmdbx\*.h">
+ <Filter>Source Files\libmdbx</Filter>
+ </ClInclude>
+ </ItemGroup>
<Import Project="$(ProjectDir)..\..\build\vc.common\common.filters" />
</Project>
\ No newline at end of file |