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_10.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_10.vcxproj')
-rw-r--r-- | plugins/NotifyAnything/NotifyAnything_10.vcxproj | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/plugins/NotifyAnything/NotifyAnything_10.vcxproj b/plugins/NotifyAnything/NotifyAnything_10.vcxproj index 26095ce0f1..4c2b00dff6 100644 --- a/plugins/NotifyAnything/NotifyAnything_10.vcxproj +++ b/plugins/NotifyAnything/NotifyAnything_10.vcxproj @@ -20,7 +20,7 @@ </ItemGroup>
<PropertyGroup Label="Globals">
<ProjectName>NotifyAnything</ProjectName>
- <ProjectGuid>{5B592088-D4C3-4BDA-8307-0B2A0EE24C40}</ProjectGuid>
+ <ProjectGuid>{F5E3FAFE-B650-4736-8D27-FA53866668C6}</ProjectGuid>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
@@ -193,6 +193,14 @@ <ResourceCompile Include="res\NotifyAnything.rc" />
<ResourceCompile Include="res\Version.rc" />
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="SendLog\SendLogWin_10.vcxproj">
+ <Project>{f72a3196-30e6-430b-a5ea-3332113a9959}</Project>
+ </ProjectReference>
+ <ProjectReference Include="SendLog\SendLog_10.vcxproj">
+ <Project>{1af47743-6e78-4c83-a1e5-21f98516ef5e}</Project>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
|