Skip to content

Commit d1cc43c

Browse files
authored
Add NoesisGUI SDK detection (#910)
1 parent 534bfb8 commit d1cc43c

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

descriptions/SDK.NoesisGUI.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[**NoesisGUI**](https://www.noesisengine.com/) is a multiplatform graphical user interface middleware for videogames and realtime applications based on the XAML language.

rules.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ Miles_Sound_System = (?:^|/)mss(?:16|32|64)\.dll$
310310
Mirror = (?:^|/)Mirror\.dll$
311311
Modio = (?:^|/)mod\.?io
312312
NodeJS = (?:^|/)(?:lib)?node\.(?:dll|dylib)$
313+
NoesisGUI = (?:^|/)(?:lib)?Noesis\.(?:dll|dylib|so)$
313314
NvCloth = (?:^|/)NvCloth(?:profile)?_x(?:64|86)\.dll$
314315
NVIDIA_Ansel = (?:^|/)AnselSDK(?:32|64)\.dll$
315316
NVIDIA_APEX = (?:^|/)apex(?:framework|_framework|_loader|_release)

tests/types/SDK.NoesisGUI.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/Noesis.dll
2+
Noesis.dll

tests/types/_NonMatchingTests.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,7 @@ fcry3dengine.dll
634634
fCry3DEngine.dll
635635
fCryRenderD3D11.dll
636636
fCryRenderD3D12.dll
637+
Noessis.dll
637638
fCryRenderVulkan.dll
638639
fCryD3DCompilerStub.dll
639640
fengine.pak
@@ -905,6 +906,7 @@ dx12Retail/AnselSDK44.dll
905906
AnselDK64.dlloopsidroppedthefile
906907
apexbutnotreallyapex
907908
apex.notwhatyourelookingfor
909+
Noesis_dll
908910
RPG_RTxini
909911
configxrpgsave
910912
dataxdcp
@@ -1064,6 +1066,7 @@ CoronaLabs_Corona_Native_dll
10641066
Unigine_x64.pak
10651067
UnigineEngine.dll
10661068
Unigine_x86_dll
1069+
NNoesis.dll
10671070
/ffx_fsr2_api_x64@dll
10681071
/ffx_fsr2_api_x86@dll
10691072
ffx_fsr2_api_x64@dll
@@ -1229,6 +1232,7 @@ openvr_api_bundle
12291232
tbb
12301233
tbb_dll
12311234
tbb12
1235+
Noesis.dlll
12321236
tbbmalloc
12331237
tbbmalloc_dll
12341238
libopenxr_loader

0 commit comments

Comments
 (0)