summaryrefslogtreecommitdiff
path: root/protocols/NewsAggregator/proto_newsaggr
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/proto_newsaggr
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/proto_newsaggr')
-rw-r--r--protocols/NewsAggregator/proto_newsaggr/Proto_NewsAggr.vcxproj4
-rw-r--r--protocols/NewsAggregator/proto_newsaggr/Proto_NewsAggr.vcxproj.filters4
-rw-r--r--protocols/NewsAggregator/proto_newsaggr/res/Offline.ico (renamed from protocols/NewsAggregator/proto_newsaggr/icos/Offline.ico)bin5430 -> 5430 bytes
-rw-r--r--protocols/NewsAggregator/proto_newsaggr/res/Online.ico (renamed from protocols/NewsAggregator/proto_newsaggr/icos/Online.ico)bin5430 -> 5430 bytes
-rw-r--r--protocols/NewsAggregator/proto_newsaggr/res/Proto_NewsAggr.rc (renamed from protocols/NewsAggregator/proto_newsaggr/Proto_NewsAggr.rc)bin3380 -> 3388 bytes
-rw-r--r--protocols/NewsAggregator/proto_newsaggr/src/resource.h (renamed from protocols/NewsAggregator/proto_newsaggr/resource.h)bin1006 -> 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
index 91788e73e7..91788e73e7 100644
--- a/protocols/NewsAggregator/proto_newsaggr/icos/Offline.ico
+++ b/protocols/NewsAggregator/proto_newsaggr/res/Offline.ico
Binary files differ
diff --git a/protocols/NewsAggregator/proto_newsaggr/icos/Online.ico b/protocols/NewsAggregator/proto_newsaggr/res/Online.ico
index 3629737fda..3629737fda 100644
--- a/protocols/NewsAggregator/proto_newsaggr/icos/Online.ico
+++ b/protocols/NewsAggregator/proto_newsaggr/res/Online.ico
Binary files differ
diff --git a/protocols/NewsAggregator/proto_newsaggr/Proto_NewsAggr.rc b/protocols/NewsAggregator/proto_newsaggr/res/Proto_NewsAggr.rc
index 7edaa5f3df..3eaac4e99b 100644
--- a/protocols/NewsAggregator/proto_newsaggr/Proto_NewsAggr.rc
+++ b/protocols/NewsAggregator/proto_newsaggr/res/Proto_NewsAggr.rc
Binary files differ
diff --git a/protocols/NewsAggregator/proto_newsaggr/resource.h b/protocols/NewsAggregator/proto_newsaggr/src/resource.h
index c6b804fd4e..c6b804fd4e 100644
--- a/protocols/NewsAggregator/proto_newsaggr/resource.h
+++ b/protocols/NewsAggregator/proto_newsaggr/src/resource.h
Binary files differ