diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-14 12:43:12 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-14 12:43:12 +0000 |
commit | 8a301456a87c7c602523a669a067b7fafbc3db71 (patch) | |
tree | 582dd964d623a3d07ffab3827541121af9c517f5 /protocols/SkypeWeb | |
parent | 1ebc2454ff0f474d05a6b4f634f51993a9fe740f (diff) |
added history.h to a project
git-svn-id: http://svn.miranda-ng.org/main/trunk@12804 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb')
-rw-r--r-- | protocols/SkypeWeb/SkypeWeb_12.vcxproj | 1 | ||||
-rw-r--r-- | protocols/SkypeWeb/SkypeWeb_12.vcxproj.filters | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/SkypeWeb_12.vcxproj b/protocols/SkypeWeb/SkypeWeb_12.vcxproj index 1e83a4d46c..65913ca506 100644 --- a/protocols/SkypeWeb/SkypeWeb_12.vcxproj +++ b/protocols/SkypeWeb/SkypeWeb_12.vcxproj @@ -206,6 +206,7 @@ <ClInclude Include="src\requests\avatars.h" />
<ClInclude Include="src\requests\capabilities.h" />
<ClInclude Include="src\requests\contacts.h" />
+ <ClInclude Include="src\requests\history.h" />
<ClInclude Include="src\requests\login.h" />
<ClInclude Include="src\requests\logout.h" />
<ClInclude Include="src\requests\messages.h" />
diff --git a/protocols/SkypeWeb/SkypeWeb_12.vcxproj.filters b/protocols/SkypeWeb/SkypeWeb_12.vcxproj.filters index 9a783bb244..fa75828924 100644 --- a/protocols/SkypeWeb/SkypeWeb_12.vcxproj.filters +++ b/protocols/SkypeWeb/SkypeWeb_12.vcxproj.filters @@ -84,6 +84,9 @@ <ClInclude Include="src\requests\search.h">
<Filter>Header Files\requests</Filter>
</ClInclude>
+ <ClInclude Include="src\requests\history.h">
+ <Filter>Header Files\requests</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\stdafx.cpp">
|