Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Data.Services/System.Data.Services-net_2_0.csproj')
-rw-r--r--mcs/class/System.Data.Services/System.Data.Services-net_2_0.csproj36
1 files changed, 20 insertions, 16 deletions
diff --git a/mcs/class/System.Data.Services/System.Data.Services-net_2_0.csproj b/mcs/class/System.Data.Services/System.Data.Services-net_2_0.csproj
index 75e6d218c5a..8cf2d73ddb0 100644
--- a/mcs/class/System.Data.Services/System.Data.Services-net_2_0.csproj
+++ b/mcs/class/System.Data.Services/System.Data.Services-net_2_0.csproj
@@ -41,33 +41,33 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ItemGroup>
+ <Compile Include=".\Assembly\AssemblyInfo.cs" />
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
<Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include=".\Assembly\AssemblyInfo.cs" />
- <Compile Include=".\System.Data.Services\IUpdatable.cs" />
- <Compile Include=".\System.Data.Services\ETagAttribute.cs" />
- <Compile Include=".\System.Data.Services\UpdateOperations.cs" />
- <Compile Include=".\System.Data.Services\HandleExceptionArgs.cs" />
- <Compile Include=".\System.Data.Services\DataServiceHostFactory.cs" />
- <Compile Include=".\System.Data.Services\ExpandSegment.cs" />
- <Compile Include=".\System.Data.Services\IExpandedResult.cs" />
<Compile Include=".\System.Data.Services\ChangeInterceptorAttribute.cs" />
<Compile Include=".\System.Data.Services\DataService.cs" />
- <Compile Include=".\System.Data.Services\QueryInterceptorAttribute.cs" />
+ <Compile Include=".\System.Data.Services\DataServiceException.cs" />
+ <Compile Include=".\System.Data.Services\DataServiceHost.cs" />
+ <Compile Include=".\System.Data.Services\DataServiceHostFactory.cs" />
+ <Compile Include=".\System.Data.Services\EntitySetRights.cs" />
+ <Compile Include=".\System.Data.Services\ETagAttribute.cs" />
<Compile Include=".\System.Data.Services\ExpandSegmentCollection.cs" />
+ <Compile Include=".\System.Data.Services\ExpandSegment.cs" />
+ <Compile Include=".\System.Data.Services\HandleExceptionArgs.cs" />
<Compile Include=".\System.Data.Services\IDataServiceConfiguration.cs" />
+ <Compile Include=".\System.Data.Services\IDataServiceHost.cs" />
+ <Compile Include=".\System.Data.Services\IExpandedResult.cs" />
<Compile Include=".\System.Data.Services\IExpandProvider.cs" />
- <Compile Include=".\System.Data.Services\IRequestHandler.cs" />
- <Compile Include=".\System.Data.Services\DataServiceHost.cs" />
- <Compile Include=".\System.Data.Services\SingleResultAttribute.cs" />
- <Compile Include=".\System.Data.Services\EntitySetRights.cs" />
- <Compile Include=".\System.Data.Services\ServiceOperationRights.cs" />
<Compile Include=".\System.Data.Services\IgnorePropertiesAttribute.cs" />
- <Compile Include=".\System.Data.Services\IDataServiceHost.cs" />
+ <Compile Include=".\System.Data.Services\IRequestHandler.cs" />
+ <Compile Include=".\System.Data.Services\IUpdatable.cs" />
<Compile Include=".\System.Data.Services\MimeTypeAttribute.cs" />
<Compile Include=".\System.Data.Services\ProcessRequestArgs.cs" />
- <Compile Include=".\System.Data.Services\DataServiceException.cs" />
+ <Compile Include=".\System.Data.Services\QueryInterceptorAttribute.cs" />
+ <Compile Include=".\System.Data.Services\ServiceOperationRights.cs" />
+ <Compile Include=".\System.Data.Services\SingleResultAttribute.cs" />
+ <Compile Include=".\System.Data.Services\UpdateOperations.cs" />
</ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
@@ -101,6 +101,10 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\\lib\build\System.ServiceModel.Web.dll</HintPath>
</Reference>
+ <Reference Include="System.Data.Services.Client.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\System.Data.Services.Client.dll</HintPath>
+ </Reference>
</ItemGroup>
<ItemGroup>