!if 0
Copyright (c) Microsoft Corporation.  All rights reserved.
!endif
!if 0
Use of this source code is subject to the terms of the Microsoft shared
source or premium shared source license agreement under which you licensed
this source code. If you did not accept the terms of the license agreement,
you are not authorized to use this source code. For the terms of the license,
please see the license agreement between you and Microsoft or, if applicable,
see the SOURCE.RTF on your install media or the root of your tools installation.
THE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES.
!endif
#
# Sources file for the simplest possible DATK sample program
#
#
# 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.
#
# Author: Michael Rockhold (michrock), Microsoft Corp., 15 April 2004.
#

TARGETNAME=SimplestSample
TARGETTYPE=MANAGED_EXE

MANAGED_REFERENCES=$(_MANAGED_FRAMEWORK_DIR)\mscorlib.dll;$(_MANAGED_FRAMEWORK_DIR)\system.dll;$(_MANAGED_FRAMEWORK_DIR)\system.data.dll;$(_MANAGED_FRAMEWORK_DIR)\system.windows.forms.dll;$(_MANAGED_FRAMEWORK_DIR)\system.drawing.dll;$(_PROJECTOAKROOT)\target\$(_TGTCPU)\$(WINCEDEBUG)\Microsoft.WindowsCE.Win32API.dll;$(_PROJECTOAKROOT)\target\$(_TGTCPU)\$(WINCEDEBUG)\Microsoft.WindowsCE.DATK.DLL

SOURCES=\
	SimplestSample.cs \

