2009-07-11 Michael Barker <mike@middlesoft.co.uk>
[mono.git] / mcs / class / System.Data.Linq / src / Tools / NUnitRunner / NUnitRunner.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{61EF7ADF-C133-4329-8848-C6B832122C4F}</ProjectGuid>\r
9     <OutputType>WinExe</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>NUnitConsoleRunner</RootNamespace>\r
12     <AssemblyName>NUnitConsoleRunner</AssemblyName>\r
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15   </PropertyGroup>\r
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
17     <DebugSymbols>true</DebugSymbols>\r
18     <DebugType>full</DebugType>\r
19     <Optimize>false</Optimize>\r
20     <OutputPath>..\..\..\build.dbg\</OutputPath>\r
21     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
22     <ErrorReport>prompt</ErrorReport>\r
23     <WarningLevel>4</WarningLevel>\r
24   </PropertyGroup>\r
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
26     <DebugType>pdbonly</DebugType>\r
27     <Optimize>true</Optimize>\r
28     <OutputPath>..\..\..\build\</OutputPath>\r
29     <DefineConstants>TRACE</DefineConstants>\r
30     <ErrorReport>prompt</ErrorReport>\r
31     <WarningLevel>4</WarningLevel>\r
32   </PropertyGroup>\r
33   <ItemGroup>\r
34     <Reference Include="nunit-gui-runner, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />\r
35     <Reference Include="System" />\r
36     <Reference Include="System.Core">\r
37       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
38     </Reference>\r
39     <Reference Include="System.Xml.Linq">\r
40       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
41     </Reference>\r
42     <Reference Include="System.Data.DataSetExtensions">\r
43       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
44     </Reference>\r
45     <Reference Include="System.Data" />\r
46     <Reference Include="System.Deployment" />\r
47     <Reference Include="System.Drawing" />\r
48     <Reference Include="System.Windows.Forms" />\r
49     <Reference Include="System.Xml" />\r
50   </ItemGroup>\r
51   <ItemGroup>\r
52     <Compile Include="Program.cs" />\r
53     <Compile Include="Properties\AssemblyInfo.cs" />\r
54     <EmbeddedResource Include="Properties\Resources.resx">\r
55       <Generator>ResXFileCodeGenerator</Generator>\r
56       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
57       <SubType>Designer</SubType>\r
58     </EmbeddedResource>\r
59     <Compile Include="Properties\Resources.Designer.cs">\r
60       <AutoGen>True</AutoGen>\r
61       <DependentUpon>Resources.resx</DependentUpon>\r
62     </Compile>\r
63     <None Include="Properties\Settings.settings">\r
64       <Generator>SettingsSingleFileGenerator</Generator>\r
65       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
66     </None>\r
67     <Compile Include="Properties\Settings.Designer.cs">\r
68       <AutoGen>True</AutoGen>\r
69       <DependentUpon>Settings.settings</DependentUpon>\r
70       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
71     </Compile>\r
72   </ItemGroup>\r
73   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
74   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
75        Other similar extension points exist, see Microsoft.Common.targets.\r
76   <Target Name="BeforeBuild">\r
77   </Target>\r
78   <Target Name="AfterBuild">\r
79   </Target>\r
80   -->\r
81 </Project>