System.Data.Services.Client-net_4_x.csproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  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>{2FFB9A8F-DB7B-41FF-9398-15DF81AE1BC8}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699</NoWarn>
  11. <OutputPath>./../../class/lib/net_4_x</OutputPath>
  12. <IntermediateOutputPath>obj-net_4_x</IntermediateOutputPath>
  13. <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
  14. <NoStdLib>True</NoStdLib>
  15. <NoConfig>True</NoConfig>
  16. <AppDesignerFolder>Properties</AppDesignerFolder>
  17. <RootNamespace>
  18. </RootNamespace>
  19. <AssemblyName>System.Data.Services.Client</AssemblyName>
  20. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  21. <FileAlignment>512</FileAlignment>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <NoWarn>1699</NoWarn>
  27. <Optimize>false</Optimize>
  28. <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE;NET_3_5</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <NoWarn>1699</NoWarn>
  35. <Optimize>true</Optimize>
  36. <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE;NET_3_5</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
  41. Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
  42. is a problem to compile the Mono mscorlib.dll -->
  43. <PropertyGroup>
  44. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  45. </PropertyGroup>
  46. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  47. <ItemGroup>
  48. <Compile Include="..\..\build\common\Consts.cs" />
  49. <Compile Include=".\Assembly\AssemblyInfo.cs" />
  50. <Compile Include=".\Client\Parameterized.System.Data.Services.Client.cs" />
  51. <Compile Include=".\Client\System.Data.Services.Client.cs" />
  52. <Compile Include=".\Client\System\Data\Services\Client\ALinq\DataServiceExpressionVisitor.cs" />
  53. <Compile Include=".\Client\System\Data\Services\Client\ALinq\DataServiceQueryProvider.cs" />
  54. <Compile Include=".\Client\System\Data\Services\Client\ALinq\Evaluator.cs" />
  55. <Compile Include=".\Client\System\Data\Services\Client\ALinq\ExpressionNormalizer.cs" />
  56. <Compile Include=".\Client\System\Data\Services\Client\ALinq\ExpressionVisitor.cs" />
  57. <Compile Include=".\Client\System\Data\Services\Client\ALinq\ExpressionWriter.cs" />
  58. <Compile Include=".\Client\System\Data\Services\Client\ALinq\FilterQueryOptionExpression.cs" />
  59. <Compile Include=".\Client\System\Data\Services\Client\ALinq\InputBinder.cs" />
  60. <Compile Include=".\Client\System\Data\Services\Client\ALinq\InputReferenceExpression.cs" />
  61. <Compile Include=".\Client\System\Data\Services\Client\ALinq\NavigationPropertySingletonExpression.cs" />
  62. <Compile Include=".\Client\System\Data\Services\Client\ALinq\OrderByQueryOptionExpression.cs" />
  63. <Compile Include=".\Client\System\Data\Services\Client\ALinq\ParameterReplacerVisitor.cs" />
  64. <Compile Include=".\Client\System\Data\Services\Client\ALinq\PathBox.cs" />
  65. <Compile Include=".\Client\System\Data\Services\Client\ALinq\ProjectionAnalyzer.cs" />
  66. <Compile Include=".\Client\System\Data\Services\Client\ALinq\ProjectionQueryOptionExpression.cs" />
  67. <Compile Include=".\Client\System\Data\Services\Client\ALinq\ProjectionRewriter.cs" />
  68. <Compile Include=".\Client\System\Data\Services\Client\ALinq\QueryComponents.cs" />
  69. <Compile Include=".\Client\System\Data\Services\Client\ALinq\QueryOptionExpression.cs" />
  70. <Compile Include=".\Client\System\Data\Services\Client\ALinq\ReflectionUtil.cs" />
  71. <Compile Include=".\Client\System\Data\Services\Client\ALinq\ResourceBinder.cs" />
  72. <Compile Include=".\Client\System\Data\Services\Client\ALinq\ResourceExpression.cs" />
  73. <Compile Include=".\Client\System\Data\Services\Client\ALinq\ResourceExpressionType.cs" />
  74. <Compile Include=".\Client\System\Data\Services\Client\ALinq\ResourceSetExpression.cs" />
  75. <Compile Include=".\Client\System\Data\Services\Client\ALinq\SkipQueryOptionExpression.cs" />
  76. <Compile Include=".\Client\System\Data\Services\Client\ALinq\TakeQueryOptionExpression.cs" />
  77. <Compile Include=".\Client\System\Data\Services\Client\ALinq\TypeSystem.cs" />
  78. <Compile Include=".\Client\System\Data\Services\Client\ALinq\UriHelper.cs" />
  79. <Compile Include=".\Client\System\Data\Services\Client\ALinq\UriWriter.cs" />
  80. <Compile Include=".\Client\System\Data\Services\Client\ArraySet.cs" />
  81. <Compile Include=".\Client\System\Data\Services\Client\AtomContentProperty.cs" />
  82. <Compile Include=".\Client\System\Data\Services\Client\AtomDataKind.cs" />
  83. <Compile Include=".\Client\System\Data\Services\Client\AtomEntry.cs" />
  84. <Compile Include=".\Client\System\Data\Services\Client\AtomFeed.cs" />
  85. <Compile Include=".\Client\System\Data\Services\Client\AtomMaterializer.cs" />
  86. <Compile Include=".\Client\System\Data\Services\Client\AtomMaterializerLog.cs" />
  87. <Compile Include=".\Client\System\Data\Services\Client\AtomParser.cs" />
  88. <Compile Include=".\Client\System\Data\Services\Client\BaseAsyncResult.cs" />
  89. <Compile Include=".\Client\System\Data\Services\Client\BatchStream.cs" />
  90. <Compile Include=".\Client\System\Data\Services\Client\BatchStreamState.cs" />
  91. <Compile Include=".\Client\System\Data\Services\Client\Binding\BindingEntityInfo.cs" />
  92. <Compile Include=".\Client\System\Data\Services\Client\Binding\BindingGraph.cs" />
  93. <Compile Include=".\Client\System\Data\Services\Client\Binding\BindingObserver.cs" />
  94. <Compile Include=".\Client\System\Data\Services\Client\Binding\BindingUtils.cs" />
  95. <Compile Include=".\Client\System\Data\Services\Client\Binding\DataServiceCollectionOfT.cs" />
  96. <Compile Include=".\Client\System\Data\Services\Client\Binding\DataServiceEntityAttribute.cs" />
  97. <Compile Include=".\Client\System\Data\Services\Client\Binding\DataServiceSaveChangesEventArgs.cs" />
  98. <Compile Include=".\Client\System\Data\Services\Client\Binding\EntityChangedParams.cs" />
  99. <Compile Include=".\Client\System\Data\Services\Client\Binding\EntityCollectionChangedParams.cs" />
  100. <Compile Include=".\Client\System\Data\Services\Client\Binding\LoadCompletedEventArgs.cs" />
  101. <Compile Include=".\Client\System\Data\Services\Client\ChangesetResponse.cs" />
  102. <Compile Include=".\Client\System\Data\Services\Client\ClientConvert.cs" />
  103. <Compile Include=".\Client\System\Data\Services\Client\ClientType.cs" />
  104. <Compile Include=".\Client\System\Data\Services\Client\DataServiceClientException.cs" />
  105. <Compile Include=".\Client\System\Data\Services\Client\DataServiceContext.cs" />
  106. <Compile Include=".\Client\System\Data\Services\Client\DataServiceEntityAttribute.cs" />
  107. <Compile Include=".\Client\System\Data\Services\Client\DataServiceKeyAttribute.cs" />
  108. <Compile Include=".\Client\System\Data\Services\Client\DataServiceProtocolVersion.cs" />
  109. <Compile Include=".\Client\System\Data\Services\Client\DataServiceQuery.cs" />
  110. <Compile Include=".\Client\System\Data\Services\Client\DataServiceQueryContinuation.cs" />
  111. <Compile Include=".\Client\System\Data\Services\Client\DataServiceQueryException.cs" />
  112. <Compile Include=".\Client\System\Data\Services\Client\DataServiceQueryOfT.cs" />
  113. <Compile Include=".\Client\System\Data\Services\Client\DataServiceRequest.cs" />
  114. <Compile Include=".\Client\System\Data\Services\Client\DataServiceRequestArgs.cs" />
  115. <Compile Include=".\Client\System\Data\Services\Client\DataServiceRequestException.cs" />
  116. <Compile Include=".\Client\System\Data\Services\Client\DataServiceRequestOfT.cs" />
  117. <Compile Include=".\Client\System\Data\Services\Client\DataServiceResponse.cs" />
  118. <Compile Include=".\Client\System\Data\Services\Client\DataServiceStreamResponse.cs" />
  119. <Compile Include=".\Client\System\Data\Services\Client\Descriptor.cs" />
  120. <Compile Include=".\Client\System\Data\Services\Client\EntityDescriptor.cs" />
  121. <Compile Include=".\Client\System\Data\Services\Client\EntityPropertyMappingAttribute.cs" />
  122. <Compile Include=".\Client\System\Data\Services\Client\EntityStates.cs" />
  123. <Compile Include=".\Client\System\Data\Services\Client\Epm\EpmSyndicationContentSerializer.cs" />
  124. <Compile Include=".\Client\System\Data\Services\Client\Error.cs" />
  125. <Compile Include=".\Client\System\Data\Services\Client\GetReadStreamResult.cs" />
  126. <Compile Include=".\Client\System\Data\Services\Client\HasStreamAttribute.cs" />
  127. <Compile Include=".\Client\System\Data\Services\Client\LinkDescriptor.cs" />
  128. <Compile Include=".\Client\System\Data\Services\Client\MaterializeFromAtom.cs" />
  129. <Compile Include=".\Client\System\Data\Services\Client\MediaEntryAttribute.cs" />
  130. <Compile Include=".\Client\System\Data\Services\Client\MemberAssignmentAnalysis.cs" />
  131. <Compile Include=".\Client\System\Data\Services\Client\MergeOption.cs" />
  132. <Compile Include=".\Client\System\Data\Services\Client\MimeTypePropertyAttribute.cs" />
  133. <Compile Include=".\Client\System\Data\Services\Client\OpenObject.cs" />
  134. <Compile Include=".\Client\System\Data\Services\Client\OpenObjectAttribute.cs" />
  135. <Compile Include=".\Client\System\Data\Services\Client\OperationResponse.cs" />
  136. <Compile Include=".\Client\System\Data\Services\Client\ProjectionPath.cs" />
  137. <Compile Include=".\Client\System\Data\Services\Client\ProjectionPathBuilder.cs" />
  138. <Compile Include=".\Client\System\Data\Services\Client\ProjectionPathSegment.cs" />
  139. <Compile Include=".\Client\System\Data\Services\Client\ProjectionPlan.cs" />
  140. <Compile Include=".\Client\System\Data\Services\Client\ProjectionPlanCompiler.cs" />
  141. <Compile Include=".\Client\System\Data\Services\Client\QueryOperationResponseOfT.cs" />
  142. <Compile Include=".\Client\System\Data\Services\Client\QueryResponse.cs" />
  143. <Compile Include=".\Client\System\Data\Services\Client\QueryResult.cs" />
  144. <Compile Include=".\Client\System\Data\Services\Client\ReadingWritingEntityEventArgs.cs" />
  145. <Compile Include=".\Client\System\Data\Services\Client\ReferenceEqualityComparer.cs" />
  146. <Compile Include=".\Client\System\Data\Services\Client\SaveChangesOptions.cs" />
  147. <Compile Include=".\Client\System\Data\Services\Client\SendingRequestEventArgs.cs" />
  148. <Compile Include=".\Client\System\Data\Services\Client\Util.cs" />
  149. <Compile Include=".\Client\System\Data\Services\Client\WebUtil.cs" />
  150. <Compile Include=".\Client\System\Data\Services\Client\Xml\XmlAtomErrorReader.cs" />
  151. <Compile Include=".\Client\System\Data\Services\Client\Xml\XmlWrappingReader.cs" />
  152. <Compile Include=".\Client\System\Data\Services\Client\XmlUtil.cs" />
  153. <Compile Include=".\Server\System\Data\Services\Epm\EpmContentSerializerBase.cs" />
  154. <Compile Include=".\Server\System\Data\Services\Epm\EpmCustomContentSerializer.cs" />
  155. <Compile Include=".\Server\System\Data\Services\Epm\EpmCustomContentWriterNodeData.cs" />
  156. <Compile Include=".\Server\System\Data\Services\Epm\EpmSourcePathSegment.cs" />
  157. <Compile Include=".\Server\System\Data\Services\Epm\EpmSourceTree.cs" />
  158. <Compile Include=".\Server\System\Data\Services\Epm\EpmTargetPathSegment.cs" />
  159. <Compile Include=".\Server\System\Data\Services\Epm\EpmTargetTree.cs" />
  160. <Compile Include=".\Server\System\Data\Services\HttpProcessUtility.cs" />
  161. <Compile Include=".\Server\System\Data\Services\Parsing\WebConvert.cs" />
  162. <Compile Include=".\Server\System\Data\Services\Providers\EntityPropertyMappingInfo.cs" />
  163. <Compile Include=".\Server\System\Data\Services\XmlConstants.cs" /> </ItemGroup>
  164. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  165. Other similar extension points exist, see Microsoft.Common.targets.
  166. <Target Name="BeforeBuild">
  167. </Target>
  168. <Target Name="AfterBuild">
  169. </Target>
  170. -->
  171. <PropertyGroup>
  172. <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  173. resgen $(ProjectDir)\Client\System.Data.Services.Client.txt $(ProjectDir)\Client\System.Data.Services.Client.resx
  174. </PreBuildEvent>
  175. <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  176. resgen $(ProjectDir)\Client\System.Data.Services.Client.txt $(ProjectDir)\Client\System.Data.Services.Client.resx
  177. </PreBuildEvent>
  178. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  179. </PostBuildEvent>
  180. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  181. </PostBuildEvent>
  182. </PropertyGroup>
  183. <ItemGroup>
  184. <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
  185. <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
  186. <Name>corlib-net_4_x</Name>
  187. </ProjectReference>
  188. <ProjectReference Include="../System/System-net_4_x.csproj">
  189. <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
  190. <Name>System-net_4_x</Name>
  191. </ProjectReference>
  192. <ProjectReference Include="../System.Core/System.Core-net_4_x.csproj">
  193. <Project>{359142A1-D80F-401E-AA64-7167C9317649}</Project>
  194. <Name>System.Core-net_4_x</Name>
  195. </ProjectReference>
  196. <ProjectReference Include="../System.Xml.Linq/System.Xml.Linq-net_4_x.csproj">
  197. <Project>{526286D5-38D9-4579-B001-471440D57752}</Project>
  198. <Name>System.Xml.Linq-net_4_x</Name>
  199. </ProjectReference>
  200. <ProjectReference Include="../System.Data/System.Data-net_4_x.csproj">
  201. <Project>{EC439BB8-FFED-4A32-A05D-2FA3A70CAD64}</Project>
  202. <Name>System.Data-net_4_x</Name>
  203. </ProjectReference>
  204. <ProjectReference Include="../System.XML/System.Xml-net_4_x.csproj">
  205. <Project>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</Project>
  206. <Name>System.Xml-net_4_x</Name>
  207. </ProjectReference>
  208. <ProjectReference Include="../WindowsBase/WindowsBase-net_4_x.csproj">
  209. <Project>{A8F39368-ECD9-41A5-A562-CC7C82B3CC86}</Project>
  210. <Name>WindowsBase-net_4_x</Name>
  211. </ProjectReference>
  212. </ItemGroup>
  213. <ItemGroup>
  214. <Folder Include="Properties\" />
  215. </ItemGroup>
  216. <ItemGroup>
  217. <EmbeddedResource Include="Client/System.Data.Services.Client.resx">
  218. <LogicalName>System.Data.Services.Client.resources</LogicalName>
  219. </EmbeddedResource>
  220. </ItemGroup>
  221. </Project>