diff options
Diffstat (limited to 'protocols/NewsAggregator/NewsAggregator_10.vcxproj')
-rw-r--r-- | protocols/NewsAggregator/NewsAggregator_10.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/NewsAggregator/NewsAggregator_10.vcxproj b/protocols/NewsAggregator/NewsAggregator_10.vcxproj index d75af19cd9..78450a3189 100644 --- a/protocols/NewsAggregator/NewsAggregator_10.vcxproj +++ b/protocols/NewsAggregator/NewsAggregator_10.vcxproj @@ -185,10 +185,11 @@ <ClCompile Include="Src\Icons.cpp" />
<ClCompile Include="Src\Menus.cpp" />
<ClCompile Include="Src\Options.cpp" />
- <ClCompile Include="Src\NewsAggregator.cpp">
+ <ClCompile Include="Src\Stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="Src\Services.cpp" />
+ <ClCompile Include="Src\NewsAggregator.cpp" />
<ClCompile Include="Src\Update.cpp" />
<ClCompile Include="Src\Utils.cpp" />
</ItemGroup>
|