Moved welcome app
[reactos.git] / reactos / subsys / system / welcome / welcome.xml
diff --git a/reactos/subsys/system/welcome/welcome.xml b/reactos/subsys/system/welcome/welcome.xml
deleted file mode 100644 (file)
index 06cb80c..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<module name="welcome" type="win32gui" installbase="system32" installname="welcome.exe">
-       <bootstrap base="reactos" />
-       <include base="welcome">.</include>
-       <define name="_WIN32_IE">0x0501</define>
-       <define name="_WIN32_WINNT">0x0501</define>
-       <define name="__USE_W32API" />
-       <define name="UNICODE" />
-       <define name="_UNICODE" />
-       <library>kernel32</library>
-       <library>gdi32</library>
-       <library>user32</library>
-       <file>welcome.c</file>
-       <file>welcome.rc</file>
-</module>