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:
authorMarek Safar <marek.safar@gmail.com>2013-02-07 19:33:49 +0400
committerMarek Safar <marek.safar@gmail.com>2013-02-07 19:34:23 +0400
commit78318771d52403e6b0588eb04dd8f74afa7f43f8 (patch)
tree348729d49b56c64b5974cb5465a862cb921f734a /mcs/class/System.Data.Services.Client
parent425d8ff70911438c1600912e5dfed0a0c7437491 (diff)
Update csproj files
Diffstat (limited to 'mcs/class/System.Data.Services.Client')
-rw-r--r--mcs/class/System.Data.Services.Client/System.Data.Services.Client-net_2_0.csproj334
-rw-r--r--mcs/class/System.Data.Services.Client/System.Data.Services.Client-net_4_0.csproj338
-rw-r--r--mcs/class/System.Data.Services.Client/System.Data.Services.Client-net_4_5.csproj338
3 files changed, 508 insertions, 502 deletions
diff --git a/mcs/class/System.Data.Services.Client/System.Data.Services.Client-net_2_0.csproj b/mcs/class/System.Data.Services.Client/System.Data.Services.Client-net_2_0.csproj
index 2a82211566c..46b9657b057 100644
--- a/mcs/class/System.Data.Services.Client/System.Data.Services.Client-net_2_0.csproj
+++ b/mcs/class/System.Data.Services.Client/System.Data.Services.Client-net_2_0.csproj
@@ -5,22 +5,21 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
+ <ProjectGuid>{02B01211-8A74-4C78-825B-05AEB24C2B22}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
- <OutputPath>./../../class/lib/net_2_0</OutputPath>
- <NoStdLib>true</NoStdLib>
+ <OutputPath>bin\Debug\System.Data.Services.Client-net_2_0</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>True</NoConfig>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace></RootNamespace>
+ <RootNamespace>
+ </RootNamespace>
<AssemblyName>System.Data.Services.Client</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
- <!-- Filter out System.Core added by: Microsoft.NETFramework.props -->
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<NoWarn>1699</NoWarn>
@@ -28,138 +27,139 @@
<DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_5</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<NoWarn>1699</NoWarn>
<Optimize>true</Optimize>
<DefineConstants>NET_1_1;NET_2_0;NET_3_5</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>
+ </PropertyGroup>
+ <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
+ Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
+ is a problem to compile the Mono mscorlib.dll -->
+ <PropertyGroup>
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ItemGroup>
- <Compile Include=".\Assembly\AssemblyInfo.cs" />
- <Compile Include=".\Client\AssemblyAttributes.cs" />
- <Compile Include=".\Client\Parameterized.System.Data.Services.Client.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\DataServiceExpressionVisitor.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\DataServiceQueryProvider.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\Evaluator.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ExpressionNormalizer.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ExpressionVisitor.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ExpressionWriter.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\FilterQueryOptionExpression.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\InputBinder.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\InputReferenceExpression.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\NavigationPropertySingletonExpression.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\OrderByQueryOptionExpression.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ParameterReplacerVisitor.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\PathBox.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ProjectionAnalyzer.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ProjectionQueryOptionExpression.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ProjectionRewriter.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\QueryComponents.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\QueryOptionExpression.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ReflectionUtil.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ResourceBinder.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ResourceExpression.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ResourceExpressionType.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ResourceSetExpression.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\SkipQueryOptionExpression.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\TakeQueryOptionExpression.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\TypeSystem.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\UriHelper.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\UriWriter.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ArraySet.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\AtomContentProperty.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\AtomDataKind.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\AtomEntry.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\AtomFeed.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\AtomMaterializer.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\AtomMaterializerLog.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\AtomParser.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\BaseAsyncResult.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\BatchStream.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\BatchStreamState.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Binding\BindingEntityInfo.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Binding\BindingGraph.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Binding\BindingObserver.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Binding\BindingUtils.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Binding\DataServiceCollectionOfT.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Binding\DataServiceEntityAttribute.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Binding\DataServiceSaveChangesEventArgs.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Binding\EntityChangedParams.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Binding\EntityCollectionChangedParams.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Binding\LoadCompletedEventArgs.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ChangesetResponse.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ClientConvert.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ClientType.cs" />
- <Compile Include=".\Client\System.Data.Services.Client.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceClientException.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceContext.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceEntityAttribute.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceKeyAttribute.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceProtocolVersion.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceQueryContinuation.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceQuery.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceQueryException.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceQueryOfT.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceRequestArgs.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceRequest.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceRequestException.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceRequestOfT.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceResponse.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceStreamResponse.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Descriptor.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\EntityDescriptor.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\EntityPropertyMappingAttribute.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\EntityStates.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Epm\EpmSyndicationContentSerializer.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Error.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\GetReadStreamResult.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\HasStreamAttribute.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\LinkDescriptor.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\MaterializeFromAtom.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\MediaEntryAttribute.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\MemberAssignmentAnalysis.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\MergeOption.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\MimeTypePropertyAttribute.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\OpenObjectAttribute.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\OpenObject.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\OperationResponse.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ProjectionPathBuilder.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ProjectionPath.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ProjectionPathSegment.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ProjectionPlanCompiler.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ProjectionPlan.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\QueryOperationResponseOfT.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\QueryResponse.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\QueryResult.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ReadingWritingEntityEventArgs.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ReferenceEqualityComparer.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\SaveChangesOptions.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\SendingRequestEventArgs.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Util.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\WebUtil.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\XmlUtil.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Xml\XmlAtomErrorReader.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Xml\XmlWrappingReader.cs" />
- <Compile Include=".\Server\System\Data\Services\Epm\EpmContentSerializerBase.cs" />
- <Compile Include=".\Server\System\Data\Services\Epm\EpmCustomContentSerializer.cs" />
- <Compile Include=".\Server\System\Data\Services\Epm\EpmCustomContentWriterNodeData.cs" />
- <Compile Include=".\Server\System\Data\Services\Epm\EpmSourcePathSegment.cs" />
- <Compile Include=".\Server\System\Data\Services\Epm\EpmSourceTree.cs" />
- <Compile Include=".\Server\System\Data\Services\Epm\EpmTargetPathSegment.cs" />
- <Compile Include=".\Server\System\Data\Services\Epm\EpmTargetTree.cs" />
- <Compile Include=".\Server\System\Data\Services\HttpProcessUtility.cs" />
- <Compile Include=".\Server\System\Data\Services\Parsing\WebConvert.cs" />
- <Compile Include=".\Server\System\Data\Services\Providers\EntityPropertyMappingInfo.cs" />
- <Compile Include=".\Server\System\Data\Services\XmlConstants.cs" />
-
- </ItemGroup>
+ <Compile Include=".\Assembly\AssemblyInfo.cs" />
+ <Compile Include=".\Client\AssemblyAttributes.cs" />
+ <Compile Include=".\Client\Parameterized.System.Data.Services.Client.cs" />
+ <Compile Include=".\Client\System.Data.Services.Client.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\DataServiceExpressionVisitor.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\DataServiceQueryProvider.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\Evaluator.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ExpressionNormalizer.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ExpressionVisitor.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ExpressionWriter.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\FilterQueryOptionExpression.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\InputBinder.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\InputReferenceExpression.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\NavigationPropertySingletonExpression.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\OrderByQueryOptionExpression.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ParameterReplacerVisitor.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\PathBox.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ProjectionAnalyzer.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ProjectionQueryOptionExpression.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ProjectionRewriter.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\QueryComponents.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\QueryOptionExpression.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ReflectionUtil.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ResourceBinder.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ResourceExpression.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ResourceExpressionType.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ResourceSetExpression.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\SkipQueryOptionExpression.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\TakeQueryOptionExpression.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\TypeSystem.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\UriHelper.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\UriWriter.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ArraySet.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\AtomContentProperty.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\AtomDataKind.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\AtomEntry.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\AtomFeed.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\AtomMaterializer.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\AtomMaterializerLog.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\AtomParser.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\BaseAsyncResult.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\BatchStream.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\BatchStreamState.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Binding\BindingEntityInfo.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Binding\BindingGraph.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Binding\BindingObserver.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Binding\BindingUtils.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Binding\DataServiceCollectionOfT.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Binding\DataServiceEntityAttribute.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Binding\DataServiceSaveChangesEventArgs.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Binding\EntityChangedParams.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Binding\EntityCollectionChangedParams.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Binding\LoadCompletedEventArgs.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ChangesetResponse.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ClientConvert.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ClientType.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceClientException.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceContext.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceEntityAttribute.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceKeyAttribute.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceProtocolVersion.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceQuery.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceQueryContinuation.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceQueryException.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceQueryOfT.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceRequest.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceRequestArgs.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceRequestException.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceRequestOfT.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceResponse.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceStreamResponse.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Descriptor.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\EntityDescriptor.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\EntityPropertyMappingAttribute.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\EntityStates.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Epm\EpmSyndicationContentSerializer.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Error.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\GetReadStreamResult.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\HasStreamAttribute.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\LinkDescriptor.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\MaterializeFromAtom.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\MediaEntryAttribute.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\MemberAssignmentAnalysis.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\MergeOption.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\MimeTypePropertyAttribute.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\OpenObject.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\OpenObjectAttribute.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\OperationResponse.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ProjectionPath.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ProjectionPathBuilder.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ProjectionPathSegment.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ProjectionPlan.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ProjectionPlanCompiler.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\QueryOperationResponseOfT.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\QueryResponse.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\QueryResult.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ReadingWritingEntityEventArgs.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ReferenceEqualityComparer.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\SaveChangesOptions.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\SendingRequestEventArgs.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Util.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\WebUtil.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Xml\XmlAtomErrorReader.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Xml\XmlWrappingReader.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\XmlUtil.cs" />
+ <Compile Include=".\Server\System\Data\Services\Epm\EpmContentSerializerBase.cs" />
+ <Compile Include=".\Server\System\Data\Services\Epm\EpmCustomContentSerializer.cs" />
+ <Compile Include=".\Server\System\Data\Services\Epm\EpmCustomContentWriterNodeData.cs" />
+ <Compile Include=".\Server\System\Data\Services\Epm\EpmSourcePathSegment.cs" />
+ <Compile Include=".\Server\System\Data\Services\Epm\EpmSourceTree.cs" />
+ <Compile Include=".\Server\System\Data\Services\Epm\EpmTargetPathSegment.cs" />
+ <Compile Include=".\Server\System\Data\Services\Epm\EpmTargetTree.cs" />
+ <Compile Include=".\Server\System\Data\Services\HttpProcessUtility.cs" />
+ <Compile Include=".\Server\System\Data\Services\Parsing\WebConvert.cs" />
+ <Compile Include=".\Server\System\Data\Services\Providers\EntityPropertyMappingInfo.cs" />
+ <Compile Include=".\Server\System\Data\Services\XmlConstants.cs" /> </ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
@@ -168,47 +168,49 @@
</Target>
-->
<PropertyGroup>
- <PreBuildEvent></PreBuildEvent>
+ <PreBuildEvent>
+
+ </PreBuildEvent>
+ <PostBuildEvent>
+ xcopy $(TargetName).* $(ProjectDir)..\lib\net_2_0\ /Y /R /D
+ </PostBuildEvent>
</PropertyGroup>
<ItemGroup>
- <Reference Include="mscorlib.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>mscorlib.dll</HintPath>
- </Reference>
- <Reference Include="System.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.dll</HintPath>
- </Reference>
- <Reference Include="System.Core.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Core.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.Linq.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Xml.Linq.dll</HintPath>
- </Reference>
- <Reference Include="System.Data.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Data.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Xml.dll</HintPath>
- </Reference>
- <Reference Include="WindowsBase">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>WindowsBase</HintPath>
- </Reference>
-
+ <ProjectReference Include="..\corlib\corlib-net_2_0.csproj">
+ <Project>{537E3E02-B5DA-4E11-A9F9-5A54C99759B9}</Project>
+ <Name>corlib\corlib-net_2_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System\System-net_2_0-2.csproj">
+ <Project>{08A2FAB2-A213-451E-AD93-19B409BF1B5A}</Project>
+ <Name>System\System-net_2_0-2</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Core\System.Core-net_2_0.csproj">
+ <Project>{45BA4F7D-9E8C-42F8-975F-F2EAA0300B6C}</Project>
+ <Name>System.Core\System.Core-net_2_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Xml.Linq\System.Xml.Linq-net_2_0.csproj">
+ <Project>{076B859F-A4F9-4DF0-AD8A-54931F59F3AF}</Project>
+ <Name>System.Xml.Linq\System.Xml.Linq-net_2_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Data\System.Data-net_2_0.csproj">
+ <Project>{0997C3B6-4B4C-4195-BBB6-DC61091676A3}</Project>
+ <Name>System.Data\System.Data-net_2_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">
+ <Project>{A892207C-64E0-4FCA-8541-A3C71099AA13}</Project>
+ <Name>System.XML\System.Xml-net_2_0-1</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\WindowsBase\WindowsBase-net_2_0.csproj">
+ <Project>{4436DFBF-42DA-456C-91B7-5121944D765A}</Project>
+ <Name>WindowsBase\WindowsBase-net_2_0</Name>
+ </ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Client/System.Data.Services.Client.resources">
- <LogicalName>System.Data.Services.Client.resources</LogicalName>
- </EmbeddedResource>
- </ItemGroup>
-
-</Project>
-
+ <ItemGroup>
+ <EmbeddedResource Include="Client/System.Data.Services.Client.resources">
+ <LogicalName>System.Data.Services.Client.resources</LogicalName>
+ </EmbeddedResource>
+ </ItemGroup>
+</Project>
diff --git a/mcs/class/System.Data.Services.Client/System.Data.Services.Client-net_4_0.csproj b/mcs/class/System.Data.Services.Client/System.Data.Services.Client-net_4_0.csproj
index 93b11dfed81..b8da91c331f 100644
--- a/mcs/class/System.Data.Services.Client/System.Data.Services.Client-net_4_0.csproj
+++ b/mcs/class/System.Data.Services.Client/System.Data.Services.Client-net_4_0.csproj
@@ -5,22 +5,21 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
+ <ProjectGuid>{4E7F3A99-E202-4E63-94BE-294F0A685DFF}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
- <OutputPath>./../../class/lib/net_4_0</OutputPath>
- <NoStdLib>true</NoStdLib>
+ <OutputPath>bin\Debug\System.Data.Services.Client-net_4_0</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>True</NoConfig>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace></RootNamespace>
+ <RootNamespace>
+ </RootNamespace>
<AssemblyName>System.Data.Services.Client</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
- <!-- Filter out System.Core added by: Microsoft.NETFramework.props -->
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<NoWarn>1699</NoWarn>
@@ -28,140 +27,141 @@
<DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_3_5</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<NoWarn>1699</NoWarn>
<Optimize>true</Optimize>
<DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_3_5</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>
+ </PropertyGroup>
+ <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
+ Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
+ is a problem to compile the Mono mscorlib.dll -->
+ <PropertyGroup>
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</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=".\Client\Parameterized.System.Data.Services.Client.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\DataServiceExpressionVisitor.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\DataServiceQueryProvider.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\Evaluator.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ExpressionNormalizer.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ExpressionVisitor.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ExpressionWriter.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\FilterQueryOptionExpression.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\InputBinder.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\InputReferenceExpression.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\NavigationPropertySingletonExpression.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\OrderByQueryOptionExpression.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ParameterReplacerVisitor.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\PathBox.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ProjectionAnalyzer.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ProjectionQueryOptionExpression.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ProjectionRewriter.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\QueryComponents.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\QueryOptionExpression.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ReflectionUtil.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ResourceBinder.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ResourceExpression.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ResourceExpressionType.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ResourceSetExpression.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\SkipQueryOptionExpression.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\TakeQueryOptionExpression.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\TypeSystem.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\UriHelper.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\UriWriter.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ArraySet.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\AtomContentProperty.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\AtomDataKind.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\AtomEntry.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\AtomFeed.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\AtomMaterializer.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\AtomMaterializerLog.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\AtomParser.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\BaseAsyncResult.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\BatchStream.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\BatchStreamState.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Binding\BindingEntityInfo.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Binding\BindingGraph.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Binding\BindingObserver.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Binding\BindingUtils.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Binding\DataServiceCollectionOfT.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Binding\DataServiceEntityAttribute.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Binding\DataServiceSaveChangesEventArgs.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Binding\EntityChangedParams.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Binding\EntityCollectionChangedParams.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Binding\LoadCompletedEventArgs.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ChangesetResponse.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ClientConvert.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ClientType.cs" />
- <Compile Include=".\Client\System.Data.Services.Client.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceClientException.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceContext.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceEntityAttribute.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceKeyAttribute.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceProtocolVersion.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceQueryContinuation.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceQuery.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceQueryException.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceQueryOfT.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceRequestArgs.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceRequest.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceRequestException.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceRequestOfT.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceResponse.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceStreamResponse.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Descriptor.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\EntityDescriptor.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\EntityPropertyMappingAttribute.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\EntityStates.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Epm\EpmSyndicationContentSerializer.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Error.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\GetReadStreamResult.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\HasStreamAttribute.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\LinkDescriptor.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\MaterializeFromAtom.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\MediaEntryAttribute.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\MemberAssignmentAnalysis.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\MergeOption.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\MimeTypePropertyAttribute.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\OpenObjectAttribute.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\OpenObject.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\OperationResponse.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ProjectionPathBuilder.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ProjectionPath.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ProjectionPathSegment.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ProjectionPlanCompiler.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ProjectionPlan.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\QueryOperationResponseOfT.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\QueryResponse.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\QueryResult.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ReadingWritingEntityEventArgs.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ReferenceEqualityComparer.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\SaveChangesOptions.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\SendingRequestEventArgs.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Util.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\WebUtil.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\XmlUtil.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Xml\XmlAtomErrorReader.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Xml\XmlWrappingReader.cs" />
- <Compile Include=".\Server\System\Data\Services\Epm\EpmContentSerializerBase.cs" />
- <Compile Include=".\Server\System\Data\Services\Epm\EpmCustomContentSerializer.cs" />
- <Compile Include=".\Server\System\Data\Services\Epm\EpmCustomContentWriterNodeData.cs" />
- <Compile Include=".\Server\System\Data\Services\Epm\EpmSourcePathSegment.cs" />
- <Compile Include=".\Server\System\Data\Services\Epm\EpmSourceTree.cs" />
- <Compile Include=".\Server\System\Data\Services\Epm\EpmTargetPathSegment.cs" />
- <Compile Include=".\Server\System\Data\Services\Epm\EpmTargetTree.cs" />
- <Compile Include=".\Server\System\Data\Services\HttpProcessUtility.cs" />
- <Compile Include=".\Server\System\Data\Services\Parsing\WebConvert.cs" />
- <Compile Include=".\Server\System\Data\Services\Providers\EntityPropertyMappingInfo.cs" />
- <Compile Include=".\Server\System\Data\Services\XmlConstants.cs" />
-
- </ItemGroup>
+ <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=".\Client\Parameterized.System.Data.Services.Client.cs" />
+ <Compile Include=".\Client\System.Data.Services.Client.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\DataServiceExpressionVisitor.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\DataServiceQueryProvider.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\Evaluator.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ExpressionNormalizer.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ExpressionVisitor.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ExpressionWriter.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\FilterQueryOptionExpression.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\InputBinder.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\InputReferenceExpression.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\NavigationPropertySingletonExpression.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\OrderByQueryOptionExpression.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ParameterReplacerVisitor.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\PathBox.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ProjectionAnalyzer.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ProjectionQueryOptionExpression.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ProjectionRewriter.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\QueryComponents.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\QueryOptionExpression.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ReflectionUtil.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ResourceBinder.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ResourceExpression.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ResourceExpressionType.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ResourceSetExpression.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\SkipQueryOptionExpression.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\TakeQueryOptionExpression.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\TypeSystem.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\UriHelper.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\UriWriter.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ArraySet.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\AtomContentProperty.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\AtomDataKind.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\AtomEntry.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\AtomFeed.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\AtomMaterializer.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\AtomMaterializerLog.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\AtomParser.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\BaseAsyncResult.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\BatchStream.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\BatchStreamState.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Binding\BindingEntityInfo.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Binding\BindingGraph.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Binding\BindingObserver.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Binding\BindingUtils.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Binding\DataServiceCollectionOfT.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Binding\DataServiceEntityAttribute.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Binding\DataServiceSaveChangesEventArgs.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Binding\EntityChangedParams.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Binding\EntityCollectionChangedParams.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Binding\LoadCompletedEventArgs.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ChangesetResponse.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ClientConvert.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ClientType.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceClientException.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceContext.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceEntityAttribute.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceKeyAttribute.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceProtocolVersion.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceQuery.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceQueryContinuation.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceQueryException.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceQueryOfT.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceRequest.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceRequestArgs.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceRequestException.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceRequestOfT.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceResponse.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceStreamResponse.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Descriptor.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\EntityDescriptor.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\EntityPropertyMappingAttribute.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\EntityStates.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Epm\EpmSyndicationContentSerializer.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Error.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\GetReadStreamResult.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\HasStreamAttribute.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\LinkDescriptor.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\MaterializeFromAtom.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\MediaEntryAttribute.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\MemberAssignmentAnalysis.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\MergeOption.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\MimeTypePropertyAttribute.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\OpenObject.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\OpenObjectAttribute.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\OperationResponse.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ProjectionPath.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ProjectionPathBuilder.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ProjectionPathSegment.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ProjectionPlan.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ProjectionPlanCompiler.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\QueryOperationResponseOfT.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\QueryResponse.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\QueryResult.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ReadingWritingEntityEventArgs.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ReferenceEqualityComparer.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\SaveChangesOptions.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\SendingRequestEventArgs.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Util.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\WebUtil.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Xml\XmlAtomErrorReader.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Xml\XmlWrappingReader.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\XmlUtil.cs" />
+ <Compile Include=".\Server\System\Data\Services\Epm\EpmContentSerializerBase.cs" />
+ <Compile Include=".\Server\System\Data\Services\Epm\EpmCustomContentSerializer.cs" />
+ <Compile Include=".\Server\System\Data\Services\Epm\EpmCustomContentWriterNodeData.cs" />
+ <Compile Include=".\Server\System\Data\Services\Epm\EpmSourcePathSegment.cs" />
+ <Compile Include=".\Server\System\Data\Services\Epm\EpmSourceTree.cs" />
+ <Compile Include=".\Server\System\Data\Services\Epm\EpmTargetPathSegment.cs" />
+ <Compile Include=".\Server\System\Data\Services\Epm\EpmTargetTree.cs" />
+ <Compile Include=".\Server\System\Data\Services\HttpProcessUtility.cs" />
+ <Compile Include=".\Server\System\Data\Services\Parsing\WebConvert.cs" />
+ <Compile Include=".\Server\System\Data\Services\Providers\EntityPropertyMappingInfo.cs" />
+ <Compile Include=".\Server\System\Data\Services\XmlConstants.cs" /> </ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
@@ -170,47 +170,49 @@
</Target>
-->
<PropertyGroup>
- <PreBuildEvent></PreBuildEvent>
+ <PreBuildEvent>
+
+ </PreBuildEvent>
+ <PostBuildEvent>
+ xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_0\ /Y /R /D
+ </PostBuildEvent>
</PropertyGroup>
<ItemGroup>
- <Reference Include="mscorlib.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>mscorlib.dll</HintPath>
- </Reference>
- <Reference Include="System.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.dll</HintPath>
- </Reference>
- <Reference Include="System.Core.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Core.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.Linq.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Xml.Linq.dll</HintPath>
- </Reference>
- <Reference Include="System.Data.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Data.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Xml.dll</HintPath>
- </Reference>
- <Reference Include="WindowsBase">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>WindowsBase</HintPath>
- </Reference>
-
+ <ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
+ <Project>{280E1B59-BAAA-4E02-99CA-8070BCB2C72E}</Project>
+ <Name>corlib\corlib-net_4_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System\System-net_4_0-2.csproj">
+ <Project>{C0648621-9C6E-4584-9CF6-70EBB2D60489}</Project>
+ <Name>System\System-net_4_0-2</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Core\System.Core-net_4_0.csproj">
+ <Project>{CC96F21E-C45E-4593-BC7F-8331B913E758}</Project>
+ <Name>System.Core\System.Core-net_4_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Xml.Linq\System.Xml.Linq-net_4_0.csproj">
+ <Project>{688C7022-C205-4FFB-A413-9D8754BF2427}</Project>
+ <Name>System.Xml.Linq\System.Xml.Linq-net_4_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Data\System.Data-net_4_0.csproj">
+ <Project>{E49EEDDE-15CB-4200-9E7E-281199089670}</Project>
+ <Name>System.Data\System.Data-net_4_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">
+ <Project>{A1A09F77-428E-4B5F-9C0C-3B07F55909A6}</Project>
+ <Name>System.XML\System.Xml-net_4_0-1</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\WindowsBase\WindowsBase-net_4_0.csproj">
+ <Project>{ACDB41C3-DC83-4550-B9A8-996948F88F5A}</Project>
+ <Name>WindowsBase\WindowsBase-net_4_0</Name>
+ </ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Client/System.Data.Services.Client.resources">
- <LogicalName>System.Data.Services.Client.resources</LogicalName>
- </EmbeddedResource>
- </ItemGroup>
-
-</Project>
-
+ <ItemGroup>
+ <EmbeddedResource Include="Client/System.Data.Services.Client.resources">
+ <LogicalName>System.Data.Services.Client.resources</LogicalName>
+ </EmbeddedResource>
+ </ItemGroup>
+</Project>
diff --git a/mcs/class/System.Data.Services.Client/System.Data.Services.Client-net_4_5.csproj b/mcs/class/System.Data.Services.Client/System.Data.Services.Client-net_4_5.csproj
index 891680dc906..05cc6e74924 100644
--- a/mcs/class/System.Data.Services.Client/System.Data.Services.Client-net_4_5.csproj
+++ b/mcs/class/System.Data.Services.Client/System.Data.Services.Client-net_4_5.csproj
@@ -5,22 +5,21 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
+ <ProjectGuid>{C859A25C-505B-4C66-8B18-53E34AB45A2A}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
- <OutputPath>./../../class/lib/net_4_5</OutputPath>
- <NoStdLib>true</NoStdLib>
+ <OutputPath>bin\Debug\System.Data.Services.Client-net_4_5</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>True</NoConfig>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace></RootNamespace>
+ <RootNamespace>
+ </RootNamespace>
<AssemblyName>System.Data.Services.Client</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
- <!-- Filter out System.Core added by: Microsoft.NETFramework.props -->
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<NoWarn>1699</NoWarn>
@@ -28,140 +27,141 @@
<DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;NET_3_5</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<NoWarn>1699</NoWarn>
<Optimize>true</Optimize>
<DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;NET_3_5</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
+ </PropertyGroup>
+ <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
+ Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
+ is a problem to compile the Mono mscorlib.dll -->
+ <PropertyGroup>
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</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=".\Client\Parameterized.System.Data.Services.Client.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\DataServiceExpressionVisitor.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\DataServiceQueryProvider.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\Evaluator.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ExpressionNormalizer.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ExpressionVisitor.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ExpressionWriter.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\FilterQueryOptionExpression.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\InputBinder.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\InputReferenceExpression.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\NavigationPropertySingletonExpression.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\OrderByQueryOptionExpression.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ParameterReplacerVisitor.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\PathBox.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ProjectionAnalyzer.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ProjectionQueryOptionExpression.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ProjectionRewriter.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\QueryComponents.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\QueryOptionExpression.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ReflectionUtil.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ResourceBinder.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ResourceExpression.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ResourceExpressionType.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\ResourceSetExpression.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\SkipQueryOptionExpression.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\TakeQueryOptionExpression.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\TypeSystem.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\UriHelper.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ALinq\UriWriter.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ArraySet.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\AtomContentProperty.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\AtomDataKind.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\AtomEntry.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\AtomFeed.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\AtomMaterializer.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\AtomMaterializerLog.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\AtomParser.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\BaseAsyncResult.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\BatchStream.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\BatchStreamState.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Binding\BindingEntityInfo.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Binding\BindingGraph.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Binding\BindingObserver.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Binding\BindingUtils.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Binding\DataServiceCollectionOfT.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Binding\DataServiceEntityAttribute.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Binding\DataServiceSaveChangesEventArgs.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Binding\EntityChangedParams.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Binding\EntityCollectionChangedParams.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Binding\LoadCompletedEventArgs.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ChangesetResponse.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ClientConvert.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ClientType.cs" />
- <Compile Include=".\Client\System.Data.Services.Client.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceClientException.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceContext.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceEntityAttribute.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceKeyAttribute.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceProtocolVersion.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceQueryContinuation.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceQuery.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceQueryException.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceQueryOfT.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceRequestArgs.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceRequest.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceRequestException.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceRequestOfT.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceResponse.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\DataServiceStreamResponse.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Descriptor.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\EntityDescriptor.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\EntityPropertyMappingAttribute.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\EntityStates.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Epm\EpmSyndicationContentSerializer.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Error.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\GetReadStreamResult.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\HasStreamAttribute.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\LinkDescriptor.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\MaterializeFromAtom.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\MediaEntryAttribute.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\MemberAssignmentAnalysis.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\MergeOption.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\MimeTypePropertyAttribute.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\OpenObjectAttribute.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\OpenObject.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\OperationResponse.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ProjectionPathBuilder.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ProjectionPath.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ProjectionPathSegment.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ProjectionPlanCompiler.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ProjectionPlan.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\QueryOperationResponseOfT.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\QueryResponse.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\QueryResult.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ReadingWritingEntityEventArgs.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\ReferenceEqualityComparer.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\SaveChangesOptions.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\SendingRequestEventArgs.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Util.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\WebUtil.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\XmlUtil.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Xml\XmlAtomErrorReader.cs" />
- <Compile Include=".\Client\System\Data\Services\Client\Xml\XmlWrappingReader.cs" />
- <Compile Include=".\Server\System\Data\Services\Epm\EpmContentSerializerBase.cs" />
- <Compile Include=".\Server\System\Data\Services\Epm\EpmCustomContentSerializer.cs" />
- <Compile Include=".\Server\System\Data\Services\Epm\EpmCustomContentWriterNodeData.cs" />
- <Compile Include=".\Server\System\Data\Services\Epm\EpmSourcePathSegment.cs" />
- <Compile Include=".\Server\System\Data\Services\Epm\EpmSourceTree.cs" />
- <Compile Include=".\Server\System\Data\Services\Epm\EpmTargetPathSegment.cs" />
- <Compile Include=".\Server\System\Data\Services\Epm\EpmTargetTree.cs" />
- <Compile Include=".\Server\System\Data\Services\HttpProcessUtility.cs" />
- <Compile Include=".\Server\System\Data\Services\Parsing\WebConvert.cs" />
- <Compile Include=".\Server\System\Data\Services\Providers\EntityPropertyMappingInfo.cs" />
- <Compile Include=".\Server\System\Data\Services\XmlConstants.cs" />
-
- </ItemGroup>
+ <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=".\Client\Parameterized.System.Data.Services.Client.cs" />
+ <Compile Include=".\Client\System.Data.Services.Client.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\DataServiceExpressionVisitor.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\DataServiceQueryProvider.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\Evaluator.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ExpressionNormalizer.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ExpressionVisitor.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ExpressionWriter.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\FilterQueryOptionExpression.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\InputBinder.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\InputReferenceExpression.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\NavigationPropertySingletonExpression.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\OrderByQueryOptionExpression.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ParameterReplacerVisitor.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\PathBox.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ProjectionAnalyzer.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ProjectionQueryOptionExpression.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ProjectionRewriter.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\QueryComponents.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\QueryOptionExpression.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ReflectionUtil.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ResourceBinder.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ResourceExpression.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ResourceExpressionType.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\ResourceSetExpression.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\SkipQueryOptionExpression.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\TakeQueryOptionExpression.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\TypeSystem.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\UriHelper.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ALinq\UriWriter.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ArraySet.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\AtomContentProperty.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\AtomDataKind.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\AtomEntry.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\AtomFeed.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\AtomMaterializer.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\AtomMaterializerLog.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\AtomParser.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\BaseAsyncResult.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\BatchStream.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\BatchStreamState.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Binding\BindingEntityInfo.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Binding\BindingGraph.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Binding\BindingObserver.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Binding\BindingUtils.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Binding\DataServiceCollectionOfT.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Binding\DataServiceEntityAttribute.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Binding\DataServiceSaveChangesEventArgs.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Binding\EntityChangedParams.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Binding\EntityCollectionChangedParams.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Binding\LoadCompletedEventArgs.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ChangesetResponse.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ClientConvert.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ClientType.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceClientException.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceContext.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceEntityAttribute.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceKeyAttribute.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceProtocolVersion.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceQuery.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceQueryContinuation.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceQueryException.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceQueryOfT.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceRequest.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceRequestArgs.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceRequestException.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceRequestOfT.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceResponse.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\DataServiceStreamResponse.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Descriptor.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\EntityDescriptor.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\EntityPropertyMappingAttribute.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\EntityStates.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Epm\EpmSyndicationContentSerializer.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Error.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\GetReadStreamResult.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\HasStreamAttribute.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\LinkDescriptor.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\MaterializeFromAtom.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\MediaEntryAttribute.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\MemberAssignmentAnalysis.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\MergeOption.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\MimeTypePropertyAttribute.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\OpenObject.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\OpenObjectAttribute.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\OperationResponse.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ProjectionPath.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ProjectionPathBuilder.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ProjectionPathSegment.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ProjectionPlan.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ProjectionPlanCompiler.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\QueryOperationResponseOfT.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\QueryResponse.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\QueryResult.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ReadingWritingEntityEventArgs.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\ReferenceEqualityComparer.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\SaveChangesOptions.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\SendingRequestEventArgs.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Util.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\WebUtil.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Xml\XmlAtomErrorReader.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\Xml\XmlWrappingReader.cs" />
+ <Compile Include=".\Client\System\Data\Services\Client\XmlUtil.cs" />
+ <Compile Include=".\Server\System\Data\Services\Epm\EpmContentSerializerBase.cs" />
+ <Compile Include=".\Server\System\Data\Services\Epm\EpmCustomContentSerializer.cs" />
+ <Compile Include=".\Server\System\Data\Services\Epm\EpmCustomContentWriterNodeData.cs" />
+ <Compile Include=".\Server\System\Data\Services\Epm\EpmSourcePathSegment.cs" />
+ <Compile Include=".\Server\System\Data\Services\Epm\EpmSourceTree.cs" />
+ <Compile Include=".\Server\System\Data\Services\Epm\EpmTargetPathSegment.cs" />
+ <Compile Include=".\Server\System\Data\Services\Epm\EpmTargetTree.cs" />
+ <Compile Include=".\Server\System\Data\Services\HttpProcessUtility.cs" />
+ <Compile Include=".\Server\System\Data\Services\Parsing\WebConvert.cs" />
+ <Compile Include=".\Server\System\Data\Services\Providers\EntityPropertyMappingInfo.cs" />
+ <Compile Include=".\Server\System\Data\Services\XmlConstants.cs" /> </ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
@@ -170,47 +170,49 @@
</Target>
-->
<PropertyGroup>
- <PreBuildEvent></PreBuildEvent>
+ <PreBuildEvent>
+
+ </PreBuildEvent>
+ <PostBuildEvent>
+ xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_5\ /Y /R /D
+ </PostBuildEvent>
</PropertyGroup>
<ItemGroup>
- <Reference Include="mscorlib.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>mscorlib.dll</HintPath>
- </Reference>
- <Reference Include="System.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.dll</HintPath>
- </Reference>
- <Reference Include="System.Core.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Core.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.Linq.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Xml.Linq.dll</HintPath>
- </Reference>
- <Reference Include="System.Data.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Data.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Xml.dll</HintPath>
- </Reference>
- <Reference Include="WindowsBase">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>WindowsBase</HintPath>
- </Reference>
-
+ <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
+ <Project>{B8D763CB-5541-4DA8-832F-3B6B486B2746}</Project>
+ <Name>corlib\corlib-net_4_5</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System\System-net_4_5-2.csproj">
+ <Project>{17388044-BE4B-4CBE-92D8-5C130414AD84}</Project>
+ <Name>System\System-net_4_5-2</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Core\System.Core-net_4_5.csproj">
+ <Project>{BC9226DD-0D9F-4836-BA8B-87A3E6F06176}</Project>
+ <Name>System.Core\System.Core-net_4_5</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Xml.Linq\System.Xml.Linq-net_4_5.csproj">
+ <Project>{FC0139F8-EC5A-4D43-9439-F5B3C6BEE17A}</Project>
+ <Name>System.Xml.Linq\System.Xml.Linq-net_4_5</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Data\System.Data-net_4_5.csproj">
+ <Project>{AE8FAE27-D070-4533-A135-49EEF160779D}</Project>
+ <Name>System.Data\System.Data-net_4_5</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.XML\System.Xml-net_4_5-1.csproj">
+ <Project>{AB0D8551-2D53-46F2-A340-789E7B62BF57}</Project>
+ <Name>System.XML\System.Xml-net_4_5-1</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\WindowsBase\WindowsBase-net_4_5.csproj">
+ <Project>{D7344A8E-75FA-41C3-A5FF-2B0AEF23730A}</Project>
+ <Name>WindowsBase\WindowsBase-net_4_5</Name>
+ </ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Client/System.Data.Services.Client.resources">
- <LogicalName>System.Data.Services.Client.resources</LogicalName>
- </EmbeddedResource>
- </ItemGroup>
-
-</Project>
-
+ <ItemGroup>
+ <EmbeddedResource Include="Client/System.Data.Services.Client.resources">
+ <LogicalName>System.Data.Services.Client.resources</LogicalName>
+ </EmbeddedResource>
+ </ItemGroup>
+</Project>