diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-08-02 18:42:18 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-08-02 18:42:18 +0000 |
commit | ac718403fd72a645f179aa778bc5752c405f5a10 (patch) | |
tree | d23c3ae2350e9f5ee88bf373109b8438ae35adde | |
parent | 57f54b43db62eb12bddbfbfd47687d04ef34c634 (diff) |
project fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@10037 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/Spamotron/Spamotron_10.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Spamotron/Spamotron_10.vcxproj b/plugins/Spamotron/Spamotron_10.vcxproj index cb58c921ea..d0b5153210 100644 --- a/plugins/Spamotron/Spamotron_10.vcxproj +++ b/plugins/Spamotron/Spamotron_10.vcxproj @@ -194,7 +194,7 @@ <ResourceCompile Include="res\Version.rc" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\Pcre16\pcre16_12.vcxproj">
+ <ProjectReference Include="..\Pcre16\pcre16_10.vcxproj">
<Project>{6124e997-426e-4a0b-9617-d6d577d5e7d7}</Project>
</ProjectReference>
</ItemGroup>
|