Merge branch 'master' of github.com:mono/mono
[mono.git] / mcs / class / System.Data.Services / System.Data.Services.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>{A586EC7C-F793-42C1-8C14-D8C4DF147D1A}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>System.Data.Services</RootNamespace>\r
12     <AssemblyName>System.Data.Services</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.ServiceModel.Web">\r
42       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
43     </Reference>\r
44     <Reference Include="System.Xml.Linq">\r
45       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
46     </Reference>\r
47     <Reference Include="System.Data.DataSetExtensions">\r
48       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
49     </Reference>\r
50     <Reference Include="System.Data" />\r
51     <Reference Include="System.Xml" />\r
52   </ItemGroup>\r
53   <ItemGroup>\r
54     <Compile Include="ChangeInterceptorAttribute.cs" />\r
55     <Compile Include="DataService.cs" />\r
56     <Compile Include="DataServiceException.cs" />\r
57     <Compile Include="DataServiceHost.cs" />\r
58     <Compile Include="DataServiceHostFactory.cs" />\r
59     <Compile Include="EntitySetRights.cs" />\r
60     <Compile Include="ETagAttribute.cs" />\r
61     <Compile Include="ExpandSegment.cs" />\r
62     <Compile Include="ExpandSegmentCollection.cs" />\r
63     <Compile Include="HandleExceptionArgs.cs" />\r
64     <Compile Include="IDataServiceConfiguration.cs" />\r
65     <Compile Include="IDataServiceHost.cs" />\r
66     <Compile Include="IExpandedResult.cs" />\r
67     <Compile Include="IExpandProvider.cs" />\r
68     <Compile Include="IgnorePropertiesAttribute.cs" />\r
69     <Compile Include="IRequestHandler.cs" />\r
70     <Compile Include="IUpdatable.cs" />\r
71     <Compile Include="MimeTypeAttribute.cs" />\r
72     <Compile Include="ProcessRequestArgs.cs" />\r
73     <Compile Include="Assembly\AssemblyInfo.cs" />\r
74     <Compile Include="QueryInterceptorAttribute.cs" />\r
75     <Compile Include="ServiceOperationRights.cs" />\r
76     <Compile Include="SingleResultAttribute.cs" />\r
77     <Compile Include="UpdateOperations.cs" />\r
78   </ItemGroup>\r
79   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
80   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
81        Other similar extension points exist, see Microsoft.Common.targets.\r
82   <Target Name="BeforeBuild">\r
83   </Target>\r
84   <Target Name="AfterBuild">\r
85   </Target>\r
86   -->\r
87 </Project>\r