System.Data.Services.Client-net_4_5.csproj 13 KB

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