The. csproj file is a special XML file.

Source: Internet
Author: User
". The csproj file is a special XML file. "You may know this, but I used to think this file is very mysterious. Open the rainbow.duemetri.net in the root directory of rainbow. csproj can call out all the things in the Rainbow root directory, and use the resource view and Class View to view them. It seems that the two days ago, I saw it on Dudu or happy blog. csproj is a special XML file.
Now let's take a look at the general structure after you use NotePad to open rainbow.duemetri.net. csproj,
<Visualstudioproject>
<CSHARP>
... There are many things in the middle
</CSHARP>
</Visualstudioproject>
To know the number of lines, I changed the extension to XML and opened it with vs.net. There are actually 8037 rows.
All the project information is recorded.

An application of this knowledge:
Some people's. TextSource codeThe project file cannot be opened. It seems that the. csproj file is missing a close character! (XML does not have a close character, but it does not work.) as long as you open a text file, I also think of it from Dudu or kaixin.com. Thank you! (They read too many essays these two days, so they cannot figure out which one is !)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.