1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory),Runtime.sln))\tools\WebStack.settings.targets" />
4
+ <PropertyGroup >
5
+ <ProjectGuid >{636CA76A-C85C-42E2-B4AA-88046279B3CA}</ProjectGuid >
6
+ <OutputType >Library</OutputType >
7
+ <AppDesignerFolder >Properties</AppDesignerFolder >
8
+ <RootNamespace >System.Net.Http</RootNamespace >
9
+ <AssemblyName >System.Net.Http.Formatting</AssemblyName >
10
+ <OutputPath >$(OutputPath)NetStandard\</OutputPath >
11
+ <DocumentationFile >$(OutputPath)$(AssemblyName).xml</DocumentationFile >
12
+ <RunCodeAnalysis >$(CodeAnalysis)</RunCodeAnalysis >
13
+ <CodeAnalysisRuleSet >..\Strict.ruleset</CodeAnalysisRuleSet >
14
+ <CodeAnalysisAdditionalOptions > /assemblycomparemode:StrongNameIgnoringVersion</CodeAnalysisAdditionalOptions >
15
+ <CodeAnalysisSearchGlobalAssemblyCache >false</CodeAnalysisSearchGlobalAssemblyCache >
16
+ <DefineConstants >$(DefineConstants);NETFX_CORE;ASPNETMVC;NOT_CLS_COMPLIANT;NETSTANDARD1_1</DefineConstants >
17
+ <ProjectTypeGuids >{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
18
+ <MinimumVisualStudioVersion >14.0</MinimumVisualStudioVersion >
19
+ <NoWarn >1591</NoWarn >
20
+ <TargetFrameworkVersion >v5.0</TargetFrameworkVersion >
21
+ </PropertyGroup >
22
+ <ItemGroup >
23
+ <Compile Include =" ..\CommonAssemblyInfo.cs" >
24
+ <Link >Properties\CommonAssemblyInfo.cs</Link >
25
+ </Compile >
26
+ <Compile Include =" ..\Common\Error.cs" >
27
+ <Link >Common\Error.cs</Link >
28
+ </Compile >
29
+ <Compile Include =" ..\Common\TaskHelpers.cs" >
30
+ <Link >Common\TaskHelpers.cs</Link >
31
+ </Compile >
32
+ <Compile Include =" ..\Common\TaskHelpersExtensions.cs" >
33
+ <Link >Common\TaskHelpersExtensions.cs</Link >
34
+ </Compile >
35
+ <Compile Include =" ..\Common\UriQueryUtility.cs" >
36
+ <Link >Common\UriQueryUtility.cs</Link >
37
+ </Compile >
38
+ <Compile Include =" ..\Common\CollectionExtensions.cs" >
39
+ <Link >Common\CollectionExtensions.cs</Link >
40
+ </Compile >
41
+ <Compile Include =" ..\Common\ListWrapperCollection.cs" >
42
+ <Link >Common\ListWrapperCollection.cs</Link >
43
+ </Compile >
44
+ <Compile Include =" ..\System.Net.Http.Formatting\FormattingUtilities.cs" >
45
+ <Link >FormattingUtilities.cs</Link >
46
+ </Compile >
47
+ <Compile Include =" ..\System.Net.Http.Formatting\Formatting\BaseJsonMediaTypeFormatter.cs" >
48
+ <Link >Formatting\BaseJsonMediaTypeFormatter.cs</Link >
49
+ </Compile >
50
+ <Compile Include =" ..\System.Net.Http.Formatting\Formatting\BsonMediaTypeFormatter.cs" >
51
+ <Link >Formatting\BsonMediaTypeFormatter.cs</Link >
52
+ </Compile >
53
+ <Compile Include =" ..\System.Net.Http.Formatting\Formatting\DelegatingEnumerable.cs" >
54
+ <Link >Formatting\DelegatingEnumerable.cs</Link >
55
+ </Compile >
56
+ <Compile Include =" ..\System.Net.Http.Formatting\Formatting\FormDataCollection.cs" >
57
+ <Link >Formatting\FormDataCollection.cs</Link >
58
+ </Compile >
59
+ <Compile Include =" ..\System.Net.Http.Formatting\Formatting\FormUrlEncodedJson.cs" >
60
+ <Link >Formatting\FormUrlEncodedJson.cs</Link >
61
+ </Compile >
62
+ <Compile Include =" ..\System.Net.Http.Formatting\Formatting\IFormatterLogger.cs" >
63
+ <Link >Formatting\IFormatterLogger.cs</Link >
64
+ </Compile >
65
+ <Compile Include =" ..\System.Net.Http.Formatting\Formatting\JsonMediaTypeFormatter.cs" >
66
+ <Link >Formatting\JsonMediaTypeFormatter.cs</Link >
67
+ </Compile >
68
+ <Compile Include =" ..\System.Net.Http.Formatting\Formatting\MediaTypeConstants.cs" >
69
+ <Link >Formatting\MediaTypeConstants.cs</Link >
70
+ </Compile >
71
+ <Compile Include =" ..\System.Net.Http.Formatting\Formatting\MediaTypeFormatter.cs" >
72
+ <Link >Formatting\MediaTypeFormatter.cs</Link >
73
+ </Compile >
74
+ <Compile Include =" ..\System.Net.Http.Formatting\Formatting\MediaTypeFormatterCollection.cs" >
75
+ <Link >Formatting\MediaTypeFormatterCollection.cs</Link >
76
+ </Compile >
77
+ <Compile Include =" ..\System.Net.Http.Formatting\Formatting\MediaTypeHeaderValueExtensions.cs" >
78
+ <Link >Formatting\MediaTypeHeaderValueExtensions.cs</Link >
79
+ </Compile >
80
+ <Compile Include =" ..\System.Net.Http.Formatting\Formatting\MediaTypeHeaderValueRange.cs" >
81
+ <Link >Formatting\MediaTypeHeaderValueRange.cs</Link >
82
+ </Compile >
83
+ <Compile Include =" ..\System.Net.Http.Formatting\Formatting\ParsedMediaTypeHeaderValue.cs" >
84
+ <Link >Formatting\ParsedMediaTypeHeaderValue.cs</Link >
85
+ </Compile >
86
+ <Compile Include =" ..\System.Net.Http.Formatting\Formatting\Parsers\FormUrlEncodedParser.cs" >
87
+ <Link >Formatting\Parsers\FormUrlEncodedParser.cs</Link >
88
+ </Compile >
89
+ <Compile Include =" ..\System.Net.Http.Formatting\Formatting\Parsers\HttpRequestHeaderParser.cs" >
90
+ <Link >Formatting\Parsers\HttpRequestHeaderParser.cs</Link >
91
+ </Compile >
92
+ <Compile Include =" ..\System.Net.Http.Formatting\Formatting\Parsers\HttpRequestLineParser.cs" >
93
+ <Link >Formatting\Parsers\HttpRequestLineParser.cs</Link >
94
+ </Compile >
95
+ <Compile Include =" ..\System.Net.Http.Formatting\Formatting\Parsers\HttpResponseHeaderParser.cs" >
96
+ <Link >Formatting\Parsers\HttpResponseHeaderParser.cs</Link >
97
+ </Compile >
98
+ <Compile Include =" ..\System.Net.Http.Formatting\Formatting\Parsers\HttpStatusLineParser.cs" >
99
+ <Link >Formatting\Parsers\HttpStatusLineParser.cs</Link >
100
+ </Compile >
101
+ <Compile Include =" ..\System.Net.Http.Formatting\Formatting\Parsers\InternetMessageFormatHeaderParser.cs" >
102
+ <Link >Formatting\Parsers\InternetMessageFormatHeaderParser.cs</Link >
103
+ </Compile >
104
+ <Compile Include =" ..\System.Net.Http.Formatting\Formatting\Parsers\MimeMultipartBodyPartParser.cs" >
105
+ <Link >Formatting\Parsers\MimeMultipartBodyPartParser.cs</Link >
106
+ </Compile >
107
+ <Compile Include =" ..\System.Net.Http.Formatting\Formatting\Parsers\MimeMultipartParser.cs" >
108
+ <Link >Formatting\Parsers\MimeMultipartParser.cs</Link >
109
+ </Compile >
110
+ <Compile Include =" ..\System.Net.Http.Formatting\Formatting\Parsers\ParserState.cs" >
111
+ <Link >Formatting\Parsers\ParserState.cs</Link >
112
+ </Compile >
113
+ <Compile Include =" ..\System.Net.Http.Formatting\Formatting\StringComparisonHelper.cs" >
114
+ <Link >Formatting\StringComparisonHelper.cs</Link >
115
+ </Compile >
116
+ <Compile Include =" ..\System.Net.Http.Formatting\Formatting\XmlMediaTypeFormatter.cs" >
117
+ <Link >Formatting\XmlMediaTypeFormatter.cs</Link >
118
+ </Compile >
119
+ <Compile Include =" ..\System.Net.Http.Formatting\Internal\HttpValueCollection.cs" >
120
+ <Link >Internal\HttpValueCollection.cs</Link >
121
+ </Compile >
122
+ <Compile Include =" ..\System.Net.Http.Formatting\UriExtensions.cs" >
123
+ <Link >UriExtensions.cs</Link >
124
+ </Compile >
125
+ <Compile Include =" ..\System.Net.Http.Formatting.NetCore\GlobalSuppressions.cs" >
126
+ <Link >GlobalSuppressions.cs</Link >
127
+ </Compile >
128
+ <Compile Include =" ..\System.Net.Http.Formatting\Handlers\HttpProgressEventArgs.cs" >
129
+ <Link >Handlers\HttpProgressEventArgs.cs</Link >
130
+ </Compile >
131
+ <Compile Include =" ..\System.Net.Http.Formatting\Handlers\ProgressContent.cs" >
132
+ <Link >Handlers\ProgressContent.cs</Link >
133
+ </Compile >
134
+ <Compile Include =" ..\System.Net.Http.Formatting\Handlers\ProgressMessageHandler.cs" >
135
+ <Link >Handlers\ProgressMessageHandler.cs</Link >
136
+ </Compile >
137
+ <Compile Include =" ..\System.Net.Http.Formatting\Handlers\ProgressStream.cs" >
138
+ <Link >Handlers\ProgressStream.cs</Link >
139
+ </Compile >
140
+ <Compile Include =" ..\System.Net.Http.Formatting\HttpClientExtensions.cs" >
141
+ <Link >HttpClientExtensions.cs</Link >
142
+ </Compile >
143
+ <Compile Include =" ..\System.Net.Http.Formatting\HttpClientFactory.cs" >
144
+ <Link >HttpClientFactory.cs</Link >
145
+ </Compile >
146
+ <Compile Include =" ..\System.Net.Http.Formatting\HttpContentExtensions.cs" >
147
+ <Link >HttpContentExtensions.cs</Link >
148
+ </Compile >
149
+ <Compile Include =" ..\System.Net.Http.Formatting\HttpContentMessageExtensions.cs" >
150
+ <Link >HttpContentMessageExtensions.cs</Link >
151
+ </Compile >
152
+ <Compile Include =" ..\System.Net.Http.Formatting\HttpContentMultipartExtensions.cs" >
153
+ <Link >HttpContentMultipartExtensions.cs</Link >
154
+ </Compile >
155
+ <Compile Include =" ..\System.Net.Http.Formatting\HttpHeaderExtensions.cs" >
156
+ <Link >HttpHeaderExtensions.cs</Link >
157
+ </Compile >
158
+ <Compile Include =" ..\System.Net.Http.Formatting\HttpMessageContent.cs" >
159
+ <Link >HttpMessageContent.cs</Link >
160
+ </Compile >
161
+ <Compile Include =" ..\System.Net.Http.Formatting\HttpUnsortedHeaders.cs" >
162
+ <Link >HttpUnsortedHeaders.cs</Link >
163
+ </Compile >
164
+ <Compile Include =" ..\System.Net.Http.Formatting\HttpUnsortedRequest.cs" >
165
+ <Link >HttpUnsortedRequest.cs</Link >
166
+ </Compile >
167
+ <Compile Include =" ..\System.Net.Http.Formatting\HttpUnsortedResponse.cs" >
168
+ <Link >HttpUnsortedResponse.cs</Link >
169
+ </Compile >
170
+ <Compile Include =" ..\System.Net.Http.Formatting\Internal\AsyncResult.cs" >
171
+ <Link >Internal\AsyncResult.cs</Link >
172
+ </Compile >
173
+ <Compile Include =" ..\System.Net.Http.Formatting\Internal\DelegatingStream.cs" >
174
+ <Link >Internal\DelegatingStream.cs</Link >
175
+ </Compile >
176
+ <Compile Include =" ..\System.Net.Http.Formatting\Internal\ReadOnlyStreamWithEncodingPreamble.cs" >
177
+ <Link >Internal\ReadOnlyStreamWithEncodingPreamble.cs</Link >
178
+ </Compile >
179
+ <Compile Include =" ..\System.Net.Http.Formatting\Internal\TypeExtensions.cs" >
180
+ <Link >Internal\TypeExtensions.cs</Link >
181
+ </Compile >
182
+ <Compile Include =" ..\System.Net.Http.Formatting\MimeBodyPart.cs" >
183
+ <Link >MimeBodyPart.cs</Link >
184
+ </Compile >
185
+ <Compile Include =" ..\System.Net.Http.Formatting\MultipartFileData.cs" >
186
+ <Link >MultipartFileData.cs</Link >
187
+ </Compile >
188
+ <Compile Include =" ..\System.Net.Http.Formatting\MultipartMemoryStreamProvider.cs" >
189
+ <Link >MultipartMemoryStreamProvider.cs</Link >
190
+ </Compile >
191
+ <Compile Include =" ..\System.Net.Http.Formatting\MultipartRelatedStreamProvider.cs" >
192
+ <Link >MultipartRelatedStreamProvider.cs</Link >
193
+ </Compile >
194
+ <Compile Include =" ..\System.Net.Http.Formatting\MultipartStreamProvider.cs" >
195
+ <Link >MultipartStreamProvider.cs</Link >
196
+ </Compile >
197
+ <Compile Include =" ..\System.Net.Http.Formatting\ObjectContent.cs" >
198
+ <Link >ObjectContent.cs</Link >
199
+ </Compile >
200
+ <Compile Include =" ..\System.Net.Http.Formatting\ObjectContentOfT.cs" >
201
+ <Link >ObjectContentOfT.cs</Link >
202
+ </Compile >
203
+ <Compile Include =" ..\System.Net.Http.Formatting\PushStreamContent.cs" >
204
+ <Link >PushStreamContent.cs</Link >
205
+ </Compile >
206
+ <Compile Include =" ..\System.Net.Http.Formatting\Properties\AssemblyInfo.cs" >
207
+ <Link >Properties\AssemblyInfo.cs</Link >
208
+ </Compile >
209
+ <Compile Include =" ..\System.Net.Http.Formatting\Properties\Resources.Designer.cs" >
210
+ <Link >Properties\Resources.Designer.cs</Link >
211
+ <AutoGen >True</AutoGen >
212
+ <DesignTime >True</DesignTime >
213
+ <DependentUpon >Resources.resx</DependentUpon >
214
+ </Compile >
215
+ <Compile Include =" ..\System.Net.Http.Formatting\UnsupportedMediaTypeException.cs" >
216
+ <Link >UnsupportedMediaTypeException.cs</Link >
217
+ </Compile >
218
+ <Compile Include =" ..\System.Net.Http.Formatting.NetCore\Internal\ConcurrentDictionary.cs" >
219
+ <Link >Internal\ConcurrentDictionary.cs</Link >
220
+ </Compile >
221
+ <Compile Include =" ..\System.Net.Http.Formatting.NetCore\MediaTypeHeaderValueExtensions.cs" >
222
+ <Link >MediaTypeHeaderValueExtensions.cs</Link >
223
+ </Compile >
224
+ </ItemGroup >
225
+ <ItemGroup >
226
+ <Compile Include =" ..\Common\CommonWebApiResources.Designer.cs" >
227
+ <Link >Properties\CommonWebApiResources.Designer.cs</Link >
228
+ <AutoGen >True</AutoGen >
229
+ <DesignTime >True</DesignTime >
230
+ <DependentUpon >CommonWebApiResources.resx</DependentUpon >
231
+ </Compile >
232
+ </ItemGroup >
233
+ <ItemGroup >
234
+ <EmbeddedResource Include =" ..\Common\CommonWebApiResources.resx" >
235
+ <Link >Properties\CommonWebApiResources.resx</Link >
236
+ <Generator >ResXFileCodeGenerator</Generator >
237
+ <LastGenOutput >CommonWebApiResources.Designer.cs</LastGenOutput >
238
+ </EmbeddedResource >
239
+ </ItemGroup >
240
+ <ItemGroup >
241
+ <EmbeddedResource Include =" ..\System.Net.Http.Formatting\Properties\Resources.resx" >
242
+ <Link >Properties\Resources.resx</Link >
243
+ <Generator >ResXFileCodeGenerator</Generator >
244
+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
245
+ <SubType >Designer</SubType >
246
+ </EmbeddedResource >
247
+ </ItemGroup >
248
+ <ItemGroup >
249
+ <CodeAnalysisDictionary Include =" ..\CodeAnalysisDictionary.xml" >
250
+ <Link >CodeAnalysisDictionary.xml</Link >
251
+ </CodeAnalysisDictionary >
252
+ </ItemGroup >
253
+ <ItemGroup >
254
+ <None Include =" project.json" />
255
+ <None Include =" project.lock.json" />
256
+ </ItemGroup >
257
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
258
+ </Project >
0 commit comments