diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-08-02 18:41:42 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-08-02 18:41:42 +0000 |
commit | 57f54b43db62eb12bddbfbfd47687d04ef34c634 (patch) | |
tree | e4888dce9cad297a21caa802219991cea63dade9 /plugins/ClientChangeNotify/ClientChangeNotify_12.vcxproj | |
parent | 21b89f1005fd188339add8004375ca57349b6a3a (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_12.vcxproj')
-rw-r--r-- | plugins/ClientChangeNotify/ClientChangeNotify_12.vcxproj | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/ClientChangeNotify/ClientChangeNotify_12.vcxproj b/plugins/ClientChangeNotify/ClientChangeNotify_12.vcxproj index f94c5a7227..15525515e2 100644 --- a/plugins/ClientChangeNotify/ClientChangeNotify_12.vcxproj +++ b/plugins/ClientChangeNotify/ClientChangeNotify_12.vcxproj @@ -205,7 +205,6 @@ <ClInclude Include="src\Misc.h" />
<ClInclude Include="src\CommonLibs\Options.h" />
<ClInclude Include="src\CommonLibs\pcre.h" />
- <ClInclude Include="src\CommonLibs\pcre_main.h" />
<ClInclude Include="src\resource.h" />
<ClInclude Include="src\CommonLibs\TMyArray.h" />
<ClInclude Include="src\Version.h" />
@@ -214,6 +213,11 @@ <ResourceCompile Include="res\Resources.rc" />
<ResourceCompile Include="res\version.rc" />
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\Pcre16\pcre16_12.vcxproj">
+ <Project>{6124e997-426e-4a0b-9617-d6d577d5e7d7}</Project>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
|