System.Data.Services-net_4_5.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  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>{F3B101A1-2CC5-416E-9C64-AABAB5D4A625}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699</NoWarn>
  11. <OutputPath>./../../class/lib/net_4_5</OutputPath>
  12. <NoStdLib>True</NoStdLib>
  13. <NoConfig>True</NoConfig>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>
  16. </RootNamespace>
  17. <AssemblyName>System.Data.Services</AssemblyName>
  18. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  19. <FileAlignment>512</FileAlignment>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <NoWarn>1699</NoWarn>
  25. <Optimize>false</Optimize>
  26. <DefineConstants>DEBUG;TRACE;NET_4_0;NET_4_5;MONO;DISABLE_CAS_USE;NET_3_5</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <NoWarn>1699</NoWarn>
  33. <Optimize>true</Optimize>
  34. <DefineConstants>NET_4_0;NET_4_5;MONO;DISABLE_CAS_USE;NET_3_5</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
  39. Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
  40. is a problem to compile the Mono mscorlib.dll -->
  41. <PropertyGroup>
  42. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  43. </PropertyGroup>
  44. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  45. <ItemGroup>
  46. <Compile Include="..\..\build\common\Consts.cs" />
  47. <Compile Include="..\..\build\common\Locale.cs" />
  48. <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
  49. <Compile Include=".\Assembly\AssemblyInfo.cs" />
  50. <Compile Include=".\System.Data.Services\ChangeInterceptorAttribute.cs" />
  51. <Compile Include=".\System.Data.Services\DataService.cs" />
  52. <Compile Include=".\System.Data.Services\DataServiceException.cs" />
  53. <Compile Include=".\System.Data.Services\DataServiceHost.cs" />
  54. <Compile Include=".\System.Data.Services\DataServiceHostFactory.cs" />
  55. <Compile Include=".\System.Data.Services\EntitySetRights.cs" />
  56. <Compile Include=".\System.Data.Services\ETagAttribute.cs" />
  57. <Compile Include=".\System.Data.Services\ExpandSegment.cs" />
  58. <Compile Include=".\System.Data.Services\ExpandSegmentCollection.cs" />
  59. <Compile Include=".\System.Data.Services\HandleExceptionArgs.cs" />
  60. <Compile Include=".\System.Data.Services\IDataServiceConfiguration.cs" />
  61. <Compile Include=".\System.Data.Services\IDataServiceHost.cs" />
  62. <Compile Include=".\System.Data.Services\IExpandedResult.cs" />
  63. <Compile Include=".\System.Data.Services\IExpandProvider.cs" />
  64. <Compile Include=".\System.Data.Services\IgnorePropertiesAttribute.cs" />
  65. <Compile Include=".\System.Data.Services\IRequestHandler.cs" />
  66. <Compile Include=".\System.Data.Services\IUpdatable.cs" />
  67. <Compile Include=".\System.Data.Services\MimeTypeAttribute.cs" />
  68. <Compile Include=".\System.Data.Services\ProcessRequestArgs.cs" />
  69. <Compile Include=".\System.Data.Services\QueryInterceptorAttribute.cs" />
  70. <Compile Include=".\System.Data.Services\ServiceOperationRights.cs" />
  71. <Compile Include=".\System.Data.Services\SingleResultAttribute.cs" />
  72. <Compile Include=".\System.Data.Services\UpdateOperations.cs" />
  73. <Compile Include="System.Data.Services.Internal\ExpandedWrapper`1.cs" />
  74. <Compile Include="System.Data.Services.Internal\ExpandedWrapper`10.cs" />
  75. <Compile Include="System.Data.Services.Internal\ExpandedWrapper`11.cs" />
  76. <Compile Include="System.Data.Services.Internal\ExpandedWrapper`12.cs" />
  77. <Compile Include="System.Data.Services.Internal\ExpandedWrapper`13.cs" />
  78. <Compile Include="System.Data.Services.Internal\ExpandedWrapper`2.cs" />
  79. <Compile Include="System.Data.Services.Internal\ExpandedWrapper`3.cs" />
  80. <Compile Include="System.Data.Services.Internal\ExpandedWrapper`4.cs" />
  81. <Compile Include="System.Data.Services.Internal\ExpandedWrapper`5.cs" />
  82. <Compile Include="System.Data.Services.Internal\ExpandedWrapper`6.cs" />
  83. <Compile Include="System.Data.Services.Internal\ExpandedWrapper`7.cs" />
  84. <Compile Include="System.Data.Services.Internal\ExpandedWrapper`8.cs" />
  85. <Compile Include="System.Data.Services.Internal\ExpandedWrapper`9.cs" />
  86. <Compile Include="System.Data.Services.Internal\ProjectedWrapper.cs" />
  87. <Compile Include="System.Data.Services.Internal\ProjectedWrapper0.cs" />
  88. <Compile Include="System.Data.Services.Internal\ProjectedWrapper1.cs" />
  89. <Compile Include="System.Data.Services.Internal\ProjectedWrapper2.cs" />
  90. <Compile Include="System.Data.Services.Internal\ProjectedWrapper3.cs" />
  91. <Compile Include="System.Data.Services.Internal\ProjectedWrapper4.cs" />
  92. <Compile Include="System.Data.Services.Internal\ProjectedWrapper5.cs" />
  93. <Compile Include="System.Data.Services.Internal\ProjectedWrapper6.cs" />
  94. <Compile Include="System.Data.Services.Internal\ProjectedWrapper7.cs" />
  95. <Compile Include="System.Data.Services.Internal\ProjectedWrapper8.cs" />
  96. <Compile Include="System.Data.Services.Internal\ProjectedWrapperMany.cs" />
  97. <Compile Include="System.Data.Services.Internal\ProjectedWrapperManyEnd.cs" />
  98. <Compile Include="System.Data.Services.Providers\DataServiceProviderMethods.cs" />
  99. <Compile Include="System.Data.Services.Providers\IDataServiceMetadataProvider.cs" />
  100. <Compile Include="System.Data.Services.Providers\IDataServicePagingProvider.cs" />
  101. <Compile Include="System.Data.Services.Providers\IDataServiceQueryProvider.cs" />
  102. <Compile Include="System.Data.Services.Providers\IDataServiceStreamProvider.cs" />
  103. <Compile Include="System.Data.Services.Providers\IDataServiceUpdateProvider.cs" />
  104. <Compile Include="System.Data.Services.Providers\OpenTypeMethods.cs" />
  105. <Compile Include="System.Data.Services.Providers\ResourceAssociationSet.cs" />
  106. <Compile Include="System.Data.Services.Providers\ResourceAssociationSetEnd.cs" />
  107. <Compile Include="System.Data.Services.Providers\ResourceProperty.cs" />
  108. <Compile Include="System.Data.Services.Providers\ResourcePropertyKind.cs" />
  109. <Compile Include="System.Data.Services.Providers\ResourceSet.cs" />
  110. <Compile Include="System.Data.Services.Providers\ResourceType.cs" />
  111. <Compile Include="System.Data.Services.Providers\ResourceTypeKind.cs" />
  112. <Compile Include="System.Data.Services.Providers\ServiceOperation.cs" />
  113. <Compile Include="System.Data.Services.Providers\ServiceOperationParameter.cs" />
  114. <Compile Include="System.Data.Services.Providers\ServiceOperationResultKind.cs" />
  115. <Compile Include="System.Data.Services\DataServiceBehavior.cs" />
  116. <Compile Include="System.Data.Services\DataServiceConfiguration.cs" />
  117. <Compile Include="System.Data.Services\DataServiceOperationContext.cs" />
  118. <Compile Include="System.Data.Services\DataServiceProcessingPipeline.cs" />
  119. <Compile Include="System.Data.Services\DataServiceProcessingPipelineEventArgs.cs" />
  120. <Compile Include="System.Data.Services\IDataServiceHost2.cs" /> </ItemGroup>
  121. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  122. Other similar extension points exist, see Microsoft.Common.targets.
  123. <Target Name="BeforeBuild">
  124. </Target>
  125. <Target Name="AfterBuild">
  126. </Target>
  127. -->
  128. <PropertyGroup>
  129. <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  130. </PreBuildEvent>
  131. <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  132. </PreBuildEvent>
  133. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  134. </PostBuildEvent>
  135. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  136. </PostBuildEvent>
  137. </PropertyGroup>
  138. <ItemGroup>
  139. <ProjectReference Include="../corlib/corlib-net_4_5.csproj">
  140. <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
  141. <Name>corlib-net_4_5</Name>
  142. </ProjectReference>
  143. <ProjectReference Include="../System/System-net_4_5.csproj">
  144. <Project>{FFAC0B73-D997-493B-9C62-27656CD858BB}</Project>
  145. <Name>System-net_4_5</Name>
  146. </ProjectReference>
  147. <ProjectReference Include="../System.Core/System.Core-net_4_5.csproj">
  148. <Project>{D92530F4-3F2B-4351-BD21-9D6BEE6D2A4E}</Project>
  149. <Name>System.Core-net_4_5</Name>
  150. </ProjectReference>
  151. <ProjectReference Include="../System.ServiceModel/System.ServiceModel-net_4_5.csproj">
  152. <Project>{F2156C09-C377-4945-A690-39CFBF3319B3}</Project>
  153. <Name>System.ServiceModel-net_4_5</Name>
  154. </ProjectReference>
  155. <ProjectReference Include="../System.ServiceModel.Web/System.ServiceModel.Web-net_4_5.csproj">
  156. <Project>{BD4DF654-42EE-40E8-A3F4-8A80959E7879}</Project>
  157. <Name>System.ServiceModel.Web-net_4_5</Name>
  158. </ProjectReference>
  159. <ProjectReference Include="../System.Data.Services.Client/System.Data.Services.Client-net_4_5.csproj">
  160. <Project>{E9B87AE3-9A05-4146-83CC-082BE32D8EB2}</Project>
  161. <Name>System.Data.Services.Client-net_4_5</Name>
  162. </ProjectReference>
  163. <ProjectReference Include="../System.ServiceModel.Activation/System.ServiceModel.Activation-net_4_5.csproj">
  164. <Project>{E537F31B-BCB7-4935-ABF3-DF2FAC48DCB3}</Project>
  165. <Name>System.ServiceModel.Activation-net_4_5</Name>
  166. </ProjectReference>
  167. </ItemGroup>
  168. <ItemGroup>
  169. <Folder Include="Properties\" />
  170. </ItemGroup>
  171. </Project>