diff options
Diffstat (limited to 'plugins/NewsAggregator')
-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 |