set eol-style for most xml files
[reactos.git] / reactos / lib / cpl / appwiz / appwiz.xml
1 <module name="appwiz" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_APPWIZ}" installbase="system32" installname="appwiz.cpl">
2 <importlibrary definition="appwiz.def" />
3 <include base="appwiz">.</include>
4 <define name="UNICODE" />
5 <define name="_UNICODE" />
6 <define name="__REACTOS__" />
7 <define name="__USE_W32API" />
8 <define name="_WIN32_IE">0x600</define>
9 <define name="_WIN32_WINNT">0x501</define>
10 <library>kernel32</library>
11 <library>user32</library>
12 <library>comctl32</library>
13 <file>appwiz.c</file>
14 <file>appwiz.rc</file>
15 </module>