[gitattributes] Do CRLF normalization on sln/proj files
[mono-project.git] / mcs / class / Mono.Http / Mono.Http.csproj
blob5ecaed99319d5452f97b08e77a4c8d466eec104f
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="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4   <PropertyGroup>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">net_4_x</Platform>
7     <ProjectGuid>{08CE3CB5-8F28-4213-8F7F-EA09BE75E998}</ProjectGuid>
8     <OutputType>Library</OutputType>
9     <NoWarn>1699,618</NoWarn>
10     <LangVersion>latest</LangVersion>
11     <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
12     <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">macos</HostPlatform>
13     <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
14     <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
15     <NoStdLib>True</NoStdLib>
16     <NoConfig>True</NoConfig>
17     <AssemblyName>Mono.Http</AssemblyName>
18     <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
19     <SignAssembly>true</SignAssembly>
20     <AssemblyOriginatorKeyFile>../mono.pub</AssemblyOriginatorKeyFile>
21   </PropertyGroup>
22   <PropertyGroup>
23     <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
24     Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
25     is a problem to compile the Mono mscorlib.dll -->
26     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
27   </PropertyGroup>
28   <PropertyGroup Condition=" '$(Platform)' == 'net_4_x' ">
29     <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
30     <IntermediateOutputPath>./../../class/obj/$(AssemblyName)-net_4_x-$(HostPlatform)</IntermediateOutputPath>
31     <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM</DefineConstants>
32   </PropertyGroup>
33   <!-- @ALL_PROFILE_PROPERTIES@ -->
34   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
35     <DebugSymbols>true</DebugSymbols>
36     <DebugType>full</DebugType>
37     <Optimize>false</Optimize>
38     <!-- TRACE is set only for Debug configuration, so inherit from platform-specific value -->
39     <DefineConstants>TRACE;$(DefineConstants)</DefineConstants>
40   </PropertyGroup>
41   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
42     <DebugType>pdbonly</DebugType>
43     <Optimize>true</Optimize>
44   </PropertyGroup>
45   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
46   <!-- @BUILT_SOURCES@ -->
47   <!--Common files-->
48   <ItemGroup>
49     <Compile Include="..\..\build\common\Consts.cs" />
50     <Compile Include="Assembly\AssemblyInfo.cs" />
51     <Compile Include="Mono.Http.Configuration\AcceptEncodingConfig.cs" />
52     <Compile Include="Mono.Http.Configuration\AcceptEncodingSectionHandler.cs" />
53     <Compile Include="Mono.Http.Modules\AcceptEncodingModule.cs" />
54     <Compile Include="Mono.Http.Modules\AuthenticationModule.cs" />
55     <Compile Include="Mono.Http.Modules\BasicAuthenticationModule.cs" />
56     <Compile Include="Mono.Http.Modules\DigestAuthenticationModule.cs" />
57     <Compile Include="Mono.Http\GZipWebRequest.cs" />
58     <Compile Include="Mono.Http\GZipWebRequestCreator.cs" />
59     <Compile Include="Mono.Http\GZipWebResponse.cs" />
60     <Compile Include="Mono.Http\GZipWriteFilter.cs" />
61     <Compile Include="Mono.Http\NtlmClient.cs" />
62     <ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
63       <Name>genconsts</Name>
64       <Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
65       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
66       <CopyToOutputDirectory>Never</CopyToOutputDirectory>
67       <Private>false</Private>
68     </ProjectReference>
69   </ItemGroup>
70   <!--End of common files-->
71   <!-- @ALL_SOURCES@ -->
72   <!-- @COMMON_PROJECT_REFERENCES@ -->
73   <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
74     <ProjectReference Include="../System/System.csproj" />
75     <ProjectReference Include="../System.XML/System.Xml.csproj" />
76     <ProjectReference Include="../System.Web/System.Web.csproj" />
77     <ProjectReference Include="../ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj" />
78     <ProjectReference Include="../Mono.Security/Mono.Security.csproj" />
79     <ProjectReference Include="../corlib/corlib.csproj" />
80   </ItemGroup>
81   <!-- @ALL_REFERENCES@ -->
82   <!-- @ALL_RESOURCES@ -->
83   <PropertyGroup>
84     <!-- Force the pre-build event to run after references have been resolved. The default
85       behavior is to run them before resolving references, which can cause things like
86       culevel.exe to be used before they have been built. -->
87     <PreBuildEventDependsOn>ResolveReferences</PreBuildEventDependsOn>
88   </PropertyGroup>
89 </Project>