Skip to content
Discussion options

You must be logged in to vote

No you cannot add the same project twice as a project reference.

You can and, so far, it's the only way I've found to add as a resource and library.

  <ItemGroup>
    <ProjectReference Include="..\..\..\WebSite.csproj" />
    <ProjectReference Include="..\..\..\WebSite.csproj" IsAspireProjectResource="False" />
  </ItemGroup>

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@paulomorgado
Comment options

@davidfowl
Comment options

@paulomorgado
Comment options

Answer selected by davidfowl
@davidfowl
Comment options

@paulomorgado
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants