mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
018539280c
- migrated project files to Visual C++ 2005 Express - the latest, the best, for free - converted to an Unicode application svn path=/trunk/; revision=21432
23 lines
643 B
XML
23 lines
643 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<assembly
|
|
xmlns="urn:schemas-microsoft-com:asm.v1"
|
|
manifestVersion="1.0">
|
|
<assemblyIdentity
|
|
processorArchitecture="x86"
|
|
version="5.1.0.0"
|
|
type="win32"
|
|
name="Fraginator.exe"/>
|
|
<description>Fraginator</description>
|
|
<dependency>
|
|
<dependentAssembly>
|
|
<assemblyIdentity
|
|
type="win32"
|
|
name="Microsoft.Windows.Common-Controls"
|
|
version="6.0.0.0"
|
|
publicKeyToken="6595b64144ccf1df"
|
|
language="*"
|
|
processorArchitecture="x86"/>
|
|
</dependentAssembly>
|
|
</dependency>
|
|
</assembly>
|