[msvc] Update csproj files (#4846)
[mono-project.git] / mcs / class / System.ServiceModel.Web / System.ServiceModel.Web-net_4_x.csproj
blob604a267cd47ab03a93c969cdbf8b799b5c0dac5f
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
3 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <PropertyGroup>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProductVersion>9.0.30729</ProductVersion>
8 <SchemaVersion>2.0</SchemaVersion>
9 <ProjectGuid>{54F4FA23-5AF3-4312-9294-3DB109F644CC}</ProjectGuid>
10 <OutputType>Library</OutputType>
11 <NoWarn>1699</NoWarn>
12 <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
13 <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>
14 <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
15 <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
16 <IntermediateOutputPath>obj-net_4_x-$(HostPlatform)</IntermediateOutputPath>
17 <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
18 <NoStdLib>True</NoStdLib>
20 <NoConfig>True</NoConfig>
22 <AppDesignerFolder>Properties</AppDesignerFolder>
23 <RootNamespace>
24 </RootNamespace>
25 <AssemblyName>System.ServiceModel.Web</AssemblyName>
26 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
27 <FileAlignment>512</FileAlignment>
28 </PropertyGroup>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31 <DebugSymbols>true</DebugSymbols>
32 <DebugType>full</DebugType>
33 <NoWarn>1699</NoWarn>
34 <Optimize>false</Optimize>
35 <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;NET_3_5;NET_3_0</DefineConstants>
36 <ErrorReport>prompt</ErrorReport>
37 <WarningLevel>4</WarningLevel>
38 </PropertyGroup>
39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
40 <DebugType>pdbonly</DebugType>
41 <NoWarn>1699</NoWarn>
42 <Optimize>true</Optimize>
43 <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;NET_3_5;NET_3_0</DefineConstants>
44 <ErrorReport>prompt</ErrorReport>
45 <WarningLevel>4</WarningLevel>
46 </PropertyGroup>
47 <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
48 Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
49 is a problem to compile the Mono mscorlib.dll -->
50 <PropertyGroup>
51 <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
52 </PropertyGroup>
53 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
54 <ItemGroup>
55 <Compile Include="Assembly\AssemblyInfo.cs" />
56 <Compile Include="Assembly\TypeForwarders.cs" />
57 <Compile Include="System.ServiceModel.Activation\WebScriptServiceHostFactory.cs" />
58 <Compile Include="System.ServiceModel.Activation\WebServiceHostFactory.cs" />
59 <Compile Include="System.ServiceModel.Channels\WebBodyFormatMessageProperty.cs" />
60 <Compile Include="System.ServiceModel.Channels\WebContentFormat.cs" />
61 <Compile Include="System.ServiceModel.Channels\WebContentTypeMapper.cs" />
62 <Compile Include="System.ServiceModel.Channels\WebMessageEncoder.cs" />
63 <Compile Include="System.ServiceModel.Channels\WebMessageEncoderFactory.cs" />
64 <Compile Include="System.ServiceModel.Channels\WebMessageEncodingBindingElement.cs" />
65 <Compile Include="System.ServiceModel.Configuration\WebHttpBindingCollectionElement.cs" />
66 <Compile Include="System.ServiceModel.Configuration\WebHttpBindingElement.cs" />
67 <Compile Include="System.ServiceModel.Configuration\WebHttpElement.cs" />
68 <Compile Include="System.ServiceModel.Configuration\WebHttpEndpointCollectionElement.cs" />
69 <Compile Include="System.ServiceModel.Configuration\WebHttpEndpointElement.cs" />
70 <Compile Include="System.ServiceModel.Configuration\WebHttpSecurityElement.cs" />
71 <Compile Include="System.ServiceModel.Configuration\WebMessageEncodingElement.cs" />
72 <Compile Include="System.ServiceModel.Configuration\WebScriptEnablingElement.cs" />
73 <Compile Include="System.ServiceModel.Configuration\WebScriptEndpointCollectionElement.cs" />
74 <Compile Include="System.ServiceModel.Configuration\WebScriptEndpointElement.cs" />
75 <Compile Include="System.ServiceModel.Description\WebHttpBehavior.cs" />
76 <Compile Include="System.ServiceModel.Description\WebHttpEndpoint.cs" />
77 <Compile Include="System.ServiceModel.Description\WebScriptEnablingBehavior.cs" />
78 <Compile Include="System.ServiceModel.Description\WebScriptEndpoint.cs" />
79 <Compile Include="System.ServiceModel.Description\WebServiceEndpoint.cs" />
80 <Compile Include="System.ServiceModel.Dispatcher\JsonQueryStringConverter.cs" />
81 <Compile Include="System.ServiceModel.Dispatcher\QueryStringConverter.cs" />
82 <Compile Include="System.ServiceModel.Dispatcher\WebHttpDispatchOperationSelector.cs" />
83 <Compile Include="System.ServiceModel.Dispatcher\WebMessageFormatter.cs" />
84 <Compile Include="System.ServiceModel.Web\IncomingWebRequestContext.cs" />
85 <Compile Include="System.ServiceModel.Web\IncomingWebResponseContext.cs" />
86 <Compile Include="System.ServiceModel.Web\OutgoingWebRequestContext.cs" />
87 <Compile Include="System.ServiceModel.Web\OutgoingWebResponseContext.cs" />
88 <Compile Include="System.ServiceModel.Web\WebAttributeInfo.cs" />
89 <Compile Include="System.ServiceModel.Web\WebChannelFactory.cs" />
90 <Compile Include="System.ServiceModel.Web\WebGetAttribute.cs" />
91 <Compile Include="System.ServiceModel.Web\WebInvokeAttribute.cs" />
92 <Compile Include="System.ServiceModel.Web\WebMessageBodyStyle.cs" />
93 <Compile Include="System.ServiceModel.Web\WebMessageFormat.cs" />
94 <Compile Include="System.ServiceModel.Web\WebOperationContext.cs" />
95 <Compile Include="System.ServiceModel.Web\WebServiceHost.cs" />
96 <Compile Include="System.ServiceModel\WebHttpBinding.cs" />
97 <Compile Include="System.ServiceModel\WebHttpSecurity.cs" />
98 <Compile Include="System.ServiceModel\WebHttpSecurityMode.cs" /> </ItemGroup>
99 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
100 Other similar extension points exist, see Microsoft.Common.targets.
101 <Target Name="BeforeBuild">
102 </Target>
103 <Target Name="AfterBuild">
104 </Target>
106 <PropertyGroup>
107 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
109 </PreBuildEvent>
110 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
112 </PreBuildEvent>
113 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
115 </PostBuildEvent>
116 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
118 </PostBuildEvent>
119 </PropertyGroup>
120 <ItemGroup>
121 <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
122 <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
123 <Name>corlib-net_4_x</Name>
124 </ProjectReference>
125 <ProjectReference Include="../System/System-net_4_x.csproj">
126 <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
127 <Name>System-net_4_x</Name>
128 </ProjectReference>
129 <ProjectReference Include="../System.XML/System.Xml-net_4_x.csproj">
130 <Project>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</Project>
131 <Name>System.Xml-net_4_x</Name>
132 </ProjectReference>
133 <ProjectReference Include="../System.Runtime.Serialization/System.Runtime.Serialization-net_4_x.csproj">
134 <Project>{D845AD9D-3CCB-49CB-9543-028678E94938}</Project>
135 <Name>System.Runtime.Serialization-net_4_x</Name>
136 </ProjectReference>
137 <ProjectReference Include="../System.ServiceModel/System.ServiceModel-net_4_x.csproj">
138 <Project>{FE596C31-BDA2-4850-8F79-F8F4DF70F44A}</Project>
139 <Name>System.ServiceModel-net_4_x</Name>
140 </ProjectReference>
141 <ProjectReference Include="../System.Core/System.Core-net_4_x.csproj">
142 <Project>{359142A1-D80F-401E-AA64-7167C9317649}</Project>
143 <Name>System.Core-net_4_x</Name>
144 </ProjectReference>
145 <ProjectReference Include="../System.Configuration/System.Configuration-net_4_x.csproj">
146 <Project>{D5CDC09C-F19A-4811-A6C8-70F51CBFB644}</Project>
147 <Name>System.Configuration-net_4_x</Name>
148 </ProjectReference>
149 <ProjectReference Include="../System.Web.Extensions/System.Web.Extensions-net_4_x.csproj">
150 <Project>{EE582CE1-A692-47AC-B838-3A78955898BE}</Project>
151 <Name>System.Web.Extensions-net_4_x</Name>
152 </ProjectReference>
153 <ProjectReference Include="../System.ServiceModel.Activation/System.ServiceModel.Activation-net_4_x.csproj">
154 <Project>{7A23227C-591B-4F80-9D62-4D0271073D82}</Project>
155 <Name>System.ServiceModel.Activation-net_4_x</Name>
156 </ProjectReference>
157 </ItemGroup>
158 <ItemGroup>
159 <Folder Include="Properties\" />
160 </ItemGroup>
161 </Project>