The real, definitive, Visual C++ support branch. Accept no substitutes
[reactos.git] / base / applications / screensavers / logon / logon.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
3 <module name="logon" type="win32scr" installbase="system32" installname="logon.scr" unicode="yes">
4 <include base="logon">.</include>
5 <library>scrnsave</library>
6 <library>kernel32</library>
7 <library>user32</library>
8 <library>gdi32</library>
9
10 <metadata description = "Default ReactOS Logo screensaver" />
11
12 <file>logon.c</file>
13 <file>logon.rc</file>
14 </module>