Project cant find properties

alice 21 Reputation points
2022-03-30T04:05:46.44+00:00

On visual studio
File > New > Project > empty project
I can find Project > Properties

But
File > clone Repository
I can not find Project > Properties

Developer technologies Visual Studio Other
{count} votes

2 answers

Sort by: Most helpful
  1. Anna Xiu-MSFT 31,056 Reputation points Microsoft External Staff
    2022-03-31T03:10:04.52+00:00

    Hi @alice ,

    Welcome to Microsoft Q&A!

    Which version of Visual Studio are you using?

    After cloning repository, please double-click xxx.sln file in the Solution Explorer to open the project.
    Then, clicking on Project and you will find the <project name> Properties.

    Or you can find the project properties by right-click on project in the Solution Explorer > Properties.

    Sincerely,
    Anna
    *
    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Limitless Technology 39,916 Reputation points
    2022-04-05T10:57:09.177+00:00

    Hi @alice

    You access project properties by right-clicking the project node in Solution Explorer and choosing Properties, or by typing properties into the search box on the menu bar and choosing Properties Window from the results.

    Referenced project's path stored in .csproj is case-sensitive. So, be aware, and check if you have the correct path in the correct case. To do this:

    -Right-click on the project
    -select Edit
    -Check <ProjectReference Include=<Path>

    You can also post this in the VisualStudio Developer Community, where you might also get some feedback from the community.
    https://developercommunity.visualstudio.com/search?space=8

    Hope this resolves your Query!!

    --
    --If the reply is helpful, please Upvote and Accept it as an answer–

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.