diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-13 18:34:25 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-13 18:34:25 +0000 |
commit | 1a9f50fcbc79413ccc669349b682aa6a6ebb398b (patch) | |
tree | a7673155e97d56f5714a5f9cb3e74f941e961346 /protocols/Twitter/proto_twitter | |
parent | 5aa2a6fdad72feeff99041bfdf17fd607a45033a (diff) |
Twitter: folders restructurization
git-svn-id: http://svn.miranda-ng.org/main/trunk@1909 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/proto_twitter')
-rw-r--r-- | protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj | 4 | ||||
-rw-r--r-- | protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj.filters | 4 | ||||
-rw-r--r-- | protocols/Twitter/proto_twitter/res/Offline.ico (renamed from protocols/Twitter/proto_twitter/icos/Offline.ico) | bin | 1150 -> 1150 bytes | |||
-rw-r--r-- | protocols/Twitter/proto_twitter/res/Online.ico (renamed from protocols/Twitter/proto_twitter/icos/Online.ico) | bin | 1150 -> 1150 bytes | |||
-rw-r--r-- | protocols/Twitter/proto_twitter/res/Proto_Twitter.rc (renamed from protocols/Twitter/proto_twitter/Proto_Twitter.rc) | bin | 3380 -> 3388 bytes | |||
-rw-r--r-- | protocols/Twitter/proto_twitter/src/resource.h (renamed from protocols/Twitter/proto_twitter/resource.h) | bin | 1004 -> 1004 bytes |
6 files changed, 4 insertions, 4 deletions
diff --git a/protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj b/protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj index 6230925b29..69bab782c5 100644 --- a/protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj +++ b/protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj @@ -119,10 +119,10 @@ </ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup>
- <ClInclude Include="resource.h" />
+ <ClInclude Include="src\resource.h" />
</ItemGroup>
<ItemGroup>
- <ResourceCompile Include="Proto_Twitter.rc" />
+ <ResourceCompile Include="res\Proto_Twitter.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
diff --git a/protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj.filters b/protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj.filters index f265aa8a93..27ba4dd1c4 100644 --- a/protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj.filters +++ b/protocols/Twitter/proto_twitter/Proto_Twitter.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_Twitter.rc">
+ <ResourceCompile Include="res\Proto_Twitter.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
diff --git a/protocols/Twitter/proto_twitter/icos/Offline.ico b/protocols/Twitter/proto_twitter/res/Offline.ico Binary files differindex 0e24167ade..0e24167ade 100644 --- a/protocols/Twitter/proto_twitter/icos/Offline.ico +++ b/protocols/Twitter/proto_twitter/res/Offline.ico diff --git a/protocols/Twitter/proto_twitter/icos/Online.ico b/protocols/Twitter/proto_twitter/res/Online.ico Binary files differindex c6aa9d8ea3..c6aa9d8ea3 100644 --- a/protocols/Twitter/proto_twitter/icos/Online.ico +++ b/protocols/Twitter/proto_twitter/res/Online.ico diff --git a/protocols/Twitter/proto_twitter/Proto_Twitter.rc b/protocols/Twitter/proto_twitter/res/Proto_Twitter.rc Binary files differindex 7edaa5f3df..3eaac4e99b 100644 --- a/protocols/Twitter/proto_twitter/Proto_Twitter.rc +++ b/protocols/Twitter/proto_twitter/res/Proto_Twitter.rc diff --git a/protocols/Twitter/proto_twitter/resource.h b/protocols/Twitter/proto_twitter/src/resource.h Binary files differindex 9c605d9a4c..9c605d9a4c 100644 --- a/protocols/Twitter/proto_twitter/resource.h +++ b/protocols/Twitter/proto_twitter/src/resource.h |