refactor: 将Framework库和RT、UI放在同一个解决方案中。
This commit is contained in:
parent
1948f4290d
commit
b73d39a6b1
9
.gitignore
vendored
9
.gitignore
vendored
@ -28,10 +28,18 @@ x86/
|
|||||||
[Aa][Rr][Mm]64/
|
[Aa][Rr][Mm]64/
|
||||||
bld/
|
bld/
|
||||||
[Bb]in/
|
[Bb]in/
|
||||||
|
# NSIS 工具链 - 强制纳入版本管理
|
||||||
|
!App/SicSetup/Sic_Setup/NSIS/Bin/
|
||||||
|
!App/SicSetup/Sic_Setup/NSIS/Bin/**
|
||||||
[Oo]bj/
|
[Oo]bj/
|
||||||
[Oo]ut/
|
[Oo]ut/
|
||||||
[Ll]og/
|
[Ll]og/
|
||||||
[Ll]ogs/
|
[Ll]ogs/
|
||||||
|
# Framework 源码 Log 模块 - 强制纳入版本管理
|
||||||
|
!Framework/**/Log/
|
||||||
|
!Framework/**/Log/**
|
||||||
|
!Framework/**/Logs/
|
||||||
|
!Framework/**/Logs/**
|
||||||
|
|
||||||
# Visual Studio 2015/2017 cache/options directory
|
# Visual Studio 2015/2017 cache/options directory
|
||||||
.vs/
|
.vs/
|
||||||
@ -90,7 +98,6 @@ StyleCopReport.xml
|
|||||||
*.tmp
|
*.tmp
|
||||||
*.tmp_proj
|
*.tmp_proj
|
||||||
*_wpftmp.csproj
|
*_wpftmp.csproj
|
||||||
*.log
|
|
||||||
*.vspscc
|
*.vspscc
|
||||||
*.vssscc
|
*.vssscc
|
||||||
.builds
|
.builds
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user