SDC C-Project CF Review 프로그램
LYW
2021-07-19 2bd50ead7f0b92fb9ed5b477b63dea8fbcf8217e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
// pch.h: 미리 컴파일된 헤더 파일입니다.
// 아래 나열된 파일은 한 번만 컴파일되었으며, 향후 빌드에 대한 빌드 성능을 향상합니다.
// 코드 컴파일 및 여러 코드 검색 기능을 포함하여 IntelliSense 성능에도 영향을 미칩니다.
// 그러나 여기에 나열된 파일은 빌드 간 업데이트되는 경우 모두 다시 컴파일됩니다.
// 여기에 자주 업데이트할 파일을 추가하지 마세요. 그러면 성능이 저하됩니다.
 
#ifndef PCH_H
#define PCH_H
 
// 여기에 미리 컴파일하려는 헤더 추가
#include "framework.h"
 
#include "const_excel.h"
 
#include "ExcelLibrary/CApplication.h"
#include "ExcelLibrary/CBorder.h"
#include "ExcelLibrary/CBorders.h"
#include "ExcelLibrary/CCharacters.h"
#include "ExcelLibrary/CChart.h"
#include "ExcelLibrary/CCharts.h"
#include "ExcelLibrary/CComment.h"
#include "ExcelLibrary/CComments.h"
#include "ExcelLibrary/CFont0.h"
#include "ExcelLibrary/CFormatCondition.h"
#include "ExcelLibrary/CFormatConditions.h"
#include "ExcelLibrary/CGlobal.h"
#include "ExcelLibrary/CHyperlink.h"
#include "ExcelLibrary/CHyperlinks.h"
#include "ExcelLibrary/CLabel.h"
#include "ExcelLibrary/CLabels.h"
#include "ExcelLibrary/CLine.h"
#include "ExcelLibrary/CLineFormat.h"
#include "ExcelLibrary/CLines.h"
#include "ExcelLibrary/CLinkFormat.h"
#include "ExcelLibrary/Cnterior.h"
#include "ExcelLibrary/CPicture.h"
#include "ExcelLibrary/CPictures.h"
#include "ExcelLibrary/CRange.h"
#include "ExcelLibrary/CRanges.h"
#include "ExcelLibrary/CShape.h"
#include "ExcelLibrary/CShapes.h"
#include "ExcelLibrary/CSheets.h"
#include "ExcelLibrary/CStyle.h"
#include "ExcelLibrary/CStyles.h"
#include "ExcelLibrary/CTextBox.h"
#include "ExcelLibrary/CTextBoxes.h"
#include "ExcelLibrary/CTextEffectFormat.h"
#include "ExcelLibrary/CTextFrame.h"
#include "ExcelLibrary/CTextFrame2.h"
#include "ExcelLibrary/CWorkbook.h"
#include "ExcelLibrary/CWorkbooks.h"
#include "ExcelLibrary/CWorksheet.h"
#include "ExcelLibrary/CWorksheets.h"
#include "ExcelLibrary/CPageSetup.h"
#include "ExcelLibrary/CWindow0.h"
#include "ExcelLibrary/CWindows.h"
 
#endif //PCH_H