Skip to content

Support hint path parsing for Reference items #34

@FrediKats

Description

@FrediKats

Dotnet project system allow to specify attributes for Reference like HintPath. Need to implement parsing for this type.

<ItemGroup>
  <Reference Include="A" HintPath="Path/A.dll" />
  <Reference Include="B">
    <HintPath>Path/B.dll</HintPath>
  </Reference>
</ItemGroup>

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureUse cases and global aim

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions