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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2018-05-11 14:04:01 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-05-11 14:04:01 +0300
commit6c621e264075ae301b4bac27b433045471bc8c04 (patch)
tree2fc8f92f677ddfd292a1c282871967b3ebd12a4b /mcs/class/System.Data.Services
parentef102dcbb90f20f5ec8583290cf8e7829c2cad37 (diff)
Update csproj files
Diffstat (limited to 'mcs/class/System.Data.Services')
-rw-r--r--mcs/class/System.Data.Services/System.Data.Services.csproj46
1 files changed, 23 insertions, 23 deletions
diff --git a/mcs/class/System.Data.Services/System.Data.Services.csproj b/mcs/class/System.Data.Services/System.Data.Services.csproj
index 3d9235e4799..8f9aae53283 100644
--- a/mcs/class/System.Data.Services/System.Data.Services.csproj
+++ b/mcs/class/System.Data.Services/System.Data.Services.csproj
@@ -49,29 +49,6 @@
<Compile Include="..\..\build\common\Locale.cs" />
<Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
<Compile Include=".\Assembly\AssemblyInfo.cs" />
- <Compile Include=".\System.Data.Services\ChangeInterceptorAttribute.cs" />
- <Compile Include=".\System.Data.Services\DataService.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\ExpandSegment.cs" />
- <Compile Include=".\System.Data.Services\ExpandSegmentCollection.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\IgnorePropertiesAttribute.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\QueryInterceptorAttribute.cs" />
- <Compile Include=".\System.Data.Services\ServiceOperationRights.cs" />
- <Compile Include=".\System.Data.Services\SingleResultAttribute.cs" />
- <Compile Include=".\System.Data.Services\UpdateOperations.cs" />
<Compile Include="System.Data.Services.Internal\ExpandedWrapper`1.cs" />
<Compile Include="System.Data.Services.Internal\ExpandedWrapper`10.cs" />
<Compile Include="System.Data.Services.Internal\ExpandedWrapper`11.cs" />
@@ -114,12 +91,35 @@
<Compile Include="System.Data.Services.Providers\ServiceOperation.cs" />
<Compile Include="System.Data.Services.Providers\ServiceOperationParameter.cs" />
<Compile Include="System.Data.Services.Providers\ServiceOperationResultKind.cs" />
+ <Compile Include="System.Data.Services\ChangeInterceptorAttribute.cs" />
+ <Compile Include="System.Data.Services\DataService.cs" />
<Compile Include="System.Data.Services\DataServiceBehavior.cs" />
<Compile Include="System.Data.Services\DataServiceConfiguration.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\DataServiceOperationContext.cs" />
<Compile Include="System.Data.Services\DataServiceProcessingPipeline.cs" />
<Compile Include="System.Data.Services\DataServiceProcessingPipelineEventArgs.cs" />
+ <Compile Include="System.Data.Services\EntitySetRights.cs" />
+ <Compile Include="System.Data.Services\ETagAttribute.cs" />
+ <Compile Include="System.Data.Services\ExpandSegment.cs" />
+ <Compile Include="System.Data.Services\ExpandSegmentCollection.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\IDataServiceHost2.cs" />
+ <Compile Include="System.Data.Services\IExpandedResult.cs" />
+ <Compile Include="System.Data.Services\IExpandProvider.cs" />
+ <Compile Include="System.Data.Services\IgnorePropertiesAttribute.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\QueryInterceptorAttribute.cs" />
+ <Compile Include="System.Data.Services\ServiceOperationRights.cs" />
+ <Compile Include="System.Data.Services\SingleResultAttribute.cs" />
+ <Compile Include="System.Data.Services\UpdateOperations.cs" />
</ItemGroup>
<!-- @ALL_SOURCES@ -->
<!-- @COMMON_PROJECT_REFERENCES@ -->