|
272 | 272 | <Compile Include="Tasks\ReadImportedLibrariesCache.cs" />
|
273 | 273 | <Compile Include="Utilities\XDocumentExtensions.cs" />
|
274 | 274 | <Compile Include="Linker\MonoDroid.Tuner\PreserveRuntimeSerialization.cs" />
|
275 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker\Annotations.cs"> |
| 275 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker\Annotations.cs"> |
276 | 276 | <Link>Linker\Mono.Linker\Annotations.cs</Link>
|
277 | 277 | </Compile>
|
278 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker\AssemblyAction.cs"> |
| 278 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker\AssemblyAction.cs"> |
279 | 279 | <Link>Linker\Mono.Linker\AssemblyAction.cs</Link>
|
280 | 280 | </Compile>
|
281 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker\AssemblyResolver.cs"> |
| 281 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker\AssemblyResolver.cs"> |
282 | 282 | <Link>Linker\Mono.Linker\AssemblyResolver.cs</Link>
|
283 | 283 | </Compile>
|
284 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker\I18nAssemblies.cs"> |
| 284 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker\I18nAssemblies.cs"> |
285 | 285 | <Link>Linker\Mono.Linker\I18nAssemblies.cs</Link>
|
286 | 286 | </Compile>
|
287 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker\IXApiVisitor.cs"> |
| 287 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker\IXApiVisitor.cs"> |
288 | 288 | <Link>Linker\Mono.Linker\IXApiVisitor.cs</Link>
|
289 | 289 | </Compile>
|
290 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker\LinkContext.cs"> |
| 290 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker\LinkContext.cs"> |
291 | 291 | <Link>Linker\Mono.Linker\LinkContext.cs</Link>
|
292 | 292 | </Compile>
|
293 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker\MethodAction.cs"> |
| 293 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker\MethodAction.cs"> |
294 | 294 | <Link>Linker\Mono.Linker\MethodAction.cs</Link>
|
295 | 295 | </Compile>
|
296 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker\MethodReferenceExtensions.cs"> |
| 296 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker\MethodReferenceExtensions.cs"> |
297 | 297 | <Link>Linker\Mono.Linker\MethodReferenceExtensions.cs</Link>
|
298 | 298 | </Compile>
|
299 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker\Pipeline.cs"> |
| 299 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker\Pipeline.cs"> |
300 | 300 | <Link>Linker\Mono.Linker\Pipeline.cs</Link>
|
301 | 301 | </Compile>
|
302 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker\TypePreserve.cs"> |
| 302 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker\TypePreserve.cs"> |
303 | 303 | <Link>Linker\Mono.Linker\TypePreserve.cs</Link>
|
304 | 304 | </Compile>
|
305 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker\TypeReferenceExtensions.cs"> |
| 305 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker\TypeReferenceExtensions.cs"> |
306 | 306 | <Link>Linker\Mono.Linker\TypeReferenceExtensions.cs</Link>
|
307 | 307 | </Compile>
|
308 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker\XApiReader.cs"> |
| 308 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker\XApiReader.cs"> |
309 | 309 | <Link>Linker\Mono.Linker\XApiReader.cs</Link>
|
310 | 310 | </Compile>
|
311 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker.Steps\BlacklistStep.cs"> |
| 311 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker.Steps\BlacklistStep.cs"> |
312 | 312 | <Link>Linker\Mono.Linker.Steps\BlacklistStep.cs</Link>
|
313 | 313 | </Compile>
|
314 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker.Steps\BaseStep.cs"> |
| 314 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker.Steps\BaseStep.cs"> |
315 | 315 | <Link>Linker\Mono.Linker.Steps\BaseStep.cs</Link>
|
316 | 316 | </Compile>
|
317 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker.Steps\CleanStep.cs"> |
| 317 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker.Steps\CleanStep.cs"> |
318 | 318 | <Link>Linker\Mono.Linker.Steps\CleanStep.cs</Link>
|
319 | 319 | </Compile>
|
320 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker.Steps\IStep.cs"> |
| 320 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker.Steps\IStep.cs"> |
321 | 321 | <Link>Linker\Mono.Linker.Steps\IStep.cs</Link>
|
322 | 322 | </Compile>
|
323 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker.Steps\LoadI18nAssemblies.cs"> |
| 323 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker.Steps\LoadI18nAssemblies.cs"> |
324 | 324 | <Link>Linker\Mono.Linker.Steps\LoadI18nAssemblies.cs</Link>
|
325 | 325 | </Compile>
|
326 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker.Steps\LoadReferencesStep.cs"> |
| 326 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker.Steps\LoadReferencesStep.cs"> |
327 | 327 | <Link>Linker\Mono.Linker.Steps\LoadReferencesStep.cs</Link>
|
328 | 328 | </Compile>
|
329 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker.Steps\OutputStep.cs"> |
| 329 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker.Steps\OutputStep.cs"> |
330 | 330 | <Link>Linker\Mono.Linker.Steps\OutputStep.cs</Link>
|
331 | 331 | </Compile>
|
332 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker.Steps\RegenerateGuidStep.cs"> |
| 332 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker.Steps\RegenerateGuidStep.cs"> |
333 | 333 | <Link>Linker\Mono.Linker.Steps\RegenerateGuidStep.cs</Link>
|
334 | 334 | </Compile>
|
335 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker.Steps\ResolveFromAssemblyStep.cs"> |
| 335 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker.Steps\ResolveFromAssemblyStep.cs"> |
336 | 336 | <Link>Linker\Mono.Linker.Steps\ResolveFromAssemblyStep.cs</Link>
|
337 | 337 | </Compile>
|
338 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker.Steps\ResolveFromXApiStep.cs"> |
| 338 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker.Steps\ResolveFromXApiStep.cs"> |
339 | 339 | <Link>Linker\Mono.Linker.Steps\ResolveFromXApiStep.cs</Link>
|
340 | 340 | </Compile>
|
341 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker.Steps\ResolveFromXmlStep.cs"> |
| 341 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker.Steps\ResolveFromXmlStep.cs"> |
342 | 342 | <Link>Linker\Mono.Linker.Steps\ResolveFromXmlStep.cs</Link>
|
343 | 343 | </Compile>
|
344 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker.Steps\ResolveStep.cs"> |
| 344 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker.Steps\ResolveStep.cs"> |
345 | 345 | <Link>Linker\Mono.Linker.Steps\ResolveStep.cs</Link>
|
346 | 346 | </Compile>
|
347 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker.Steps\TypeMapStep.cs"> |
| 347 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker.Steps\TypeMapStep.cs"> |
348 | 348 | <Link>Linker\Mono.Linker.Steps\TypeMapStep.cs</Link>
|
349 | 349 | </Compile>
|
350 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker.Steps\SweepStep.cs"> |
| 350 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker.Steps\SweepStep.cs"> |
351 | 351 | <Link>Linker\Mono.Linker.Steps\SweepStep.cs</Link>
|
352 | 352 | </Compile>
|
353 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker.Steps\MarkStep.cs"> |
| 353 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker.Steps\MarkStep.cs"> |
354 | 354 | <Link>Linker\Mono.Linker.Steps\MarkStep.cs</Link>
|
355 | 355 | </Compile>
|
356 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker\LoadException.cs"> |
| 356 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker\LoadException.cs"> |
357 | 357 | <Link>Linker\Mono.Linker\LoadException.cs</Link>
|
358 | 358 | </Compile>
|
359 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker\MarkException.cs"> |
| 359 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker\MarkException.cs"> |
360 | 360 | <Link>Linker\Mono.Linker\MarkException.cs</Link>
|
361 | 361 | </Compile>
|
362 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker\ConsoleLogger.cs"> |
| 362 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker\ConsoleLogger.cs"> |
363 | 363 | <Link>Linker\Mono.Linker\ConsoleLogger.cs</Link>
|
364 | 364 | </Compile>
|
365 |
| - <Compile Include="$(LinkerSourceFullPath)\linker\Mono.Linker\ILogger.cs"> |
| 365 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker\ILogger.cs"> |
366 | 366 | <Link>Linker\Mono.Linker\ILogger.cs</Link>
|
367 | 367 | </Compile>
|
| 368 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker\MarkingHelpers.cs"> |
| 369 | + <Link>Linker\Mono.Linker\MarkingHelpers.cs</Link> |
| 370 | + </Compile> |
| 371 | + <Compile Include="$(LinkerSourceFullPath)\linker\Linker\Tracer.cs"> |
| 372 | + <Link>Linker\Mono.Linker\Tracer.cs</Link> |
| 373 | + </Compile> |
368 | 374 | <Compile Include="Tasks\MergeResources.cs" />
|
369 | 375 | <Compile Include="Tasks\GetConvertedJavaLibraries.cs" />
|
370 | 376 | <Compile Include="Tasks\JavaCompileToolTask.cs" />
|
|
0 commit comments