Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>For making size smaller:</p> <ul> <li>Visit each project's folder and delete everything from their <code>bin</code>, <code>obj</code>, <code>Debug</code> and <code>Release</code> folders (or delete the folders themselves).</li> </ul> <p><strong>Notice:</strong> If some files have been manually put in the <code>bin</code> folder by the developer for the program to work make sure you don't delete it. <strong>If it's not your own project:</strong> Normally there are files of type <code>exe</code>, <code>pdb</code>, <code>ilk</code>, <code>lib</code>, <code>dll</code>, <code>exp</code>, <code>vshost.exe</code>, <code>manifest</code>, that can be safely deleted. But if you see other things, such as <code>mdf</code> or <code>mdb</code> databases, images, text files, etc they shouldn't be deleted.</p> <ul> <li><p>At the root of the solution or project there might be a big <code>.ncb</code> file which is Intellisense's database and can be safely deleted since it is recollected next time you open the project. A user options file with <code>.suo</code> is there that contains the environment and editor's layout and settings. This can be deleted too but it's usually small.</p></li> <li><p>Finally, make sure you use a good archiver. Zip is very common but is not as good as formats like gzip, bzip2 or 7-zip.</p></li> </ul> <p>Sending projects via e-mail is nice to send your homework to the professor, but as others noted if this is a team work, you must consider using some (distributed) version control system among your team.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload