System.Data.Services-net_2_0.csproj 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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>{09A92F36-0617-4D47-95BB-17AAB6588793}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699</NoWarn>
  11. <OutputPath>./../../class/lib/net_2_0</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>v2.0</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_1_1;NET_2_0;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_1_1;NET_2_0;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" /> </ItemGroup>
  73. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  74. Other similar extension points exist, see Microsoft.Common.targets.
  75. <Target Name="BeforeBuild">
  76. </Target>
  77. <Target Name="AfterBuild">
  78. </Target>
  79. -->
  80. <PropertyGroup>
  81. <PreBuildEvent>
  82. </PreBuildEvent>
  83. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  84. </PostBuildEvent>
  85. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  86. </PostBuildEvent>
  87. </PropertyGroup>
  88. <ItemGroup>
  89. <ProjectReference Include="..\corlib\corlib-net_2_0.csproj">
  90. <Project>{5A00133C-6D08-48F7-A164-8B796CE6DB83}</Project>
  91. <Name>corlib\corlib-net_2_0</Name>
  92. </ProjectReference>
  93. <ProjectReference Include="..\System\System-net_2_0-2.csproj">
  94. <Project>{1F3B168C-A4D0-44AA-B116-792D8804971F}</Project>
  95. <Name>System\System-net_2_0-2</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\System.Core\System.Core-net_2_0.csproj">
  98. <Project>{FBEC45AD-4493-41EA-9BCC-F3F29A08EB9E}</Project>
  99. <Name>System.Core\System.Core-net_2_0</Name>
  100. </ProjectReference>
  101. <ProjectReference Include="..\System.ServiceModel\System.ServiceModel-net_2_0.csproj">
  102. <Project>{DA50E37C-63DE-4049-9BE0-141BF1104E20}</Project>
  103. <Name>System.ServiceModel\System.ServiceModel-net_2_0</Name>
  104. </ProjectReference>
  105. <ProjectReference Include="..\System.ServiceModel.Web\System.ServiceModel.Web-net_2_0.csproj">
  106. <Project>{3C6EB10D-5929-4CB4-81F2-7984FCECCDAA}</Project>
  107. <Name>System.ServiceModel.Web\System.ServiceModel.Web-net_2_0</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\System.Data.Services.Client\System.Data.Services.Client-net_2_0.csproj">
  110. <Project>{2BD87584-B572-4E15-9941-93776CE3C901}</Project>
  111. <Name>System.Data.Services.Client\System.Data.Services.Client-net_2_0</Name>
  112. </ProjectReference>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <Folder Include="Properties\" />
  116. </ItemGroup>
  117. </Project>