From 9473a2576bd2d4e0eb0045deb57465eb3bb860dd Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 5 Jan 2013 12:34:30 +0000 Subject: folder and files renaming git-svn-id: http://svn.miranda-ng.org/main/trunk@2975 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- .../proto_newsaggr/Proto_NewsAggr_10.vcxproj | 131 -------------------- .../Proto_NewsAggr_10.vcxproj.filters | 23 ---- .../proto_newsaggr/Proto_NewsAggr_11.vcxproj | 135 --------------------- .../Proto_NewsAggr_11.vcxproj.filters | 23 ---- .../NewsAggregator/proto_newsaggr/res/Offline.ico | Bin 5430 -> 0 bytes .../NewsAggregator/proto_newsaggr/res/Online.ico | Bin 5430 -> 0 bytes .../proto_newsaggr/res/Proto_NewsAggr.rc | Bin 3388 -> 0 bytes .../NewsAggregator/proto_newsaggr/src/resource.h | Bin 1006 -> 0 bytes .../Proto_NewsAggregator_10.vcxproj | 131 ++++++++++++++++++++ .../Proto_NewsAggregator_10.vcxproj.filters | 23 ++++ .../Proto_NewsAggregator_11.vcxproj | 135 +++++++++++++++++++++ .../Proto_NewsAggregator_11.vcxproj.filters | 23 ++++ .../proto_newsaggregator/res/Offline.ico | Bin 0 -> 5430 bytes .../proto_newsaggregator/res/Online.ico | Bin 0 -> 5430 bytes .../res/Proto_NewsAggregator.rc | Bin 0 -> 3388 bytes .../proto_newsaggregator/src/resource.h | Bin 0 -> 1006 bytes 16 files changed, 312 insertions(+), 312 deletions(-) delete mode 100644 plugins/NewsAggregator/proto_newsaggr/Proto_NewsAggr_10.vcxproj delete mode 100644 plugins/NewsAggregator/proto_newsaggr/Proto_NewsAggr_10.vcxproj.filters delete mode 100644 plugins/NewsAggregator/proto_newsaggr/Proto_NewsAggr_11.vcxproj delete mode 100644 plugins/NewsAggregator/proto_newsaggr/Proto_NewsAggr_11.vcxproj.filters delete mode 100644 plugins/NewsAggregator/proto_newsaggr/res/Offline.ico delete mode 100644 plugins/NewsAggregator/proto_newsaggr/res/Online.ico delete mode 100644 plugins/NewsAggregator/proto_newsaggr/res/Proto_NewsAggr.rc delete mode 100644 plugins/NewsAggregator/proto_newsaggr/src/resource.h create mode 100644 plugins/NewsAggregator/proto_newsaggregator/Proto_NewsAggregator_10.vcxproj create mode 100644 plugins/NewsAggregator/proto_newsaggregator/Proto_NewsAggregator_10.vcxproj.filters create mode 100644 plugins/NewsAggregator/proto_newsaggregator/Proto_NewsAggregator_11.vcxproj create mode 100644 plugins/NewsAggregator/proto_newsaggregator/Proto_NewsAggregator_11.vcxproj.filters create mode 100644 plugins/NewsAggregator/proto_newsaggregator/res/Offline.ico create mode 100644 plugins/NewsAggregator/proto_newsaggregator/res/Online.ico create mode 100644 plugins/NewsAggregator/proto_newsaggregator/res/Proto_NewsAggregator.rc create mode 100644 plugins/NewsAggregator/proto_newsaggregator/src/resource.h (limited to 'plugins') diff --git a/plugins/NewsAggregator/proto_newsaggr/Proto_NewsAggr_10.vcxproj b/plugins/NewsAggregator/proto_newsaggr/Proto_NewsAggr_10.vcxproj deleted file mode 100644 index 012bf047c2..0000000000 --- a/plugins/NewsAggregator/proto_newsaggr/Proto_NewsAggr_10.vcxproj +++ /dev/null @@ -1,131 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {B97882DC-7462-41DB-A390-BDFCE5295265} - Proto_NewsAggr - - - - DynamicLibrary - true - Unicode - - - DynamicLibrary - true - Unicode - - - DynamicLibrary - false - Unicode - - - DynamicLibrary - false - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/NewsAggregator/proto_newsaggr/Proto_NewsAggr_10.vcxproj.filters b/plugins/NewsAggregator/proto_newsaggr/Proto_NewsAggr_10.vcxproj.filters deleted file mode 100644 index e32e34e0dc..0000000000 --- a/plugins/NewsAggregator/proto_newsaggr/Proto_NewsAggr_10.vcxproj.filters +++ /dev/null @@ -1,23 +0,0 @@ - - - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Header Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/NewsAggregator/proto_newsaggr/Proto_NewsAggr_11.vcxproj b/plugins/NewsAggregator/proto_newsaggr/Proto_NewsAggr_11.vcxproj deleted file mode 100644 index 50ba3bd590..0000000000 --- a/plugins/NewsAggregator/proto_newsaggr/Proto_NewsAggr_11.vcxproj +++ /dev/null @@ -1,135 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {B97882DC-7462-41DB-A390-BDFCE5295265} - Proto_NewsAggr - - - - DynamicLibrary - true - Unicode - v110 - - - DynamicLibrary - true - Unicode - v110 - - - DynamicLibrary - false - Unicode - v110 - - - DynamicLibrary - false - Unicode - v110 - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Icons\ - $(SolutionDir)$(Configuration)64\Icons\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - Windows - true - false - $(SolutionDir)\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/NewsAggregator/proto_newsaggr/Proto_NewsAggr_11.vcxproj.filters b/plugins/NewsAggregator/proto_newsaggr/Proto_NewsAggr_11.vcxproj.filters deleted file mode 100644 index e32e34e0dc..0000000000 --- a/plugins/NewsAggregator/proto_newsaggr/Proto_NewsAggr_11.vcxproj.filters +++ /dev/null @@ -1,23 +0,0 @@ - - - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Header Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/NewsAggregator/proto_newsaggr/res/Offline.ico b/plugins/NewsAggregator/proto_newsaggr/res/Offline.ico deleted file mode 100644 index 91788e73e7..0000000000 Binary files a/plugins/NewsAggregator/proto_newsaggr/res/Offline.ico and /dev/null differ diff --git a/plugins/NewsAggregator/proto_newsaggr/res/Online.ico b/plugins/NewsAggregator/proto_newsaggr/res/Online.ico deleted file mode 100644 index 3629737fda..0000000000 Binary files a/plugins/NewsAggregator/proto_newsaggr/res/Online.ico and /dev/null differ diff --git a/plugins/NewsAggregator/proto_newsaggr/res/Proto_NewsAggr.rc b/plugins/NewsAggregator/proto_newsaggr/res/Proto_NewsAggr.rc deleted file mode 100644 index 3eaac4e99b..0000000000 Binary files a/plugins/NewsAggregator/proto_newsaggr/res/Proto_NewsAggr.rc and /dev/null differ diff --git a/plugins/NewsAggregator/proto_newsaggr/src/resource.h b/plugins/NewsAggregator/proto_newsaggr/src/resource.h deleted file mode 100644 index c6b804fd4e..0000000000 Binary files a/plugins/NewsAggregator/proto_newsaggr/src/resource.h and /dev/null differ diff --git a/plugins/NewsAggregator/proto_newsaggregator/Proto_NewsAggregator_10.vcxproj b/plugins/NewsAggregator/proto_newsaggregator/Proto_NewsAggregator_10.vcxproj new file mode 100644 index 0000000000..23648f82bf --- /dev/null +++ b/plugins/NewsAggregator/proto_newsaggregator/Proto_NewsAggregator_10.vcxproj @@ -0,0 +1,131 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {B97882DC-7462-41DB-A390-BDFCE5295265} + Proto_NewsAggregator + + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/NewsAggregator/proto_newsaggregator/Proto_NewsAggregator_10.vcxproj.filters b/plugins/NewsAggregator/proto_newsaggregator/Proto_NewsAggregator_10.vcxproj.filters new file mode 100644 index 0000000000..f9a6c96da5 --- /dev/null +++ b/plugins/NewsAggregator/proto_newsaggregator/Proto_NewsAggregator_10.vcxproj.filters @@ -0,0 +1,23 @@ + + + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Header Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/plugins/NewsAggregator/proto_newsaggregator/Proto_NewsAggregator_11.vcxproj b/plugins/NewsAggregator/proto_newsaggregator/Proto_NewsAggregator_11.vcxproj new file mode 100644 index 0000000000..2b3300313f --- /dev/null +++ b/plugins/NewsAggregator/proto_newsaggregator/Proto_NewsAggregator_11.vcxproj @@ -0,0 +1,135 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {B97882DC-7462-41DB-A390-BDFCE5295265} + Proto_NewsAggregator + + + + DynamicLibrary + true + Unicode + v110 + + + DynamicLibrary + true + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/NewsAggregator/proto_newsaggregator/Proto_NewsAggregator_11.vcxproj.filters b/plugins/NewsAggregator/proto_newsaggregator/Proto_NewsAggregator_11.vcxproj.filters new file mode 100644 index 0000000000..f9a6c96da5 --- /dev/null +++ b/plugins/NewsAggregator/proto_newsaggregator/Proto_NewsAggregator_11.vcxproj.filters @@ -0,0 +1,23 @@ + + + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Header Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/plugins/NewsAggregator/proto_newsaggregator/res/Offline.ico b/plugins/NewsAggregator/proto_newsaggregator/res/Offline.ico new file mode 100644 index 0000000000..91788e73e7 Binary files /dev/null and b/plugins/NewsAggregator/proto_newsaggregator/res/Offline.ico differ diff --git a/plugins/NewsAggregator/proto_newsaggregator/res/Online.ico b/plugins/NewsAggregator/proto_newsaggregator/res/Online.ico new file mode 100644 index 0000000000..3629737fda Binary files /dev/null and b/plugins/NewsAggregator/proto_newsaggregator/res/Online.ico differ diff --git a/plugins/NewsAggregator/proto_newsaggregator/res/Proto_NewsAggregator.rc b/plugins/NewsAggregator/proto_newsaggregator/res/Proto_NewsAggregator.rc new file mode 100644 index 0000000000..3eaac4e99b Binary files /dev/null and b/plugins/NewsAggregator/proto_newsaggregator/res/Proto_NewsAggregator.rc differ diff --git a/plugins/NewsAggregator/proto_newsaggregator/src/resource.h b/plugins/NewsAggregator/proto_newsaggregator/src/resource.h new file mode 100644 index 0000000000..c6b804fd4e Binary files /dev/null and b/plugins/NewsAggregator/proto_newsaggregator/src/resource.h differ -- cgit v1.2.3