diff --git a/Test.NetCore/Test.NetCore.csproj b/Test.NetCore/Test.NetCore.csproj
index d08e45e..0fdab92 100644
--- a/Test.NetCore/Test.NetCore.csproj
+++ b/Test.NetCore/Test.NetCore.csproj
@@ -15,6 +15,8 @@
false
true
+ true
+ DEBUG;TRACE
diff --git a/Test.NetCore/lib/AnyCPU/raylib.dll b/Test.NetCore/lib/AnyCPU/raylib.dll
index 072c4a5..33e2383 100644
Binary files a/Test.NetCore/lib/AnyCPU/raylib.dll and b/Test.NetCore/lib/AnyCPU/raylib.dll differ
diff --git a/Test.NetCore/lib/AnyCPU/raylib.exp b/Test.NetCore/lib/AnyCPU/raylib.exp
new file mode 100644
index 0000000..f69a230
Binary files /dev/null and b/Test.NetCore/lib/AnyCPU/raylib.exp differ
diff --git a/Test.NetCore/lib/AnyCPU/raylib.lib b/Test.NetCore/lib/AnyCPU/raylib.lib
new file mode 100644
index 0000000..e8c065f
Binary files /dev/null and b/Test.NetCore/lib/AnyCPU/raylib.lib differ
diff --git a/Test.NetCore/lib/x64/raylib.dll b/Test.NetCore/lib/x64/raylib.dll
index 55e3edf..70ea5b3 100644
Binary files a/Test.NetCore/lib/x64/raylib.dll and b/Test.NetCore/lib/x64/raylib.dll differ
diff --git a/Test.NetCore/lib/x64/raylib.exp b/Test.NetCore/lib/x64/raylib.exp
new file mode 100644
index 0000000..f481d93
Binary files /dev/null and b/Test.NetCore/lib/x64/raylib.exp differ
diff --git a/Test.NetCore/lib/x64/raylib.lib b/Test.NetCore/lib/x64/raylib.lib
new file mode 100644
index 0000000..de45897
Binary files /dev/null and b/Test.NetCore/lib/x64/raylib.lib differ
diff --git a/Test.NetCore/lib/x86/raylib.dll b/Test.NetCore/lib/x86/raylib.dll
index 072c4a5..33e2383 100644
Binary files a/Test.NetCore/lib/x86/raylib.dll and b/Test.NetCore/lib/x86/raylib.dll differ
diff --git a/Test.NetCore/lib/x86/raylib.exp b/Test.NetCore/lib/x86/raylib.exp
new file mode 100644
index 0000000..f69a230
Binary files /dev/null and b/Test.NetCore/lib/x86/raylib.exp differ
diff --git a/Test.NetCore/lib/x86/raylib.lib b/Test.NetCore/lib/x86/raylib.lib
new file mode 100644
index 0000000..e8c065f
Binary files /dev/null and b/Test.NetCore/lib/x86/raylib.lib differ
diff --git a/Test.NetCoreRT/lib/AnyCPU/raylib.dll b/Test.NetCoreRT/lib/AnyCPU/raylib.dll
index 072c4a5..33e2383 100644
Binary files a/Test.NetCoreRT/lib/AnyCPU/raylib.dll and b/Test.NetCoreRT/lib/AnyCPU/raylib.dll differ
diff --git a/Test.NetCoreRT/lib/AnyCPU/raylib.exp b/Test.NetCoreRT/lib/AnyCPU/raylib.exp
new file mode 100644
index 0000000..f69a230
Binary files /dev/null and b/Test.NetCoreRT/lib/AnyCPU/raylib.exp differ
diff --git a/Test.NetCoreRT/lib/AnyCPU/raylib.lib b/Test.NetCoreRT/lib/AnyCPU/raylib.lib
new file mode 100644
index 0000000..e8c065f
Binary files /dev/null and b/Test.NetCoreRT/lib/AnyCPU/raylib.lib differ
diff --git a/Test.NetCoreRT/lib/x64/raylib.dll b/Test.NetCoreRT/lib/x64/raylib.dll
index 55e3edf..70ea5b3 100644
Binary files a/Test.NetCoreRT/lib/x64/raylib.dll and b/Test.NetCoreRT/lib/x64/raylib.dll differ
diff --git a/Test.NetCoreRT/lib/x64/raylib.exp b/Test.NetCoreRT/lib/x64/raylib.exp
new file mode 100644
index 0000000..f481d93
Binary files /dev/null and b/Test.NetCoreRT/lib/x64/raylib.exp differ
diff --git a/Test.NetCoreRT/lib/x64/raylib.lib b/Test.NetCoreRT/lib/x64/raylib.lib
new file mode 100644
index 0000000..de45897
Binary files /dev/null and b/Test.NetCoreRT/lib/x64/raylib.lib differ
diff --git a/Test.NetCoreRT/lib/x86/raylib.dll b/Test.NetCoreRT/lib/x86/raylib.dll
index 072c4a5..33e2383 100644
Binary files a/Test.NetCoreRT/lib/x86/raylib.dll and b/Test.NetCoreRT/lib/x86/raylib.dll differ
diff --git a/Test.NetCoreRT/lib/x86/raylib.exp b/Test.NetCoreRT/lib/x86/raylib.exp
new file mode 100644
index 0000000..f69a230
Binary files /dev/null and b/Test.NetCoreRT/lib/x86/raylib.exp differ
diff --git a/Test.NetCoreRT/lib/x86/raylib.lib b/Test.NetCoreRT/lib/x86/raylib.lib
new file mode 100644
index 0000000..e8c065f
Binary files /dev/null and b/Test.NetCoreRT/lib/x86/raylib.lib differ
diff --git a/Test.NetFX/Test.NetFX.csproj b/Test.NetFX/Test.NetFX.csproj
index 8ad317f..add440e 100644
--- a/Test.NetFX/Test.NetFX.csproj
+++ b/Test.NetFX/Test.NetFX.csproj
@@ -45,6 +45,7 @@
prompt
MinimumRecommendedRules.ruleset
true
+ true
bin\x64\Release\
diff --git a/Test.NetFX/lib/AnyCPU/raylib.dll b/Test.NetFX/lib/AnyCPU/raylib.dll
index 072c4a5..33e2383 100644
Binary files a/Test.NetFX/lib/AnyCPU/raylib.dll and b/Test.NetFX/lib/AnyCPU/raylib.dll differ
diff --git a/Test.NetFX/lib/AnyCPU/raylib.exp b/Test.NetFX/lib/AnyCPU/raylib.exp
new file mode 100644
index 0000000..f69a230
Binary files /dev/null and b/Test.NetFX/lib/AnyCPU/raylib.exp differ
diff --git a/Test.NetFX/lib/AnyCPU/raylib.lib b/Test.NetFX/lib/AnyCPU/raylib.lib
new file mode 100644
index 0000000..e8c065f
Binary files /dev/null and b/Test.NetFX/lib/AnyCPU/raylib.lib differ
diff --git a/Test.NetFX/lib/x64/raylib.dll b/Test.NetFX/lib/x64/raylib.dll
index 55e3edf..70ea5b3 100644
Binary files a/Test.NetFX/lib/x64/raylib.dll and b/Test.NetFX/lib/x64/raylib.dll differ
diff --git a/Test.NetFX/lib/x64/raylib.exp b/Test.NetFX/lib/x64/raylib.exp
new file mode 100644
index 0000000..f481d93
Binary files /dev/null and b/Test.NetFX/lib/x64/raylib.exp differ
diff --git a/Test.NetFX/lib/x64/raylib.lib b/Test.NetFX/lib/x64/raylib.lib
new file mode 100644
index 0000000..de45897
Binary files /dev/null and b/Test.NetFX/lib/x64/raylib.lib differ
diff --git a/Test.NetFX/lib/x86/raylib.dll b/Test.NetFX/lib/x86/raylib.dll
index 072c4a5..33e2383 100644
Binary files a/Test.NetFX/lib/x86/raylib.dll and b/Test.NetFX/lib/x86/raylib.dll differ
diff --git a/Test.NetFX/lib/x86/raylib.exp b/Test.NetFX/lib/x86/raylib.exp
new file mode 100644
index 0000000..f69a230
Binary files /dev/null and b/Test.NetFX/lib/x86/raylib.exp differ
diff --git a/Test.NetFX/lib/x86/raylib.lib b/Test.NetFX/lib/x86/raylib.lib
new file mode 100644
index 0000000..e8c065f
Binary files /dev/null and b/Test.NetFX/lib/x86/raylib.lib differ