!if 0
Copyright (c) Microsoft Corporation.  All rights reserved.
!endif
!if 0
This source code is licensed under Microsoft Shared Source License
Version 1.0 for Windows CE.
For a copy of the license visit http://go.microsoft.com/fwlink/?LinkId=3223.
!endif
TARGETNAME=upnpctrl
TARGETTYPE=LIBRARY

!IF "$(WINCEDEBUG)"=="debug"
CDEFINES=$(CDEFINES) -DENABLETRACE
!ENDIF

INCLUDES=.;..\inc;..\util;..\ssdp\inc;..\yacl

SOURCES= \
        DeviceDescription.cpp \
		DeviceDescriptionParsing.cpp \
		Device.cpp \
		DeviceParsing.cpp \
        finder.cpp \
        main.cpp \
		upnpctrl.rc \
		Argument.cpp \
		Action.cpp \
		ServiceImpl.cpp	\
		ServiceImplParsing.cpp	\
		StateVar.cpp \
		Service.cpp \
		ConnectionPoint.cpp
        
TARGETDEFNAME=$(TARGETNAME)
WINCETARGETFILE0=$(_RELEASELIBDIR)\$(TARGETDEFNAME).def

# Copy RES file
COPYRES=1
WINCETARGETFILES=$(_RELEASELIBDIR)\$(TARGETNAME).res
		 

#xref VIGUID {51eebb96-4f71-4fe6-bebf-75f6f69179c2}
#xref VSGUID {50cc6682-1e4a-46d7-aeef-5550a9c58464}
