diff --git a/.gitignore b/.gitignore
index 915629a..a506215 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,9 @@
RuriLib/_site/
RuriLib/log.txt
+# Exclude the compiled Extreme.Net dll
+!Extreme.Net.dll
+
# User-specific files
*.suo
*.user
diff --git a/Extreme.Net.dll b/Extreme.Net.dll
new file mode 100644
index 0000000..355c627
Binary files /dev/null and b/Extreme.Net.dll differ
diff --git a/OpenBullet/OpenBullet.csproj b/OpenBullet/OpenBullet.csproj
index 51818f0..87a261b 100644
--- a/OpenBullet/OpenBullet.csproj
+++ b/OpenBullet/OpenBullet.csproj
@@ -68,7 +68,7 @@
False
- ..\..\..\Extreme.Net-master\Extreme.Net-master\bin\Release\Extreme.Net.dll
+ ..\Extreme.Net.dll
..\packages\AvalonEdit.5.0.4\lib\Net40\ICSharpCode.AvalonEdit.dll
diff --git a/OpenBulletCLI/OpenBulletCLI.csproj b/OpenBulletCLI/OpenBulletCLI.csproj
index b9509d8..bbf7428 100644
--- a/OpenBulletCLI/OpenBulletCLI.csproj
+++ b/OpenBulletCLI/OpenBulletCLI.csproj
@@ -59,7 +59,7 @@
False
- ..\..\..\Extreme.Net-master\Extreme.Net-master\bin\Release\Extreme.Net.dll
+ ..\Extreme.Net.dll
diff --git a/RuriLib/RuriLib.csproj b/RuriLib/RuriLib.csproj
index df0db2b..d499498 100644
--- a/RuriLib/RuriLib.csproj
+++ b/RuriLib/RuriLib.csproj
@@ -38,7 +38,7 @@
False
- ..\..\Extreme-original\Extreme.Net\bin\Debug\Extreme.Net.dll
+ ..\Extreme.Net.dll
..\packages\IronPython.2.7.9\lib\net45\IronPython.dll