Skip to content

Commit 8a54fca

Browse files
committed
1
1 parent 4cb955a commit 8a54fca

File tree

4 files changed

+29
-60
lines changed

4 files changed

+29
-60
lines changed

web/page-vs/base-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Visual Studio 기본설정
1+
# 기본설정
22

33
## 코딩폰트
44
- D2Coding ligature 사용

web/page-vs/nuget.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Nuget 설정
1+
# Nuget
22

33
## Nuget Package Source 추가
44
![](nuget-1.png)

web/page-vs/vcpkg.md

Lines changed: 27 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
# vcpkg 설치하기
1+
# vcpkg
2+
23
[https://vcpkg.io/en/index.html](https://vcpkg.io/en/index.html)
34
[https://vcpkg.io/en/packages](https://vcpkg.io/en/packages)
45

56

6-
## {vs2022/메뉴/도구/명령줄/개발자 명령 프롬프트} 실행
7+
## 설치 하기
8+
9+
### {vs2022/메뉴/도구/명령줄/개발자 명령 프롬프트} 실행
10+
711
```
812
913
**********************************************************************
@@ -15,7 +19,8 @@ E:\>
1519
```
1620

1721

18-
## github에서 git으로 vcpkg clone
22+
### github에서 git으로 vcpkg clone
23+
1924
```
2025
2126
E:\>c:
@@ -30,9 +35,11 @@ C:\vcpkg\vcpkg>
3035
```
3136

3237

33-
## vcpkg 빌드
34-
### bootstrap-vcpkg.bat
35-
### vcpkg.exe 만들기
38+
### vcpkg 빌드
39+
40+
#### bootstrap-vcpkg.bat
41+
42+
#### vcpkg.exe 만들기
3643

3744
```
3845
@@ -134,8 +141,10 @@ C:\vcpkg\vcpkg>dir
134141
```
135142

136143

137-
## vcpkg와 Visual Studio 연동
138-
### vcpkg integrate install
144+
### vcpkg와 Visual Studio 연동
145+
146+
#### vcpkg integrate install
147+
139148
```
140149
141150
C:\vcpkg\vcpkg>vcpkg integrate install
@@ -151,9 +160,12 @@ C:\vcpkg\vcpkg>
151160
```
152161

153162

154-
## vcpkg와 .vcxproj연동
155-
### .vcxproj 파일과 같은 위치에 vcpkg.json 파일 작성
156-
### vcpkg.json 내용
163+
### vcpkg와 .vcxproj연동
164+
165+
#### .vcxproj 파일과 같은 위치에 vcpkg.json 파일 작성
166+
167+
#### vcpkg.json 내용
168+
157169
```
158170
{
159171
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
@@ -169,7 +181,8 @@ C:\vcpkg\vcpkg>
169181
```
170182

171183

172-
### 프로젝트 속성 페이지/구성 속성/vcpkg
184+
#### 프로젝트 속성 페이지/구성 속성/vcpkg
185+
173186
```
174187
+-------------------------------------------------------------------+
175188
|v General |
@@ -197,7 +210,8 @@ C:\vcpkg\vcpkg>
197210
```
198211

199212

200-
### 위와 같이 설정시 아래 내용이 .vcxproj 파일에 추가 됨
213+
* 위와 같이 설정시 아래 내용이 .vcxproj 파일에 추가 됨
214+
201215
```
202216
<PropertyGroup Label="UserMacros" />
203217
<PropertyGroup Label="Vcpkg">

web/web.vcxproj.filters

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@
2222
<Filter Include="page">
2323
<UniqueIdentifier>{eead8b18-a051-4c97-8e35-55477e7ae0a4}</UniqueIdentifier>
2424
</Filter>
25-
<Filter Include="page\page-git">
26-
<UniqueIdentifier>{18db6fdc-af07-4455-9aa4-7de79e6d028a}</UniqueIdentifier>
27-
</Filter>
28-
<Filter Include="page\page-markdown">
29-
<UniqueIdentifier>{54d35520-40ea-45b2-9d24-dc61a6816a17}</UniqueIdentifier>
30-
</Filter>
3125
</ItemGroup>
3226
<ItemGroup>
3327
<None Include="..\.gitattributes">
@@ -102,42 +96,6 @@
10296
<None Include="template\page.js">
10397
<Filter>template</Filter>
10498
</None>
105-
<None Include="page-git\page.css">
106-
<Filter>page\page-git</Filter>
107-
</None>
108-
<None Include="page-git\page.html">
109-
<Filter>page\page-git</Filter>
110-
</None>
111-
<None Include="page-git\page1.md">
112-
<Filter>page\page-git</Filter>
113-
</None>
114-
<None Include="page-git\page2.md">
115-
<Filter>page\page-git</Filter>
116-
</None>
117-
<None Include="page-git\page3.md">
118-
<Filter>page\page-git</Filter>
119-
</None>
120-
<None Include="page-git\page.js">
121-
<Filter>page\page-git</Filter>
122-
</None>
123-
<None Include="page-git\submenu.js">
124-
<Filter>page\page-git</Filter>
125-
</None>
126-
<None Include="page-markdown\page.css">
127-
<Filter>page\page-markdown</Filter>
128-
</None>
129-
<None Include="page-markdown\page.html">
130-
<Filter>page\page-markdown</Filter>
131-
</None>
132-
<None Include="page-markdown\page.js">
133-
<Filter>page\page-markdown</Filter>
134-
</None>
135-
<None Include="page-markdown\page.md">
136-
<Filter>page\page-markdown</Filter>
137-
</None>
138-
<None Include="page-markdown\submenu.js">
139-
<Filter>page\page-git</Filter>
140-
</None>
14199
</ItemGroup>
142100
<ItemGroup>
143101
<Text Include="..\ref.txt">
@@ -163,8 +121,5 @@
163121
<Image Include="home-셈말짓기\훈민정음.jpg">
164122
<Filter>home\home-셈말짓기</Filter>
165123
</Image>
166-
<Image Include="page-markdown\훈민정음.jpg">
167-
<Filter>page\page-markdown</Filter>
168-
</Image>
169124
</ItemGroup>
170125
</Project>

0 commit comments

Comments
 (0)