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