diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-03 09:54:55 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-03 09:54:55 +0000 |
commit | a5b57010ee3ade84f58c211e78bb3d4ed5d5a3a6 (patch) | |
tree | 7eb714342cf48ab21ddae3c3db36dbbdcd4652ab /plugins/NotifyAnything/NotifyAnything_11.vcxproj | |
parent | 459e122d237334ecaa5c2ab4cf49ae564e2e6593 (diff) |
added projects
git-svn-id: http://svn.miranda-ng.org/main/trunk@3859 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NotifyAnything/NotifyAnything_11.vcxproj')
-rw-r--r-- | plugins/NotifyAnything/NotifyAnything_11.vcxproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/NotifyAnything/NotifyAnything_11.vcxproj b/plugins/NotifyAnything/NotifyAnything_11.vcxproj index c0bbb0ba51..c6ebb9e073 100644 --- a/plugins/NotifyAnything/NotifyAnything_11.vcxproj +++ b/plugins/NotifyAnything/NotifyAnything_11.vcxproj @@ -197,6 +197,14 @@ <ResourceCompile Include="res\NotifyAnything.rc" />
<ResourceCompile Include="res\Version.rc" />
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="SendLog\SendLogWin_11.vcxproj">
+ <Project>{f72a3196-30e6-430b-a5ea-3332113a9959}</Project>
+ </ProjectReference>
+ <ProjectReference Include="SendLog\SendLog_11.vcxproj">
+ <Project>{1af47743-6e78-4c83-a1e5-21f98516ef5e}</Project>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
|