diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-07-19 12:29:23 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-07-19 12:29:23 +0000 |
commit | 2c084a795884f93cbd52501e63c2ecc6fe24aa45 (patch) | |
tree | e50457da2d79e62ed0fd0ec417386bdd7b7daa4e /plugins | |
parent | 4c4bdd5c14793f4e354df37325e77f574ee1ea6a (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@5418 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/NewsAggregator/NewsAggregator_10.vcxproj | 3 | ||||
-rw-r--r-- | plugins/NewsAggregator/NewsAggregator_10.vcxproj.filters | 9 |
2 files changed, 12 insertions, 0 deletions
diff --git a/plugins/NewsAggregator/NewsAggregator_10.vcxproj b/plugins/NewsAggregator/NewsAggregator_10.vcxproj index 427c6810ae..00558c1446 100644 --- a/plugins/NewsAggregator/NewsAggregator_10.vcxproj +++ b/plugins/NewsAggregator/NewsAggregator_10.vcxproj @@ -186,6 +186,9 @@ <ClInclude Include="src\Version.h" />
</ItemGroup>
<ItemGroup>
+ <ClCompile Include="Src\Authentication.cpp" />
+ <ClCompile Include="Src\CheckFeed.cpp" />
+ <ClCompile Include="Src\ExportImport.cpp" />
<ClCompile Include="Src\Icons.cpp" />
<ClCompile Include="Src\Menus.cpp" />
<ClCompile Include="Src\Options.cpp" />
diff --git a/plugins/NewsAggregator/NewsAggregator_10.vcxproj.filters b/plugins/NewsAggregator/NewsAggregator_10.vcxproj.filters index e02b0ce97e..aa60bf2dba 100644 --- a/plugins/NewsAggregator/NewsAggregator_10.vcxproj.filters +++ b/plugins/NewsAggregator/NewsAggregator_10.vcxproj.filters @@ -58,5 +58,14 @@ <ClCompile Include="Src\Stdafx.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="Src\Authentication.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="Src\CheckFeed.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="Src\ExportImport.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
</Project>
\ No newline at end of file |