summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/vc.common/common.filters17
-rw-r--r--plugins/Dbx_mdbx/dbx_mdbx.vcxproj.filters13
2 files changed, 30 insertions, 0 deletions
diff --git a/build/vc.common/common.filters b/build/vc.common/common.filters
index db5ca7471c..6b65ca1d6a 100644
--- a/build/vc.common/common.filters
+++ b/build/vc.common/common.filters
@@ -14,4 +14,21 @@
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav</Extensions>
</Filter>
</ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="src\*.cpp;src\*.cxx;src\*.c;src\*.c++">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClInclude Include="src\*.h;src\*.hpp;src\*.hxx">
+ <Filter>Header Files</Filter>
+ </ClInclude>
+ <ResourceCompile Include="res\*.rc">
+ <Filter>Resource Files</Filter>
+ </ResourceCompile>
+ <None Include="src\*.def">
+ <Filter>Source Files</Filter>
+ </None>
+ <None Include="res\*.ico;res\*.bmp;res\*.cur">
+ <Filter>Resource Files</Filter>
+ </None>
+ </ItemGroup>
</Project> \ No newline at end of file
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