Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

41 lines
1.2 KiB

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1993 - 1999.
//
// File: shgina.rc
//
// Contents: resources for SHGINA
//
//----------------------------------------------------------------------------
#include "priv.h"
#include "resource.h"
#include "shgina.rcv"
REGINST REGINST MOVEABLE PURE "selfreg_shgina.inf"
1 TYPELIB "shgina.tlb"
#define MANIFEST "<?xml version=""1.0"" encoding=""UTF-8"" standalone=""yes""?> \
<assembly xmlns=""urn:schemas-microsoft-com:asm.v1"" manifestVersion=""1.0""> \
<assemblyIdentity version=""" SXS_ASSEMBLY_VERSION """ name=""" SXS_ASSEMBLY_NAME """ processorArchitecture=""*"" type=""win32""/> \
<dependency> \
<dependentAssembly> \
<assemblyIdentity type=""win32"" \
name=""Microsoft.Windows.Common-Controls"" \
version=""6.0.0.0"" \
language=""*"" \
processorArchitecture=""*"" \
publicKeyToken=""6595b64144ccf1df"" \
/> \
</dependentAssembly> \
</dependency> \
</assembly>"
STRINGTABLE DISCARDABLE
BEGIN
IDS_LOGONUIMANIFEST MANIFEST
IDS_WINLOGONMANIFEST MANIFEST
IDS_DEFAULT_BACKUP_PATH "Deleted User Folder"
END