Is there a way, in a app host, to reference a project as both a project resource and as a library? #12343
Answered
by
paulomorgado
Paulo Morgado (paulomorgado)
asked this question in
Q&A
|
It's kind of odd needing to do this: <ItemGroup>
<ProjectReference Include="..\..\..\WebSite.csproj" />
<ProjectReference Include="..\..\..\WebSite.csproj" IsAspireProjectResource="False" />
</ItemGroup> |
Answered by
paulomorgado
Oct 28, 2025
Replies: 1 comment 5 replies
|
You can add it by path in that case. |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can and, so far, it's the only way I've found to add as a resource and library.