System.Data.Services.Client_SL.csproj 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <ProductVersion>9.0.30729</ProductVersion>
  5. <SchemaVersion>2.0</SchemaVersion>
  6. <ProjectGuid>{289FE6B7-82AC-4D0F-92C7-386B7D6DC231}</ProjectGuid>
  7. <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>System.Data.Services.Client</RootNamespace>
  11. <AssemblyName>System.Data.Services.Client</AssemblyName>
  12. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>TRACE;DEBUG;TEXTRES_ONLYGETSTRING;ASTORIA_CLIENT;ASTORIA_LIGHT</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <DefineConstants>TRACE;TEXTRES_ONLYGETSTRING;ASTORIA_CLIENT;ASTORIA_LIGHT</DefineConstants>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <TextStringResource Include="System.Data.Services.Client.txt">
  35. <ResFile>System.Data.Services.Client</ResFile>
  36. <Sealed>true</Sealed>
  37. <Parameterize>true</Parameterize>
  38. <Visibility>internal</Visibility>
  39. <GenerateResource>true</GenerateResource>
  40. <FullClassName>System.Data.Services.Client.TextRes</FullClassName>
  41. </TextStringResource>
  42. </ItemGroup>
  43. <ItemGroup>
  44. <Reference Include="System" />
  45. <Reference Include="System.Core">
  46. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  47. </Reference>
  48. <Reference Include="System.Net">
  49. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  50. </Reference>
  51. <Reference Include="System.Windows" />
  52. <Reference Include="System.Windows.Browser" />
  53. <Reference Include="System.Xml.Linq">
  54. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  55. <Private>False</Private>
  56. </Reference>
  57. <Reference Include="System.Xml" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Include="..\Client\System\Data\Services\Client\DataServiceQueryContinuation.cs">
  61. <Link>System\Data\Services\Client\DataServiceQueryContinuation.cs</Link>
  62. </Compile>
  63. <Compile Include="..\Client\System\Data\Services\Client\MemberAssignmentAnalysis.cs">
  64. <Link>System\Data\Services\Client\MemberAssignmentAnalysis.cs</Link>
  65. </Compile>
  66. <Compile Include="..\Client\System\Data\Services\Client\ProjectionPath.cs">
  67. <Link>System\Data\Services\Client\ProjectionPath.cs</Link>
  68. </Compile>
  69. <Compile Include="..\Client\System\Data\Services\Client\ProjectionPathBuilder.cs">
  70. <Link>System\Data\Services\Client\ProjectionPathBuilder.cs</Link>
  71. </Compile>
  72. <Compile Include="..\Client\System\Data\Services\Client\ProjectionPathSegment.cs">
  73. <Link>System\Data\Services\Client\ProjectionPathSegment.cs</Link>
  74. </Compile>
  75. <Compile Include="..\Client\System\Data\Services\Client\ProjectionPlan.cs">
  76. <Link>System\Data\Services\Client\ProjectionPlan.cs</Link>
  77. </Compile>
  78. <Compile Include="..\Client\System\Data\Services\Client\ProjectionPlanCompiler.cs">
  79. <Link>System\Data\Services\Client\ProjectionPlanCompiler.cs</Link>
  80. </Compile>
  81. <Compile Include="..\Client\System\Data\Services\Client\ReferenceEqualityComparer.cs">
  82. <Link>System\Data\Services\Client\ReferenceEqualityComparer.cs</Link>
  83. </Compile>
  84. <Compile Include="..\Client\System\Data\Services\Client\ALinq\ResourceExpression.cs">
  85. <Link>System\Data\Services\Client\ResourceExpression.cs</Link>
  86. </Compile>
  87. <Compile Include="..\Client\System\Data\Services\Client\HasStreamAttribute.cs">
  88. <Link>System\Data\Services\Client\HasStreamAttribute.cs</Link>
  89. </Compile>
  90. <Compile Include="..\Client\System\Data\Services\Client\MediaEntryAttribute.cs">
  91. <Link>System\Data\Services\Client\MediaEntryAttribute.cs</Link>
  92. </Compile>
  93. <Compile Include="..\Client\System\Data\Services\Client\MimeTypePropertyAttribute.cs">
  94. <Link>System\Data\Services\Client\MimeTypePropertyAttribute.cs</Link>
  95. </Compile>
  96. <Compile Include="..\Client\System\Data\Services\Client\ReadingWritingEntityEventArgs.cs">
  97. <Link>System\Data\Services\Client\ReadingWritingEntityEventArgs.cs</Link>
  98. </Compile>
  99. <Compile Include="..\Server\System\Data\Services\httpprocessutility.cs">
  100. <Link>System\Data\Services\Client\httpprocessutility.cs</Link>
  101. </Compile>
  102. <Compile Include="..\Server\System\Data\Services\XmlConstants.cs">
  103. <Link>System\Data\Services\Client\XmlConstants.cs</Link>
  104. </Compile>
  105. <Compile Include="..\Server\System\Data\Services\Epm\EpmContentSerializerBase.cs">
  106. <Link>System\Data\Services\Client\Epm\EpmContentSerializerBase.cs</Link>
  107. </Compile>
  108. <Compile Include="..\Server\System\Data\Services\Epm\EpmCustomContentSerializer.cs">
  109. <Link>System\Data\Services\Client\Epm\EpmCustomContentSerializer.cs</Link>
  110. </Compile>
  111. <Compile Include="..\Server\System\Data\Services\Epm\EpmCustomContentWriterNodeData.cs">
  112. <Link>System\Data\Services\Client\Epm\EpmCustomContentWriterNodeData.cs</Link>
  113. </Compile>
  114. <Compile Include="..\Server\System\Data\Services\Epm\EpmSourceTree.cs">
  115. <Link>System\Data\Services\Client\Epm\EpmSourceTree.cs</Link>
  116. </Compile>
  117. <Compile Include="..\Server\System\Data\Services\Epm\EpmSourcePathSegment.cs">
  118. <Link>System\Data\Services\Client\Epm\EpmSourcePathSegment.cs</Link>
  119. </Compile>
  120. <Compile Include="..\Server\System\Data\Services\Epm\EpmTargetTree.cs">
  121. <Link>System\Data\Services\Client\Epm\EpmTargetTree.cs</Link>
  122. </Compile>
  123. <Compile Include="..\Server\System\Data\Services\Epm\EpmTargetPathSegment.cs">
  124. <Link>System\Data\Services\Client\Epm\EpmTargetPathSegment.cs</Link>
  125. </Compile>
  126. <Compile Include="..\Server\System\Data\Services\Providers\EntityPropertyMappingInfo.cs">
  127. <Link>System\Data\Services\Client\Epm\EntityPropertyMappingInfo.cs</Link>
  128. </Compile>
  129. <Compile Include="..\Server\System\Data\Services\Parsing\WebConvert.cs">
  130. <Link>System\Data\Services\Client\ALinq\WebConvert.cs</Link>
  131. </Compile>
  132. <Compile Include="..\Client\System\Data\Services\Client\ALinq\ReflectionUtil.cs">
  133. <Link>System\Data\Services\Client\ReflectionUtil.cs</Link>
  134. </Compile>
  135. <Compile Include="..\Client\System\Data\Services\Client\ALinq\Evaluator.cs">
  136. <Link>System\Data\Services\Client\Evaluator.cs</Link>
  137. </Compile>
  138. <Compile Include="..\Client\System\Data\Services\Client\ALinq\ExpressionNormalizer.cs">
  139. <Link>System\Data\Services\Client\ExpressionNormalizer.cs</Link>
  140. </Compile>
  141. <Compile Include="..\Client\System\Data\Services\Client\ALinq\ExpressionVisitor.cs">
  142. <Link>System\Data\Services\Client\ExpressionVisitor.cs</Link>
  143. </Compile>
  144. <Compile Include="..\Client\System\Data\Services\Client\ALinq\FilterQueryOptionExpression.cs">
  145. <Link>System\Data\Services\Client\FilterQueryOptionExpression.cs</Link>
  146. </Compile>
  147. <Compile Include="..\Client\System\Data\Services\Client\ALinq\InputBinder.cs">
  148. <Link>System\Data\Services\Client\InputBinder.cs</Link>
  149. </Compile>
  150. <Compile Include="..\Client\System\Data\Services\Client\ALinq\InputReferenceExpression.cs">
  151. <Link>System\Data\Services\Client\InputReferenceExpression.cs</Link>
  152. </Compile>
  153. <Compile Include="..\Client\System\Data\Services\Client\DataServiceKeyAttribute.cs">
  154. <Link>System\Data\Services\Client\DataServiceKeyAttribute.cs</Link>
  155. </Compile>
  156. <Compile Include="..\Client\System\Data\Services\Client\DataServiceEntityAttribute.cs">
  157. <Link>System\Data\Services\Client\DataServiceEntityAttribute.cs</Link>
  158. </Compile>
  159. <Compile Include="..\Client\System\Data\Services\Client\ALinq\OrderByQueryOptionExpression.cs">
  160. <Link>System\Data\Services\Client\OrderByQueryOptionExpression.cs</Link>
  161. </Compile>
  162. <Compile Include="..\Client\System\Data\Services\Client\ALinq\PathBox.cs">
  163. <Link>System\Data\Services\Client\PathBox.cs</Link>
  164. </Compile>
  165. <Compile Include="..\Client\System\Data\Services\Client\ALinq\ProjectionRewriter.cs">
  166. <Link>System\Data\Services\Client\ProjectionRewriter.cs</Link>
  167. </Compile>
  168. <Compile Include="..\Client\System\Data\Services\Client\ALinq\ProjectionAnalyzer.cs">
  169. <Link>System\Data\Services\Client\ProjectionAnalyzer.cs</Link>
  170. </Compile>
  171. <Compile Include="..\Client\System\Data\Services\Client\ALinq\QueryOptionExpression.cs">
  172. <Link>System\Data\Services\Client\QueryOptionExpression.cs</Link>
  173. </Compile>
  174. <Compile Include="..\Client\System\Data\Services\Client\ALinq\ResourceBinder.cs">
  175. <Link>System\Data\Services\Client\ResourceBinder.cs</Link>
  176. </Compile>
  177. <Compile Include="..\Client\System\Data\Services\Client\ALinq\ResourceExpressionType.cs">
  178. <Link>System\Data\Services\Client\ResourceExpressionType.cs</Link>
  179. </Compile>
  180. <Compile Include="..\Client\System\Data\Services\Client\ALinq\NavigationPropertySingletonExpression.cs">
  181. <Link>System\Data\Services\Client\NavigationPropertySingletonExpression.cs</Link>
  182. </Compile>
  183. <Compile Include="..\Client\System\Data\Services\Client\ALinq\ResourceSetExpression.cs">
  184. <Link>System\Data\Services\Client\ResourceSetExpression.cs</Link>
  185. </Compile>
  186. <Compile Include="..\Client\System\Data\Services\Client\ALinq\SkipQueryOptionExpression.cs">
  187. <Link>System\Data\Services\Client\SkipQueryOptionExpression.cs</Link>
  188. </Compile>
  189. <Compile Include="..\Client\System\Data\Services\Client\ALinq\TakeQueryOptionExpression.cs">
  190. <Link>System\Data\Services\Client\TakeQueryOptionExpression.cs</Link>
  191. </Compile>
  192. <Compile Include="..\Client\System\Data\Services\Client\ALinq\ProjectionQueryOptionExpression.cs">
  193. <Link>System\Data\Services\Client\ProjectionQueryOptionExpression.cs</Link>
  194. </Compile>
  195. <Compile Include="..\Client\System\Data\Services\Client\ALinq\TypeSystem.cs">
  196. <Link>System\Data\Services\Client\TypeSystem.cs</Link>
  197. </Compile>
  198. <Compile Include="..\Client\System\Data\Services\Client\ALinq\UriHelper.cs">
  199. <Link>System\Data\Services\Client\UriHelper.cs</Link>
  200. </Compile>
  201. <Compile Include="..\Client\System\Data\Services\Client\ALinq\ExpressionWriter.cs">
  202. <Link>System\Data\Services\Client\ExpressionWriter.cs</Link>
  203. </Compile>
  204. <Compile Include="..\Client\System\Data\Services\Client\ALinq\UriWriter.cs">
  205. <Link>System\Data\Services\Client\UriWriter.cs</Link>
  206. </Compile>
  207. <Compile Include="..\Client\System\Data\Services\Client\ALinq\QueryComponents.cs">
  208. <Link>System\Data\Services\Client\UriTranslateResult.cs</Link>
  209. </Compile>
  210. <Compile Include="..\Client\System\Data\Services\Client\ALinq\DataServiceExpressionVisitor.cs">
  211. <Link>System\Data\Services\Client\DataServiceExpressionVisitor.cs</Link>
  212. </Compile>
  213. <Compile Include="..\Client\System\Data\Services\Client\ALinq\DataServiceQueryProvider.cs">
  214. <Link>System\Data\Services\Client\DataServiceQueryProvider.cs</Link>
  215. </Compile>
  216. <Compile Include="..\Client\System\Data\Services\Client\ArraySet.cs">
  217. <Link>System\Data\Services\Client\ArraySet.cs</Link>
  218. </Compile>
  219. <Compile Include="..\Client\System\Data\Services\Client\AtomContentProperty.cs">
  220. <Link>System\Data\Services\Client\AtomContentProperty.cs</Link>
  221. </Compile>
  222. <Compile Include="..\Client\System\Data\Services\Client\AtomDataKind.cs">
  223. <Link>System\Data\Services\Client\AtomDataKind.cs</Link>
  224. </Compile>
  225. <Compile Include="..\Client\System\Data\Services\Client\AtomEntry.cs">
  226. <Link>System\Data\Services\Client\AtomEntry.cs</Link>
  227. </Compile>
  228. <Compile Include="..\Client\System\Data\Services\Client\AtomFeed.cs">
  229. <Link>System\Data\Services\Client\AtomFeed.cs</Link>
  230. </Compile>
  231. <Compile Include="..\Client\System\Data\Services\Client\AtomMaterializer.cs">
  232. <Link>System\Data\Services\Client\AtomMaterializer.cs</Link>
  233. </Compile>
  234. <Compile Include="..\Client\System\Data\Services\Client\AtomMaterializerLog.cs">
  235. <Link>System\Data\Services\Client\AtomMaterializerLog.cs</Link>
  236. </Compile>
  237. <Compile Include="..\Client\System\Data\Services\Client\AtomParser.cs">
  238. <Link>System\Data\Services\Client\AtomParser.cs</Link>
  239. </Compile>
  240. <Compile Include="..\Client\System\Data\Services\Client\BaseAsyncResult.cs">
  241. <Link>System\Data\Services\Client\BaseAsyncResult.cs</Link>
  242. </Compile>
  243. <Compile Include="..\Client\System\Data\Services\Client\BatchStream.cs">
  244. <Link>System\Data\Services\Client\BatchStream.cs</Link>
  245. </Compile>
  246. <Compile Include="..\Client\System\Data\Services\Client\BatchStreamState.cs">
  247. <Link>System\Data\Services\Client\BatchStreamState.cs</Link>
  248. </Compile>
  249. <Compile Include="..\Client\System\Data\Services\Client\LinkDescriptor.cs">
  250. <Link>System\Data\Services\Client\LinkDescriptor.cs</Link>
  251. </Compile>
  252. <Compile Include="..\Client\System\Data\Services\Client\ChangesetResponse.cs">
  253. <Link>System\Data\Services\Client\ChangesetResponse.cs</Link>
  254. </Compile>
  255. <Compile Include="..\Client\System\Data\Services\Client\ClientConvert.cs">
  256. <Link>System\Data\Services\Client\ClientConvert.cs</Link>
  257. </Compile>
  258. <Compile Include="..\Client\System\Data\Services\Client\ClientType.cs">
  259. <Link>System\Data\Services\Client\ClientType.cs</Link>
  260. </Compile>
  261. <Compile Include="..\Client\System\Data\Services\Client\DataServiceQuery.cs">
  262. <Link>System\Data\Services\Client\DataServiceQuery.cs</Link>
  263. </Compile>
  264. <Compile Include="..\Client\System\Data\Services\Client\DataServiceClientException.cs">
  265. <Link>System\Data\Services\Client\DataServiceClientException.cs</Link>
  266. </Compile>
  267. <Compile Include="..\Client\System\Data\Services\Client\DataServiceQueryException.cs">
  268. <Link>System\Data\Services\Client\DataServiceQueryException.cs</Link>
  269. </Compile>
  270. <Compile Include="..\Client\System\Data\Services\Client\DataServiceRequest.cs">
  271. <Link>System\Data\Services\Client\DataServiceRequest.cs</Link>
  272. </Compile>
  273. <Compile Include="..\Client\System\Data\Services\Client\DataServiceRequestArgs.cs">
  274. <Link>System\Data\Services\Client\DataServiceRequestArgs.cs</Link>
  275. </Compile>
  276. <Compile Include="..\Client\System\Data\Services\Client\DataServiceRequestException.cs">
  277. <Link>System\Data\Services\Client\DataServiceRequestException.cs</Link>
  278. </Compile>
  279. <Compile Include="..\Client\System\Data\Services\Client\DataServiceRequestOfT.cs">
  280. <Link>System\Data\Services\Client\DataServiceRequestOfT.cs</Link>
  281. </Compile>
  282. <Compile Include="..\Client\System\Data\Services\Client\DataServiceResponse.cs">
  283. <Link>System\Data\Services\Client\DataServiceResponse.cs</Link>
  284. </Compile>
  285. <Compile Include="..\Client\System\Data\Services\Client\DataServiceStreamResponse.cs">
  286. <Link>System\Data\Services\Client\DataServiceStreamResponse.cs</Link>
  287. </Compile>
  288. <Compile Include="..\Client\System\Data\Services\Client\Descriptor.cs">
  289. <Link>System\Data\Services\Client\Descriptor.cs</Link>
  290. </Compile>
  291. <Compile Include="..\Client\System\Data\Services\Client\EntityPropertyMappingAttribute.cs">
  292. <Link>System\Data\Services\Client\EntityPropertyMappingAttribute.cs</Link>
  293. </Compile>
  294. <Compile Include="..\Client\System\Data\Services\Client\Epm\EpmSyndicationContentSerializer.cs">
  295. <Link>System\Data\Services\Client\Epm\EpmSyndicationContentSerializer.cs</Link>
  296. </Compile>
  297. <Compile Include="..\Client\System\Data\Services\Client\GetReadStreamResult.cs">
  298. <Link>System\Data\Services\Client\GetReadStreamResult.cs</Link>
  299. </Compile>
  300. <Compile Include="..\Client\System\Data\Services\Client\OperationResponse.cs">
  301. <Link>System\Data\Services\Client\OperationResponse.cs</Link>
  302. </Compile>
  303. <Compile Include="..\Client\System\Data\Services\Client\QueryOperationResponseOfT.cs">
  304. <Link>System\Data\Services\Client\QueryOperationResponseOfT.cs</Link>
  305. </Compile>
  306. <Compile Include="..\Client\System\Data\Services\Client\QueryResponse.cs">
  307. <Link>System\Data\Services\Client\QueryResponse.cs</Link>
  308. </Compile>
  309. <Compile Include="..\Client\System\Data\Services\Client\Error.cs">
  310. <Link>System\Data\Services\Client\Error.cs</Link>
  311. </Compile>
  312. <Compile Include="..\Client\System\Data\Services\Client\MaterializeFromAtom.cs">
  313. <Link>System\Data\Services\Client\MaterializeFromAtom.cs</Link>
  314. </Compile>
  315. <Compile Include="..\Client\System\Data\Services\Client\MergeOption.cs">
  316. <Link>System\Data\Services\Client\MergeOption.cs</Link>
  317. </Compile>
  318. <Compile Include="..\Client\System\Data\Services\Client\OpenObject.cs">
  319. <Link>System\Data\Services\Client\OpenObject.cs</Link>
  320. </Compile>
  321. <Compile Include="..\Client\System\Data\Services\Client\OpenObjectAttribute.cs">
  322. <Link>System\Data\Services\Client\OpenObjectAttribute.cs</Link>
  323. </Compile>
  324. <Compile Include="..\Client\System\Data\Services\Client\QueryResult.cs">
  325. <Link>System\Data\Services\Client\QueryAsyncResult.cs</Link>
  326. </Compile>
  327. <Compile Include="..\Client\System\Data\Services\Client\EntityDescriptor.cs">
  328. <Link>System\Data\Services\Client\EntityDescriptor.cs</Link>
  329. </Compile>
  330. <Compile Include="..\Client\System\Data\Services\Client\EntityStates.cs">
  331. <Link>System\Data\Services\Client\EntityStates.cs</Link>
  332. </Compile>
  333. <Compile Include="..\Client\System\Data\Services\Client\SaveChangesOptions.cs">
  334. <Link>System\Data\Services\Client\SaveChangesOptions.cs</Link>
  335. </Compile>
  336. <Compile Include="..\Client\System\Data\Services\Client\SendingRequestEventArgs.cs">
  337. <Link>System\Data\Services\Client\SendingRequestEventArgs.cs</Link>
  338. </Compile>
  339. <Compile Include="..\Client\System\Data\Services\Client\Util.cs">
  340. <Link>System\Data\Services\Client\Util.cs</Link>
  341. </Compile>
  342. <Compile Include="..\Client\System\Data\Services\Client\DataServiceContext.cs">
  343. <Link>System\Data\Services\Client\DataServiceContext.cs</Link>
  344. </Compile>
  345. <Compile Include="..\Client\System\Data\Services\Client\DataServiceQueryOfT.cs">
  346. <Link>System\Data\Services\Client\DataServiceQueryOfT.cs</Link>
  347. </Compile>
  348. <Compile Include="..\Client\System\Data\Services\Client\WebUtil.cs">
  349. <Link>System\Data\Services\Client\WebUtil.cs</Link>
  350. </Compile>
  351. <Compile Include="..\Client\System\Data\Services\Client\XmlUtil.cs">
  352. <Link>System\Data\Services\Client\XmlUtil.cs</Link>
  353. </Compile>
  354. <Compile Include="..\Client\System\Data\Services\Client\Xml\XmlAtomErrorReader.cs">
  355. <Link>System\Data\Services\Client\Xml\XmlAtomErrorReader.cs</Link>
  356. </Compile>
  357. <Compile Include="..\Client\System\Data\Services\Client\Xml\XmlWrappingReader.cs">
  358. <Link>System\Data\Services\Client\Xml\XmlWrappingReader.cs</Link>
  359. </Compile>
  360. <Compile Include="..\Client\System\Data\Services\Client\Binding\BindingEntityInfo.cs">
  361. <Link>System\Data\Services\Client\Binding\BindingEntityInfo.cs</Link>
  362. </Compile>
  363. <Compile Include="..\Client\System\Data\Services\Client\Binding\BindingGraph.cs">
  364. <Link>System\Data\Services\Client\Binding\BindingGraph.cs</Link>
  365. </Compile>
  366. <Compile Include="..\Client\System\Data\Services\Client\Binding\BindingObserver.cs">
  367. <Link>System\Data\Services\Client\Binding\BindingObserver.cs</Link>
  368. </Compile>
  369. <Compile Include="..\Client\System\Data\Services\Client\Binding\BindingUtils.cs">
  370. <Link>System\Data\Services\Client\Binding\BindingUtils.cs</Link>
  371. </Compile>
  372. <Compile Include="..\Client\System\Data\Services\Client\Binding\DataServiceEntityAttribute.cs">
  373. <Link>System\Data\Services\Client\Binding\DataServiceEntityAttribute.cs</Link>
  374. </Compile>
  375. <Compile Include="..\Client\System\Data\Services\Client\Binding\DataServiceSaveChangesEventArgs.cs">
  376. <Link>System\Data\Services\Client\Binding\DataServiceSaveChangesEventArgs.cs</Link>
  377. </Compile>
  378. <Compile Include="..\Client\System\Data\Services\Client\Binding\EntityChangedParams.cs">
  379. <Link>System\Data\Services\Client\Binding\EntityChangedParams.cs</Link>
  380. </Compile>
  381. <Compile Include="..\Client\System\Data\Services\Client\Binding\EntityCollectionChangedParams.cs">
  382. <Link>System\Data\Services\Client\Binding\EntityCollectionChangedParams.cs</Link>
  383. </Compile>
  384. <Compile Include="..\Client\System\Data\Services\Client\Binding\DataServiceCollectionOfT.cs">
  385. <Link>System\Data\Services\Client\Binding\DataServiceCollectionOfT.cs</Link>
  386. </Compile>
  387. <Compile Include="..\Client\System\Data\Services\Client\Binding\LoadCompletedEventArgs.cs">
  388. <Link>System\Data\Services\Client\Binding\LoadCompletedEventArgs.cs</Link>
  389. </Compile>
  390. <Compile Include="System\Data\Services\Client\HttpStack.cs" />
  391. <Compile Include="System\Data\Services\Http\CaseInsensitiveAscii.cs" />
  392. <Compile Include="System\Data\Services\Http\ClientHttpWebRequest.cs" />
  393. <Compile Include="System\Data\Services\Http\ClientHttpWebResponse.cs" />
  394. <Compile Include="System\Data\Services\Http\ClientWebHeaderCollection.cs" />
  395. <Compile Include="System\Data\Services\Http\HeaderInfo.cs" />
  396. <Compile Include="System\Data\Services\Http\HeaderInfoTable.cs" />
  397. <Compile Include="System\Data\Services\Http\HttpHeaderToName.cs" />
  398. <Compile Include="System\Data\Services\Http\HttpRequestHeader.cs" />
  399. <Compile Include="System\Data\Services\Http\HttpRequestHeaderEnumToName.cs" />
  400. <Compile Include="System\Data\Services\Http\HttpStatusCode.cs" />
  401. <Compile Include="System\Data\Services\Http\HttpWebRequest.cs" />
  402. <Compile Include="System\Data\Services\Http\HttpWebResponse.cs" />
  403. <Compile Include="System\Data\Services\Http\NameValueFromDictionary.cs" />
  404. <Compile Include="System\Data\Services\Http\ScriptObjectUtility.cs" />
  405. <Compile Include="System\Data\Services\Http\ScriptXmlHttpRequest.cs" />
  406. <Compile Include="System\Data\Services\Http\ValidationHelper.cs" />
  407. <Compile Include="System\Data\Services\Http\WebException.cs" />
  408. <Compile Include="System\Data\Services\Http\WebExceptionStatus.cs" />
  409. <Compile Include="System\Data\Services\Http\WebHeaderCollection.cs" />
  410. <Compile Include="System\Data\Services\Http\WebHeaderCollectionType.cs" />
  411. <Compile Include="System\Data\Services\Http\WebParseError.cs" />
  412. <Compile Include="System\Data\Services\Http\WebRequest.cs" />
  413. <Compile Include="System\Data\Services\Http\WebResponse.cs" />
  414. <Compile Include="System\Data\Services\Http\XHRHttpWebRequest.cs" />
  415. <Compile Include="System\Data\Services\Http\XHRHttpWebResponse.cs" />
  416. <Compile Include="System\Data\Services\Http\XHRWebHeaderCollection.cs" />
  417. <Compile Include="System.Data.Services.Client.cs" />
  418. <Compile Include="Parameterized.System.Data.Services.Client.cs" />
  419. <Compile Include="AssemblyAttributes.cs" />
  420. </ItemGroup>
  421. <ItemGroup>
  422. <Folder Include="Properties\" />
  423. </ItemGroup>
  424. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.CSharp.targets" />
  425. <!-- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -->
  426. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  427. Other similar extension points exist, see Microsoft.Common.targets.
  428. <Target Name="BeforeBuild">
  429. </Target>
  430. <Target Name="AfterBuild">
  431. </Target>
  432. -->
  433. <ProjectExtensions>
  434. <VisualStudio>
  435. <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
  436. <SilverlightProjectProperties />
  437. </FlavorProperties>
  438. </VisualStudio>
  439. </ProjectExtensions>
  440. </Project>