Notes for creating a project in VS2015: Create a project in vs2015

Source: Internet
Author: User
Tags microsoft sql server management studio sql server management sql server management studio

Notes for creating a project in VS2015: Create a project in vs2015

I. The following describes how to create a new project that is most commonly used. Now I will give a detailed introduction to them:

1,Win32 console applicationI usually write a small C/C ++ program to use it, and it should be the most used.

2. Differences between the name and solution name: The name is the project name. A solution can contain multiple projects, so the solution name contains the project name.

3. Create a Git repository (G)

(1) Remove the preceding check box.

The following are the directories and files under the solution name directory:

The following are the files under the project name directory:

(2) Check the preceding information

A. The following are the directories and files under the solution name Directory: there are two more files.

I don't know how to use these two files, but I found Git_Book.

B. files under the project name Directory: Unchanged.

2. Click "OK" in the preceding step to obtain the following information, as shown in:

Here, I often check empty projects, and other items are generally not dynamic.

1. Security development lifecycle (SDL) Check

(1) Check the security development lifecycle (SDL) Check. The following program can be compiled.

#include <stdio.h>int main(){    int i;    scanf("%d",&i);    return 0;}

 

(2) security development lifecycle (SDL) Check the previous check. The above program will report the following error:

3. Click here to create a new project.

========================================================== ======================================

1. Role of the. sdf file in the project directory:

(1) When the VS project is created, An sdf file is automatically created. This file is a database file that records various information in the solution. This file can open the information in the browser, and it is just a database file.

(2) open method: Use the Microsoft SQL Server Management Studio tool.

2. Functions of the. sln file in the project directory:

. Sln corresponds to the previous. dsw

. Vcproj corresponds to the previous. dsp

. Vcproj is the project file, and. sln is the solution file.

A solution can contain multiple projects.

Opening the vcproj file cannot be compiled because other projects in the same solution are used in this project.

Visual Studio. NET uses two file types (. sln and. suo) to store solution-specific settings, which are collectively referred to as solution files. Provide solution resource manager with the information required to display graphical interfaces for file management, so that the development environment does not distract energy each time you continue development tasks.
Bytes -------------------------------------------------------------------------------------------------------------------

Compact

 English [K then m'p then kt]  Us ['K then mp then kt] 

  • N. Contract, contract; small powder box
  • It is compact, compact, and concise.

Vt. concise; closely integrated

Bytes ------------------------------------------------------------------------------------------------

Write a little bit a day, make a little progress a day, come on !!!

Related Article

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.