Skip to content
Open

Lp #177

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
363 commits
Select commit Hold shift + click to select a range
da3b4c8
修复插件与窗口进程位数不一致时崩溃的问题
WallBreaker2 Jun 11, 2019
86c0623
dx10,dx11,opengl更新
WallBreaker2 Jun 13, 2019
fdeea6a
update to 0.3.0.0
WallBreaker2 Jun 17, 2019
86178de
Update README.md
WallBreaker2 Jun 17, 2019
50769cc
Update README.md
WallBreaker2 Jun 17, 2019
631266b
Update README.md
WallBreaker2 Jun 17, 2019
f2759d5
rename
WallBreaker2 Jun 19, 2019
e711abe
Merge branch 'master' of https://github.com/WallBreaker2/op
WallBreaker2 Jun 19, 2019
574a371
d3d10,d3d11截图更新,增强兼容性
WallBreaker2 Jun 19, 2019
eb52118
修改FindPic接口参数
WallBreaker2 Jun 22, 2019
44acea3
...
WallBreaker2 Jun 25, 2019
4a3f3b2
修复Capture接口保存图片文件位置不正确问题;支持32位插件对64位进程的绑定,64位插件对32位进程的绑定
WallBreaker2 Jun 27, 2019
f738e10
rename src name
WallBreaker2 Jul 5, 2019
86c2470
添加透明图支持
WallBreaker2 Jul 6, 2019
c0e2ca6
添加cmake编译
WallBreaker2 Jul 6, 2019
a8b0703
updata cmake
WallBreaker2 Jul 6, 2019
6e5b8f5
add es render mode
WallBreaker2 Jul 9, 2019
f48c227
修复GetCmdStr速度较慢问题
WallBreaker2 Jul 14, 2019
6634f79
添加默认前台绑定
WallBreaker2 Jul 18, 2019
5b51aee
修复前台截图失败问题;修复部分ocr接口引起程序崩溃问题
WallBreaker2 Jul 19, 2019
a22a1e9
修复findpic等接口的崩溃问题;添加libop文件,可静态编译
WallBreaker2 Jul 20, 2019
037a1a9
修复64位编译出错问题
WallBreaker2 Jul 28, 2019
f42ccf4
修复屏幕分辨率超过1920*1080时出错问题
WallBreaker2 Aug 5, 2019
14cb9f4
添加普通dll接口
WallBreaker2 Aug 5, 2019
72d58c9
修复一个函数调用错误导致插件崩溃的/bug
WallBreaker2 Aug 5, 2019
34da07e
remove opencv
WallBreaker2 Aug 11, 2019
e96554a
添加CapturePre接口,重命名一些文件
WallBreaker2 Aug 27, 2019
1455e53
fix libop
WallBreaker2 Aug 27, 2019
478a5f8
fix find pic bugs
WallBreaker2 Aug 27, 2019
0cfec16
重命名libop
WallBreaker2 Aug 28, 2019
2fa4008
优化透明图找图速度
WallBreaker2 Aug 29, 2019
71b7179
fix a error
WallBreaker2 Aug 29, 2019
699ca5d
修复24位透明图无法进行匹配问题
WallBreaker2 Aug 30, 2019
865d53c
修复读取dm字库时,读取信息不正确问题
WallBreaker2 Aug 30, 2019
a215f75
修复读取大漠字库乱码问题;Ocr问题修复..
WallBreaker2 Sep 1, 2019
07e3c45
del
WallBreaker2 Sep 1, 2019
0ce1a7b
修复IN_RANGE在某些情况下无效问题
WallBreaker2 Sep 2, 2019
d20ac97
添加3rd_party遗漏的头文件;添加lib
WallBreaker2 Sep 8, 2019
21024e0
修复部分情况下ocr识别不出文字
WallBreaker2 Sep 9, 2019
127adf9
Update README.md
WallBreaker2 Sep 14, 2019
2d977e4
更新文档
WallBreaker2 Sep 14, 2019
59af88a
Merge branch 'master' of https://github.com/WallBreaker2/op
WallBreaker2 Sep 14, 2019
060508d
修复SetPath接口失败问题;更改图像匹配算法
WallBreaker2 Dec 17, 2019
b374aa0
.
WallBreaker2 Dec 17, 2019
1bceefb
提高findpic速度
WallBreaker2 Jan 2, 2020
97dce47
添加SetDisplayInput等接口
WallBreaker2 Jan 12, 2020
db7a757
fix DisplayMehod empty bug
Jan 16, 2020
f03cdea
fix 异常退出无法重新绑定问题
ss22219 Jan 16, 2020
f3142bc
Merge pull request #9 from ss22219/master
WallBreaker2 Feb 12, 2020
a6c0cb5
change ocr algorithm
WallBreaker2 Mar 1, 2020
835eb59
修复因先识别到汉字的偏旁造成识别错误的问题(通过调整ocr识别优先级)
WallBreaker2 Mar 6, 2020
ea2b8b5
a lot of change
WallBreaker2 Apr 4, 2020
51f7f83
ocr fix +doc
WallBreaker2 Apr 6, 2020
43998bc
重构com接口(改为由libop class 衍生);ocr 点阵大小限制从(32*32)变为(255*255)
WallBreaker2 May 5, 2020
eb2467c
fix getcolor bug
WallBreaker2 May 10, 2020
7260729
Update README.md
WallBreaker2 May 13, 2020
ed2e57f
0.3.6
WallBreaker2 Jun 20, 2020
8ebef42
Merge branch 'master' of https://github.com/WallBreaker2/op
WallBreaker2 Jun 20, 2020
72c21c3
Create LICENSE
WallBreaker2 Jun 20, 2020
9673a6b
Merge branch 'master' of https://github.com/WallBreaker2/op
WallBreaker2 Aug 2, 2020
f02597f
更改截图流程
WallBreaker2 Aug 2, 2020
d743663
fix keyboard
WallBreaker2 Aug 8, 2020
772d027
fix dx gl bug
WallBreaker2 Aug 10, 2020
3589d11
修复重绑定错误问题
WallBreaker2 Aug 16, 2020
b1b779b
重构部分代码
WallBreaker2 Aug 25, 2020
140440e
重构部分代码
WallBreaker2 Sep 6, 2020
4661ceb
添加FrameInfo
WallBreaker2 Sep 10, 2020
697cc82
Update README.md
WallBreaker2 Jan 14, 2021
e59e1ee
修复读取大漠字库时文本较长时产生截断的问题
WallBreaker2 Feb 6, 2021
2d3d045
Merge branch 'master' of https://github.com/WallBreaker2/op
WallBreaker2 Feb 6, 2021
e3a48ab
添加FindLine接口
WallBreaker2 Feb 8, 2021
410255a
修复问题21&22,FindPicEx的返回值问题。
WallBreaker2 Mar 1, 2021
6e58ab2
函数名(FindWindow等)与windows 宏冲突问题
WallBreaker2 Mar 6, 2021
4491da9
修复模拟器解绑崩溃问题
WallBreaker2 Mar 7, 2021
04264c3
movto等函数返回值修改
WallBreaker2 Mar 14, 2021
7ae9b35
FindMultiColor和GetWindow问题修复
WallBreaker2 Mar 21, 2021
8cfb73d
getScreenData* 接口返回值修改(像素颠倒)
WallBreaker2 Mar 23, 2021
ecc51af
修复绑定失败时,引起程序崩溃的问题;setlog函数添加调用栈跟踪
WallBreaker2 Mar 27, 2021
5333e81
Update README.md
WallBreaker2 Mar 31, 2021
3e65cb1
1. 添加接口
WallBreaker2 Apr 6, 2021
a76ed4f
添加添加接口FindNearestPos;实现MatchPicName
WallBreaker2 Apr 6, 2021
a2e600d
Merge branch 'master' of https://github.com/WallBreaker2/op
WallBreaker2 Apr 6, 2021
1fe30e4
实现FindPicExS和FindNearestPos
WallBreaker2 Apr 7, 2021
c3858aa
Update ImageProc.cpp
WallBreaker2 Apr 8, 2021
f4c2aea
Update globalVar.h
WallBreaker2 Apr 9, 2021
ea1e938
修复一定条件下dx截屏花屏问题(忽略rowPitch引起)
WallBreaker2 Apr 11, 2021
8be81d3
添加一个新绑定模式(未完成)
WallBreaker2 Apr 11, 2021
fc22e16
GetCursorPos修复
WallBreaker2 Apr 12, 2021
e6d9f8e
Update ImageLoc.cpp
WallBreaker2 Apr 22, 2021
722eb66
add loadpic and freepic
gamegrd Apr 30, 2021
2201504
use cmake to manage project
WallBreaker2 May 3, 2021
ae7c2ae
Merge pull request #41 from gamegrd/master
WallBreaker2 May 3, 2021
269cd06
update lib
WallBreaker2 May 3, 2021
3a99b99
rename
WallBreaker2 May 3, 2021
426dfee
add folder
WallBreaker2 May 3, 2021
5ab73b8
add tests and other project
WallBreaker2 May 3, 2021
8067c5b
add memory load image
gamegrd May 4, 2021
56bade4
add LoadMemPic
gamegrd May 4, 2021
937d240
Merge branch 'master' of https://github.com/WallBreaker2/op
gamegrd May 4, 2021
dba76fb
分离libop和com接口,添加tools
WallBreaker2 May 4, 2021
135afbc
Merge pull request #42 from gamegrd/master
WallBreaker2 May 4, 2021
bd05edd
files2mats: check image from cache first
gamegrd May 4, 2021
5766e63
delete useless file
WallBreaker2 May 5, 2021
560dc1f
add SetMemDict
gamegrd May 6, 2021
c9cc7be
remove vcpkg
WallBreaker2 May 7, 2021
6caa56d
Merge pull request #43 from gamegrd/master
WallBreaker2 May 7, 2021
7f478ac
fix cmake environment
gamegrd May 7, 2021
34cadbc
add SetMemDict
gamegrd May 6, 2021
a9cc579
add loadpic and freepic
gamegrd Apr 30, 2021
54a9da7
add memory load image
gamegrd May 4, 2021
b10ef30
add LoadMemPic
gamegrd May 4, 2021
e614c4f
files2mats: check image from cache first
gamegrd May 4, 2021
fa49e6b
merge RDT_GDI_DX2
gamegrd May 7, 2021
e1db0e4
install different platform binary data to different directories
gamegrd May 8, 2021
ae6d15b
cp936 -> utf8
gamegrd May 8, 2021
203f519
gbk -> utf8
gamegrd May 8, 2021
327b6ca
Merge pull request #44 from gamegrd/cmake
WallBreaker2 May 8, 2021
2289a75
change cxx_flag:
WallBreaker2 May 8, 2021
497a8ac
Merge branch '0.4.0' of https://github.com/WallBreaker2/op into 0.4.0
WallBreaker2 May 8, 2021
c713c02
add qt tool4
WallBreaker2 May 10, 2021
45d8fd0
swig
WallBreaker2 May 12, 2021
032c8f4
fix return value of libop
WallBreaker2 May 14, 2021
c85e23e
imp findcolorblock
WallBreaker2 May 17, 2021
eb6adc5
Merge branch '0.4.0' of https://github.com/WallBreaker2/op into 0.4.0
WallBreaker2 May 18, 2021
3be6ffa
merge com to libop and remove blackbone in third_party
WallBreaker2 May 22, 2021
3a07b54
del com folder
WallBreaker2 May 22, 2021
3e44994
fix source error
WallBreaker2 May 25, 2021
549f669
replace global var with opEnc class
WallBreaker2 May 26, 2021
7ae9bac
merge
WallBreaker2 May 26, 2021
1b1f793
rename xhook to DisplayHook
WallBreaker2 May 31, 2021
ab19e83
add display mode 'opengl.fl' for render end with glFinish
WallBreaker2 Jun 6, 2021
c656e16
adjsut backgroud structure
WallBreaker2 Jun 6, 2021
d66399e
fix GetColor
WallBreaker2 Jun 7, 2021
7b5fbfe
fix findColor return value bug
WallBreaker2 Jun 11, 2021
741eca8
add thread pool
WallBreaker2 Jun 13, 2021
40a63f9
rename some class name
WallBreaker2 Jun 13, 2021
7b9d92b
fix FindPicTh bug
WallBreaker2 Jun 14, 2021
2041643
save_dict默认使用已打开的dict文件路径
Jun 22, 2021
0c6caf1
add FindPicExTh
WallBreaker2 Jun 27, 2021
46b26f2
!1 save_dict 考虑使用已经打开的dict文件路径?
WallBreaker2 Jun 27, 2021
73c59fa
Update issue templates
WallBreaker2 Jul 2, 2021
f2b5387
修复64位的GetScreenDataBmp接口返回值错误问题
Sep 22, 2021
6307c23
Merge branch 'master' of https://github.com/WallBreaker2/op
Sep 22, 2021
036978c
fix cmake env config
gamegrd Nov 23, 2021
e884562
add default vcpkg env
gamegrd Nov 23, 2021
3cf6433
fix env error
gamegrd Nov 23, 2021
c4f62f5
add static lib
gamegrd Nov 23, 2021
5551e96
Merge pull request #74 from gamegrd/master
WallBreaker2 Jan 1, 2022
440eac1
1.修复FindColor坐标偏移问题;2.添加python扩展(swig)
Mar 3, 2022
9126be2
change readme
Mar 27, 2022
0bca0a1
Merge branch 'master' of https://gitee.com/wallbreaker2/op
Mar 28, 2022
69053c7
change cmake file
Aug 16, 2022
7276fbe
modify README.md
Jan 19, 2023
eb21d10
use cmake gen op_i.c before build
WallBreaker2 Feb 2, 2023
a6dcd8d
使用环境变量设置编译环境
WallBreaker2 Feb 7, 2023
6e21d7f
增加编译教程
WallBreaker2 Feb 7, 2023
059e2c9
rename class name
WallBreaker2 Feb 9, 2023
d572a6a
geId return a increasing number
WallBreaker2 Feb 13, 2023
d619ad7
add SetScreenDataMode function
WallBreaker2 Feb 13, 2023
d37a071
rename opEx to pyop
WallBreaker2 Feb 17, 2023
8758932
fix a bug
WallBreaker2 Feb 17, 2023
42b314a
Relase 模式去除调试信息
WallBreaker2 Feb 25, 2023
8c301c7
setpath添加错误信息
WallBreaker2 Feb 25, 2023
2a7ae0b
use size_t replace void* to improve compatibility of pyop
WallBreaker2 Mar 26, 2023
e4b0b2a
gitee no work,so chang wikis to github
WallBreaker2 Mar 26, 2023
21c7f50
修复GetScreenDatabmp图像相反的问题
WallBreaker2 Apr 27, 2023
e5e586e
Update README.md
WallBreaker2 May 6, 2023
5cd0984
change version from 0.4.1 to 0.4.2
WallBreaker2 Jul 10, 2023
902c51c
add search direction support
WallBreaker2 Jul 10, 2023
cf5224c
add vcpkg_root env var error report
WallBreaker2 Jul 10, 2023
5a25e92
remove useless files
WallBreaker2 Jul 17, 2023
757fe7d
add comments of SetScreenDataMode
WallBreaker2 Jul 17, 2023
d426fc5
Revert "add comments of SetScreenDataMode"
WallBreaker2 Jul 17, 2023
5c3bc6c
add comments of SetScreenDataMode;addtess ocr engine
WallBreaker2 Jul 17, 2023
f87052b
add tess lib desc
WallBreaker2 Jul 22, 2023
2e611fd
更改ocr 数据结构
WallBreaker2 Jul 22, 2023
d7df528
统一所有ocr接口的返回值
WallBreaker2 Jul 22, 2023
544a512
Merge pull request #86 from WallBreaker2/op-0.4.2
WallBreaker2 Jul 22, 2023
b208e2d
Merge branch 'master' of https://github.com/WallBreaker2/op
WallBreaker2 Jul 25, 2023
a783e8b
remove context of libop to a pointer objects
WallBreaker2 Jul 26, 2023
60da488
add SetOcrEngine
WallBreaker2 Jul 28, 2023
3af371a
add OcrWrapper
WallBreaker2 Jul 28, 2023
22444b6
move utf8_to_ansi function to helpfunction
WallBreaker2 Jul 28, 2023
a59eecc
Update README.md
WallBreaker2 Jul 30, 2023
902a049
Update README.md
WallBreaker2 Aug 2, 2023
7e41b4a
Merge pull request #89 from WallBreaker2/WallBreaker2-patch-1
WallBreaker2 Aug 2, 2023
d8c528b
Update README.md
WallBreaker2 Aug 8, 2023
6d2b4f9
add comments
WallBreaker2 Aug 11, 2023
1d4cca0
fix libop::WaitKey not work bug
WallBreaker2 Aug 11, 2023
0f868f6
add GetLastErrorAsString
WallBreaker2 Aug 11, 2023
fe1eeba
keypad 添加 normal.hd 模式
WallBreaker2 Aug 11, 2023
ef1bc24
Merge branch 'master' of https://github.com/WallBreaker2/op
WallBreaker2 Aug 11, 2023
adf22a2
Update OpInterface.rgs
allensk Aug 13, 2023
7f54143
Merge pull request #91 from allensk/master
WallBreaker2 Aug 17, 2023
b6bb21a
add normal.gxgi mode for display
WallBreaker2 Aug 18, 2023
b287cc7
add tess for x86
WallBreaker2 Aug 18, 2023
72c2add
remove main.cpp in root folder
WallBreaker2 Aug 18, 2023
f2f1b16
Merge branch 'master' of https://github.com/WallBreaker2/op
WallBreaker2 Aug 18, 2023
f38e276
修复RunApp报错找不到路径的问题
flaot Aug 20, 2023
fe73b80
Merge pull request #94 from flaot/master
WallBreaker2 Aug 21, 2023
cacfd33
rename test.h to op_test.h
WallBreaker2 Aug 21, 2023
f8cf92d
Merge branch 'master' of https://github.com/WallBreaker2/op
WallBreaker2 Aug 21, 2023
b245873
修复AStarFindPath的调用结果不正确或内存访问报错
flaot Aug 21, 2023
275240b
修复AStarFindPath的调用结果不正确或内存访问报错
flaot Aug 22, 2023
e5d045c
去除额外的Tab
flaot Aug 22, 2023
26c0946
Com接口实现中 调用GetWindowClass
flaot Aug 22, 2023
8a2874b
Merge pull request #95 from flaot/master
WallBreaker2 Aug 23, 2023
5e57448
OcrWrapper改为单例模式以减少内存占用
WallBreaker2 Aug 24, 2023
731c783
Update README.md
WallBreaker2 Aug 25, 2023
cf7b3e5
Merge branch 'master' of https://github.com/WallBreaker2/op
WallBreaker2 Aug 28, 2023
2fbac7f
1.修正windows模式的键鼠
flaot Nov 2, 2023
f6602b5
增加op.idl定义
flaot Nov 2, 2023
2a3e521
增加op.idl的定义
flaot Nov 2, 2023
eb85d26
撤销提交
flaot Nov 2, 2023
b077a90
Merge branch 'master' of https://github.com/flaot/op
flaot Nov 2, 2023
465bcfd
撤销添加libopExport文件
flaot Nov 2, 2023
88de717
将SendMessage改成SendMessageTimeout,超时时间统一2秒
flaot Nov 3, 2023
d357a10
Merge pull request #104 from flaot/master
WallBreaker2 Nov 4, 2023
9249691
修复ScreenToClient及ClientToScreen坐标转换功能
flaot Nov 4, 2023
f43bada
FindColorBlock接口调用结果为未找到时,返回0
flaot Nov 4, 2023
7d7059b
增加KeyPressStr接口
flaot Nov 4, 2023
761bccc
增加KeyPressStr接口
flaot Nov 4, 2023
9ecdd74
修正FindColorBlock查找色块与截图区域一致时不会进行比对
flaot Nov 4, 2023
f105dd7
修正FindColorBlockEx查找色块与截图区域一致时不会进行比对
flaot Nov 5, 2023
e169447
补全com的接口定义信息
flaot Nov 16, 2023
b5e9796
修复dx2的截屏
flaot Nov 17, 2023
8e630f1
修复com免注册通过CoGetClassObject获取不到IClassFactory
flaot Nov 19, 2023
05d16c8
Merge pull request #107 from flaot/master
WallBreaker2 Nov 21, 2023
83dbc1d
fix input moveR
zhuizhubf Nov 27, 2023
d0a445a
实现wgc截图
up1021 Dec 7, 2023
016a200
Merge pull request #110 from zhuizhubf/zhuizhu-patch-input
WallBreaker2 Dec 17, 2023
6ee3758
Merge pull request #113 from up1021/master
WallBreaker2 Dec 17, 2023
cca1424
use marco _WIN32_WINNT_WIN11 to build wcg
WallBreaker2 Jan 13, 2024
71aae0f
add _WIN32_WINNT_WIN11 marco to avoid build error
WallBreaker2 Jan 25, 2024
0ac476a
add d3d12 display mode
WallBreaker2 Jan 25, 2024
47357f8
修复Windows模式下的鼠标滚轮消息发送
flaot Apr 11, 2024
1e0009c
使用函数GetTickCount64替代GetTickCount
flaot Apr 11, 2024
2983199
Merge pull request #127 from flaot/master
WallBreaker2 Apr 13, 2024
3c243b5
remove qttool source code
WallBreaker2 Apr 21, 2024
332c6c8
移除vs 特有的配置文件
WallBreaker2 Apr 21, 2024
666d74f
修复op_i.c 未生成导致cmake 失败的问题
WallBreaker2 Apr 21, 2024
90695e5
🐞 fix: 添加DPI感知,并修复坐标问题
qianniancn May 18, 2024
442dd30
Merge pull request #144 from WallBreaker2/142-op-还需要解决高分辨率缩放问题
WallBreaker2 Jul 26, 2024
5ae2f33
Update README.md
WallBreaker2 Feb 16, 2025
db3b0a8
Merge pull request #162 from WallBreaker2/WallBreaker2-patch-2
WallBreaker2 Feb 16, 2025
5b7fa55
Update README.md
WallBreaker2 Feb 16, 2025
bf1309d
rewrite build script
WallBreaker2 May 1, 2025
3b962cb
set binary path
WallBreaker2 May 1, 2025
3f94fb6
Merge branch 'master' of https://github.com/WallBreaker2/op
WallBreaker2 May 1, 2025
5995c68
Lp
lienetteescola-bot Jan 11, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignes: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
53 changes: 44 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,31 @@
*.user
*.userosscache
*.sln.docstates

*.code-workspace
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

*.zip
CMakeSettings.json
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
Build
/lib
bin/
bin_old/
bld/
[Bb]in/
out/
[Oo]bj/
[Ll]og/

.vscode/
Tool/
Launcher/
optool/
PyTest/
example/
remote/
# Visual Studio 2015 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
Expand All @@ -45,9 +54,9 @@ project.lock.json
project.fragment.lock.json
artifacts/

*_i.c
*_p.c
*_i.h
*_p.c
*_i.c
*.ilk
*.meta
*.obj
Expand Down Expand Up @@ -258,4 +267,30 @@ paket-files/

# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
*.pyc
*.ini

/dll_test
/ConsoleTest
!/PythonTest/*.py



/MFCApp
/PythonTest
/op_test
/Tool
/tool_ex
!/doc/*.chm

/doc2

/Ref







/libop/com/RCa09948
Loading