diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-07-19 07:20:05 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-07-19 07:20:05 +0000 |
commit | e3246e53e131dee9729b5577e6b15e3090b314f9 (patch) | |
tree | df8a085d98c950bad4ca63677598c49fa3e901f5 /plugins/NewsAggregator/NewsAggregator_11.vcxproj | |
parent | 524ba7c684e5eda13c2e3ddb8cb0ca8fae2d7c29 (diff) |
files reorganization
git-svn-id: http://svn.miranda-ng.org/main/trunk@5413 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewsAggregator/NewsAggregator_11.vcxproj')
-rw-r--r-- | plugins/NewsAggregator/NewsAggregator_11.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/NewsAggregator/NewsAggregator_11.vcxproj b/plugins/NewsAggregator/NewsAggregator_11.vcxproj index 976ce24f74..27b77888cd 100644 --- a/plugins/NewsAggregator/NewsAggregator_11.vcxproj +++ b/plugins/NewsAggregator/NewsAggregator_11.vcxproj @@ -189,6 +189,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" />
|