-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathSystem.Net.Http.nfproj
More file actions
147 lines (147 loc) · 8.82 KB
/
System.Net.Http.nfproj
File metadata and controls
147 lines (147 loc) · 8.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\Nerdbank.GitVersioning.3.7.112\build\Nerdbank.GitVersioning.props" Condition="Exists('..\packages\Nerdbank.GitVersioning.3.7.112\build\Nerdbank.GitVersioning.props')" />
<PropertyGroup Label="Globals">
<NanoFrameworkProjectSystemPath>$(MSBuildExtensionsPath)\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath>
</PropertyGroup>
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.Default.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.Default.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectTypeGuids>{11A8DD76-328B-46DF-9F39-F559912D0360};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProjectGuid>c3aba656-9831-4006-a3b3-ea842a3c508e</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<FileAlignment>512</FileAlignment>
<RootNamespace>System.Net.Http</RootNamespace>
<AssemblyName>System.Net.Http</AssemblyName>
<TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
<NF_IsCoreLibrary>True</NF_IsCoreLibrary>
<DocumentationFile>bin\$(Configuration)\System.Net.Http.xml</DocumentationFile>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<RestoreLockedMode Condition="'$(TF_BUILD)' == 'True' or '$(ContinuousIntegrationBuild)' == 'True'">true</RestoreLockedMode>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup>
<DelaySign>false</DelaySign>
</PropertyGroup>
<PropertyGroup>
<!-- override default options for MetaDataProcessor -->
<NF_GenerateStubsDirectory>bin\$(Configuration)\Stubs</NF_GenerateStubsDirectory>
<Name>System.Net.Http</Name>
</PropertyGroup>
<ItemGroup>
<NFMDP_PE_ExcludeClassByName Include="ThisAssembly">
<InProject>false</InProject>
</NFMDP_PE_ExcludeClassByName>
</ItemGroup>
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
<ItemGroup>
<Compile Include="Friends.cs" />
<Compile Include="Http\ByteArrayContent.cs" />
<Compile Include="Http\ClientCertificateOption.cs" />
<Compile Include="Http\Headers\HeaderDescriptor.cs" />
<Compile Include="Http\Headers\HttpContentHeaders.cs" />
<Compile Include="Http\Headers\HttpGeneralHeaders.cs" />
<Compile Include="Http\Headers\HttpHeaders.cs" />
<Compile Include="Http\Headers\HttpHeaderType.cs" />
<Compile Include="Http\Headers\HttpResponseHeaders.cs" />
<Compile Include="Http\Headers\HttpRequestHeaders.cs" />
<Compile Include="Http\Headers\KnownHeader.cs" />
<Compile Include="Http\Headers\MediaTypeHeaderValue.cs" />
<Compile Include="Http\HttpClient.cs" />
<Compile Include="Http\HttpClientHandler.cs" />
<Compile Include="Http\HttpCompletionOption.cs" />
<Compile Include="Http\HttpContent.cs" />
<Compile Include="Http\HttpMessageHandler.cs" />
<Compile Include="Http\HttpMessageInvoker.cs" />
<Compile Include="Http\HttpMethod.cs" />
<Compile Include="Http\HttpRequestException.cs" />
<Compile Include="Http\HttpRequestMessage.cs" />
<Compile Include="Http\HttpResponseMessage.cs" />
<Compile Include="Http\StreamContent.cs" />
<Compile Include="Http\StringContent.cs" />
<Compile Include="Http\System.Net.IKnowWhenDone.cs" />
<Compile Include="Http\System.Net.Http.Constants.cs" />
<Compile Include="Http\System.Net.AuthenticationType.cs" />
<Compile Include="Http\System.Net.HttpListener.cs" />
<Compile Include="Http\System.Net.HttpListenerContext.cs" />
<Compile Include="Http\System.Net.HttpListenerRequest.cs" />
<Compile Include="Http\System.Net.HttpListenerResponse.cs" />
<Compile Include="Http\System.Net.HttpStatusCode.cs" />
<Compile Include="Http\System.Net.HttpVersion.cs" />
<Compile Include="Http\System.Net.HttpWebRequest.cs" />
<Compile Include="Http\System.Net.HttpWebResponse.cs" />
<Compile Include="Http\System.Net.Internal.cs" />
<Compile Include="Http\System.Net.Internal.WebRequestPrefixElement.cs" />
<Compile Include="Http\System.Net.iwebproxy.cs" />
<Compile Include="Http\System.Net.IWebRequestCreate.cs" />
<Compile Include="Http\System.Net.NetworkCredential.cs" />
<Compile Include="Http\System.Net.ProtocolViolationException.cs" />
<Compile Include="Http\System.Net.WebException.cs" />
<Compile Include="Http\System.Net.WebHeaders.cs" />
<Compile Include="Http\System.Net.webproxy.cs" />
<Compile Include="Http\System.Net.WebRequest.cs" />
<Compile Include="Http\System.Net.WebResponse.cs" />
<Compile Include="Http\System.Net.WebStatus.cs" />
<Compile Include="Http\System.Net._HeaderInfo.cs" />
<Compile Include="Http\System.Net._HeaderInfoTable.cs" />
<Compile Include="Http\System.Net._HttpDateParse.cs" />
<Compile Include="Http\System.Net._InputNetworkStreamWrapper.cs" />
<Compile Include="Http\System.Net._OutputNetworkStreamWrapper.cs" />
<Compile Include="Http\System.Net._ValidationHelper.cs" />
<Compile Include="Http\System.Uri.cs" />
<Compile Include="Http\System.Net.HttpUtility.cs" />
<Compile Include="Http\System.Net.WebSocketContext.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="key.snk" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Content Include="packages.lock.json" />
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>
</Reference>
<Reference Include="nanoFramework.Runtime.Events, Version=1.11.18.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Runtime.Events.1.11.18\lib\nanoFramework.Runtime.Events.dll</HintPath>
</Reference>
<Reference Include="nanoFramework.System.Collections, Version=1.5.45.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.System.Collections.1.5.45\lib\nanoFramework.System.Collections.dll</HintPath>
</Reference>
<Reference Include="nanoFramework.System.Text, Version=1.3.1.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.System.Text.1.3.1\lib\nanoFramework.System.Text.dll</HintPath>
</Reference>
<Reference Include="System.IO.Streams, Version=1.1.77.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.System.IO.Streams.1.1.77\lib\System.IO.Streams.dll</HintPath>
</Reference>
<Reference Include="System.Net, Version=1.11.14.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.System.Net.1.11.14\lib\System.Net.dll</HintPath>
</Reference>
<Reference Include="System.Threading, Version=1.1.32.63105, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.System.Threading.1.1.32\lib\System.Threading.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
<ProjectExtensions>
<ProjectCapabilities>
<ProjectConfigurationsDeclaredAsItems />
</ProjectCapabilities>
</ProjectExtensions>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Nerdbank.GitVersioning.3.7.112\build\Nerdbank.GitVersioning.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Nerdbank.GitVersioning.3.7.112\build\Nerdbank.GitVersioning.props'))" />
<Error Condition="!Exists('..\packages\Nerdbank.GitVersioning.3.7.112\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Nerdbank.GitVersioning.3.7.112\build\Nerdbank.GitVersioning.targets'))" />
</Target>
<Import Project="..\packages\Nerdbank.GitVersioning.3.7.112\build\Nerdbank.GitVersioning.targets" Condition="Exists('..\packages\Nerdbank.GitVersioning.3.7.112\build\Nerdbank.GitVersioning.targets')" />
</Project>