set eol-style for most xml files
[reactos.git] / reactos / subsys / system / vmwinst / vmwinst.xml
1 <module name="vmwinst" type="win32gui" installbase="system32" installname="vmwinst.exe">
2 <include base="vmwinst">.</include>
3 <define name="UNICODE" />
4 <define name="__USE_W32API" />
5 <define name="_WIN32_IE">0x0501</define>
6 <define name="_WIN32_WINNT">0x0501</define>
7 <library>kernel32</library>
8 <library>advapi32</library>
9 <library>comctl32</library>
10 <library>comdlg32</library>
11 <library>shell32</library>
12 <file>vmwinst.c</file>
13 <file>vmwinst.rc</file>
14 </module>