diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-13 09:15:46 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-13 09:15:46 +0000 |
commit | 41b579acddacffb545269fe44e6550ed30ef9a24 (patch) | |
tree | fb2c1e5152eabd24840da04c232d816586b660e6 /protocols/NewsAggregator/proto_newsaggr | |
parent | 6860b3202f3c8218288fad2778529ba76463015c (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/proto_newsaggr')
-rw-r--r-- | protocols/NewsAggregator/proto_newsaggr/Proto_NewsAggr.vcxproj | 4 | ||||
-rw-r--r-- | protocols/NewsAggregator/proto_newsaggr/Proto_NewsAggr.vcxproj.filters | 4 | ||||
-rw-r--r-- | protocols/NewsAggregator/proto_newsaggr/res/Offline.ico (renamed from protocols/NewsAggregator/proto_newsaggr/icos/Offline.ico) | bin | 5430 -> 5430 bytes | |||
-rw-r--r-- | protocols/NewsAggregator/proto_newsaggr/res/Online.ico (renamed from protocols/NewsAggregator/proto_newsaggr/icos/Online.ico) | bin | 5430 -> 5430 bytes | |||
-rw-r--r-- | protocols/NewsAggregator/proto_newsaggr/res/Proto_NewsAggr.rc (renamed from protocols/NewsAggregator/proto_newsaggr/Proto_NewsAggr.rc) | bin | 3380 -> 3388 bytes | |||
-rw-r--r-- | protocols/NewsAggregator/proto_newsaggr/src/resource.h (renamed from protocols/NewsAggregator/proto_newsaggr/resource.h) | bin | 1006 -> 1006 bytes |
6 files changed, 4 insertions, 4 deletions
diff --git a/protocols/NewsAggregator/proto_newsaggr/Proto_NewsAggr.vcxproj b/protocols/NewsAggregator/proto_newsaggr/Proto_NewsAggr.vcxproj index 83216615d4..0b4c2702ce 100644 --- a/protocols/NewsAggregator/proto_newsaggr/Proto_NewsAggr.vcxproj +++ b/protocols/NewsAggregator/proto_newsaggr/Proto_NewsAggr.vcxproj @@ -119,10 +119,10 @@ </ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup>
- <ClInclude Include="resource.h" />
+ <ClInclude Include="src\resource.h" />
</ItemGroup>
<ItemGroup>
- <ResourceCompile Include="Proto_NewsAggr.rc" />
+ <ResourceCompile Include="res\Proto_NewsAggr.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
diff --git a/protocols/NewsAggregator/proto_newsaggr/Proto_NewsAggr.vcxproj.filters b/protocols/NewsAggregator/proto_newsaggr/Proto_NewsAggr.vcxproj.filters index d28e63c4b7..e32e34e0dc 100644 --- a/protocols/NewsAggregator/proto_newsaggr/Proto_NewsAggr.vcxproj.filters +++ b/protocols/NewsAggregator/proto_newsaggr/Proto_NewsAggr.vcxproj.filters @@ -11,12 +11,12 @@ </Filter>
</ItemGroup>
<ItemGroup>
- <ClInclude Include="resource.h">
+ <ClInclude Include="src\resource.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
- <ResourceCompile Include="Proto_NewsAggr.rc">
+ <ResourceCompile Include="res\Proto_NewsAggr.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
diff --git a/protocols/NewsAggregator/proto_newsaggr/icos/Offline.ico b/protocols/NewsAggregator/proto_newsaggr/res/Offline.ico Binary files differindex 91788e73e7..91788e73e7 100644 --- a/protocols/NewsAggregator/proto_newsaggr/icos/Offline.ico +++ b/protocols/NewsAggregator/proto_newsaggr/res/Offline.ico diff --git a/protocols/NewsAggregator/proto_newsaggr/icos/Online.ico b/protocols/NewsAggregator/proto_newsaggr/res/Online.ico Binary files differindex 3629737fda..3629737fda 100644 --- a/protocols/NewsAggregator/proto_newsaggr/icos/Online.ico +++ b/protocols/NewsAggregator/proto_newsaggr/res/Online.ico diff --git a/protocols/NewsAggregator/proto_newsaggr/Proto_NewsAggr.rc b/protocols/NewsAggregator/proto_newsaggr/res/Proto_NewsAggr.rc Binary files differindex 7edaa5f3df..3eaac4e99b 100644 --- a/protocols/NewsAggregator/proto_newsaggr/Proto_NewsAggr.rc +++ b/protocols/NewsAggregator/proto_newsaggr/res/Proto_NewsAggr.rc diff --git a/protocols/NewsAggregator/proto_newsaggr/resource.h b/protocols/NewsAggregator/proto_newsaggr/src/resource.h Binary files differindex c6b804fd4e..c6b804fd4e 100644 --- a/protocols/NewsAggregator/proto_newsaggr/resource.h +++ b/protocols/NewsAggregator/proto_newsaggr/src/resource.h |