Author: dreimer Date: Sun Jan 6 18:10:45 2008 New Revision: 31628
URL: http://svn.reactos.org/svn/reactos?rev=31628&view=rev Log: Final commmit with manifests for now. I did not touch Wine Synched and dlls which are not skinned in XP anyway.
Added: trunk/reactos/dll/win32/aclui/manifest.xml (with props) trunk/reactos/dll/win32/console/manifest.xml (with props) trunk/reactos/dll/win32/devmgr/manifest.xml (with props) trunk/reactos/dll/win32/modemui/manifest.xml (with props) trunk/reactos/dll/win32/netid/manifest.xml (with props) trunk/reactos/dll/win32/newdev/manifest.xml (with props) trunk/reactos/dll/win32/shell32/manifest.xml (with props) trunk/reactos/dll/win32/shellext/deskadp/manifest.xml (with props) trunk/reactos/dll/win32/shellext/deskmon/manifest.xml (with props) trunk/reactos/dll/win32/shellext/slayer/manifest.xml (with props) trunk/reactos/dll/win32/syssetup/manifest.xml (with props) Modified: 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/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
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 Sun Jan 6 18:10:45 2008 @@ -6,6 +6,9 @@ #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"
Added: 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 (added) +++ trunk/reactos/dll/win32/aclui/manifest.xml Sun Jan 6 18:10:45 2008 @@ -1,0 +1,23 @@ +<?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>
Propchange: trunk/reactos/dll/win32/aclui/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
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 Sun Jan 6 18:10:45 2008 @@ -15,6 +15,9 @@ #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"
Added: 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 (added) +++ trunk/reactos/dll/win32/console/manifest.xml Sun Jan 6 18:10:45 2008 @@ -1,0 +1,23 @@ +<?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>
Propchange: trunk/reactos/dll/win32/console/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
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 Sun Jan 6 18:10:45 2008 @@ -9,6 +9,9 @@ #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"
Added: 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 (added) +++ trunk/reactos/dll/win32/devmgr/manifest.xml Sun Jan 6 18:10:45 2008 @@ -1,0 +1,23 @@ +<?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>
Propchange: trunk/reactos/dll/win32/devmgr/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
Added: 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 (added) +++ trunk/reactos/dll/win32/modemui/manifest.xml Sun Jan 6 18:10:45 2008 @@ -1,0 +1,23 @@ +<?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>
Propchange: trunk/reactos/dll/win32/modemui/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
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 Sun Jan 6 18:10:45 2008 @@ -6,6 +6,9 @@ #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"
Added: 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 (added) +++ trunk/reactos/dll/win32/netid/manifest.xml Sun Jan 6 18:10:45 2008 @@ -1,0 +1,23 @@ +<?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>
Propchange: trunk/reactos/dll/win32/netid/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
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 Sun Jan 6 18:10:45 2008 @@ -6,6 +6,9 @@ #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"
Added: 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 (added) +++ trunk/reactos/dll/win32/newdev/manifest.xml Sun Jan 6 18:10:45 2008 @@ -1,0 +1,23 @@ +<?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>
Propchange: trunk/reactos/dll/win32/newdev/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
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 Sun Jan 6 18:10:45 2008 @@ -1,5 +1,7 @@ #include <windows.h> #include "resource.h" + +123 24 DISCARDABLE "manifest.xml"
IDB_WATERMARK BITMAP "resources/watermark.bmp" IDB_HEADER BITMAP "resources/header.bmp"
Added: 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 (added) +++ trunk/reactos/dll/win32/shell32/manifest.xml Sun Jan 6 18:10:45 2008 @@ -1,0 +1,23 @@ +<?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>
Propchange: trunk/reactos/dll/win32/shell32/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
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 Sun Jan 6 18:10:45 2008 @@ -23,6 +23,8 @@ #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 Sun Jan 6 18:10:45 2008 @@ -7,6 +7,9 @@ #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"
Added: 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 (added) +++ trunk/reactos/dll/win32/shellext/deskadp/manifest.xml Sun Jan 6 18:10:45 2008 @@ -1,0 +1,23 @@ +<?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>
Propchange: trunk/reactos/dll/win32/shellext/deskadp/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
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 Sun Jan 6 18:10:45 2008 @@ -7,6 +7,9 @@ #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"
Added: 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 (added) +++ trunk/reactos/dll/win32/shellext/deskmon/manifest.xml Sun Jan 6 18:10:45 2008 @@ -1,0 +1,23 @@ +<?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>
Propchange: trunk/reactos/dll/win32/shellext/deskmon/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
Added: 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 (added) +++ trunk/reactos/dll/win32/shellext/slayer/manifest.xml Sun Jan 6 18:10:45 2008 @@ -1,0 +1,23 @@ +<?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>
Propchange: trunk/reactos/dll/win32/shellext/slayer/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
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 Sun Jan 6 18:10:45 2008 @@ -7,6 +7,9 @@ #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"
Added: 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 (added) +++ trunk/reactos/dll/win32/syssetup/manifest.xml Sun Jan 6 18:10:45 2008 @@ -1,0 +1,23 @@ +<?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>
Propchange: trunk/reactos/dll/win32/syssetup/manifest.xml ------------------------------------------------------------------------------ svn:eol-style = native
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 Sun Jan 6 18:10:45 2008 @@ -7,6 +7,9 @@ #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