Merge branch 'master' of github.com:mono/mono
[mono.git] / mcs / class / System.Data.Services / Test / System.Data.Services.Tests.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">\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>{2491EDE6-791F-4CA2-B99C-70791EE81E75}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>System.Data.Services.Tests</RootNamespace>\r
12     <AssemblyName>System.Data.Services.Tests</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>bin\Debug\</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>bin\Release\</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="System" />\r
35     <Reference Include="System.Core">\r
36       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
37     </Reference>\r
38     <Reference Include="System.ServiceModel">\r
39       <RequiredTargetFramework>3.0</RequiredTargetFramework>\r
40     </Reference>\r
41     <Reference Include="System.Xml.Linq">\r
42       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
43     </Reference>\r
44     <Reference Include="System.Data" />\r
45     <Reference Include="System.Xml" />\r
46     <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />\r
47   </ItemGroup>\r
48   <ItemGroup>\r
49     <Compile Include="ChangeInterceptorAttributeTests.cs" />\r
50     <Compile Include="DataServiceExceptionTests.cs" />\r
51     <Compile Include="DataServiceTests.cs" />\r
52     <Compile Include="ETagAttributeTests.cs" />\r
53     <Compile Include="ExpandSegmentCollectionTests.cs" />\r
54     <Compile Include="ExpandSegmentTests.cs" />\r
55     <Compile Include="IgnorePropertiesAttributeTests.cs" />\r
56     <Compile Include="MimeTypeAttributeTests.cs" />\r
57     <Compile Include="QueryInterceptorAttributeTests.cs" />\r
58   </ItemGroup>\r
59   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
60   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
61        Other similar extension points exist, see Microsoft.Common.targets.\r
62   <Target Name="BeforeBuild">\r
63   </Target>\r
64   <Target Name="AfterBuild">\r
65   </Target>\r
66   -->\r
67   <ItemGroup>\r
68     <ProjectReference Include="..\System.Data.Services.csproj">\r
69       <Project>{A586EC7C-F793-42C1-8C14-D8C4DF147D1A}</Project>\r
70       <Name>System.Data.Services</Name>\r
71     </ProjectReference>\r
72   </ItemGroup>\r
73 </Project>\r