2006-08-12 Duncan Mak <duncan@novell.com>
[mono.git] / mcs / class / System.Drawing / GDIPlusTest.csproj
1 <!-- MSBuild project for testing GDIPlus functions on Windows -->
2 <!-- Output goes to bin\Debug\GDIPlusTest.exe -->
3
4 <?xml version="1.0" encoding="iso-8859-1"?>
5 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"
6          DefaultTargets="Build">
7
8   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
9
10   <PropertyGroup>
11     <DefineConstants>TEST</DefineConstants>
12     <OutputType>Library</OutputType>
13   </PropertyGroup>
14
15   <ItemGroup>
16     <Reference Include="System" />
17     <Reference Include="System.Drawing" />
18     <Reference Include="nunit.framework" />    
19   </ItemGroup>
20
21   <ItemGroup>
22     <Compile Include="Test\System.Drawing\GDIPlusTest.cs" />
23     <Compile Include="System.Drawing\gdipEnums.cs" />
24     <Compile Include="System.Drawing\gdipFunctions.cs" />
25     <Compile Include="System.Drawing\gdipStructs.cs" />
26   </ItemGroup>
27 </Project>