Author: dreimer Date: Tue Jan 8 19:13:01 2008 New Revision: 31672
URL: http://svn.reactos.org/svn/reactos?rev=31672&view=rev Log: Revert Manifest Commits due to popular demand. They will be Autogenerated by RBuild in the Future.
Removed: trunk/reactos/base/applications/calc/manifest.xml trunk/reactos/base/applications/control/manifest.xml trunk/reactos/base/applications/games/solitaire/manifest.xml trunk/reactos/base/applications/msconfig/manifest.xml trunk/reactos/base/applications/notepad/manifest.xml trunk/reactos/base/applications/regedit/clb/manifest.xml trunk/reactos/base/applications/regedit/manifest.xml trunk/reactos/base/applications/taskmgr/manifest.xml trunk/reactos/base/applications/winhelp/manifest.xml trunk/reactos/base/setup/reactos/manifest.xml trunk/reactos/base/setup/welcome/manifest.xml trunk/reactos/base/system/winlogon/manifest.xml trunk/reactos/dll/win32/aclui/manifest.xml trunk/reactos/dll/win32/console/manifest.xml trunk/reactos/dll/win32/devmgr/manifest.xml trunk/reactos/dll/win32/modemui/manifest.xml trunk/reactos/dll/win32/netid/manifest.xml trunk/reactos/dll/win32/newdev/manifest.xml trunk/reactos/dll/win32/shell32/manifest.xml trunk/reactos/dll/win32/shellext/deskadp/manifest.xml trunk/reactos/dll/win32/shellext/deskmon/manifest.xml trunk/reactos/dll/win32/shellext/slayer/manifest.xml trunk/reactos/dll/win32/syssetup/manifest.xml Modified: trunk/reactos/base/applications/calc/rsrc.rc trunk/reactos/base/applications/charmap/manifest.xml trunk/reactos/base/applications/control/control.rc trunk/reactos/base/applications/games/solitaire/rsrc.rc trunk/reactos/base/applications/games/winemine/manifest.xml trunk/reactos/base/applications/mmc/manifest.xml trunk/reactos/base/applications/msconfig/msconfig.rc trunk/reactos/base/applications/mscutils/devmgmt/manifest.xml trunk/reactos/base/applications/mscutils/eventvwr/manifest.xml trunk/reactos/base/applications/mscutils/servman/manifest.xml trunk/reactos/base/applications/mstsc/manifest.xml trunk/reactos/base/applications/notepad/rsrc.rc trunk/reactos/base/applications/regedit/regedit.rc trunk/reactos/base/applications/sndvol32/manifest.xml trunk/reactos/base/applications/taskmgr/taskmgr.rc trunk/reactos/base/applications/winhelp/rsrc.rc trunk/reactos/base/setup/reactos/reactos.rc trunk/reactos/base/setup/welcome/welcome.rc trunk/reactos/base/shell/explorer-new/manifest.xml trunk/reactos/base/system/winlogon/winlogon.rc trunk/reactos/dll/cpl/access/manifest.xml trunk/reactos/dll/cpl/appwiz/manifest.xml trunk/reactos/dll/cpl/desk/manifest.xml trunk/reactos/dll/cpl/hdwwiz/manifest.xml trunk/reactos/dll/cpl/input/manifest.xml trunk/reactos/dll/cpl/intl/manifest.xml trunk/reactos/dll/cpl/joy/manifest.xml trunk/reactos/dll/cpl/liccpa/manifest.xml trunk/reactos/dll/cpl/main/manifest.xml trunk/reactos/dll/cpl/mmsys/manifest.xml trunk/reactos/dll/cpl/ncpa/manifest.xml trunk/reactos/dll/cpl/powercfg/manifest.xml trunk/reactos/dll/cpl/telephon/manifest.xml trunk/reactos/dll/cpl/timedate/manifest.xml trunk/reactos/dll/cpl/usrmgr/manifest.xml trunk/reactos/dll/win32/aclui/aclui.rc trunk/reactos/dll/win32/console/console.rc trunk/reactos/dll/win32/devmgr/devmgr.rc trunk/reactos/dll/win32/modemui/modemui.rc trunk/reactos/dll/win32/netid/netid.rc trunk/reactos/dll/win32/newdev/rsrc.rc trunk/reactos/dll/win32/rasdlg/manifest.xml trunk/reactos/dll/win32/shell32/shell32.rc trunk/reactos/dll/win32/shellext/deskadp/deskadp.rc trunk/reactos/dll/win32/shellext/deskmon/deskmon.rc trunk/reactos/dll/win32/shellext/slayer/slayer.rc trunk/reactos/dll/win32/syssetup/syssetup.rc
Removed: trunk/reactos/base/applications/calc/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/calc/mani... ============================================================================== --- trunk/reactos/base/applications/calc/manifest.xml (original) +++ trunk/reactos/base/applications/calc/manifest.xml (removed) @@ -1,23 +1,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly - xmlns="urn:schemas-microsoft-com:asm.v1" - manifestVersion="1.0"> -<assemblyIdentity - name="ReactOS.Application.Calculator" - processorArchitecture="x86" - version="1.0.0.0" - type="win32"/> -<description>ReactOS Calculator</description> -<dependency> - <dependentAssembly> - <assemblyIdentity - type="win32" - name="Microsoft.Windows.Common-Controls" - version="6.0.0.0" - processorArchitecture="x86" - publicKeyToken="6595b64144ccf1df" - language="*" - /> - </dependentAssembly> -</dependency> -</assembly>
Modified: trunk/reactos/base/applications/calc/rsrc.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/calc/rsrc... ============================================================================== --- trunk/reactos/base/applications/calc/rsrc.rc (original) +++ trunk/reactos/base/applications/calc/rsrc.rc Tue Jan 8 19:13:01 2008 @@ -22,8 +22,6 @@ #include "resource.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL - -1 24 DISCARDABLE "manifest.xml"
IDI_CALCICON ICON "calculator.ico"
Modified: trunk/reactos/base/applications/charmap/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/charmap/m... ============================================================================== --- trunk/reactos/base/applications/charmap/manifest.xml (original) +++ trunk/reactos/base/applications/charmap/manifest.xml Tue Jan 8 19:13:01 2008 @@ -3,7 +3,7 @@ xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity - name="ReactOS.Application.Character.Map" + name="Win32 Application.default.App" processorArchitecture="x86" version="1.0.0.0" type="win32"/>
Modified: trunk/reactos/base/applications/control/control.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/control/c... ============================================================================== --- trunk/reactos/base/applications/control/control.rc (original) +++ trunk/reactos/base/applications/control/control.rc Tue Jan 8 19:13:01 2008 @@ -1,3 +1,5 @@ +//Microsoft Developer Studio generated resource script. +// #include "resource.h" #include <reactos/resource.h> #include <windows.h> @@ -5,15 +7,22 @@ #define REACTOS_STR_FILE_DESCRIPTION "ReactOS System Control Panel\0" #define REACTOS_STR_INTERNAL_NAME "control\0" #define REACTOS_STR_ORIGINAL_FILENAME "control.exe\0" - -1 24 DISCARDABLE "manifest.xml" - #ifndef MS_COMPILER #include <reactos/version.rc> #else #include <../../../include/reactos/version.rc> #endif
+ +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. IDI_MAINICON ICON DISCARDABLE "resources/config.ico" +///////////////////////////////////////////////////////////////////////////// +
#include "rsrc.rc"
Removed: trunk/reactos/base/applications/control/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/control/m... ============================================================================== --- trunk/reactos/base/applications/control/manifest.xml (original) +++ trunk/reactos/base/applications/control/manifest.xml (removed) @@ -1,23 +1,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly - xmlns="urn:schemas-microsoft-com:asm.v1" - manifestVersion="1.0"> -<assemblyIdentity - name="ReactOS.Application.Control.Panel" - processorArchitecture="x86" - version="1.0.0.0" - type="win32"/> -<description>ReactOS Control Panel</description> -<dependency> - <dependentAssembly> - <assemblyIdentity - type="win32" - name="Microsoft.Windows.Common-Controls" - version="6.0.0.0" - processorArchitecture="x86" - publicKeyToken="6595b64144ccf1df" - language="*" - /> - </dependentAssembly> -</dependency> -</assembly>
Removed: trunk/reactos/base/applications/games/solitaire/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/games/sol... ============================================================================== --- trunk/reactos/base/applications/games/solitaire/manifest.xml (original) +++ trunk/reactos/base/applications/games/solitaire/manifest.xml (removed) @@ -1,23 +1,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly - xmlns="urn:schemas-microsoft-com:asm.v1" - manifestVersion="1.0"> -<assemblyIdentity - name="ReactOS.Application.Solitaire" - processorArchitecture="x86" - version="1.0.0.0" - type="win32"/> -<description>ReactOS Solitaire</description> -<dependency> - <dependentAssembly> - <assemblyIdentity - type="win32" - name="Microsoft.Windows.Common-Controls" - version="6.0.0.0" - processorArchitecture="x86" - publicKeyToken="6595b64144ccf1df" - language="*" - /> - </dependentAssembly> -</dependency> -</assembly>
Modified: trunk/reactos/base/applications/games/solitaire/rsrc.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/games/sol... ============================================================================== --- trunk/reactos/base/applications/games/solitaire/rsrc.rc (original) +++ trunk/reactos/base/applications/games/solitaire/rsrc.rc Tue Jan 8 19:13:01 2008 @@ -2,8 +2,6 @@ #include "resource.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL - -1 24 DISCARDABLE "manifest.xml"
IDI_SOLITAIRE ICON DISCARDABLE "solitaire.ico"
Modified: trunk/reactos/base/applications/games/winemine/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/games/win... ============================================================================== --- trunk/reactos/base/applications/games/winemine/manifest.xml (original) +++ trunk/reactos/base/applications/games/winemine/manifest.xml Tue Jan 8 19:13:01 2008 @@ -3,7 +3,7 @@ xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity - name="ReactOS.Application.WineMine" + name="ReactOS.WineMine" processorArchitecture="x86" version="1.0.0.0" type="win32"/>
Modified: trunk/reactos/base/applications/mmc/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/mmc/manif... ============================================================================== --- trunk/reactos/base/applications/mmc/manifest.xml (original) +++ trunk/reactos/base/applications/mmc/manifest.xml Tue Jan 8 19:13:01 2008 @@ -3,7 +3,7 @@ <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" - name="ReactOS.Application.System.Management.Console" + name="ReactOS.System.Management.Console" type="win32" /> <description>ReactOS System Management Console</description>
Removed: trunk/reactos/base/applications/msconfig/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/msconfig/... ============================================================================== --- trunk/reactos/base/applications/msconfig/manifest.xml (original) +++ trunk/reactos/base/applications/msconfig/manifest.xml (removed) @@ -1,23 +1,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly - xmlns="urn:schemas-microsoft-com:asm.v1" - manifestVersion="1.0"> -<assemblyIdentity - name="ReactOS.Application.Configurator" - processorArchitecture="x86" - version="1.0.0.0" - type="win32"/> -<description>ReactOS Configuration Tool</description> -<dependency> - <dependentAssembly> - <assemblyIdentity - type="win32" - name="Microsoft.Windows.Common-Controls" - version="6.0.0.0" - processorArchitecture="x86" - publicKeyToken="6595b64144ccf1df" - language="*" - /> - </dependentAssembly> -</dependency> -</assembly>
Modified: trunk/reactos/base/applications/msconfig/msconfig.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/msconfig/... ============================================================================== --- trunk/reactos/base/applications/msconfig/msconfig.rc (original) +++ trunk/reactos/base/applications/msconfig/msconfig.rc Tue Jan 8 19:13:01 2008 @@ -10,9 +10,6 @@ #define REACTOS_STR_FILE_DESCRIPTION "ReactOS System Configuration Tool\0" #define REACTOS_STR_INTERNAL_NAME "msconfig\0" #define REACTOS_STR_ORIGINAL_FILENAME "msconfig.exe\0" - -1 24 DISCARDABLE "manifest.xml" - #include <reactos/version.rc>
IDI_APPICON ICON "res/msconfig.ico"
Modified: trunk/reactos/base/applications/mscutils/devmgmt/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/mscutils/... ============================================================================== --- trunk/reactos/base/applications/mscutils/devmgmt/manifest.xml (original) +++ trunk/reactos/base/applications/mscutils/devmgmt/manifest.xml Tue Jan 8 19:13:01 2008 @@ -3,7 +3,7 @@ xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity - name="ReactOS.Application.Device.Manager" + name="Win32 Application.default.App" processorArchitecture="x86" version="1.0.0.0" type="win32"/>
Modified: trunk/reactos/base/applications/mscutils/eventvwr/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/mscutils/... ============================================================================== --- trunk/reactos/base/applications/mscutils/eventvwr/manifest.xml (original) +++ trunk/reactos/base/applications/mscutils/eventvwr/manifest.xml Tue Jan 8 19:13:01 2008 @@ -3,7 +3,7 @@ xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity - name="ReactOS.Application.EventLog.Viewer" + name="Win32 Application.default.App" processorArchitecture="x86" version="1.0.0.0" type="win32"/>
Modified: trunk/reactos/base/applications/mscutils/servman/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/mscutils/... ============================================================================== --- trunk/reactos/base/applications/mscutils/servman/manifest.xml (original) +++ trunk/reactos/base/applications/mscutils/servman/manifest.xml Tue Jan 8 19:13:01 2008 @@ -3,7 +3,7 @@ xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity - name="ReactOS.Application.Service.Manager" + name="Win32 Application.default.App" processorArchitecture="x86" version="1.0.0.0" type="win32"/>
Modified: trunk/reactos/base/applications/mstsc/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/mstsc/man... ============================================================================== --- trunk/reactos/base/applications/mstsc/manifest.xml (original) +++ trunk/reactos/base/applications/mstsc/manifest.xml Tue Jan 8 19:13:01 2008 @@ -3,11 +3,11 @@ xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity - name="ReactOS.Application.Remote.Desktop.Client" + name="Win32 Application.default.App" processorArchitecture="x86" version="1.0.0.0" type="win32"/> -<description>ReactOS Remote Desktop Client</description> +<description>ReactOS Service Manager</description> <dependency> <dependentAssembly> <assemblyIdentity
Removed: trunk/reactos/base/applications/notepad/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/notepad/m... ============================================================================== --- trunk/reactos/base/applications/notepad/manifest.xml (original) +++ trunk/reactos/base/applications/notepad/manifest.xml (removed) @@ -1,23 +1,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly - xmlns="urn:schemas-microsoft-com:asm.v1" - manifestVersion="1.0"> -<assemblyIdentity - name="ReactOS.Application.NotePad" - processorArchitecture="x86" - version="1.0.0.0" - type="win32"/> -<description>ReactOS NotePad</description> -<dependency> - <dependentAssembly> - <assemblyIdentity - type="win32" - name="Microsoft.Windows.Common-Controls" - version="6.0.0.0" - processorArchitecture="x86" - publicKeyToken="6595b64144ccf1df" - language="*" - /> - </dependentAssembly> -</dependency> -</assembly>
Modified: trunk/reactos/base/applications/notepad/rsrc.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/notepad/r... ============================================================================== --- trunk/reactos/base/applications/notepad/rsrc.rc (original) +++ trunk/reactos/base/applications/notepad/rsrc.rc Tue Jan 8 19:13:01 2008 @@ -24,8 +24,6 @@ #include "winnls.h" #include "commctrl.h" #include "notepad_res.h" - -1 24 DISCARDABLE "manifest.xml"
IDI_NPICON ICON "res/notepad.ico"
Removed: trunk/reactos/base/applications/regedit/clb/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/c... ============================================================================== --- trunk/reactos/base/applications/regedit/clb/manifest.xml (original) +++ trunk/reactos/base/applications/regedit/clb/manifest.xml (removed) @@ -1,23 +1,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly - xmlns="urn:schemas-microsoft-com:asm.v1" - manifestVersion="1.0"> -<assemblyIdentity - name="ReactOS.Application.Solitaire" - processorArchitecture="x86" - version="1.0.0.0" - type="win32"/> -<description>ReactOS Solitaire</description> -<dependency> - <dependentAssembly> - <assemblyIdentity - type="win32" - name="Microsoft.Windows.Common-Controls" - version="6.0.0.0" - processorArchitecture="x86" - publicKeyToken="6595b64144ccf1df" - language="*" - /> - </dependentAssembly> -</dependency> -</assembly>
Removed: trunk/reactos/base/applications/regedit/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/m... ============================================================================== --- trunk/reactos/base/applications/regedit/manifest.xml (original) +++ trunk/reactos/base/applications/regedit/manifest.xml (removed) @@ -1,23 +1,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly - xmlns="urn:schemas-microsoft-com:asm.v1" - manifestVersion="1.0"> -<assemblyIdentity - name="ReactOS.Application.RegEdit" - processorArchitecture="x86" - version="1.0.0.0" - type="win32"/> -<description>ReactOS Registry Editor</description> -<dependency> - <dependentAssembly> - <assemblyIdentity - type="win32" - name="Microsoft.Windows.Common-Controls" - version="6.0.0.0" - processorArchitecture="x86" - publicKeyToken="6595b64144ccf1df" - language="*" - /> - </dependentAssembly> -</dependency> -</assembly>
Modified: trunk/reactos/base/applications/regedit/regedit.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/r... ============================================================================== --- trunk/reactos/base/applications/regedit/regedit.rc (original) +++ trunk/reactos/base/applications/regedit/regedit.rc Tue Jan 8 19:13:01 2008 @@ -25,9 +25,6 @@ #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Registry Explorer\0" #define REACTOS_STR_INTERNAL_NAME "regedit\0" #define REACTOS_STR_ORIGINAL_FILENAME "regedit.exe\0" - -1 24 DISCARDABLE "manifest.xml" - #include <reactos/version.rc>
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
Modified: trunk/reactos/base/applications/sndvol32/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/sndvol32/... ============================================================================== --- trunk/reactos/base/applications/sndvol32/manifest.xml (original) +++ trunk/reactos/base/applications/sndvol32/manifest.xml Tue Jan 8 19:13:01 2008 @@ -3,7 +3,7 @@ <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" - name="ReactOS.Application.Volume.Control" + name="ReactOS.Sound.Volume.Control" type="win32" /> <description>ReactOS Volume Control</description>
Removed: trunk/reactos/base/applications/taskmgr/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/taskmgr/m... ============================================================================== --- trunk/reactos/base/applications/taskmgr/manifest.xml (original) +++ trunk/reactos/base/applications/taskmgr/manifest.xml (removed) @@ -1,23 +1,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly - xmlns="urn:schemas-microsoft-com:asm.v1" - manifestVersion="1.0"> -<assemblyIdentity - name="ReactOS.Application.Task.Manager" - processorArchitecture="x86" - version="1.0.0.0" - type="win32"/> -<description>ReactOS Task Manager</description> -<dependency> - <dependentAssembly> - <assemblyIdentity - type="win32" - name="Microsoft.Windows.Common-Controls" - version="6.0.0.0" - processorArchitecture="x86" - publicKeyToken="6595b64144ccf1df" - language="*" - /> - </dependentAssembly> -</dependency> -</assembly>
Modified: trunk/reactos/base/applications/taskmgr/taskmgr.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/taskmgr/t... ============================================================================== --- trunk/reactos/base/applications/taskmgr/taskmgr.rc (original) +++ trunk/reactos/base/applications/taskmgr/taskmgr.rc Tue Jan 8 19:13:01 2008 @@ -7,8 +7,6 @@ #else #define res res #endif - -1 24 DISCARDABLE "manifest.xml"
/* BINRES taskmgr.ico */ IDI_TASKMANAGER ICON DISCARDABLE "res/taskmgr.ico"
Removed: trunk/reactos/base/applications/winhelp/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/winhelp/m... ============================================================================== --- trunk/reactos/base/applications/winhelp/manifest.xml (original) +++ trunk/reactos/base/applications/winhelp/manifest.xml (removed) @@ -1,23 +1,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly - xmlns="urn:schemas-microsoft-com:asm.v1" - manifestVersion="1.0"> -<assemblyIdentity - name="ReactOS.Application.WinHelp" - processorArchitecture="x86" - version="1.0.0.0" - type="win32"/> -<description>ReactOS Help</description> -<dependency> - <dependentAssembly> - <assemblyIdentity - type="win32" - name="Microsoft.Windows.Common-Controls" - version="6.0.0.0" - processorArchitecture="x86" - publicKeyToken="6595b64144ccf1df" - language="*" - /> - </dependentAssembly> -</dependency> -</assembly>
Modified: trunk/reactos/base/applications/winhelp/rsrc.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/winhelp/r... ============================================================================== --- trunk/reactos/base/applications/winhelp/rsrc.rc (original) +++ trunk/reactos/base/applications/winhelp/rsrc.rc Tue Jan 8 19:13:01 2008 @@ -22,8 +22,6 @@ #include <windows.h> #include "winhelp.h" #include "winhelp_res.h" - -1 24 DISCARDABLE "manifest.xml"
#include "lang/bg-BG.rc" #include "lang/cs-CZ.rc"
Removed: trunk/reactos/base/setup/reactos/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/reactos/manifest... ============================================================================== --- trunk/reactos/base/setup/reactos/manifest.xml (original) +++ trunk/reactos/base/setup/reactos/manifest.xml (removed) @@ -1,23 +1,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly - xmlns="urn:schemas-microsoft-com:asm.v1" - manifestVersion="1.0"> -<assemblyIdentity - name="ReactOS.Application.ReactOS" - processorArchitecture="x86" - version="1.0.0.0" - type="win32"/> -<description>ReactOS CD Autostart</description> -<dependency> - <dependentAssembly> - <assemblyIdentity - type="win32" - name="Microsoft.Windows.Common-Controls" - version="6.0.0.0" - processorArchitecture="x86" - publicKeyToken="6595b64144ccf1df" - language="*" - /> - </dependentAssembly> -</dependency> -</assembly>
Modified: trunk/reactos/base/setup/reactos/reactos.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/reactos/reactos.... ============================================================================== --- trunk/reactos/base/setup/reactos/reactos.rc (original) +++ trunk/reactos/base/setup/reactos/reactos.rc Tue Jan 8 19:13:01 2008 @@ -6,9 +6,6 @@ #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Setup\0" #define REACTOS_STR_INTERNAL_NAME "reactos\0" #define REACTOS_STR_ORIGINAL_FILENAME "reactos.exe\0" - -1 24 DISCARDABLE "manifest.xml" - #include <reactos/version.rc>
Removed: trunk/reactos/base/setup/welcome/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/welcome/manifest... ============================================================================== --- trunk/reactos/base/setup/welcome/manifest.xml (original) +++ trunk/reactos/base/setup/welcome/manifest.xml (removed) @@ -1,23 +1,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly - xmlns="urn:schemas-microsoft-com:asm.v1" - manifestVersion="1.0"> -<assemblyIdentity - name="ReactOS.Application.Welcome" - processorArchitecture="x86" - version="1.0.0.0" - type="win32"/> -<description>ReactOS Welcome App</description> -<dependency> - <dependentAssembly> - <assemblyIdentity - type="win32" - name="Microsoft.Windows.Common-Controls" - version="6.0.0.0" - processorArchitecture="x86" - publicKeyToken="6595b64144ccf1df" - language="*" - /> - </dependentAssembly> -</dependency> -</assembly>
Modified: trunk/reactos/base/setup/welcome/welcome.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/welcome/welcome.... ============================================================================== --- trunk/reactos/base/setup/welcome/welcome.rc (original) +++ trunk/reactos/base/setup/welcome/welcome.rc Tue Jan 8 19:13:01 2008 @@ -6,9 +6,6 @@ #define REACTOS_STR_FILE_DESCRIPTION "ReactOS-Welcome\0" #define REACTOS_STR_INTERNAL_NAME "welcome\0" #define REACTOS_STR_ORIGINAL_FILENAME "welcome.exe\0" - -1 24 DISCARDABLE "manifest.xml" - #include <reactos/version.rc>
#include "rsrc.rc"
Modified: trunk/reactos/base/shell/explorer-new/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/man... ============================================================================== --- trunk/reactos/base/shell/explorer-new/manifest.xml (original) +++ trunk/reactos/base/shell/explorer-new/manifest.xml Tue Jan 8 19:13:01 2008 @@ -3,10 +3,10 @@ <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" - name="ReactOS.Application.Explorer" + name="ReactOS.Explorer" type="win32" /> -<description>ReactOS Explorer</description> +<description>ROS Explorer</description> <dependency> <dependentAssembly> <assemblyIdentity
Removed: trunk/reactos/base/system/winlogon/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/winlogon/manife... ============================================================================== --- trunk/reactos/base/system/winlogon/manifest.xml (original) +++ trunk/reactos/base/system/winlogon/manifest.xml (removed) @@ -1,23 +1,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly - xmlns="urn:schemas-microsoft-com:asm.v1" - manifestVersion="1.0"> -<assemblyIdentity - name="ReactOS.Application.Logon" - processorArchitecture="x86" - version="1.0.0.0" - type="win32"/> -<description>ReactOS Logon</description> -<dependency> - <dependentAssembly> - <assemblyIdentity - type="win32" - name="Microsoft.Windows.Common-Controls" - version="6.0.0.0" - processorArchitecture="x86" - publicKeyToken="6595b64144ccf1df" - language="*" - /> - </dependentAssembly> -</dependency> -</assembly>
Modified: trunk/reactos/base/system/winlogon/winlogon.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/winlogon/winlog... ============================================================================== --- trunk/reactos/base/system/winlogon/winlogon.rc (original) +++ trunk/reactos/base/system/winlogon/winlogon.rc Tue Jan 8 19:13:01 2008 @@ -6,9 +6,6 @@ #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Logon Application\0" #define REACTOS_STR_INTERNAL_NAME "winlogon\0" #define REACTOS_STR_ORIGINAL_FILENAME "winlogon.exe\0" - -1 24 DISCARDABLE "manifest.xml" - #include <reactos/version.rc>
#include "rsrc.rc"
Modified: trunk/reactos/dll/cpl/access/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/access/manifest.xml... ============================================================================== --- trunk/reactos/dll/cpl/access/manifest.xml (original) +++ trunk/reactos/dll/cpl/access/manifest.xml Tue Jan 8 19:13:01 2008 @@ -3,10 +3,10 @@ <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" - name="ReactOS.System.ControlPanel.Access" + name="ReactOS.System.ControlPanel.System" type="win32" /> - <description>ReactOS Accessibility Control Panel</description> + <description>ReactOS System Control Panel</description> <dependency> <dependentAssembly> <assemblyIdentity
Modified: trunk/reactos/dll/cpl/appwiz/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/appwiz/manifest.xml... ============================================================================== --- trunk/reactos/dll/cpl/appwiz/manifest.xml (original) +++ trunk/reactos/dll/cpl/appwiz/manifest.xml Tue Jan 8 19:13:01 2008 @@ -3,10 +3,10 @@ <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" - name="ReactOS.System.ControlPanel.AppWiz" + name="ReactOS.System.ControlPanel.System" type="win32" /> - <description>ReactOS Application Wizard Control Panel</description> + <description>ReactOS System Control Panel</description> <dependency> <dependentAssembly> <assemblyIdentity
Modified: trunk/reactos/dll/cpl/desk/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/desk/manifest.xml?r... ============================================================================== --- trunk/reactos/dll/cpl/desk/manifest.xml (original) +++ trunk/reactos/dll/cpl/desk/manifest.xml Tue Jan 8 19:13:01 2008 @@ -3,10 +3,10 @@ <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" - name="ReactOS.System.ControlPanel.Desk" + name="ReactOS.System.ControlPanel.System" type="win32" /> - <description>ReactOS Desktop Control Panel</description> + <description>ReactOS System Control Panel</description> <dependency> <dependentAssembly> <assemblyIdentity
Modified: trunk/reactos/dll/cpl/hdwwiz/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/hdwwiz/manifest.xml... ============================================================================== --- trunk/reactos/dll/cpl/hdwwiz/manifest.xml (original) +++ trunk/reactos/dll/cpl/hdwwiz/manifest.xml Tue Jan 8 19:13:01 2008 @@ -3,10 +3,10 @@ <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" - name="ReactOS.System.ControlPanel.HdwWiz" + name="ReactOS.System.ControlPanel.System" type="win32" /> - <description>ReactOS Hardware Wizard Control Panel</description> + <description>ReactOS System Control Panel</description> <dependency> <dependentAssembly> <assemblyIdentity
Modified: trunk/reactos/dll/cpl/input/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/input/manifest.xml?... ============================================================================== --- trunk/reactos/dll/cpl/input/manifest.xml (original) +++ trunk/reactos/dll/cpl/input/manifest.xml Tue Jan 8 19:13:01 2008 @@ -3,10 +3,10 @@ <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" - name="ReactOS.System.ControlPanel.Input" + name="ReactOS.System.ControlPanel.System" type="win32" /> - <description>ReactOS Input Control Panel</description> + <description>ReactOS System Control Panel</description> <dependency> <dependentAssembly> <assemblyIdentity
Modified: trunk/reactos/dll/cpl/intl/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/manifest.xml?r... ============================================================================== --- trunk/reactos/dll/cpl/intl/manifest.xml (original) +++ trunk/reactos/dll/cpl/intl/manifest.xml Tue Jan 8 19:13:01 2008 @@ -3,10 +3,10 @@ <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" - name="ReactOS.System.ControlPanel.Intl" + name="ReactOS.System.ControlPanel.System" type="win32" /> - <description>ReactOS Regional Settings Control Panel</description> + <description>ReactOS System Control Panel</description> <dependency> <dependentAssembly> <assemblyIdentity
Modified: trunk/reactos/dll/cpl/joy/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/joy/manifest.xml?re... ============================================================================== --- trunk/reactos/dll/cpl/joy/manifest.xml (original) +++ trunk/reactos/dll/cpl/joy/manifest.xml Tue Jan 8 19:13:01 2008 @@ -3,10 +3,10 @@ <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" - name="ReactOS.System.ControlPanel.Joy" + name="ReactOS.System.ControlPanel.System" type="win32" /> - <description>ReactOS Joystick Control Panel</description> + <description>ReactOS System Control Panel</description> <dependency> <dependentAssembly> <assemblyIdentity
Modified: trunk/reactos/dll/cpl/liccpa/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/liccpa/manifest.xml... ============================================================================== --- trunk/reactos/dll/cpl/liccpa/manifest.xml (original) +++ trunk/reactos/dll/cpl/liccpa/manifest.xml Tue Jan 8 19:13:01 2008 @@ -3,10 +3,10 @@ <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" - name="ReactOS.System.ControlPanel.Liccpa" + name="ReactOS.System.ControlPanel.System" type="win32" /> - <description>ReactOS Licensing Control Panel</description> + <description>ReactOS System Control Panel</description> <dependency> <dependentAssembly> <assemblyIdentity
Modified: trunk/reactos/dll/cpl/main/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/main/manifest.xml?r... ============================================================================== --- trunk/reactos/dll/cpl/main/manifest.xml (original) +++ trunk/reactos/dll/cpl/main/manifest.xml Tue Jan 8 19:13:01 2008 @@ -3,10 +3,10 @@ <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" - name="ReactOS.System.ControlPanel.Main" + name="ReactOS.System.ControlPanel.System" type="win32" /> - <description>ReactOS Mouse Control Panel</description> + <description>ReactOS System Control Panel</description> <dependency> <dependentAssembly> <assemblyIdentity
Modified: trunk/reactos/dll/cpl/mmsys/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/mmsys/manifest.xml?... ============================================================================== --- trunk/reactos/dll/cpl/mmsys/manifest.xml (original) +++ trunk/reactos/dll/cpl/mmsys/manifest.xml Tue Jan 8 19:13:01 2008 @@ -3,10 +3,10 @@ <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" - name="ReactOS.System.ControlPanel.MMSys" + name="ReactOS.System.ControlPanel.System" type="win32" /> - <description>ReactOS Multimedia Control Panel</description> + <description>ReactOS System Control Panel</description> <dependency> <dependentAssembly> <assemblyIdentity
Modified: trunk/reactos/dll/cpl/ncpa/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/ncpa/manifest.xml?r... ============================================================================== --- trunk/reactos/dll/cpl/ncpa/manifest.xml (original) +++ trunk/reactos/dll/cpl/ncpa/manifest.xml Tue Jan 8 19:13:01 2008 @@ -3,10 +3,10 @@ <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" - name="ReactOS.System.ControlPanel.Ncpa" + name="ReactOS.System.ControlPanel.System" type="win32" /> - <description>ReactOS Network Control Panel</description> + <description>ReactOS System Control Panel</description> <dependency> <dependentAssembly> <assemblyIdentity
Modified: trunk/reactos/dll/cpl/powercfg/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/powercfg/manifest.x... ============================================================================== --- trunk/reactos/dll/cpl/powercfg/manifest.xml (original) +++ trunk/reactos/dll/cpl/powercfg/manifest.xml Tue Jan 8 19:13:01 2008 @@ -3,10 +3,10 @@ <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" - name="ReactOS.System.ControlPanel.PowerCfg" + name="ReactOS.System.ControlPanel.System" type="win32" /> - <description>ReactOS Power Control Panel</description> + <description>ReactOS System Control Panel</description> <dependency> <dependentAssembly> <assemblyIdentity
Modified: trunk/reactos/dll/cpl/telephon/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/telephon/manifest.x... ============================================================================== --- trunk/reactos/dll/cpl/telephon/manifest.xml (original) +++ trunk/reactos/dll/cpl/telephon/manifest.xml Tue Jan 8 19:13:01 2008 @@ -3,10 +3,10 @@ <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" - name="ReactOS.System.ControlPanel.Telephon" + name="ReactOS.System.ControlPanel.System" type="win32" /> - <description>ReactOS Telephon Control Panel</description> + <description>ReactOS System Control Panel</description> <dependency> <dependentAssembly> <assemblyIdentity
Modified: trunk/reactos/dll/cpl/timedate/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/timedate/manifest.x... ============================================================================== --- trunk/reactos/dll/cpl/timedate/manifest.xml (original) +++ trunk/reactos/dll/cpl/timedate/manifest.xml Tue Jan 8 19:13:01 2008 @@ -3,10 +3,10 @@ <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" - name="ReactOS.System.ControlPanel.TimeDate" + name="ReactOS.System.ControlPanel.System" type="win32" /> - <description>ReactOS Time-Date Control Panel</description> + <description>ReactOS System Control Panel</description> <dependency> <dependentAssembly> <assemblyIdentity
Modified: trunk/reactos/dll/cpl/usrmgr/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/usrmgr/manifest.xml... ============================================================================== --- trunk/reactos/dll/cpl/usrmgr/manifest.xml (original) +++ trunk/reactos/dll/cpl/usrmgr/manifest.xml Tue Jan 8 19:13:01 2008 @@ -3,10 +3,10 @@ <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" - name="ReactOS.System.ControlPanel.Usrmgr" + name="ReactOS.System.ControlPanel.System" type="win32" /> - <description>ReactOS User Manager Control Panel</description> + <description>ReactOS System Control Panel</description> <dependency> <dependentAssembly> <assemblyIdentity
Modified: trunk/reactos/dll/win32/aclui/aclui.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/aclui/aclui.rc?re... ============================================================================== --- trunk/reactos/dll/win32/aclui/aclui.rc (original) +++ trunk/reactos/dll/win32/aclui/aclui.rc Tue Jan 8 19:13:01 2008 @@ -6,9 +6,6 @@ #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Access Control List Editor\0" #define REACTOS_STR_INTERNAL_NAME "aclui\0" #define REACTOS_STR_ORIGINAL_FILENAME "aclui.dll\0" - -123 24 DISCARDABLE "manifest.xml" - #include <reactos/version.rc>
IDB_USRGRPIMAGES BITMAP "res/usrgrp.bmp"
Removed: trunk/reactos/dll/win32/aclui/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/aclui/manifest.xm... ============================================================================== --- trunk/reactos/dll/win32/aclui/manifest.xml (original) +++ trunk/reactos/dll/win32/aclui/manifest.xml (removed) @@ -1,23 +1,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly - xmlns="urn:schemas-microsoft-com:asm.v1" - manifestVersion="1.0"> -<assemblyIdentity - name="ReactOS.Application.Solitaire" - processorArchitecture="x86" - version="1.0.0.0" - type="win32"/> -<description>ReactOS Solitaire</description> -<dependency> - <dependentAssembly> - <assemblyIdentity - type="win32" - name="Microsoft.Windows.Common-Controls" - version="6.0.0.0" - processorArchitecture="x86" - publicKeyToken="6595b64144ccf1df" - language="*" - /> - </dependentAssembly> -</dependency> -</assembly>
Modified: trunk/reactos/dll/win32/console/console.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/console/console.r... ============================================================================== --- trunk/reactos/dll/win32/console/console.rc (original) +++ trunk/reactos/dll/win32/console/console.rc Tue Jan 8 19:13:01 2008 @@ -15,9 +15,6 @@ #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Control Panel Console Applet\0" #define REACTOS_STR_INTERNAL_NAME "console\0" #define REACTOS_STR_ORIGINAL_FILENAME "console.dll\0" - -123 24 DISCARDABLE "manifest.xml" - #include <reactos/version.rc>
#include "rsrc.rc"
Removed: trunk/reactos/dll/win32/console/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/console/manifest.... ============================================================================== --- trunk/reactos/dll/win32/console/manifest.xml (original) +++ trunk/reactos/dll/win32/console/manifest.xml (removed) @@ -1,23 +1,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly - xmlns="urn:schemas-microsoft-com:asm.v1" - manifestVersion="1.0"> -<assemblyIdentity - name="ReactOS.Application.Solitaire" - processorArchitecture="x86" - version="1.0.0.0" - type="win32"/> -<description>ReactOS Solitaire</description> -<dependency> - <dependentAssembly> - <assemblyIdentity - type="win32" - name="Microsoft.Windows.Common-Controls" - version="6.0.0.0" - processorArchitecture="x86" - publicKeyToken="6595b64144ccf1df" - language="*" - /> - </dependentAssembly> -</dependency> -</assembly>
Modified: trunk/reactos/dll/win32/devmgr/devmgr.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/devmgr/devmgr.rc?... ============================================================================== --- trunk/reactos/dll/win32/devmgr/devmgr.rc (original) +++ trunk/reactos/dll/win32/devmgr/devmgr.rc Tue Jan 8 19:13:01 2008 @@ -9,9 +9,6 @@ #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Device Manager\0" #define REACTOS_STR_INTERNAL_NAME "devmgr\0" #define REACTOS_STR_ORIGINAL_FILENAME "devmgr.dll\0" - -123 24 DISCARDABLE "manifest.xml" - #include <reactos/version.rc>
IDI_DEVMGR ICON "resources/devmgr.ico"
Removed: trunk/reactos/dll/win32/devmgr/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/devmgr/manifest.x... ============================================================================== --- trunk/reactos/dll/win32/devmgr/manifest.xml (original) +++ trunk/reactos/dll/win32/devmgr/manifest.xml (removed) @@ -1,23 +1,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly - xmlns="urn:schemas-microsoft-com:asm.v1" - manifestVersion="1.0"> -<assemblyIdentity - name="ReactOS.Application.Solitaire" - processorArchitecture="x86" - version="1.0.0.0" - type="win32"/> -<description>ReactOS Solitaire</description> -<dependency> - <dependentAssembly> - <assemblyIdentity - type="win32" - name="Microsoft.Windows.Common-Controls" - version="6.0.0.0" - processorArchitecture="x86" - publicKeyToken="6595b64144ccf1df" - language="*" - /> - </dependentAssembly> -</dependency> -</assembly>
Removed: trunk/reactos/dll/win32/modemui/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/modemui/manifest.... ============================================================================== --- trunk/reactos/dll/win32/modemui/manifest.xml (original) +++ trunk/reactos/dll/win32/modemui/manifest.xml (removed) @@ -1,23 +1,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly - xmlns="urn:schemas-microsoft-com:asm.v1" - manifestVersion="1.0"> -<assemblyIdentity - name="ReactOS.Application.Solitaire" - processorArchitecture="x86" - version="1.0.0.0" - type="win32"/> -<description>ReactOS Solitaire</description> -<dependency> - <dependentAssembly> - <assemblyIdentity - type="win32" - name="Microsoft.Windows.Common-Controls" - version="6.0.0.0" - processorArchitecture="x86" - publicKeyToken="6595b64144ccf1df" - language="*" - /> - </dependentAssembly> -</dependency> -</assembly>
Modified: trunk/reactos/dll/win32/modemui/modemui.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/modemui/modemui.r... ============================================================================== --- trunk/reactos/dll/win32/modemui/modemui.rc (original) +++ trunk/reactos/dll/win32/modemui/modemui.rc Tue Jan 8 19:13:01 2008 @@ -6,9 +6,6 @@ #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Modem Properties\0" #define REACTOS_STR_INTERNAL_NAME "modemui\0" #define REACTOS_STR_ORIGINAL_FILENAME "modemui.dll\0" - -2 24 DISCARDABLE "manifest.xml" - #include <reactos/version.rc>
IDI_5100 ICON "res/5100.ico"
Removed: trunk/reactos/dll/win32/netid/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/netid/manifest.xm... ============================================================================== --- trunk/reactos/dll/win32/netid/manifest.xml (original) +++ trunk/reactos/dll/win32/netid/manifest.xml (removed) @@ -1,23 +1,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly - xmlns="urn:schemas-microsoft-com:asm.v1" - manifestVersion="1.0"> -<assemblyIdentity - name="ReactOS.Application.Solitaire" - processorArchitecture="x86" - version="1.0.0.0" - type="win32"/> -<description>ReactOS Solitaire</description> -<dependency> - <dependentAssembly> - <assemblyIdentity - type="win32" - name="Microsoft.Windows.Common-Controls" - version="6.0.0.0" - processorArchitecture="x86" - publicKeyToken="6595b64144ccf1df" - language="*" - /> - </dependentAssembly> -</dependency> -</assembly>
Modified: trunk/reactos/dll/win32/netid/netid.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/netid/netid.rc?re... ============================================================================== --- trunk/reactos/dll/win32/netid/netid.rc (original) +++ trunk/reactos/dll/win32/netid/netid.rc Tue Jan 8 19:13:01 2008 @@ -6,9 +6,6 @@ #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Network ID Page\0" #define REACTOS_STR_INTERNAL_NAME "netid\0" #define REACTOS_STR_ORIGINAL_FILENAME "netid.dll\0" - -2 24 DISCARDABLE "manifest.xml" - #include <reactos/version.rc>
IDI_COMPNAME ICON "res/netid.ico"
Removed: trunk/reactos/dll/win32/newdev/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/newdev/manifest.x... ============================================================================== --- trunk/reactos/dll/win32/newdev/manifest.xml (original) +++ trunk/reactos/dll/win32/newdev/manifest.xml (removed) @@ -1,23 +1,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly - xmlns="urn:schemas-microsoft-com:asm.v1" - manifestVersion="1.0"> -<assemblyIdentity - name="ReactOS.Application.Solitaire" - processorArchitecture="x86" - version="1.0.0.0" - type="win32"/> -<description>ReactOS Solitaire</description> -<dependency> - <dependentAssembly> - <assemblyIdentity - type="win32" - name="Microsoft.Windows.Common-Controls" - version="6.0.0.0" - processorArchitecture="x86" - publicKeyToken="6595b64144ccf1df" - language="*" - /> - </dependentAssembly> -</dependency> -</assembly>
Modified: trunk/reactos/dll/win32/newdev/rsrc.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/newdev/rsrc.rc?re... ============================================================================== --- trunk/reactos/dll/win32/newdev/rsrc.rc (original) +++ trunk/reactos/dll/win32/newdev/rsrc.rc Tue Jan 8 19:13:01 2008 @@ -1,7 +1,5 @@ #include <windows.h> #include "resource.h" - -123 24 DISCARDABLE "manifest.xml"
IDB_WATERMARK BITMAP "resources/watermark.bmp" IDB_HEADER BITMAP "resources/header.bmp"
Modified: trunk/reactos/dll/win32/rasdlg/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/rasdlg/manifest.x... ============================================================================== --- trunk/reactos/dll/win32/rasdlg/manifest.xml (original) +++ trunk/reactos/dll/win32/rasdlg/manifest.xml Tue Jan 8 19:13:01 2008 @@ -6,7 +6,7 @@ name="ReactOS.System.Net.rasdlg" type="win32" /> - <description>ReactOS Ras Dialog</description> + <description>ReactOS Ras dialog</description> <dependency> <dependentAssembly> <assemblyIdentity
Removed: trunk/reactos/dll/win32/shell32/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/manifest.... ============================================================================== --- trunk/reactos/dll/win32/shell32/manifest.xml (original) +++ trunk/reactos/dll/win32/shell32/manifest.xml (removed) @@ -1,23 +1,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly - xmlns="urn:schemas-microsoft-com:asm.v1" - manifestVersion="1.0"> -<assemblyIdentity - name="ReactOS.Application.Solitaire" - processorArchitecture="x86" - version="1.0.0.0" - type="win32"/> -<description>ReactOS Solitaire</description> -<dependency> - <dependentAssembly> - <assemblyIdentity - type="win32" - name="Microsoft.Windows.Common-Controls" - version="6.0.0.0" - processorArchitecture="x86" - publicKeyToken="6595b64144ccf1df" - language="*" - /> - </dependentAssembly> -</dependency> -</assembly>
Modified: trunk/reactos/dll/win32/shell32/shell32.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32.r... ============================================================================== --- trunk/reactos/dll/win32/shell32/shell32.rc (original) +++ trunk/reactos/dll/win32/shell32/shell32.rc Tue Jan 8 19:13:01 2008 @@ -23,8 +23,6 @@ #include "shresdef.h"
#include "version.rc" - -124 24 DISCARDABLE "manifest.xml"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
Modified: trunk/reactos/dll/win32/shellext/deskadp/deskadp.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shellext/deskadp/... ============================================================================== --- trunk/reactos/dll/win32/shellext/deskadp/deskadp.rc (original) +++ trunk/reactos/dll/win32/shellext/deskadp/deskadp.rc Tue Jan 8 19:13:01 2008 @@ -7,9 +7,6 @@ #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Advanced display adapter properties\0" #define REACTOS_STR_INTERNAL_NAME "deskadp\0" #define REACTOS_STR_ORIGINAL_FILENAME "deskadp.dll\0" - -124 24 DISCARDABLE "manifest.xml" - #include <reactos/version.rc>
#include "rsrc.rc"
Removed: trunk/reactos/dll/win32/shellext/deskadp/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shellext/deskadp/... ============================================================================== --- trunk/reactos/dll/win32/shellext/deskadp/manifest.xml (original) +++ trunk/reactos/dll/win32/shellext/deskadp/manifest.xml (removed) @@ -1,23 +1,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly - xmlns="urn:schemas-microsoft-com:asm.v1" - manifestVersion="1.0"> -<assemblyIdentity - name="ReactOS.Application.Solitaire" - processorArchitecture="x86" - version="1.0.0.0" - type="win32"/> -<description>ReactOS Solitaire</description> -<dependency> - <dependentAssembly> - <assemblyIdentity - type="win32" - name="Microsoft.Windows.Common-Controls" - version="6.0.0.0" - processorArchitecture="x86" - publicKeyToken="6595b64144ccf1df" - language="*" - /> - </dependentAssembly> -</dependency> -</assembly>
Modified: trunk/reactos/dll/win32/shellext/deskmon/deskmon.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shellext/deskmon/... ============================================================================== --- trunk/reactos/dll/win32/shellext/deskmon/deskmon.rc (original) +++ trunk/reactos/dll/win32/shellext/deskmon/deskmon.rc Tue Jan 8 19:13:01 2008 @@ -7,9 +7,6 @@ #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Advanced display monitor properties\0" #define REACTOS_STR_INTERNAL_NAME "deskmon\0" #define REACTOS_STR_ORIGINAL_FILENAME "deskmon.dll\0" - -124 24 DISCARDABLE "manifest.xml" - #include <reactos/version.rc>
#include "rsrc.rc"
Removed: trunk/reactos/dll/win32/shellext/deskmon/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shellext/deskmon/... ============================================================================== --- trunk/reactos/dll/win32/shellext/deskmon/manifest.xml (original) +++ trunk/reactos/dll/win32/shellext/deskmon/manifest.xml (removed) @@ -1,23 +1,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly - xmlns="urn:schemas-microsoft-com:asm.v1" - manifestVersion="1.0"> -<assemblyIdentity - name="ReactOS.Application.Solitaire" - processorArchitecture="x86" - version="1.0.0.0" - type="win32"/> -<description>ReactOS Solitaire</description> -<dependency> - <dependentAssembly> - <assemblyIdentity - type="win32" - name="Microsoft.Windows.Common-Controls" - version="6.0.0.0" - processorArchitecture="x86" - publicKeyToken="6595b64144ccf1df" - language="*" - /> - </dependentAssembly> -</dependency> -</assembly>
Removed: trunk/reactos/dll/win32/shellext/slayer/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shellext/slayer/m... ============================================================================== --- trunk/reactos/dll/win32/shellext/slayer/manifest.xml (original) +++ trunk/reactos/dll/win32/shellext/slayer/manifest.xml (removed) @@ -1,23 +1,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly - xmlns="urn:schemas-microsoft-com:asm.v1" - manifestVersion="1.0"> -<assemblyIdentity - name="ReactOS.Application.Solitaire" - processorArchitecture="x86" - version="1.0.0.0" - type="win32"/> -<description>ReactOS Solitaire</description> -<dependency> - <dependentAssembly> - <assemblyIdentity - type="win32" - name="Microsoft.Windows.Common-Controls" - version="6.0.0.0" - processorArchitecture="x86" - publicKeyToken="6595b64144ccf1df" - language="*" - /> - </dependentAssembly> -</dependency> -</assembly>
Modified: trunk/reactos/dll/win32/shellext/slayer/slayer.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shellext/slayer/s... ============================================================================== --- trunk/reactos/dll/win32/shellext/slayer/slayer.rc (original) +++ trunk/reactos/dll/win32/shellext/slayer/slayer.rc Tue Jan 8 19:13:01 2008 @@ -7,9 +7,6 @@ #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Compatibility Layer Shell Extension\0" #define REACTOS_STR_INTERNAL_NAME "slayer\0" #define REACTOS_STR_ORIGINAL_FILENAME "slayer.dll\0" - -123 24 DISCARDABLE "manifest.xml" - #include <reactos/version.rc>
#include "rsrc.rc"
Removed: trunk/reactos/dll/win32/syssetup/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/syssetup/manifest... ============================================================================== --- trunk/reactos/dll/win32/syssetup/manifest.xml (original) +++ trunk/reactos/dll/win32/syssetup/manifest.xml (removed) @@ -1,23 +1,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly - xmlns="urn:schemas-microsoft-com:asm.v1" - manifestVersion="1.0"> -<assemblyIdentity - name="ReactOS.Application.Solitaire" - processorArchitecture="x86" - version="1.0.0.0" - type="win32"/> -<description>ReactOS Solitaire</description> -<dependency> - <dependentAssembly> - <assemblyIdentity - type="win32" - name="Microsoft.Windows.Common-Controls" - version="6.0.0.0" - processorArchitecture="x86" - publicKeyToken="6595b64144ccf1df" - language="*" - /> - </dependentAssembly> -</dependency> -</assembly>
Modified: trunk/reactos/dll/win32/syssetup/syssetup.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/syssetup/syssetup... ============================================================================== --- trunk/reactos/dll/win32/syssetup/syssetup.rc (original) +++ trunk/reactos/dll/win32/syssetup/syssetup.rc Tue Jan 8 19:13:01 2008 @@ -7,9 +7,6 @@ #define REACTOS_STR_FILE_DESCRIPTION "System Setup DLL\0" #define REACTOS_STR_INTERNAL_NAME "syssetup\0" #define REACTOS_STR_ORIGINAL_FILENAME "syssetup.dll\0" - -1234 24 DISCARDABLE "manifest.xml" - #include <reactos/version.rc>
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL