<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> <PropertyGroup> <Configuration Condition="'$(Configuration)' == ''">Debug</Configuration> <Platform Condition="'$(Platform)' == ''">AnyCPU</Platform> <ProjectGuid>{9bb00bb6-3b2f-4500-8ff2-69b23d7fc2e9}</ProjectGuid> <OutputPath>.</OutputPath> <OutputType>Library</OutputType> <AssemblyName>System.ServiceModel.Channels</AssemblyName> <UseVSHostingProcess>False</UseVSHostingProcess> <NoStdLib>True</NoStdLib> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences> <DefineConstants>CODE_ANALYSIS_BASELINE;TRACE;RETAIL;WIN32</DefineConstants> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " > </PropertyGroup> <ItemGroup> <ProjectReference Include="..\..\..\..\clr\src\bcl\mscorlib.csproj"> <Project>{43e44db7-dc97-46cb-b868-751d11c60bf1}</Project> <Name>mscorlib</Name> </ProjectReference> <ProjectReference Include="..\..\WCF\SMDiagnostics\SMDiagnostics.csproj"> <Project>{2a9de636-f8a4-48ab-9243-ee8ecdbfb7f2}</Project> <Name>SMDiagnostics</Name> </ProjectReference> <ProjectReference Include="..\..\..\..\fx\src\System.csproj"> <Project>{d218394f-a89e-455a-8c59-5e3554100e4a}</Project> <Name>System</Name> </ProjectReference> <ProjectReference Include="..\..\..\..\fx\src\Configuration\System.Configuration.csproj"> <Project>{24728477-162e-4c13-9c17-6be2dc1fd2bc}</Project> <Name>System.Configuration</Name> </ProjectReference> <ProjectReference Include="..\..\..\..\fx\src\Core\System.Core.csproj"> <Project>{e7e62ebb-b829-4b6e-9ec0-4ca0c96fe4ac}</Project> <Name>System.Core</Name> </ProjectReference> <ProjectReference Include="..\..\WCF\IdentityModel\System.IdentityModel.csproj"> <Project>{c384bf9a-a288-4785-97fd-645fc26eddc1}</Project> <Name>System.IdentityModel</Name> </ProjectReference> <ProjectReference Include="..\System.Runtime.DurableInstancing\System.Runtime.DurableInstancing.csproj"> <Project>{6b333684-f5d0-4b66-af4b-35ec86884217}</Project> <Name>System.Runtime.DurableInstancing</Name> </ProjectReference> <ProjectReference Include="..\..\WCF\Serialization\System.Runtime.Serialization.csproj"> <Project>{2d14aaa5-e16c-4c36-92ee-4514f43396ee}</Project> <Name>System.Runtime.Serialization</Name> </ProjectReference> <ProjectReference Include="..\..\..\..\clr\src\managedlibraries\security\System.Security.csproj"> <Project>{05d4e9cd-3a3a-461b-a895-b39e85f1969a}</Project> <Name>System.Security</Name> </ProjectReference> <ProjectReference Include="..\..\WCF\ServiceModel\System.ServiceModel.csproj"> <Project>{5e7bc3a1-c532-415c-8395-1b6233a98d90}</Project> <Name>System.ServiceModel</Name> </ProjectReference> <ProjectReference Include="..\..\System.ServiceModel.Internals\System.ServiceModel.Internals.csproj"> <Project>{c1031d3a-479a-4360-8bf2-e294bfa8debb}</Project> <Name>System.ServiceModel.Internals</Name> </ProjectReference> <ProjectReference Include="..\..\NetFx20\System.Web.Services\System.Web.Services.csproj"> <Project>{616f2e65-d1f3-4392-b9b7-5a2b5fe626b9}</Project> <Name>System.Web.Services</Name> </ProjectReference> <ProjectReference Include="..\..\..\..\fx\src\Xml\System.Xml.csproj"> <Project>{23c706b3-6f70-42a4-9476-ee1b30c0cca3}</Project> <Name>System.Xml</Name> </ProjectReference> </ItemGroup> <ItemGroup> <Reference Include="System.Net.Http" /> <Reference Include="System.Xaml" /> </ItemGroup> <ItemGroup> <Compile Include="AssemblyInfo.cs" /> <Compile Include="System\ServiceModel\Channels\ByteStreamBufferedMessageData.cs" /> <Compile Include="System\ServiceModel\Channels\ByteStreamMessage.cs" /> <Compile Include="System\ServiceModel\Channels\ByteStreamMessageEncoder.cs" /> <Compile Include="System\ServiceModel\Channels\ByteStreamMessageEncoderFactory.cs" /> <Compile Include="System\ServiceModel\Channels\ByteStreamMessageEncodingBindingElement.cs" /> <Compile Include="System\ServiceModel\Channels\ByteStreamMessageUtility.cs" /> <Compile Include="System\ServiceModel\Channels\ClientUdpOutputChannel.cs" /> <Compile Include="System\ServiceModel\Channels\DuplicateMessageDetector.cs" /> <Compile Include="System\ServiceModel\Channels\HttpRequestMessageExtensionMethods.cs" /> <Compile Include="System\ServiceModel\Channels\HttpResponseMessageExtensionMethods.cs" /> <Compile Include="System\ServiceModel\Channels\IUdpReceiveHandler.cs" /> <Compile Include="System\ServiceModel\Channels\MessageExtensionMethods.cs" /> <Compile Include="System\ServiceModel\Channels\NetworkInterfaceMessageProperty.cs" /> <Compile Include="System\ServiceModel\Channels\ServerUdpOutputChannel.cs" /> <Compile Include="System\ServiceModel\Channels\SynchronizedRandom.cs" /> <Compile Include="System\ServiceModel\Channels\UdpChannelBase.cs" /> <Compile Include="System\ServiceModel\Channels\UdpChannelFactory.cs" /> <Compile Include="System\ServiceModel\Channels\UdpChannelListener.cs" /> <Compile Include="System\ServiceModel\Channels\UdpConstants.cs" /> <Compile Include="System\ServiceModel\Channels\UdpDuplexChannel.cs" /> <Compile Include="System\ServiceModel\Channels\UdpOutputChannel.cs" /> <Compile Include="System\ServiceModel\Channels\UdpReplyChannel.cs" /> <Compile Include="System\ServiceModel\Channels\UdpRequestContext.cs" /> <Compile Include="System\ServiceModel\Channels\UdpRetransmissionSettings.cs" /> <Compile Include="System\ServiceModel\Channels\UdpSocket.cs" /> <Compile Include="System\ServiceModel\Channels\UdpSocketReceiveManager.cs" /> <Compile Include="System\ServiceModel\Channels\UdpTransportBindingElement.cs" /> <Compile Include="System\ServiceModel\Channels\UdpTransportBindingElementPolicy.cs" /> <Compile Include="System\ServiceModel\Channels\UdpTransportImporter.cs" /> <Compile Include="System\ServiceModel\Channels\UdpUtility.cs" /> <Compile Include="System\ServiceModel\Channels\XmlBufferedByteStreamReader.cs" /> <Compile Include="System\ServiceModel\Channels\XmlByteStreamReader.cs" /> <Compile Include="System\ServiceModel\Channels\XmlByteStreamWriter.cs" /> <Compile Include="System\ServiceModel\Channels\XmlStreamedByteStreamReader.cs" /> <Compile Include="System\ServiceModel\Configuration\ByteStreamConfigurationStrings.cs" /> <Compile Include="System\ServiceModel\Configuration\ByteStreamMessageEncodingElement.cs" /> <Compile Include="System\ServiceModel\Configuration\Properties.cs" /> <Compile Include="System\ServiceModel\Configuration\UdpBindingCollectionElement.cs" /> <Compile Include="System\ServiceModel\Configuration\UdpBindingElement.cs" /> <Compile Include="System\ServiceModel\Configuration\UdpRetransmissionSettingsElement.cs" /> <Compile Include="System\ServiceModel\Configuration\UdpTransportConfigurationStrings.cs" /> <Compile Include="System\ServiceModel\Configuration\UdpTransportElement.cs" /> <Compile Include="System\ServiceModel\UdpBinding.cs" /> <Compile Include="TD.Designer.cs" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project> |