[sdb] Avoid printing out the ThreadAbortException used to abort the protocol receiver...
[mono.git] / mcs / class / System.Data.Services.Client / Client / System.Data.Services.Client.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     <ProductVersion>9.0.30729</ProductVersion>\r
5     <SchemaVersion>2.0</SchemaVersion>\r
6     <ProjectGuid>{D1567C63-4A0D-4E18-A14E-79699B9BFFFF}</ProjectGuid>\r
7     <OutputType>Library</OutputType>\r
8     <AppDesignerFolder>Properties</AppDesignerFolder>\r
9     <RootNamespace>System.Data.Services.Client</RootNamespace>\r
10     <AssemblyName>System.Data.Services.Client</AssemblyName>\r
11     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
12     <FileAlignment>512</FileAlignment>\r
13   </PropertyGroup>\r
14   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
15     <DebugSymbols>true</DebugSymbols>\r
16     <DebugType>full</DebugType>\r
17     <Optimize>false</Optimize>\r
18     <OutputPath>bin\Debug\</OutputPath>\r
19     <DefineConstants>TRACE;DEBUG;TEXTRES_ONLYGETSTRING;ASTORIA_CLIENT;</DefineConstants>\r
20     <ErrorReport>prompt</ErrorReport>\r
21     <WarningLevel>4</WarningLevel>\r
22   </PropertyGroup>\r
23   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
24     <DebugType>pdbonly</DebugType>\r
25     <Optimize>true</Optimize>\r
26     <OutputPath>bin\Release\</OutputPath>\r
27     <DefineConstants>TRACE;TEXTRES_ONLYGETSTRING;ASTORIA_CLIENT;</DefineConstants>\r
28     <ErrorReport>prompt</ErrorReport>\r
29     <WarningLevel>4</WarningLevel>\r
30   </PropertyGroup>\r
31   <ItemGroup>\r
32     <TextStringResource Include="System.Data.Services.Client.txt">\r
33       <ResFile>System.Data.Services.Client</ResFile>\r
34       <Sealed>true</Sealed>\r
35       <Parameterize>true</Parameterize>\r
36       <Visibility>internal</Visibility>\r
37       <GenerateResource>true</GenerateResource>\r
38       <FullClassName>System.Data.Services.Client.TextRes</FullClassName>\r
39     </TextStringResource>\r
40   </ItemGroup>\r
41   <ItemGroup>\r
42     <Reference Include="System" />\r
43     <Reference Include="System.Core">\r
44       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
45     </Reference>\r
46     <Reference Include="System.Xml.Linq">\r
47       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
48     </Reference>\r
49     <Reference Include="System.Data" />\r
50     <Reference Include="System.Xml" />\r
51     <Reference Include="WindowsBase">\r
52       <RequiredTargetFramework>3.0</RequiredTargetFramework>\r
53     </Reference>\r
54   </ItemGroup>\r
55   <ItemGroup>\r
56     <Compile Include="..\Server\System\Data\Services\Epm\EpmContentSerializerBase.cs">\r
57       <Link>System\Data\Services\EpmContentSerializerBase.cs</Link>\r
58     </Compile>\r
59     <Compile Include="..\Server\System\Data\Services\Epm\EpmCustomContentSerializer.cs">\r
60       <Link>System\Data\Services\EpmCustomContentSerializer.cs</Link>\r
61     </Compile>\r
62     <Compile Include="..\Server\System\Data\Services\Epm\EpmCustomContentWriterNodeData.cs">\r
63       <Link>System\Data\Services\EpmCustomContentWriterNodeData.cs</Link>\r
64     </Compile>\r
65     <Compile Include="..\Server\System\Data\Services\Epm\EpmSourcePathSegment.cs">\r
66       <Link>System\Data\Services\EpmSourcePathSegment.cs</Link>\r
67     </Compile>\r
68     <Compile Include="..\Server\System\Data\Services\Epm\EpmSourceTree.cs">\r
69       <Link>System\Data\Services\EpmSourceTree.cs</Link>\r
70     </Compile>\r
71     <Compile Include="..\Server\System\Data\Services\Epm\EpmTargetPathSegment.cs">\r
72       <Link>System\Data\Services\EpmTargetPathSegment.cs</Link>\r
73     </Compile>\r
74     <Compile Include="..\Server\System\Data\Services\Epm\EpmTargetTree.cs">\r
75       <Link>System\Data\Services\EpmTargetTree.cs</Link>\r
76     </Compile>\r
77     <Compile Include="..\Server\System\Data\Services\HttpProcessUtility.cs">\r
78       <Link>System\Data\Services\HttpProcessUtility.cs</Link>\r
79     </Compile>\r
80     <Compile Include="..\Server\System\Data\Services\Parsing\WebConvert.cs">\r
81       <Link>System\Data\Services\WebConvert.cs</Link>\r
82     </Compile>\r
83     <Compile Include="..\Server\System\Data\Services\Providers\EntityPropertyMappingInfo.cs">\r
84       <Link>System\Data\Services\EntityPropertyMappingInfo.cs</Link>\r
85     </Compile>\r
86     <Compile Include="..\Server\System\Data\Services\XmlConstants.cs">\r
87       <Link>System\Data\Services\XmlConstants.cs</Link>\r
88     </Compile>\r
89     <Compile Include="AssemblyAttributes.cs" />\r
90     <Compile Include="Parameterized.System.Data.Services.Client.cs" />\r
91     <Compile Include="System.Data.Services.Client.cs" />\r
92     <Compile Include="System\Data\Services\Client\ALinq\DataServiceExpressionVisitor.cs" />\r
93     <Compile Include="System\Data\Services\Client\ALinq\DataServiceQueryProvider.cs" />\r
94     <Compile Include="System\Data\Services\Client\ALinq\Evaluator.cs" />\r
95     <Compile Include="System\Data\Services\Client\ALinq\ExpressionNormalizer.cs" />\r
96     <Compile Include="System\Data\Services\Client\ALinq\ExpressionVisitor.cs" />\r
97     <Compile Include="System\Data\Services\Client\ALinq\ExpressionWriter.cs" />\r
98     <Compile Include="System\Data\Services\Client\ALinq\FilterQueryOptionExpression.cs" />\r
99     <Compile Include="System\Data\Services\Client\ALinq\InputBinder.cs" />\r
100     <Compile Include="System\Data\Services\Client\ALinq\InputReferenceExpression.cs" />\r
101     <Compile Include="System\Data\Services\Client\ALinq\NavigationPropertySingletonExpression.cs" />\r
102     <Compile Include="System\Data\Services\Client\ALinq\OrderByQueryOptionExpression.cs" />\r
103     <Compile Include="System\Data\Services\Client\ALinq\ParameterReplacerVisitor.cs" />\r
104     <Compile Include="System\Data\Services\Client\ALinq\PathBox.cs" />\r
105     <Compile Include="System\Data\Services\Client\ALinq\ProjectionAnalyzer.cs" />\r
106     <Compile Include="System\Data\Services\Client\ALinq\ProjectionQueryOptionExpression.cs" />\r
107     <Compile Include="System\Data\Services\Client\ALinq\ProjectionRewriter.cs" />\r
108     <Compile Include="System\Data\Services\Client\ALinq\QueryComponents.cs" />\r
109     <Compile Include="System\Data\Services\Client\ALinq\QueryOptionExpression.cs" />\r
110     <Compile Include="System\Data\Services\Client\ALinq\ReflectionUtil.cs" />\r
111     <Compile Include="System\Data\Services\Client\ALinq\ResourceBinder.cs" />\r
112     <Compile Include="System\Data\Services\Client\ALinq\ResourceExpression.cs" />\r
113     <Compile Include="System\Data\Services\Client\ALinq\ResourceExpressionType.cs" />\r
114     <Compile Include="System\Data\Services\Client\ALinq\ResourceSetExpression.cs" />\r
115     <Compile Include="System\Data\Services\Client\ALinq\SkipQueryOptionExpression.cs" />\r
116     <Compile Include="System\Data\Services\Client\ALinq\TakeQueryOptionExpression.cs" />\r
117     <Compile Include="System\Data\Services\Client\ALinq\TypeSystem.cs" />\r
118     <Compile Include="System\Data\Services\Client\ALinq\UriHelper.cs" />\r
119     <Compile Include="System\Data\Services\Client\ALinq\UriWriter.cs" />\r
120     <Compile Include="System\Data\Services\Client\ArraySet.cs" />\r
121     <Compile Include="System\Data\Services\Client\AtomContentProperty.cs" />\r
122     <Compile Include="System\Data\Services\Client\AtomDataKind.cs" />\r
123     <Compile Include="System\Data\Services\Client\AtomEntry.cs" />\r
124     <Compile Include="System\Data\Services\Client\AtomFeed.cs" />\r
125     <Compile Include="System\Data\Services\Client\AtomMaterializer.cs" />\r
126     <Compile Include="System\Data\Services\Client\AtomMaterializerLog.cs" />\r
127     <Compile Include="System\Data\Services\Client\AtomParser.cs" />\r
128     <Compile Include="System\Data\Services\Client\BaseAsyncResult.cs" />\r
129     <Compile Include="System\Data\Services\Client\BatchStream.cs" />\r
130     <Compile Include="System\Data\Services\Client\BatchStreamState.cs" />\r
131     <Compile Include="System\Data\Services\Client\Binding\BindingEntityInfo.cs" />\r
132     <Compile Include="System\Data\Services\Client\Binding\BindingGraph.cs" />\r
133     <Compile Include="System\Data\Services\Client\Binding\BindingObserver.cs" />\r
134     <Compile Include="System\Data\Services\Client\Binding\BindingUtils.cs" />\r
135     <Compile Include="System\Data\Services\Client\Binding\DataServiceCollectionOfT.cs" />\r
136     <Compile Include="System\Data\Services\Client\Binding\DataServiceEntityAttribute.cs" />\r
137     <Compile Include="System\Data\Services\Client\Binding\DataServiceSaveChangesEventArgs.cs" />\r
138     <Compile Include="System\Data\Services\Client\Binding\EntityChangedParams.cs" />\r
139     <Compile Include="System\Data\Services\Client\Binding\EntityCollectionChangedParams.cs" />\r
140     <Compile Include="System\Data\Services\Client\Binding\LoadCompletedEventArgs.cs" />\r
141     <Compile Include="System\Data\Services\Client\ChangesetResponse.cs" />\r
142     <Compile Include="System\Data\Services\Client\ClientConvert.cs" />\r
143     <Compile Include="System\Data\Services\Client\ClientType.cs" />\r
144     <Compile Include="System\Data\Services\Client\DataServiceClientException.cs" />\r
145     <Compile Include="System\Data\Services\Client\DataServiceContext.cs" />\r
146     <Compile Include="System\Data\Services\Client\DataServiceEntityAttribute.cs" />\r
147     <Compile Include="System\Data\Services\Client\DataServiceKeyAttribute.cs" />\r
148     <Compile Include="System\Data\Services\Client\DataServiceProtocolVersion.cs" />\r
149     <Compile Include="System\Data\Services\Client\DataServiceQuery.cs" />\r
150     <Compile Include="System\Data\Services\Client\DataServiceQueryContinuation.cs" />\r
151     <Compile Include="System\Data\Services\Client\DataServiceQueryException.cs" />\r
152     <Compile Include="System\Data\Services\Client\DataServiceQueryOfT.cs" />\r
153     <Compile Include="System\Data\Services\Client\DataServiceRequest.cs" />\r
154     <Compile Include="System\Data\Services\Client\DataServiceRequestArgs.cs" />\r
155     <Compile Include="System\Data\Services\Client\DataServiceRequestException.cs" />\r
156     <Compile Include="System\Data\Services\Client\DataServiceRequestOfT.cs" />\r
157     <Compile Include="System\Data\Services\Client\DataServiceResponse.cs" />\r
158     <Compile Include="System\Data\Services\Client\DataServiceStreamResponse.cs" />\r
159     <Compile Include="System\Data\Services\Client\Descriptor.cs" />\r
160     <Compile Include="System\Data\Services\Client\EntityDescriptor.cs" />\r
161     <Compile Include="System\Data\Services\Client\EntityPropertyMappingAttribute.cs" />\r
162     <Compile Include="System\Data\Services\Client\EntityStates.cs" />\r
163     <Compile Include="System\Data\Services\Client\Epm\EpmSyndicationContentSerializer.cs" />\r
164     <Compile Include="System\Data\Services\Client\Error.cs" />\r
165     <Compile Include="System\Data\Services\Client\GetReadStreamResult.cs" />\r
166     <Compile Include="System\Data\Services\Client\HasStreamAttribute.cs" />\r
167     <Compile Include="System\Data\Services\Client\LinkDescriptor.cs" />\r
168     <Compile Include="System\Data\Services\Client\MaterializeFromAtom.cs" />\r
169     <Compile Include="System\Data\Services\Client\MediaEntryAttribute.cs" />\r
170     <Compile Include="System\Data\Services\Client\MemberAssignmentAnalysis.cs" />\r
171     <Compile Include="System\Data\Services\Client\MergeOption.cs" />\r
172     <Compile Include="System\Data\Services\Client\MimeTypePropertyAttribute.cs" />\r
173     <Compile Include="System\Data\Services\Client\OpenObject.cs" />\r
174     <Compile Include="System\Data\Services\Client\OpenObjectAttribute.cs" />\r
175     <Compile Include="System\Data\Services\Client\OperationResponse.cs" />\r
176     <Compile Include="System\Data\Services\Client\ProjectionPath.cs" />\r
177     <Compile Include="System\Data\Services\Client\ProjectionPathBuilder.cs" />\r
178     <Compile Include="System\Data\Services\Client\ProjectionPathSegment.cs" />\r
179     <Compile Include="System\Data\Services\Client\ProjectionPlan.cs" />\r
180     <Compile Include="System\Data\Services\Client\ProjectionPlanCompiler.cs" />\r
181     <Compile Include="System\Data\Services\Client\QueryOperationResponseOfT.cs" />\r
182     <Compile Include="System\Data\Services\Client\QueryResponse.cs" />\r
183     <Compile Include="System\Data\Services\Client\QueryResult.cs" />\r
184     <Compile Include="System\Data\Services\Client\ReadingWritingEntityEventArgs.cs" />\r
185     <Compile Include="System\Data\Services\Client\ReferenceEqualityComparer.cs" />\r
186     <Compile Include="System\Data\Services\Client\SaveChangesOptions.cs" />\r
187     <Compile Include="System\Data\Services\Client\SendingRequestEventArgs.cs" />\r
188     <Compile Include="System\Data\Services\Client\Util.cs" />\r
189     <Compile Include="System\Data\Services\Client\WebUtil.cs" />\r
190     <Compile Include="System\Data\Services\Client\XmlUtil.cs" />\r
191     <Compile Include="System\Data\Services\Client\Xml\XmlAtomErrorReader.cs" />\r
192     <Compile Include="System\Data\Services\Client\Xml\XmlWrappingReader.cs" />\r
193   </ItemGroup>\r
194   <ItemGroup>\r
195     <Folder Include="Properties\" />\r
196   </ItemGroup>\r
197   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
198   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
199        Other similar extension points exist, see Microsoft.Common.targets.\r
200   <Target Name="BeforeBuild">\r
201   </Target>\r
202   <Target Name="AfterBuild">\r
203   </Target>\r
204   -->\r
205 </Project>