mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
Final commmit with manifests for now. I did not touch Wine Synched and dlls which are not skinned in XP anyway.
svn path=/trunk/; revision=31628
This commit is contained in:
parent
f139636237
commit
6c62866642
22 changed files with 284 additions and 0 deletions
|
@ -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"
|
||||
|
|
23
reactos/dll/win32/aclui/manifest.xml
Normal file
23
reactos/dll/win32/aclui/manifest.xml
Normal file
|
@ -0,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>
|
|
@ -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"
|
||||
|
|
23
reactos/dll/win32/console/manifest.xml
Normal file
23
reactos/dll/win32/console/manifest.xml
Normal file
|
@ -0,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>
|
|
@ -9,6 +9,9 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
#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"
|
||||
|
|
23
reactos/dll/win32/devmgr/manifest.xml
Normal file
23
reactos/dll/win32/devmgr/manifest.xml
Normal file
|
@ -0,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>
|
23
reactos/dll/win32/modemui/manifest.xml
Normal file
23
reactos/dll/win32/modemui/manifest.xml
Normal file
|
@ -0,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>
|
|
@ -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"
|
||||
|
|
23
reactos/dll/win32/netid/manifest.xml
Normal file
23
reactos/dll/win32/netid/manifest.xml
Normal file
|
@ -0,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>
|
|
@ -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"
|
||||
|
|
23
reactos/dll/win32/newdev/manifest.xml
Normal file
23
reactos/dll/win32/newdev/manifest.xml
Normal file
|
@ -0,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>
|
|
@ -1,6 +1,8 @@
|
|||
#include <windows.h>
|
||||
#include "resource.h"
|
||||
|
||||
123 24 DISCARDABLE "manifest.xml"
|
||||
|
||||
IDB_WATERMARK BITMAP "resources/watermark.bmp"
|
||||
IDB_HEADER BITMAP "resources/header.bmp"
|
||||
|
||||
|
|
23
reactos/dll/win32/shell32/manifest.xml
Normal file
23
reactos/dll/win32/shell32/manifest.xml
Normal file
|
@ -0,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>
|
|
@ -24,6 +24,8 @@
|
|||
|
||||
#include "version.rc"
|
||||
|
||||
124 24 DISCARDABLE "manifest.xml"
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
shv_accel ACCELERATORS
|
||||
|
|
|
@ -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"
|
||||
|
|
23
reactos/dll/win32/shellext/deskadp/manifest.xml
Normal file
23
reactos/dll/win32/shellext/deskadp/manifest.xml
Normal file
|
@ -0,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>
|
|
@ -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"
|
||||
|
|
23
reactos/dll/win32/shellext/deskmon/manifest.xml
Normal file
23
reactos/dll/win32/shellext/deskmon/manifest.xml
Normal file
|
@ -0,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>
|
23
reactos/dll/win32/shellext/slayer/manifest.xml
Normal file
23
reactos/dll/win32/shellext/slayer/manifest.xml
Normal file
|
@ -0,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>
|
|
@ -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"
|
||||
|
|
23
reactos/dll/win32/syssetup/manifest.xml
Normal file
23
reactos/dll/win32/syssetup/manifest.xml
Normal file
|
@ -0,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>
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue