[msvc] Update csproj files (#4846)
[mono-project.git] / mcs / class / Mono.Http / Mono.Http-net_4_x.csproj
blob491ba8f8008c80373be0ae00e2c2a20445ed99f6
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>{11DD6F15-65AB-4CBD-9EFE-2C9626388C53}</ProjectGuid>
10 <OutputType>Library</OutputType>
11 <NoWarn>1699,618</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>Mono.Http</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,618</NoWarn>
34 <Optimize>false</Optimize>
35 <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</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,618</NoWarn>
42 <Optimize>true</Optimize>
43 <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</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="..\..\build\common\Consts.cs" />
56 <Compile Include="Assembly\AssemblyInfo.cs" />
57 <Compile Include="Mono.Http.Configuration\AcceptEncodingConfig.cs" />
58 <Compile Include="Mono.Http.Configuration\AcceptEncodingSectionHandler.cs" />
59 <Compile Include="Mono.Http.Modules\AcceptEncodingModule.cs" />
60 <Compile Include="Mono.Http.Modules\AuthenticationModule.cs" />
61 <Compile Include="Mono.Http.Modules\BasicAuthenticationModule.cs" />
62 <Compile Include="Mono.Http.Modules\DigestAuthenticationModule.cs" />
63 <Compile Include="Mono.Http\GZipWebRequest.cs" />
64 <Compile Include="Mono.Http\GZipWebRequestCreator.cs" />
65 <Compile Include="Mono.Http\GZipWebResponse.cs" />
66 <Compile Include="Mono.Http\GZipWriteFilter.cs" />
67 <Compile Include="Mono.Http\NtlmClient.cs" /> </ItemGroup>
68 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
69 Other similar extension points exist, see Microsoft.Common.targets.
70 <Target Name="BeforeBuild">
71 </Target>
72 <Target Name="AfterBuild">
73 </Target>
74 -->
75 <PropertyGroup>
76 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
78 </PreBuildEvent>
79 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
81 </PreBuildEvent>
82 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
84 </PostBuildEvent>
85 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
87 </PostBuildEvent>
88 </PropertyGroup>
89 <ItemGroup>
90 <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
91 <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
92 <Name>corlib-net_4_x</Name>
93 </ProjectReference>
94 <ProjectReference Include="../System/System-net_4_x.csproj">
95 <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
96 <Name>System-net_4_x</Name>
97 </ProjectReference>
98 <ProjectReference Include="../System.XML/System.Xml-net_4_x.csproj">
99 <Project>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</Project>
100 <Name>System.Xml-net_4_x</Name>
101 </ProjectReference>
102 <ProjectReference Include="../System.Web/System.Web-net_4_x.csproj">
103 <Project>{9DB806CB-B828-49B7-BAE2-2E52402CB4DC}</Project>
104 <Name>System.Web-net_4_x</Name>
105 </ProjectReference>
106 <ProjectReference Include="../ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib-net_4_x.csproj">
107 <Project>{4903F98F-B4C9-467A-8FBA-39E7F91D9327}</Project>
108 <Name>ICSharpCode.SharpZipLib-net_4_x</Name>
109 </ProjectReference>
110 <ProjectReference Include="../Mono.Security/Mono.Security-net_4_x.csproj">
111 <Project>{42D59DE7-586F-4ACF-BDD5-E7869E39E3EF}</Project>
112 <Name>Mono.Security-net_4_x</Name>
113 </ProjectReference>
114 </ItemGroup>
115 <ItemGroup>
116 <Folder Include="Properties\" />
117 </ItemGroup>
118 </Project>