mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-07 00:36:00 +02:00
Add willdcard check in BfpFindFileData_CheckFilter
This commit is contained in:
parent
95bd231444
commit
debcf7eb6c
12 changed files with 81 additions and 16 deletions
|
@ -140,6 +140,7 @@
|
|||
<ClCompile Include="..\..\BeefySysLib\platform\win\CrashCatcher.cpp" />
|
||||
<ClCompile Include="..\..\BeefySysLib\platform\win\Platform.cpp" />
|
||||
<ClCompile Include="..\..\BeefySysLib\third_party\utf8proc\utf8proc.c" />
|
||||
<ClCompile Include="..\..\BeefySysLib\third_party\putty\wildcard.c" />
|
||||
<ClCompile Include="..\..\BeefySysLib\util\BeefPerf.cpp" />
|
||||
<ClCompile Include="..\..\BeefySysLib\util\String.cpp" />
|
||||
<ClCompile Include="..\..\BeefySysLib\util\UTF8.cpp" />
|
||||
|
@ -356,6 +357,7 @@
|
|||
<ClInclude Include="..\..\BeefySysLib\platform\win\BFPlatform.h" />
|
||||
<ClInclude Include="..\..\BeefySysLib\platform\win\CrashCatcher.h" />
|
||||
<ClInclude Include="..\..\BeefySysLib\third_party\utf8proc\utf8proc.h" />
|
||||
<ClInclude Include="..\..\BeefySysLib\third_party\putty\wildcard.h" />
|
||||
<ClInclude Include="..\..\BeefySysLib\util\BeefPerf.h" />
|
||||
<ClInclude Include="..\..\BeefySysLib\util\String.h" />
|
||||
<ClInclude Include="..\..\BeefySysLib\util\UTF8.h" />
|
||||
|
|
|
@ -25,6 +25,9 @@
|
|||
<Filter Include="BeefySysLib\third_party\utf8proc">
|
||||
<UniqueIdentifier>{0027c869-120a-44d3-80e6-e2ab12ce83bc}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="BeefySysLib\third_party\putty">
|
||||
<UniqueIdentifier>{59aee039-211d-47df-abb4-ca95d75d2c56}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="BeefySysLib\util">
|
||||
<UniqueIdentifier>{8e5503bc-1b01-46f1-be03-bb504d93f05d}</UniqueIdentifier>
|
||||
</Filter>
|
||||
|
@ -105,6 +108,9 @@
|
|||
<ClCompile Include="..\..\BeefySysLib\third_party\utf8proc\utf8proc.c">
|
||||
<Filter>BeefySysLib\third_party\utf8proc</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\BeefySysLib\third_party\putty\wildcard.c">
|
||||
<Filter>BeefySysLib\third_party\putty</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\BeefySysLib\util\BeefPerf.cpp">
|
||||
<Filter>BeefySysLib\util</Filter>
|
||||
</ClCompile>
|
||||
|
@ -326,6 +332,9 @@
|
|||
<ClInclude Include="..\..\BeefySysLib\third_party\utf8proc\utf8proc.h">
|
||||
<Filter>BeefySysLib\third_party\utf8proc</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\BeefySysLib\third_party\putty\wildcard.h">
|
||||
<Filter>BeefySysLib\third_party\putty</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\BeefySysLib\util\BeefPerf.h">
|
||||
<Filter>BeefySysLib\util</Filter>
|
||||
</ClInclude>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue