summaryrefslogtreecommitdiff
path: root/plugins/ClientChangeNotify/ClientChangeNotify_10.vcxproj.filters
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2014-08-02 18:41:42 +0000
committerKirill Volinsky <mataes2007@gmail.com>2014-08-02 18:41:42 +0000
commit57f54b43db62eb12bddbfbfd47687d04ef34c634 (patch)
treee4888dce9cad297a21caa802219991cea63dade9 /plugins/ClientChangeNotify/ClientChangeNotify_10.vcxproj.filters
parent21b89f1005fd188339add8004375ca57349b6a3a (diff)
use pcre16
git-svn-id: http://svn.miranda-ng.org/main/trunk@10036 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ClientChangeNotify/ClientChangeNotify_10.vcxproj.filters')
-rw-r--r--plugins/ClientChangeNotify/ClientChangeNotify_10.vcxproj.filters15
1 files changed, 6 insertions, 9 deletions
diff --git a/plugins/ClientChangeNotify/ClientChangeNotify_10.vcxproj.filters b/plugins/ClientChangeNotify/ClientChangeNotify_10.vcxproj.filters
index 872af3d866..f3613f5b4b 100644
--- a/plugins/ClientChangeNotify/ClientChangeNotify_10.vcxproj.filters
+++ b/plugins/ClientChangeNotify/ClientChangeNotify_10.vcxproj.filters
@@ -14,26 +14,26 @@
<Extensions>ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe</Extensions>
</Filter>
<Filter Include="Source Files\CommonLibs">
- <UniqueIdentifier>{41f0858e-1f97-48b6-bb24-b40945d188ad}</UniqueIdentifier>
+ <UniqueIdentifier>{e1c3e36c-54d1-4e6e-83db-68358191bda8}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\ClientChangeNotify.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="src\OptDlg.cpp">
- <Filter>Source Files</Filter>
- </ClCompile>
<ClCompile Include="src\stdafx.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\CommonLibs\CString.cpp">
<Filter>Source Files\CommonLibs</Filter>
</ClCompile>
- <ClCompile Include="src\CommonLibs\Options.cpp">
+ <ClCompile Include="src\CommonLibs\pcre.cpp">
<Filter>Source Files\CommonLibs</Filter>
</ClCompile>
- <ClCompile Include="src\CommonLibs\pcre.cpp">
+ <ClCompile Include="src\OptDlg.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="src\CommonLibs\Options.cpp">
<Filter>Source Files\CommonLibs</Filter>
</ClCompile>
</ItemGroup>
@@ -53,9 +53,6 @@
<ClInclude Include="src\CommonLibs\pcre.h">
<Filter>Header Files</Filter>
</ClInclude>
- <ClInclude Include="src\CommonLibs\pcre_main.h">
- <Filter>Header Files</Filter>
- </ClInclude>
<ClInclude Include="src\resource.h">
<Filter>Header Files</Filter>
</ClInclude>