Author: akhaldi
Date: Tue Sep 17 15:21:29 2013
New Revision: 60179
URL:
http://svn.reactos.org/svn/reactos?rev=60179&view=rev
Log:
* A more efficient way to add manifest files to ReactOS applications and dlls/cpls. One
manifest file to rule them all, One way to find them, One tool to bring them all and in
ReactOS bind them.
* I'll handle the win32 dlls after I'm done with the syncs.
Added:
trunk/reactos/include/reactos/manifest.xml (with props)
trunk/reactos/include/reactos/manifest_dll.rc (with props)
trunk/reactos/include/reactos/manifest_exe.rc (with props)
Removed:
trunk/reactos/base/applications/calc/manifest.xml
trunk/reactos/base/applications/charmap/manifest.xml
trunk/reactos/base/applications/dxdiag/manifest.xml
trunk/reactos/base/applications/games/solitaire/manifest.xml
trunk/reactos/base/applications/games/spider/manifest.xml
trunk/reactos/base/applications/games/winmine/manifest.xml
trunk/reactos/base/applications/magnify/manifest.xml
trunk/reactos/base/applications/mplay32/manifest.xml
trunk/reactos/base/applications/msconfig/manifest.xml
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/mspaint/manifest.xml
trunk/reactos/base/applications/mstsc/manifest.xml
trunk/reactos/base/applications/notepad/manifest.xml
trunk/reactos/base/applications/rapps/manifest.xml
trunk/reactos/base/applications/regedit/clb/manifest.xml
trunk/reactos/base/applications/regedit/manifest.xml
trunk/reactos/base/applications/screensavers/3dtext/manifest.xml
trunk/reactos/base/applications/screensavers/logon/manifest.xml
trunk/reactos/base/applications/shutdown/manifest.xml
trunk/reactos/base/applications/sndrec32/manifest.xml
trunk/reactos/base/applications/sndvol32/manifest.xml
trunk/reactos/base/applications/taskmgr/manifest.xml
trunk/reactos/base/applications/winhlp32/manifest.xml
trunk/reactos/base/applications/wordpad/manifest.xml
trunk/reactos/base/applications/write/manifest.xml
trunk/reactos/base/setup/reactos/manifest.xml
trunk/reactos/dll/cpl/access/manifest.xml
trunk/reactos/dll/cpl/appwiz/manifest.xml
trunk/reactos/dll/cpl/console/manifest.xml
trunk/reactos/dll/cpl/desk/manifest.xml
trunk/reactos/dll/cpl/hdwwiz/manifest.xml
trunk/reactos/dll/cpl/inetcpl/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/powercfg/manifest.xml
trunk/reactos/dll/cpl/sysdm/manifest.xml
trunk/reactos/dll/cpl/timedate/manifest.xml
trunk/reactos/dll/cpl/usrmgr/manifest.xml
trunk/reactos/dll/cpl/wined3dcfg/manifest.xml
trunk/reactos/dll/shellext/deskadp/manifest.xml
trunk/reactos/dll/shellext/deskmon/manifest.xml
trunk/reactos/dll/shellext/slayer/manifest.xml
Modified:
trunk/reactos/base/applications/calc/resource.rc
trunk/reactos/base/applications/charmap/charmap.rc
trunk/reactos/base/applications/dxdiag/dxdiag.rc
trunk/reactos/base/applications/games/solitaire/rsrc.rc
trunk/reactos/base/applications/games/spider/rsrc.rc
trunk/reactos/base/applications/games/winmine/rsrc.rc
trunk/reactos/base/applications/magnify/magnify.rc
trunk/reactos/base/applications/mplay32/mplay32.rc
trunk/reactos/base/applications/msconfig/msconfig.rc
trunk/reactos/base/applications/mscutils/devmgmt/devmgmt.rc
trunk/reactos/base/applications/mscutils/eventvwr/eventvwr.rc
trunk/reactos/base/applications/mscutils/servman/servman.rc
trunk/reactos/base/applications/mspaint/rsrc.rc
trunk/reactos/base/applications/mstsc/rdc.rc
trunk/reactos/base/applications/notepad/rsrc.rc
trunk/reactos/base/applications/rapps/rapps.rc
trunk/reactos/base/applications/regedit/clb/clb.rc
trunk/reactos/base/applications/regedit/regedit.rc
trunk/reactos/base/applications/screensavers/3dtext/rsrc.rc
trunk/reactos/base/applications/screensavers/logon/logon.rc
trunk/reactos/base/applications/shutdown/shutdown.rc
trunk/reactos/base/applications/sndrec32/rsrc.rc
trunk/reactos/base/applications/sndvol32/sndvol32.rc
trunk/reactos/base/applications/taskmgr/taskmgr.rc
trunk/reactos/base/applications/winhlp32/rsrc.rc
trunk/reactos/base/applications/wordpad/rsrc.rc
trunk/reactos/base/applications/write/rsrc.rc
trunk/reactos/base/setup/reactos/reactos.rc
trunk/reactos/dll/cpl/access/access.rc
trunk/reactos/dll/cpl/appwiz/appwiz.rc
trunk/reactos/dll/cpl/console/console.rc
trunk/reactos/dll/cpl/desk/desk.rc
trunk/reactos/dll/cpl/hdwwiz/hdwwiz.rc
trunk/reactos/dll/cpl/inetcpl/inetcpl.rc
trunk/reactos/dll/cpl/input/input.rc
trunk/reactos/dll/cpl/intl/intl.rc
trunk/reactos/dll/cpl/joy/joy.rc
trunk/reactos/dll/cpl/liccpa/liccpa.rc
trunk/reactos/dll/cpl/main/main.rc
trunk/reactos/dll/cpl/mmsys/mmsys.rc
trunk/reactos/dll/cpl/powercfg/powercfg.rc
trunk/reactos/dll/cpl/sysdm/sysdm.rc
trunk/reactos/dll/cpl/timedate/timedate.rc
trunk/reactos/dll/cpl/usrmgr/usrmgr.rc
trunk/reactos/dll/cpl/wined3dcfg/wined3dcfg.rc
trunk/reactos/dll/shellext/deskadp/deskadp.rc
trunk/reactos/dll/shellext/deskmon/deskmon.rc
trunk/reactos/dll/shellext/slayer/slayer.rc
Removed: trunk/reactos/base/applications/calc/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/calc/man…
==============================================================================
--- trunk/reactos/base/applications/calc/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/base/applications/calc/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/base/applications/calc/resource.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/calc/res…
==============================================================================
--- trunk/reactos/base/applications/calc/resource.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/calc/resource.rc [iso-8859-1] Tue Sep 17 15:21:29
2013
@@ -44,7 +44,7 @@
IDB_BITMAP_ROS BITMAP DISCARDABLE "res/ROS_logo.bmp"
-CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_exe.rc>
// UTF-8
#pragma code_page(65001)
Modified: trunk/reactos/base/applications/charmap/charmap.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/charmap/…
==============================================================================
--- trunk/reactos/base/applications/charmap/charmap.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/charmap/charmap.rc [iso-8859-1] Tue Sep 17 15:21:29
2013
@@ -14,6 +14,6 @@
#define REACTOS_STR_ORIGINAL_FILENAME "charmap.exe\0"
#include <reactos/version.rc>
-CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_exe.rc>
#include "rsrc.rc"
Removed: trunk/reactos/base/applications/charmap/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/charmap/…
==============================================================================
--- trunk/reactos/base/applications/charmap/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/base/applications/charmap/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/base/applications/dxdiag/dxdiag.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/dxdiag/d…
==============================================================================
--- trunk/reactos/base/applications/dxdiag/dxdiag.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/dxdiag/dxdiag.rc [iso-8859-1] Tue Sep 17 15:21:29
2013
@@ -14,6 +14,6 @@
IDI_APPICON ICON "res/dxdiag.ico"
-CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_exe.rc>
#include "rsrc.rc"
Removed: trunk/reactos/base/applications/dxdiag/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/dxdiag/m…
==============================================================================
--- trunk/reactos/base/applications/dxdiag/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/base/applications/dxdiag/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Removed: trunk/reactos/base/applications/games/solitaire/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/games/so…
==============================================================================
--- trunk/reactos/base/applications/games/solitaire/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/base/applications/games/solitaire/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/base/applications/games/solitaire/rsrc.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/games/so…
==============================================================================
--- trunk/reactos/base/applications/games/solitaire/rsrc.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/games/solitaire/rsrc.rc [iso-8859-1] Tue Sep 17
15:21:29 2013
@@ -7,7 +7,7 @@
IDI_SOLITAIRE ICON DISCARDABLE "solitaire.ico"
-CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_exe.rc>
// UTF-8
#pragma code_page(65001)
Removed: trunk/reactos/base/applications/games/spider/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/games/sp…
==============================================================================
--- trunk/reactos/base/applications/games/spider/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/base/applications/games/spider/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/base/applications/games/spider/rsrc.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/games/sp…
==============================================================================
--- trunk/reactos/base/applications/games/spider/rsrc.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/games/spider/rsrc.rc [iso-8859-1] Tue Sep 17 15:21:29
2013
@@ -7,7 +7,7 @@
IDI_SPIDER ICON DISCARDABLE "spider.ico"
-CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_exe.rc>
// UTF-8
#pragma code_page(65001)
Removed: trunk/reactos/base/applications/games/winmine/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/games/wi…
==============================================================================
--- trunk/reactos/base/applications/games/winmine/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/base/applications/games/winmine/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/base/applications/games/winmine/rsrc.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/games/wi…
==============================================================================
--- trunk/reactos/base/applications/games/winmine/rsrc.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/games/winmine/rsrc.rc [iso-8859-1] Tue Sep 17 15:21:29
2013
@@ -44,7 +44,7 @@
/* @makedep: mines.bmp */
MINES BITMAP rc/mines.bmp
-CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_exe.rc>
/* include localised resources */
// UTF-8
Modified: trunk/reactos/base/applications/magnify/magnify.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/magnify/…
==============================================================================
--- trunk/reactos/base/applications/magnify/magnify.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/magnify/magnify.rc [iso-8859-1] Tue Sep 17 15:21:29
2013
@@ -13,6 +13,6 @@
IDI_ICON ICON "res/magnify.ico"
-CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_exe.rc>
#include "rsrc.rc"
Removed: trunk/reactos/base/applications/magnify/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/magnify/…
==============================================================================
--- trunk/reactos/base/applications/magnify/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/base/applications/magnify/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Removed: trunk/reactos/base/applications/mplay32/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/mplay32/…
==============================================================================
--- trunk/reactos/base/applications/mplay32/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/base/applications/mplay32/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/base/applications/mplay32/mplay32.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/mplay32/…
==============================================================================
--- trunk/reactos/base/applications/mplay32/mplay32.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/mplay32/mplay32.rc [iso-8859-1] Tue Sep 17 15:21:29
2013
@@ -22,6 +22,6 @@
IDB_FORWARDICON BITMAP "resources/forward.bmp"
IDB_PAUSEICON BITMAP "resources/pause.bmp"
-CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_exe.rc>
#include "rsrc.rc"
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 [iso-8859-1] (original)
+++ trunk/reactos/base/applications/msconfig/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="highestAvailable"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</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 [iso-8859-1] (original)
+++ trunk/reactos/base/applications/msconfig/msconfig.rc [iso-8859-1] Tue Sep 17 15:21:29
2013
@@ -14,6 +14,6 @@
IDI_APPICON ICON "res/msconfig.ico"
-CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_exe.rc>
#include "rsrc.rc"
Modified: trunk/reactos/base/applications/mscutils/devmgmt/devmgmt.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/mscutils…
==============================================================================
--- trunk/reactos/base/applications/mscutils/devmgmt/devmgmt.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/mscutils/devmgmt/devmgmt.rc [iso-8859-1] Tue Sep 17
15:21:29 2013
@@ -8,6 +8,6 @@
#define REACTOS_STR_ORIGINAL_FILENAME "devmgmt.exe\0"
#include <reactos/version.rc>
-CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_exe.rc>
#include "rsrc.rc"
Removed: 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 [iso-8859-1] (original)
+++ trunk/reactos/base/applications/mscutils/devmgmt/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="highestAvailable"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/base/applications/mscutils/eventvwr/eventvwr.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/mscutils…
==============================================================================
--- trunk/reactos/base/applications/mscutils/eventvwr/eventvwr.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/mscutils/eventvwr/eventvwr.rc [iso-8859-1] Tue Sep 17
15:21:29 2013
@@ -8,6 +8,6 @@
#define REACTOS_STR_ORIGINAL_FILENAME "eventvwr.exe\0"
#include <reactos/version.rc>
-CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_exe.rc>
#include "rsrc.rc"
Removed: 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 [iso-8859-1]
(original)
+++ trunk/reactos/base/applications/mscutils/eventvwr/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="highestAvailable"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Removed: 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 [iso-8859-1] (original)
+++ trunk/reactos/base/applications/mscutils/servman/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="highestAvailable"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/base/applications/mscutils/servman/servman.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/mscutils…
==============================================================================
--- trunk/reactos/base/applications/mscutils/servman/servman.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/mscutils/servman/servman.rc [iso-8859-1] Tue Sep 17
15:21:29 2013
@@ -9,6 +9,6 @@
#define REACTOS_STR_ORIGINAL_FILENAME "servman.exe\0"
//#include <reactos/version.rc>
-CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_exe.rc>
#include "rsrc.rc"
Removed: trunk/reactos/base/applications/mspaint/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/mspaint/…
==============================================================================
--- trunk/reactos/base/applications/mspaint/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/base/applications/mspaint/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/base/applications/mspaint/rsrc.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/mspaint/…
==============================================================================
--- trunk/reactos/base/applications/mspaint/rsrc.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/mspaint/rsrc.rc [iso-8859-1] Tue Sep 17 15:21:29 2013
@@ -21,7 +21,7 @@
#include "icons.rc"
-CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_exe.rc>
// UTF-8
#pragma code_page(65001)
Removed: trunk/reactos/base/applications/mstsc/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/mstsc/ma…
==============================================================================
--- trunk/reactos/base/applications/mstsc/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/base/applications/mstsc/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/base/applications/mstsc/rdc.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/mstsc/rd…
==============================================================================
--- trunk/reactos/base/applications/mstsc/rdc.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/mstsc/rdc.rc [iso-8859-1] Tue Sep 17 15:21:29 2013
@@ -9,6 +9,6 @@
#define REACTOS_STR_ORIGINAL_FILENAME "mstsc.exe\0"
//#include <reactos/version.rc>
-CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_exe.rc>
#include "rsrc.rc"
Removed: trunk/reactos/base/applications/notepad/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/notepad/…
==============================================================================
--- trunk/reactos/base/applications/notepad/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/base/applications/notepad/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/base/applications/notepad/rsrc.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/notepad/…
==============================================================================
--- trunk/reactos/base/applications/notepad/rsrc.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/notepad/rsrc.rc [iso-8859-1] Tue Sep 17 15:21:29 2013
@@ -30,7 +30,7 @@
IDI_NPICON ICON "res/notepad.ico"
-CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_exe.rc>
// UTF-8
#pragma code_page(65001)
Removed: trunk/reactos/base/applications/rapps/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/rapps/ma…
==============================================================================
--- trunk/reactos/base/applications/rapps/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/base/applications/rapps/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="highestAvailable"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/base/applications/rapps/rapps.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/rapps/ra…
==============================================================================
--- trunk/reactos/base/applications/rapps/rapps.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/rapps/rapps.rc [iso-8859-1] Tue Sep 17 15:21:29 2013
@@ -39,7 +39,7 @@
IDI_CAT_TOOLS ICON DISCARDABLE "res/cats/tools.ico"
IDI_CAT_VIDEO ICON DISCARDABLE "res/cats/video.ico"
-CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_exe.rc>
#include <rappsmsg.rc>
Modified: trunk/reactos/base/applications/regedit/clb/clb.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/…
==============================================================================
--- trunk/reactos/base/applications/regedit/clb/clb.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/regedit/clb/clb.rc [iso-8859-1] Tue Sep 17 15:21:29
2013
@@ -7,6 +7,6 @@
#define REACTOS_STR_ORIGINAL_FILENAME "clb.dll\0"
#include <reactos/version.rc>
-ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_dll.rc>
#include "rsrc.rc"
Removed: trunk/reactos/base/applications/regedit/clb/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/…
==============================================================================
--- trunk/reactos/base/applications/regedit/clb/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/base/applications/regedit/clb/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Removed: trunk/reactos/base/applications/regedit/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/…
==============================================================================
--- trunk/reactos/base/applications/regedit/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/base/applications/regedit/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/base/applications/regedit/regedit.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/…
==============================================================================
--- trunk/reactos/base/applications/regedit/regedit.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/regedit/regedit.rc [iso-8859-1] Tue Sep 17 15:21:29
2013
@@ -29,7 +29,7 @@
#define REACTOS_STR_ORIGINAL_FILENAME "regedit.exe"
#include <reactos/version.rc>
-CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_exe.rc>
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
Removed: trunk/reactos/base/applications/screensavers/3dtext/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/screensa…
==============================================================================
--- trunk/reactos/base/applications/screensavers/3dtext/manifest.xml [iso-8859-1]
(original)
+++ trunk/reactos/base/applications/screensavers/3dtext/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/base/applications/screensavers/3dtext/rsrc.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/screensa…
==============================================================================
--- trunk/reactos/base/applications/screensavers/3dtext/rsrc.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/screensavers/3dtext/rsrc.rc [iso-8859-1] Tue Sep 17
15:21:29 2013
@@ -12,7 +12,7 @@
#define REACTOS_STR_ORIGINAL_FILENAME "3dtext.scr\0"
#include <reactos/version.rc>
-CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_exe.rc>
// UTF-8
#pragma code_page(65001)
Modified: trunk/reactos/base/applications/screensavers/logon/logon.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/screensa…
==============================================================================
--- trunk/reactos/base/applications/screensavers/logon/logon.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/screensavers/logon/logon.rc [iso-8859-1] Tue Sep 17
15:21:29 2013
@@ -15,7 +15,7 @@
IDB_WORKSTATION BITMAP DISCARDABLE "res/0.bmp"
IDB_SERVER BITMAP DISCARDABLE "res/1.bmp"
-CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_exe.rc>
// UTF-8
#pragma code_page(65001)
Removed: trunk/reactos/base/applications/screensavers/logon/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/screensa…
==============================================================================
--- trunk/reactos/base/applications/screensavers/logon/manifest.xml [iso-8859-1]
(original)
+++ trunk/reactos/base/applications/screensavers/logon/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Removed: trunk/reactos/base/applications/shutdown/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/shutdown…
==============================================================================
--- trunk/reactos/base/applications/shutdown/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/base/applications/shutdown/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/base/applications/shutdown/shutdown.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/shutdown…
==============================================================================
--- trunk/reactos/base/applications/shutdown/shutdown.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/shutdown/shutdown.rc [iso-8859-1] Tue Sep 17 15:21:29
2013
@@ -11,6 +11,6 @@
#define REACTOS_STR_ORIGINAL_FILENAME "shutdown.exe"
#include <reactos/version.rc>
-CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_exe.rc>
#include "rsrc.rc"
Removed: trunk/reactos/base/applications/sndrec32/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/sndrec32…
==============================================================================
--- trunk/reactos/base/applications/sndrec32/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/base/applications/sndrec32/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/base/applications/sndrec32/rsrc.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/sndrec32…
==============================================================================
--- trunk/reactos/base/applications/sndrec32/rsrc.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/sndrec32/rsrc.rc [iso-8859-1] Tue Sep 17 15:21:29
2013
@@ -18,7 +18,7 @@
IDB_BITMAP2_START_DIS BITMAP "resources/but_start_dis.bmp"
IDB_BITMAP2_STOP_DIS BITMAP "resources/but_stop_dis.bmp"
-CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_exe.rc>
// UTF-8
#pragma code_page(65001)
Removed: 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 [iso-8859-1] (original)
+++ trunk/reactos/base/applications/sndvol32/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/base/applications/sndvol32/sndvol32.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/sndvol32…
==============================================================================
--- trunk/reactos/base/applications/sndvol32/sndvol32.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/sndvol32/sndvol32.rc [iso-8859-1] Tue Sep 17 15:21:29
2013
@@ -9,6 +9,6 @@
#define REACTOS_STR_ORIGINAL_FILENAME "sndvol32.exe\0"
#include <reactos/version.rc>
-CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_exe.rc>
#include "rsrc.rc"
Removed: trunk/reactos/base/applications/taskmgr/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/taskmgr/…
==============================================================================
--- trunk/reactos/base/applications/taskmgr/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/base/applications/taskmgr/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="highestAvailable"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/base/applications/taskmgr/taskmgr.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/taskmgr/…
==============================================================================
--- trunk/reactos/base/applications/taskmgr/taskmgr.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/taskmgr/taskmgr.rc [iso-8859-1] Tue Sep 17 15:21:29
2013
@@ -10,6 +10,6 @@
IDB_TRAYMASK BITMAP DISCARDABLE "res/traymask.bmp"
IDB_TRAYICON BITMAP DISCARDABLE "res/trayicon.bmp"
-CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_exe.rc>
#include "rsrc.rc"
Removed: trunk/reactos/base/applications/winhlp32/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/winhlp32…
==============================================================================
--- trunk/reactos/base/applications/winhlp32/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/base/applications/winhlp32/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/base/applications/winhlp32/rsrc.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/winhlp32…
==============================================================================
--- trunk/reactos/base/applications/winhlp32/rsrc.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/winhlp32/rsrc.rc [iso-8859-1] Tue Sep 17 15:21:29
2013
@@ -27,7 +27,7 @@
/* @makedep: winhelp.ico */
IDI_WINHELP ICON "res/winhelp.ico"
-CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_exe.rc>
#ifdef LANGUAGE_BG_BG
#include "lang/Bg.rc"
Removed: trunk/reactos/base/applications/wordpad/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/wordpad/…
==============================================================================
--- trunk/reactos/base/applications/wordpad/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/base/applications/wordpad/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/base/applications/wordpad/rsrc.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/wordpad/…
==============================================================================
--- trunk/reactos/base/applications/wordpad/rsrc.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/wordpad/rsrc.rc [iso-8859-1] Tue Sep 17 15:21:29 2013
@@ -64,7 +64,7 @@
/* @makedep: zoom.cur */
IDC_ZOOM CURSOR "res/zoom.cur"
-CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_exe.rc>
#ifdef LANGUAGE_EN_US
#include "lang/En.rc"
Removed: trunk/reactos/base/applications/write/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/write/ma…
==============================================================================
--- trunk/reactos/base/applications/write/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/base/applications/write/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/base/applications/write/rsrc.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/write/rs…
==============================================================================
--- trunk/reactos/base/applications/write/rsrc.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/write/rsrc.rc [iso-8859-1] Tue Sep 17 15:21:29 2013
@@ -20,7 +20,7 @@
#include "resources.h"
-CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_exe.rc>
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
Removed: trunk/reactos/base/setup/reactos/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/reactos/manifes…
==============================================================================
--- trunk/reactos/base/setup/reactos/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/base/setup/reactos/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="highestAvailable"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</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 [iso-8859-1] (original)
+++ trunk/reactos/base/setup/reactos/reactos.rc [iso-8859-1] Tue Sep 17 15:21:29 2013
@@ -20,7 +20,7 @@
IDB_HEADER BITMAP "res/header.bmp"
IDB_ROSLOGO BITMAP "res/rosbitmap.bmp"
-CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_exe.rc>
/* Language-specific resources */
#include "rsrc.rc"
Modified: trunk/reactos/dll/cpl/access/access.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/access/access.rc?r…
==============================================================================
--- trunk/reactos/dll/cpl/access/access.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/access/access.rc [iso-8859-1] Tue Sep 17 15:21:29 2013
@@ -14,6 +14,6 @@
IDI_CPLACCESS ICON "resources/applet.ico"
-ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_dll.rc>
#include "rsrc.rc"
Removed: trunk/reactos/dll/cpl/access/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/access/manifest.xm…
==============================================================================
--- trunk/reactos/dll/cpl/access/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/access/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/dll/cpl/appwiz/appwiz.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/appwiz/appwiz.rc?r…
==============================================================================
--- trunk/reactos/dll/cpl/appwiz/appwiz.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/appwiz/appwiz.rc [iso-8859-1] Tue Sep 17 15:21:29 2013
@@ -21,6 +21,6 @@
IDB_WATERMARK BITMAP "resources/watermark.bmp"
-ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_dll.rc>
#include "rsrc.rc"
Removed: trunk/reactos/dll/cpl/appwiz/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/appwiz/manifest.xm…
==============================================================================
--- trunk/reactos/dll/cpl/appwiz/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/appwiz/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/dll/cpl/console/console.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/console/console.rc…
==============================================================================
--- trunk/reactos/dll/cpl/console/console.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/console/console.rc [iso-8859-1] Tue Sep 17 15:21:29 2013
@@ -19,6 +19,6 @@
IDC_CPLICON ICON DISCARDABLE "res/terminal.ico"
-ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_dll.rc>
#include "rsrc.rc"
Removed: trunk/reactos/dll/cpl/console/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/console/manifest.x…
==============================================================================
--- trunk/reactos/dll/cpl/console/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/console/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/dll/cpl/desk/desk.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/desk/desk.rc?rev=6…
==============================================================================
--- trunk/reactos/dll/cpl/desk/desk.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/desk/desk.rc [iso-8859-1] Tue Sep 17 15:21:29 2013
@@ -20,6 +20,6 @@
IDB_SPECTRUM_8 BITMAP "resources/spectrum_8.bmp"
IDB_SPECTRUM_16 BITMAP "resources/spectrum_16.bmp"
-ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_dll.rc>
#include "rsrc.rc"
Removed: trunk/reactos/dll/cpl/desk/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/desk/manifest.xml?…
==============================================================================
--- trunk/reactos/dll/cpl/desk/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/desk/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/dll/cpl/hdwwiz/hdwwiz.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/hdwwiz/hdwwiz.rc?r…
==============================================================================
--- trunk/reactos/dll/cpl/hdwwiz/hdwwiz.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/hdwwiz/hdwwiz.rc [iso-8859-1] Tue Sep 17 15:21:29 2013
@@ -20,6 +20,6 @@
IDB_WATERMARK BITMAP "resources/watermark.bmp"
IDB_HEADER BITMAP "resources/header.bmp"
-ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_dll.rc>
#include "rsrc.rc"
Removed: trunk/reactos/dll/cpl/hdwwiz/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/hdwwiz/manifest.xm…
==============================================================================
--- trunk/reactos/dll/cpl/hdwwiz/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/hdwwiz/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/dll/cpl/inetcpl/inetcpl.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/inetcpl/inetcpl.rc…
==============================================================================
--- trunk/reactos/dll/cpl/inetcpl/inetcpl.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/inetcpl/inetcpl.rc [iso-8859-1] Tue Sep 17 15:21:29 2013
@@ -21,7 +21,7 @@
#include "inetcpl.h"
-ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_dll.rc>
#ifdef LANGUAGE_DE_DE
#include "lang/de-DE.rc"
Removed: trunk/reactos/dll/cpl/inetcpl/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/inetcpl/manifest.x…
==============================================================================
--- trunk/reactos/dll/cpl/inetcpl/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/inetcpl/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/dll/cpl/input/input.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/input/input.rc?rev…
==============================================================================
--- trunk/reactos/dll/cpl/input/input.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/input/input.rc [iso-8859-1] Tue Sep 17 15:21:29 2013
@@ -14,6 +14,6 @@
IDI_KEY_SHORT_ICO ICON "resources/keyboard-shortcuts.ico"
-ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_dll.rc>
#include "rsrc.rc"
Removed: 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 [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/input/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/dll/cpl/intl/intl.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/intl.rc?rev=6…
==============================================================================
--- trunk/reactos/dll/cpl/intl/intl.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/intl/intl.rc [iso-8859-1] Tue Sep 17 15:21:29 2013
@@ -12,6 +12,6 @@
IDC_CPLICON ICON "resources/applet.ico"
-ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_dll.rc>
#include "rsrc.rc"
Removed: trunk/reactos/dll/cpl/intl/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/manifest.xml?…
==============================================================================
--- trunk/reactos/dll/cpl/intl/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/intl/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/dll/cpl/joy/joy.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/joy/joy.rc?rev=601…
==============================================================================
--- trunk/reactos/dll/cpl/joy/joy.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/joy/joy.rc [iso-8859-1] Tue Sep 17 15:21:29 2013
@@ -13,6 +13,6 @@
IDI_CPLSYSTEM ICON "resources/applet.ico"
-ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_dll.rc>
#include "rsrc.rc"
Removed: trunk/reactos/dll/cpl/joy/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/joy/manifest.xml?r…
==============================================================================
--- trunk/reactos/dll/cpl/joy/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/joy/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/dll/cpl/liccpa/liccpa.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/liccpa/liccpa.rc?r…
==============================================================================
--- trunk/reactos/dll/cpl/liccpa/liccpa.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/liccpa/liccpa.rc [iso-8859-1] Tue Sep 17 15:21:29 2013
@@ -12,6 +12,6 @@
IDC_CPLICON_1 ICON "resources/cpl_icon1.ico"
-ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_dll.rc>
#include "rsrc.rc"
Removed: trunk/reactos/dll/cpl/liccpa/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/liccpa/manifest.xm…
==============================================================================
--- trunk/reactos/dll/cpl/liccpa/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/liccpa/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/dll/cpl/main/main.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/main/main.rc?rev=6…
==============================================================================
--- trunk/reactos/dll/cpl/main/main.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/main/main.rc [iso-8859-1] Tue Sep 17 15:21:29 2013
@@ -29,6 +29,6 @@
IDI_REPEAT_DELAY ICON "resources/repeat_delay.ico"
IDI_LOOK_KEY ICON "resources/look_key.ico"
-ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_dll.rc>
#include "rsrc.rc"
Removed: trunk/reactos/dll/cpl/main/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/main/manifest.xml?…
==============================================================================
--- trunk/reactos/dll/cpl/main/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/main/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Removed: 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 [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/mmsys/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/dll/cpl/mmsys/mmsys.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/mmsys/mmsys.rc?rev…
==============================================================================
--- trunk/reactos/dll/cpl/mmsys/mmsys.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/mmsys/mmsys.rc [iso-8859-1] Tue Sep 17 15:21:29 2013
@@ -61,6 +61,6 @@
/* Bitmaps */
IDB_SPEAKIMG BITMAP "resources/speaker.bmp"
-ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_dll.rc>
#include "rsrc.rc"
Removed: trunk/reactos/dll/cpl/powercfg/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/powercfg/manifest.…
==============================================================================
--- trunk/reactos/dll/cpl/powercfg/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/powercfg/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/dll/cpl/powercfg/powercfg.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/powercfg/powercfg.…
==============================================================================
--- trunk/reactos/dll/cpl/powercfg/powercfg.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/powercfg/powercfg.rc [iso-8859-1] Tue Sep 17 15:21:29 2013
@@ -18,6 +18,6 @@
IDI_SCREEN ICON "resources/screen.ico"
IDI_HIBERNATE ICON "resources/hibernate.ico"
-ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_dll.rc>
#include "rsrc.rc"
Removed: trunk/reactos/dll/cpl/sysdm/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/manifest.xml…
==============================================================================
--- trunk/reactos/dll/cpl/sysdm/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/sysdm/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/dll/cpl/sysdm/sysdm.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/sysdm.rc?rev…
==============================================================================
--- trunk/reactos/dll/cpl/sysdm/sysdm.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/sysdm/sysdm.rc [iso-8859-1] Tue Sep 17 15:21:29 2013
@@ -22,6 +22,6 @@
RC_LICENSE RTDATA "resources/gpl.txt"
-ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_dll.rc>
#include "rsrc.rc"
Removed: trunk/reactos/dll/cpl/timedate/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/timedate/manifest.…
==============================================================================
--- trunk/reactos/dll/cpl/timedate/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/timedate/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/dll/cpl/timedate/timedate.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/timedate/timedate.…
==============================================================================
--- trunk/reactos/dll/cpl/timedate/timedate.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/timedate/timedate.rc [iso-8859-1] Tue Sep 17 15:21:29 2013
@@ -15,6 +15,6 @@
IDC_CPLICON ICON "resources/applet.ico"
IDC_WORLD BITMAP "resources/world.bmp"
-ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_dll.rc>
#include "rsrc.rc"
Removed: trunk/reactos/dll/cpl/usrmgr/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/usrmgr/manifest.xm…
==============================================================================
--- trunk/reactos/dll/cpl/usrmgr/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/usrmgr/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/dll/cpl/usrmgr/usrmgr.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/usrmgr/usrmgr.rc?r…
==============================================================================
--- trunk/reactos/dll/cpl/usrmgr/usrmgr.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/usrmgr/usrmgr.rc [iso-8859-1] Tue Sep 17 15:21:29 2013
@@ -19,6 +19,6 @@
IDI_LOCKED_USER ICON "resources/locked.ico"
IDI_GROUP ICON "resources/group.ico"
-ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_dll.rc>
#include "rsrc.rc"
Removed: trunk/reactos/dll/cpl/wined3dcfg/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/wined3dcfg/manifes…
==============================================================================
--- trunk/reactos/dll/cpl/wined3dcfg/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/wined3dcfg/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/dll/cpl/wined3dcfg/wined3dcfg.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/wined3dcfg/wined3d…
==============================================================================
--- trunk/reactos/dll/cpl/wined3dcfg/wined3dcfg.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/wined3dcfg/wined3dcfg.rc [iso-8859-1] Tue Sep 17 15:21:29 2013
@@ -14,6 +14,6 @@
/* Icons */
IDI_CPLICON ICON "resources/wined3dcfg.ico"
-ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_dll.rc>
#include "rsrc.rc"
Modified: trunk/reactos/dll/shellext/deskadp/deskadp.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/deskadp/deska…
==============================================================================
--- trunk/reactos/dll/shellext/deskadp/deskadp.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/shellext/deskadp/deskadp.rc [iso-8859-1] Tue Sep 17 15:21:29 2013
@@ -9,6 +9,6 @@
#define REACTOS_STR_ORIGINAL_FILENAME "deskadp.dll\0"
#include <reactos/version.rc>
-ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_dll.rc>
#include "rsrc.rc"
Removed: trunk/reactos/dll/shellext/deskadp/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/deskadp/manif…
==============================================================================
--- trunk/reactos/dll/shellext/deskadp/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/dll/shellext/deskadp/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/dll/shellext/deskmon/deskmon.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/deskmon/deskm…
==============================================================================
--- trunk/reactos/dll/shellext/deskmon/deskmon.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/shellext/deskmon/deskmon.rc [iso-8859-1] Tue Sep 17 15:21:29 2013
@@ -9,6 +9,6 @@
#define REACTOS_STR_ORIGINAL_FILENAME "deskmon.dll\0"
#include <reactos/version.rc>
-ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_dll.rc>
#include "rsrc.rc"
Removed: trunk/reactos/dll/shellext/deskmon/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/deskmon/manif…
==============================================================================
--- trunk/reactos/dll/shellext/deskmon/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/dll/shellext/deskmon/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Removed: trunk/reactos/dll/shellext/slayer/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/slayer/manife…
==============================================================================
--- trunk/reactos/dll/shellext/slayer/manifest.xml [iso-8859-1] (original)
+++ trunk/reactos/dll/shellext/slayer/manifest.xml (removed)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- processorArchitecture="*"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel
- level="asInvoker"
- uiAccess="false"
- />
- </requestedPrivileges>
- </security>
-</trustInfo>
-</assembly>
Modified: trunk/reactos/dll/shellext/slayer/slayer.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/slayer/slayer…
==============================================================================
--- trunk/reactos/dll/shellext/slayer/slayer.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/shellext/slayer/slayer.rc [iso-8859-1] Tue Sep 17 15:21:29 2013
@@ -9,6 +9,6 @@
#define REACTOS_STR_ORIGINAL_FILENAME "slayer.dll\0"
#include <reactos/version.rc>
-ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
+#include <reactos/manifest_dll.rc>
#include "rsrc.rc"
Added: trunk/reactos/include/reactos/manifest.xml
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/manifest.x…
==============================================================================
--- trunk/reactos/include/reactos/manifest.xml (added)
+++ trunk/reactos/include/reactos/manifest.xml [iso-8859-1] Tue Sep 17 15:21:29 2013
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
+<dependency>
+ <dependentAssembly>
+ <assemblyIdentity
+ type="win32"
+ name="Microsoft.Windows.Common-Controls"
+ version="6.0.0.0"
+ publicKeyToken="6595b64144ccf1df"
+ processorArchitecture="*"
+ language="*"
+ />
+ </dependentAssembly>
+</dependency>
+<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
+ <security>
+ <requestedPrivileges>
+ <requestedExecutionLevel
+ level="asInvoker"
+ uiAccess="false"
+ />
+ </requestedPrivileges>
+ </security>
+</trustInfo>
+</assembly>
Propchange: trunk/reactos/include/reactos/manifest.xml
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/reactos/include/reactos/manifest_dll.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/manifest_d…
==============================================================================
--- trunk/reactos/include/reactos/manifest_dll.rc (added)
+++ trunk/reactos/include/reactos/manifest_dll.rc [iso-8859-1] Tue Sep 17 15:21:29 2013
@@ -0,0 +1 @@
+ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
Propchange: trunk/reactos/include/reactos/manifest_dll.rc
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/reactos/include/reactos/manifest_exe.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/manifest_e…
==============================================================================
--- trunk/reactos/include/reactos/manifest_exe.rc (added)
+++ trunk/reactos/include/reactos/manifest_exe.rc [iso-8859-1] Tue Sep 17 15:21:29 2013
@@ -0,0 +1 @@
+CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
Propchange: trunk/reactos/include/reactos/manifest_exe.rc
------------------------------------------------------------------------------
svn:eol-style = native