|
22 | 22 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Windows_Release|AnyCPU' " />
|
23 | 23 |
|
24 | 24 | <ItemGroup>
|
25 |
| - <Compile Include="..\..\Common\src\System\NotImplemented.cs"> |
26 |
| - <Link>ProductionCode\NotImplemented.cs</Link> |
| 25 | + <Compile Include="$(CommonPath)\System\NotImplemented.cs"> |
| 26 | + <Link>ProductionCode\Common\System\NotImplemented.cs</Link> |
27 | 27 | </Compile>
|
28 | 28 | <Compile Include="..\src\Internal\HttpKnownHeaderNames.cs">
|
29 |
| - <Link>ProductionCode\HttpKnownHeaderNames.cs</Link> |
| 29 | + <Link>ProductionCode\Internal\HttpKnownHeaderNames.cs</Link> |
30 | 30 | </Compile>
|
31 | 31 | <Compile Include="..\src\Internal\HttpStatusDescription.cs">
|
32 |
| - <Link>ProductionCode\HttpStatusDescription.cs</Link> |
| 32 | + <Link>ProductionCode\Internal\HttpStatusDescription.cs</Link> |
33 | 33 | </Compile>
|
34 | 34 | <Compile Include="..\src\Internal\HttpVersion.cs">
|
35 |
| - <Link>ProductionCode\HttpVersion.cs</Link> |
| 35 | + <Link>ProductionCode\Internal\HttpVersion.cs</Link> |
36 | 36 | </Compile>
|
37 | 37 | <Compile Include="..\src\Internal\ICloneable.cs">
|
38 |
| - <Link>ProductionCode\ICloneable.cs</Link> |
| 38 | + <Link>ProductionCode\Internal\ICloneable.cs</Link> |
39 | 39 | </Compile>
|
40 | 40 | <Compile Include="..\src\Internal\MailAddress.cs">
|
41 |
| - <Link>ProductionCode\MailAddress.cs</Link> |
| 41 | + <Link>ProductionCode\Internal\MailAddress.cs</Link> |
42 | 42 | </Compile>
|
43 | 43 | <Compile Include="..\src\Internal\Mail\DomainLiteralReader.cs">
|
44 |
| - <Link>ProductionCode\DomainLiteralReader.cs</Link> |
| 44 | + <Link>ProductionCode\Internal\DomainLiteralReader.cs</Link> |
45 | 45 | </Compile>
|
46 | 46 | <Compile Include="..\src\Internal\Mail\DotAtomReader.cs">
|
47 |
| - <Link>ProductionCode\DotAtomReader.cs</Link> |
| 47 | + <Link>ProductionCode\Internal\DotAtomReader.cs</Link> |
48 | 48 | </Compile>
|
49 | 49 | <Compile Include="..\src\Internal\Mail\MailAddressParser.cs">
|
50 |
| - <Link>ProductionCode\MailAddressParser.cs</Link> |
| 50 | + <Link>ProductionCode\Internal\MailAddressParser.cs</Link> |
51 | 51 | </Compile>
|
52 | 52 | <Compile Include="..\src\Internal\Mail\MailBnfHelper.cs">
|
53 |
| - <Link>ProductionCode\MailBnfHelper.cs</Link> |
| 53 | + <Link>ProductionCode\Internal\MailBnfHelper.cs</Link> |
54 | 54 | </Compile>
|
55 | 55 | <Compile Include="..\src\Internal\Mail\QuotedPairReader.cs">
|
56 |
| - <Link>ProductionCode\QuotedPairReader.cs</Link> |
| 56 | + <Link>ProductionCode\Internal\QuotedPairReader.cs</Link> |
57 | 57 | </Compile>
|
58 | 58 | <Compile Include="..\src\Internal\Mail\QuotedStringFormatReader.cs">
|
59 |
| - <Link>ProductionCode\QuotedStringFormatReader.cs</Link> |
| 59 | + <Link>ProductionCode\Internal\QuotedStringFormatReader.cs</Link> |
60 | 60 | </Compile>
|
61 | 61 | <Compile Include="..\src\Internal\Mail\WhitespaceReader.cs">
|
62 |
| - <Link>ProductionCode\WhitespaceReader.cs</Link> |
| 62 | + <Link>ProductionCode\Internal\WhitespaceReader.cs</Link> |
63 | 63 | </Compile>
|
64 | 64 | <Compile Include="..\src\Internal\Logging.cs">
|
65 |
| - <Link>ProductionCode\Logging.cs</Link> |
| 65 | + <Link>ProductionCode\Internal\Logging.cs</Link> |
66 | 66 | </Compile>
|
67 | 67 | <Compile Include="..\src\Internal\UriHelper.cs">
|
68 |
| - <Link>ProductionCode\UriHelper.cs</Link> |
| 68 | + <Link>ProductionCode\Internal\UriHelper.cs</Link> |
69 | 69 | </Compile>
|
70 | 70 | <Compile Include="..\src\Shims\Uri.cs">
|
71 |
| - <Link>ProductionCode\Uri.cs</Link> |
| 71 | + <Link>ProductionCode\Shims\Uri.cs</Link> |
72 | 72 | </Compile>
|
73 | 73 | <Compile Include="..\src\System\Net\Http\ByteArrayContent.cs">
|
74 |
| - <Link>ProductionCode\ByteArrayContent.cs</Link> |
| 74 | + <Link>ProductionCode\System\Net\Http\ByteArrayContent.cs</Link> |
75 | 75 | </Compile>
|
76 | 76 | <Compile Include="..\src\System\Net\Http\ClientCertificateOption.cs">
|
77 |
| - <Link>ProductionCode\ClientCertificateOption.cs</Link> |
| 77 | + <Link>ProductionCode\System\Net\Http\ClientCertificateOption.cs</Link> |
78 | 78 | </Compile>
|
79 | 79 | <Compile Include="..\src\System\Net\Http\DelegatingHandler.cs">
|
80 |
| - <Link>ProductionCode\DelegatingHandler.cs</Link> |
| 80 | + <Link>ProductionCode\System\Net\Http\DelegatingHandler.cs</Link> |
81 | 81 | </Compile>
|
82 | 82 | <Compile Include="..\src\System\Net\Http\DelegatingStream.cs">
|
83 |
| - <Link>ProductionCode\DelegatingStream.cs</Link> |
| 83 | + <Link>ProductionCode\System\Net\Http\DelegatingStream.cs</Link> |
84 | 84 | </Compile>
|
85 | 85 | <Compile Include="..\src\System\Net\Http\FormUrlEncodedContent.cs">
|
86 |
| - <Link>ProductionCode\FormUrlEncodedContent.cs</Link> |
| 86 | + <Link>ProductionCode\System\Net\Http\FormUrlEncodedContent.cs</Link> |
87 | 87 | </Compile>
|
88 | 88 | <Compile Include="..\src\System\Net\Http\Headers\AuthenticationHeaderValue.cs">
|
89 |
| - <Link>ProductionCode\AuthenticationHeaderValue.cs</Link> |
| 89 | + <Link>ProductionCode\System\Net\Http\Headers\AuthenticationHeaderValue.cs</Link> |
90 | 90 | </Compile>
|
91 | 91 | <Compile Include="..\src\System\Net\Http\Headers\BaseHeaderParser.cs">
|
92 |
| - <Link>ProductionCode\BaseHeaderParser.cs</Link> |
| 92 | + <Link>ProductionCode\System\Net\Http\Headers\BaseHeaderParser.cs</Link> |
93 | 93 | </Compile>
|
94 | 94 | <Compile Include="..\src\System\Net\Http\Headers\ByteArrayHeaderParser.cs">
|
95 |
| - <Link>ProductionCode\ByteArrayHeaderParser.cs</Link> |
| 95 | + <Link>ProductionCode\System\Net\Http\Headers\ByteArrayHeaderParser.cs</Link> |
96 | 96 | </Compile>
|
97 | 97 | <Compile Include="..\src\System\Net\Http\Headers\CacheControlHeaderParser.cs">
|
98 |
| - <Link>ProductionCode\CacheControlHeaderParser.cs</Link> |
| 98 | + <Link>ProductionCode\System\Net\Http\Headers\CacheControlHeaderParser.cs</Link> |
99 | 99 | </Compile>
|
100 | 100 | <Compile Include="..\src\System\Net\Http\Headers\CacheControlHeaderValue.cs">
|
101 |
| - <Link>ProductionCode\CacheControlHeaderValue.cs</Link> |
| 101 | + <Link>ProductionCode\System\Net\Http\Headers\CacheControlHeaderValue.cs</Link> |
102 | 102 | </Compile>
|
103 | 103 | <Compile Include="..\src\System\Net\Http\Headers\ContentDispositionHeaderValue.cs">
|
104 |
| - <Link>ProductionCode\ContentDispositionHeaderValue.cs</Link> |
| 104 | + <Link>ProductionCode\System\Net\Http\Headers\ContentDispositionHeaderValue.cs</Link> |
105 | 105 | </Compile>
|
106 | 106 | <Compile Include="..\src\System\Net\Http\Headers\ContentRangeHeaderValue.cs">
|
107 |
| - <Link>ProductionCode\ContentRangeHeaderValue.cs</Link> |
| 107 | + <Link>ProductionCode\System\Net\Http\Headers\ContentRangeHeaderValue.cs</Link> |
108 | 108 | </Compile>
|
109 | 109 | <Compile Include="..\src\System\Net\Http\Headers\DateHeaderParser.cs">
|
110 |
| - <Link>ProductionCode\DateHeaderParser.cs</Link> |
| 110 | + <Link>ProductionCode\System\Net\Http\Headers\DateHeaderParser.cs</Link> |
111 | 111 | </Compile>
|
112 | 112 | <Compile Include="..\src\System\Net\Http\Headers\EntityTagHeaderValue.cs">
|
113 |
| - <Link>ProductionCode\EntityTagHeaderValue.cs</Link> |
| 113 | + <Link>ProductionCode\System\Net\Http\Headers\EntityTagHeaderValue.cs</Link> |
114 | 114 | </Compile>
|
115 | 115 | <Compile Include="..\src\System\Net\Http\Headers\GenericHeaderParser.cs">
|
116 |
| - <Link>ProductionCode\GenericHeaderParser.cs</Link> |
| 116 | + <Link>ProductionCode\System\Net\Http\Headers\GenericHeaderParser.cs</Link> |
117 | 117 | </Compile>
|
118 | 118 | <Compile Include="..\src\System\Net\Http\Headers\HeaderUtilities.cs">
|
119 |
| - <Link>ProductionCode\HeaderUtilities.cs</Link> |
| 119 | + <Link>ProductionCode\System\Net\Http\Headers\HeaderUtilities.cs</Link> |
120 | 120 | </Compile>
|
121 | 121 | <Compile Include="..\src\System\Net\Http\Headers\HttpContentHeaders.cs">
|
122 |
| - <Link>ProductionCode\HttpContentHeaders.cs</Link> |
| 122 | + <Link>ProductionCode\System\Net\Http\Headers\HttpContentHeaders.cs</Link> |
123 | 123 | </Compile>
|
124 | 124 | <Compile Include="..\src\System\Net\Http\Headers\HttpGeneralHeaders.cs">
|
125 |
| - <Link>ProductionCode\HttpGeneralHeaders.cs</Link> |
| 125 | + <Link>ProductionCode\System\Net\Http\Headers\HttpGeneralHeaders.cs</Link> |
126 | 126 | </Compile>
|
127 | 127 | <Compile Include="..\src\System\Net\Http\Headers\HttpHeaderParser.cs">
|
128 |
| - <Link>ProductionCode\HttpHeaderParser.cs</Link> |
| 128 | + <Link>ProductionCode\System\Net\Http\Headers\HttpHeaderParser.cs</Link> |
129 | 129 | </Compile>
|
130 | 130 | <Compile Include="..\src\System\Net\Http\Headers\HttpHeaders.cs">
|
131 |
| - <Link>ProductionCode\HttpHeaders.cs</Link> |
| 131 | + <Link>ProductionCode\System\Net\Http\Headers\HttpHeaders.cs</Link> |
132 | 132 | </Compile>
|
133 | 133 | <Compile Include="..\src\System\Net\Http\Headers\HttpHeaderValueCollection.cs">
|
134 |
| - <Link>ProductionCode\HttpHeaderValueCollection.cs</Link> |
| 134 | + <Link>ProductionCode\System\Net\Http\Headers\HttpHeaderValueCollection.cs</Link> |
135 | 135 | </Compile>
|
136 | 136 | <Compile Include="..\src\System\Net\Http\Headers\HttpRequestHeaders.cs">
|
137 |
| - <Link>ProductionCode\HttpRequestHeaders.cs</Link> |
| 137 | + <Link>ProductionCode\System\Net\Http\Headers\HttpRequestHeaders.cs</Link> |
138 | 138 | </Compile>
|
139 | 139 | <Compile Include="..\src\System\Net\Http\Headers\HttpResponseHeaders.cs">
|
140 |
| - <Link>ProductionCode\HttpResponseHeaders.cs</Link> |
| 140 | + <Link>ProductionCode\System\Net\Http\Headers\HttpResponseHeaders.cs</Link> |
141 | 141 | </Compile>
|
142 | 142 | <Compile Include="..\src\System\Net\Http\Headers\Int32NumberHeaderParser.cs">
|
143 |
| - <Link>ProductionCode\Int32NumberHeaderParser.cs</Link> |
| 143 | + <Link>ProductionCode\System\Net\Http\Headers\Int32NumberHeaderParser.cs</Link> |
144 | 144 | </Compile>
|
145 | 145 | <Compile Include="..\src\System\Net\Http\Headers\Int64NumberHeaderParser.cs">
|
146 |
| - <Link>ProductionCode\Int64NumberHeaderParser.cs</Link> |
| 146 | + <Link>ProductionCode\System\Net\Http\Headers\Int64NumberHeaderParser.cs</Link> |
147 | 147 | </Compile>
|
148 | 148 | <Compile Include="..\src\System\Net\Http\Headers\MediaTypeHeaderParser.cs">
|
149 |
| - <Link>ProductionCode\MediaTypeHeaderParser.cs</Link> |
| 149 | + <Link>ProductionCode\System\Net\Http\Headers\MediaTypeHeaderParser.cs</Link> |
150 | 150 | </Compile>
|
151 | 151 | <Compile Include="..\src\System\Net\Http\Headers\MediaTypeHeaderValue.cs">
|
152 |
| - <Link>ProductionCode\MediaTypeHeaderValue.cs</Link> |
| 152 | + <Link>ProductionCode\System\Net\Http\Headers\MediaTypeHeaderValue.cs</Link> |
153 | 153 | </Compile>
|
154 | 154 | <Compile Include="..\src\System\Net\Http\Headers\MediaTypeWithQualityHeaderValue.cs">
|
155 |
| - <Link>ProductionCode\MediaTypeWithQualityHeaderValue.cs</Link> |
| 155 | + <Link>ProductionCode\System\Net\Http\Headers\MediaTypeWithQualityHeaderValue.cs</Link> |
156 | 156 | </Compile>
|
157 | 157 | <Compile Include="..\src\System\Net\Http\Headers\NameValueHeaderValue.cs">
|
158 |
| - <Link>ProductionCode\NameValueHeaderValue.cs</Link> |
| 158 | + <Link>ProductionCode\System\Net\Http\Headers\NameValueHeaderValue.cs</Link> |
159 | 159 | </Compile>
|
160 | 160 | <Compile Include="..\src\System\Net\Http\Headers\NameValueWithParametersHeaderValue.cs">
|
161 |
| - <Link>ProductionCode\NameValueWithParametersHeaderValue.cs</Link> |
| 161 | + <Link>ProductionCode\System\Net\Http\Headers\.cs</Link> |
162 | 162 | </Compile>
|
163 | 163 | <Compile Include="..\src\System\Net\Http\Headers\ObjectCollection.cs">
|
164 |
| - <Link>ProductionCode\ObjectCollection.cs</Link> |
| 164 | + <Link>ProductionCode\System\Net\Http\Headers\ObjectCollection.cs</Link> |
165 | 165 | </Compile>
|
166 | 166 | <Compile Include="..\src\System\Net\Http\Headers\ProductHeaderValue.cs">
|
167 |
| - <Link>ProductionCode\ProductHeaderValue.cs</Link> |
| 167 | + <Link>ProductionCode\System\Net\Http\Headers\ProductHeaderValue.cs</Link> |
168 | 168 | </Compile>
|
169 | 169 | <Compile Include="..\src\System\Net\Http\Headers\ProductInfoHeaderParser.cs">
|
170 |
| - <Link>ProductionCode\ProductInfoHeaderParser.cs</Link> |
| 170 | + <Link>ProductionCode\System\Net\Http\Headers\ProductInfoHeaderParser.cs</Link> |
171 | 171 | </Compile>
|
172 | 172 | <Compile Include="..\src\System\Net\Http\Headers\ProductInfoHeaderValue.cs">
|
173 |
| - <Link>ProductionCode\ProductInfoHeaderValue.cs</Link> |
| 173 | + <Link>ProductionCode\System\Net\Http\Headers\ProductInfoHeaderValue.cs</Link> |
174 | 174 | </Compile>
|
175 | 175 | <Compile Include="..\src\System\Net\Http\Headers\RangeConditionHeaderValue.cs">
|
176 |
| - <Link>ProductionCode\RangeConditionHeaderValue.cs</Link> |
| 176 | + <Link>ProductionCode\System\Net\Http\Headers\RangeConditionHeaderValue.cs</Link> |
177 | 177 | </Compile>
|
178 | 178 | <Compile Include="..\src\System\Net\Http\Headers\RangeHeaderValue.cs">
|
179 |
| - <Link>ProductionCode\RangeHeaderValue.cs</Link> |
| 179 | + <Link>ProductionCode\System\Net\Http\Headers\RangeHeaderValue.cs</Link> |
180 | 180 | </Compile>
|
181 | 181 | <Compile Include="..\src\System\Net\Http\Headers\RangeItemHeaderValue.cs">
|
182 |
| - <Link>ProductionCode\RangeItemHeaderValue.cs</Link> |
| 182 | + <Link>ProductionCode\System\Net\Http\Headers\RangeItemHeaderValue.cs</Link> |
183 | 183 | </Compile>
|
184 | 184 | <Compile Include="..\src\System\Net\Http\Headers\RetryConditionHeaderValue.cs">
|
185 |
| - <Link>ProductionCode\RetryConditionHeaderValue.cs</Link> |
| 185 | + <Link>ProductionCode\System\Net\Http\Headers\RetryConditionHeaderValue.cs</Link> |
186 | 186 | </Compile>
|
187 | 187 | <Compile Include="..\src\System\Net\Http\Headers\StringWithQualityHeaderValue.cs">
|
188 |
| - <Link>ProductionCode\StringWithQualityHeaderValue.cs</Link> |
| 188 | + <Link>ProductionCode\System\Net\Http\Headers\StringWithQualityHeaderValue.cs</Link> |
189 | 189 | </Compile>
|
190 | 190 | <Compile Include="..\src\System\Net\Http\Headers\TimeSpanHeaderParser.cs">
|
191 |
| - <Link>ProductionCode\TimeSpanHeaderParser.cs</Link> |
| 191 | + <Link>ProductionCode\System\Net\Http\Headers\TimeSpanHeaderParser.cs</Link> |
192 | 192 | </Compile>
|
193 | 193 | <Compile Include="..\src\System\Net\Http\Headers\TransferCodingHeaderParser.cs">
|
194 |
| - <Link>ProductionCode\TransferCodingHeaderParser.cs</Link> |
| 194 | + <Link>ProductionCode\System\Net\Http\Headers\TransferCodingHeaderParser.cs</Link> |
195 | 195 | </Compile>
|
196 | 196 | <Compile Include="..\src\System\Net\Http\Headers\TransferCodingHeaderValue.cs">
|
197 |
| - <Link>ProductionCode\TransferCodingHeaderValue.cs</Link> |
| 197 | + <Link>ProductionCode\System\Net\Http\Headers\TransferCodingHeaderValue.cs</Link> |
198 | 198 | </Compile>
|
199 | 199 | <Compile Include="..\src\System\Net\Http\Headers\TransferCodingWithQualityHeaderValue.cs">
|
200 |
| - <Link>ProductionCode\TransferCodingWithQualityHeaderValue.cs</Link> |
| 200 | + <Link>ProductionCode\System\Net\Http\Headers\TransferCodingWithQualityHeaderValue.cs</Link> |
201 | 201 | </Compile>
|
202 | 202 | <Compile Include="..\src\System\Net\Http\Headers\UriHeaderParser.cs">
|
203 |
| - <Link>ProductionCode\UriHeaderParser.cs</Link> |
| 203 | + <Link>ProductionCode\System\Net\Http\Headers\UriHeaderParser.cs</Link> |
204 | 204 | </Compile>
|
205 | 205 | <Compile Include="..\src\System\Net\Http\Headers\ViaHeaderValue.cs">
|
206 |
| - <Link>ProductionCode\ViaHeaderValue.cs</Link> |
| 206 | + <Link>ProductionCode\System\Net\Http\Headers\ViaHeaderValue.cs</Link> |
207 | 207 | </Compile>
|
208 | 208 | <Compile Include="..\src\System\Net\Http\Headers\WarningHeaderValue.cs">
|
209 |
| - <Link>ProductionCode\WarningHeaderValue.cs</Link> |
| 209 | + <Link>ProductionCode\System\Net\Http\Headers\WarningHeaderValue.cs</Link> |
210 | 210 | </Compile>
|
211 | 211 | <Compile Include="..\src\System\Net\Http\HttpClient.cs">
|
212 |
| - <Link>ProductionCode\HttpClient.cs</Link> |
| 212 | + <Link>ProductionCode\System\Net\Http\HttpClient.cs</Link> |
213 | 213 | </Compile>
|
214 | 214 | <Compile Include="..\src\System\Net\Http\HttpCompletionOption.cs">
|
215 |
| - <Link>ProductionCode\HttpCompletionOption.cs</Link> |
| 215 | + <Link>ProductionCode\System\Net\Http\HttpCompletionOption.cs</Link> |
216 | 216 | </Compile>
|
217 | 217 | <Compile Include="..\src\System\Net\Http\HttpContent.cs">
|
218 |
| - <Link>ProductionCode\HttpContent.cs</Link> |
| 218 | + <Link>ProductionCode\System\Net\Http\HttpContent.cs</Link> |
219 | 219 | </Compile>
|
220 | 220 | <Compile Include="..\src\System\Net\Http\HttpMessageHandler.cs">
|
221 |
| - <Link>ProductionCode\HttpMessageHandler.cs</Link> |
| 221 | + <Link>ProductionCode\System\Net\Http\HttpMessageHandler.cs</Link> |
222 | 222 | </Compile>
|
223 | 223 | <Compile Include="..\src\System\Net\Http\HttpMessageInvoker.cs">
|
224 |
| - <Link>ProductionCode\HttpMessageInvoker.cs</Link> |
| 224 | + <Link>ProductionCode\System\Net\Http\HttpMessageInvoker.cs</Link> |
225 | 225 | </Compile>
|
226 | 226 | <Compile Include="..\src\System\Net\Http\HttpMethod.cs">
|
227 |
| - <Link>ProductionCode\HttpMethod.cs</Link> |
| 227 | + <Link>ProductionCode\System\Net\Http\HttpMethod.cs</Link> |
228 | 228 | </Compile>
|
229 | 229 | <Compile Include="..\src\System\Net\Http\HttpParseResult.cs">
|
230 |
| - <Link>ProductionCode\HttpParseResult.cs</Link> |
| 230 | + <Link>ProductionCode\System\Net\Http\HttpParseResult.cs</Link> |
231 | 231 | </Compile>
|
232 | 232 | <Compile Include="..\src\System\Net\Http\HttpRequestException.cs">
|
233 |
| - <Link>ProductionCode\HttpRequestException.cs</Link> |
| 233 | + <Link>ProductionCode\System\Net\Http\HttpRequestException.cs</Link> |
234 | 234 | </Compile>
|
235 | 235 | <Compile Include="..\src\System\Net\Http\HttpRequestMessage.cs">
|
236 |
| - <Link>ProductionCode\HttpRequestMessage.cs</Link> |
| 236 | + <Link>ProductionCode\System\Net\Http\HttpRequestMessage.cs</Link> |
237 | 237 | </Compile>
|
238 | 238 | <Compile Include="..\src\System\Net\Http\HttpResponseMessage.cs">
|
239 |
| - <Link>ProductionCode\HttpResponseMessage.cs</Link> |
| 239 | + <Link>ProductionCode\System\Net\Http\HttpResponseMessage.cs</Link> |
240 | 240 | </Compile>
|
241 | 241 | <Compile Include="..\src\System\Net\Http\HttpRuleParser.cs">
|
242 |
| - <Link>ProductionCode\HttpRuleParser.cs</Link> |
| 242 | + <Link>ProductionCode\System\Net\Http\HttpRuleParser.cs</Link> |
243 | 243 | </Compile>
|
244 | 244 | <Compile Include="..\src\System\Net\Http\HttpUtilities.cs">
|
245 |
| - <Link>ProductionCode\HttpUtilities.cs</Link> |
| 245 | + <Link>ProductionCode\System\Net\Http\HttpUtilities.cs</Link> |
246 | 246 | </Compile>
|
247 | 247 | <Compile Include="..\src\System\Net\Http\MessageProcessingHandler.cs">
|
248 |
| - <Link>ProductionCode\MessageProcessingHandler.cs</Link> |
| 248 | + <Link>ProductionCode\System\Net\Http\MessageProcessingHandler.cs</Link> |
249 | 249 | </Compile>
|
250 | 250 | <Compile Include="..\src\System\Net\Http\MultipartContent.cs">
|
251 |
| - <Link>ProductionCode\MultipartContent.cs</Link> |
| 251 | + <Link>ProductionCode\System\Net\Http\MultipartContent.cs</Link> |
252 | 252 | </Compile>
|
253 | 253 | <Compile Include="..\src\System\Net\Http\MultipartFormDataContent.cs">
|
254 |
| - <Link>ProductionCode\MultipartFormDataContent.cs</Link> |
| 254 | + <Link>ProductionCode\System\Net\Http\MultipartFormDataContent.cs</Link> |
255 | 255 | </Compile>
|
256 | 256 | <Compile Include="..\src\System\Net\Http\StreamContent.cs">
|
257 |
| - <Link>ProductionCode\StreamContent.cs</Link> |
| 257 | + <Link>ProductionCode\System\Net\Http\StreamContent.cs</Link> |
258 | 258 | </Compile>
|
259 | 259 | <Compile Include="..\src\System\Net\Http\StreamToStreamCopy.cs">
|
260 |
| - <Link>ProductionCode\StreamToStreamCopy.cs</Link> |
| 260 | + <Link>ProductionCode\System\Net\Http\StreamToStreamCopy.cs</Link> |
261 | 261 | </Compile>
|
262 | 262 | <Compile Include="..\src\System\Net\Http\StringContent.cs">
|
263 |
| - <Link>ProductionCode\StringContent.cs</Link> |
| 263 | + <Link>ProductionCode\System\Net\Http\StringContent.cs</Link> |
264 | 264 | </Compile>
|
265 | 265 | <Compile Include="Fakes\HttpClientHandler.cs" />
|
266 | 266 | <Compile Include="Headers\AuthenticationHeaderValueTest.cs" />
|
|
0 commit comments