Skip to content

Commit cc724ae

Browse files
committed
1
1 parent e5c19ae commit cc724ae

File tree

6 files changed

+44
-33
lines changed

6 files changed

+44
-33
lines changed

web/page-ccs/base-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CCS
1+
# Code Composer Studio
22

33
## 기본 설정
44

web/page-vs/base-config.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# 기본설정
1+
# Visual Studio
22

3-
## 코딩폰트
3+
## 기본 설정
4+
5+
### 코딩폰트
46
- D2Coding ligature 사용
57
[https://github.com/naver/d2codingfont](https://github.com/naver/d2codingfont)
68

79

8-
## 소스코드를 utf8로 저장
10+
### 소스코드 utf8로 저장
911

1012
![](base-config-utf8.png)
1113

web/page-vs/cpp-build-config.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# C++ 빌드 설정
1+
# Visual Studio
22

3-
## C++ 소스 파일 경로에 따라서 obj 파일 생성 하기
3+
## C++ 빌드 설정
4+
5+
### C++ 소스 파일 경로에 따라서 obj 파일 생성 하기
46

57
```
68
구성 속성/
@@ -18,7 +20,7 @@
1820

1921

2022

21-
## 윈도우 API utf8 설정
23+
### 윈도우 API utf8 설정
2224

2325
- winapi xxxxxA()함수들을 utf8로 문자열로 사용
2426
- manifest 파일을 추가해서 적용 할 수 있습니다.

web/page-vs/nuget.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Nuget
1+
# Visual Studio
22

3-
## Nuget Package Source 추가
3+
## Nuget
4+
5+
### Nuget Package Source 추가
46
![](nuget-1.png)
57

68

@@ -12,6 +14,6 @@
1214

1315

1416

15-
## 솔루션 Nuget Package 복원
17+
### 솔루션 Nuget Package 복원
1618

1719
![](nuget-2.png)

web/page-vs/plugin.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,61 @@
1-
# Plugin
1+
# Visual Studio
22

3+
## Plugin
34

45

5-
## vcpkg
6+
7+
### vcpkg
68
- [https://vcpkg.io/en/index.html](https://vcpkg.io/en/index.html)
79
- [https://vcpkg.io/en/packages](https://vcpkg.io/en/packages)
810
- [https://learn.microsoft.com/ko-kr/vcpkg/](https://learn.microsoft.com/ko-kr/vcpkg/)
911
- [https://github.com/microsoft/vcpkg/blob/b759049a36728d18260963799a56e6b19cb4a2ef/README_ko_KR.md](https://github.com/microsoft/vcpkg/blob/b759049a36728d18260963799a56e6b19cb4a2ef/README_ko_KR.md)
1012

1113

1214

13-
## Code alignment for Visual Studio
15+
### Code alignment for Visual Studio
1416
- [https://marketplace.visualstudio.com/items?itemName=cpmcgrath.Codealignment](https://marketplace.visualstudio.com/items?itemName=cpmcgrath.Codealignment)
1517

1618
> 개인적으로 가장 잘쓰고 있는 플러그 인입니다.
1719
줄맞추는데 탁월합니다.
1820

1921

2022

21-
## File Differ
23+
### File Differ
2224
- [https://marketplace.visualstudio.com/items?itemName=MadsKristensen.FileDiffer](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.FileDiffer)
2325

2426

2527

26-
## Indent Guides for Visual Studio
28+
### Indent Guides for Visual Studio
2729
- [https://marketplace.visualstudio.com/items?itemName=SteveDowerMSFT.IndentGuides2022](https://marketplace.visualstudio.com/items?itemName=SteveDowerMSFT.IndentGuides2022)
2830

2931

3032

31-
## Rainbow Braces for Visual Studio
33+
### Rainbow Braces for Visual Studio
3234
- [https://marketplace.visualstudio.com/items?itemName=MadsKristensen.RainbowBraces](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.RainbowBraces)
3335

3436

3537

36-
## Visual Studio Spell Checker (VS2022 and Later)
38+
### Visual Studio Spell Checker (VS2022 and Later)
3739
- [https://marketplace.visualstudio.com/items?itemName=EWoodruff.VisualStudioSpellCheckerVS2022andLater](https://marketplace.visualstudio.com/items?itemName=EWoodruff.VisualStudioSpellCheckerVS2022andLater)
3840

3941

4042

41-
## Markdown Editor v2
43+
### Markdown Editor v2
4244
- [https://marketplace.visualstudio.com/items?itemName=MadsKristensen.MarkdownEditor2](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.MarkdownEditor2)
4345

4446

4547

46-
## OpenCppCoverage
48+
### OpenCppCoverage
4749
- [https://marketplace.visualstudio.com/items?itemName=OpenCppCoverage.OpenCppCoveragePlugin&ssr=false#review-details](https://marketplace.visualstudio.com/items?itemName=OpenCppCoverage.OpenCppCoveragePlugin&ssr=false#review-details)
4850
- [https://github.com/OpenCppCoverage/OpenCppCoveragePlugin/issues/48](https://github.com/OpenCppCoverage/OpenCppCoveragePlugin/issues/48)
4951
- [https://github.com/OpenCppCoverage/OpenCppCoveragePlugin/files/7818401/VSPackage.zip](https://github.com/OpenCppCoverage/OpenCppCoveragePlugin/files/7818401/VSPackage.zip)
5052

5153

5254

53-
## PVS - Studio
55+
### PVS - Studio
5456
- [https://marketplace.visualstudio.com/items?itemName=EvgeniyRyzhkov.PVS-Studio](https://marketplace.visualstudio.com/items?itemName=EvgeniyRyzhkov.PVS-Studio)
5557

5658

5759

58-
## Struct Layout 2022
60+
### Struct Layout 2022
5961
- [https://marketplace.visualstudio.com/items?itemName=RamonViladomat.StructLayout2022](https://marketplace.visualstudio.com/items?itemName=RamonViladomat.StructLayout2022)

web/page-vs/vcpkg.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
# vcpkg
1+
# Visual Studio
2+
3+
## vcpkg
24

35
[https://vcpkg.io/en/index.html](https://vcpkg.io/en/index.html)
46
[https://vcpkg.io/en/packages](https://vcpkg.io/en/packages)
57

68

7-
## 설치 하기
89

9-
### {vs2022/메뉴/도구/명령줄/개발자 명령 프롬프트} 실행
10+
### 설치 하기
11+
12+
#### {vs2022/메뉴/도구/명령줄/개발자 명령 프롬프트} 실행
1013

1114
```
1215
@@ -19,7 +22,7 @@ E:\>
1922
```
2023

2124

22-
### github에서 git으로 vcpkg clone
25+
#### github에서 git으로 vcpkg clone
2326

2427
```
2528
@@ -35,11 +38,11 @@ C:\vcpkg\vcpkg>
3538
```
3639

3740

38-
### vcpkg 빌드
41+
#### vcpkg 빌드
3942

40-
#### bootstrap-vcpkg.bat
43+
##### bootstrap-vcpkg.bat
4144

42-
#### vcpkg.exe 만들기
45+
##### vcpkg.exe 만들기
4346

4447
```
4548
@@ -141,9 +144,9 @@ C:\vcpkg\vcpkg>dir
141144
```
142145

143146

144-
### vcpkg와 Visual Studio 연동
147+
#### vcpkg와 Visual Studio 연동
145148

146-
#### vcpkg integrate install
149+
##### vcpkg integrate install
147150

148151
```
149152
@@ -160,9 +163,9 @@ C:\vcpkg\vcpkg>
160163
```
161164

162165

163-
### vcpkg와 .vcxproj연동
166+
#### vcpkg와 .vcxproj연동
164167

165-
#### .vcxproj 파일과 같은 위치에 vcpkg.json 파일 작성
168+
##### .vcxproj 파일과 같은 위치에 vcpkg.json 파일 작성
166169

167170
* vcpkg.json 내용
168171

@@ -181,7 +184,7 @@ C:\vcpkg\vcpkg>
181184
```
182185

183186

184-
#### 프로젝트 속성 페이지/구성 속성/vcpkg
187+
##### 프로젝트 속성 페이지/구성 속성/vcpkg
185188

186189
```
187190
+-------------------------------------------------------------------+

0 commit comments

Comments
 (0)