summaryrefslogtreecommitdiff
path: root/protocols/NewsAggregator/NewsAggregator_10.vcxproj
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-10-13 09:15:46 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-10-13 09:15:46 +0000
commit41b579acddacffb545269fe44e6550ed30ef9a24 (patch)
treefb2c1e5152eabd24840da04c232d816586b660e6 /protocols/NewsAggregator/NewsAggregator_10.vcxproj
parent6860b3202f3c8218288fad2778529ba76463015c (diff)
NewsAggregator: folders restructurization
git-svn-id: http://svn.miranda-ng.org/main/trunk@1902 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/NewsAggregator/NewsAggregator_10.vcxproj')
-rw-r--r--protocols/NewsAggregator/NewsAggregator_10.vcxproj15
1 files changed, 4 insertions, 11 deletions
diff --git a/protocols/NewsAggregator/NewsAggregator_10.vcxproj b/protocols/NewsAggregator/NewsAggregator_10.vcxproj
index be32a6fab0..b4e0fc9c7a 100644
--- a/protocols/NewsAggregator/NewsAggregator_10.vcxproj
+++ b/protocols/NewsAggregator/NewsAggregator_10.vcxproj
@@ -173,13 +173,13 @@
</ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup>
- <ResourceCompile Include="Resource.rc" />
- <ResourceCompile Include="Version.rc" />
+ <ResourceCompile Include="res\Resource.rc" />
+ <ResourceCompile Include="res\Version.rc" />
</ItemGroup>
<ItemGroup>
- <ClInclude Include="resource.h" />
+ <ClInclude Include="src\resource.h" />
<ClInclude Include="Src\Common.h" />
- <ClInclude Include="Version.h" />
+ <ClInclude Include="src\Version.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="Src\Icons.cpp" />
@@ -192,13 +192,6 @@
<ClCompile Include="Src\Update.cpp" />
<ClCompile Include="Src\Utils.cpp" />
</ItemGroup>
- <ItemGroup>
- <None Include="res\AddFeed.ico" />
- <None Include="res\CheckAll.ico" />
- <None Include="res\Export.ico" />
- <None Include="res\Import.ico" />
- <None Include="res\Main.ico" />
- </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>