summaryrefslogtreecommitdiff
path: root/plugins/ClientChangeNotify/ClientChangeNotify_11.vcxproj.filters
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ClientChangeNotify/ClientChangeNotify_11.vcxproj.filters')
-rw-r--r--plugins/ClientChangeNotify/ClientChangeNotify_11.vcxproj.filters19
1 files changed, 11 insertions, 8 deletions
diff --git a/plugins/ClientChangeNotify/ClientChangeNotify_11.vcxproj.filters b/plugins/ClientChangeNotify/ClientChangeNotify_11.vcxproj.filters
index aaf82085aa..c26e442322 100644
--- a/plugins/ClientChangeNotify/ClientChangeNotify_11.vcxproj.filters
+++ b/plugins/ClientChangeNotify/ClientChangeNotify_11.vcxproj.filters
@@ -13,26 +13,29 @@
<UniqueIdentifier>{3887cace-f8eb-45a3-854b-f32b02819763}</UniqueIdentifier>
<Extensions>ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe</Extensions>
</Filter>
+ <Filter Include="Source Files\CommonLibs">
+ <UniqueIdentifier>{e1c3e36c-54d1-4e6e-83db-68358191bda8}</UniqueIdentifier>
+ </Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\ClientChangeNotify.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="src\CommonLibs\CString.cpp">
- <Filter>Source Files</Filter>
- </ClCompile>
- <ClCompile Include="src\OptDlg.cpp">
+ <ClCompile Include="src\stdafx.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="src\CommonLibs\Options.cpp">
- <Filter>Source Files</Filter>
+ <ClCompile Include="src\CommonLibs\CString.cpp">
+ <Filter>Source Files\CommonLibs</Filter>
</ClCompile>
<ClCompile Include="src\CommonLibs\pcre.cpp">
- <Filter>Source Files</Filter>
+ <Filter>Source Files\CommonLibs</Filter>
</ClCompile>
- <ClCompile Include="src\stdafx.cpp">
+ <ClCompile Include="src\OptDlg.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="src\CommonLibs\Options.cpp">
+ <Filter>Source Files\CommonLibs</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\Common.h">