System.Data.Services.Client.csproj 13 KB

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