diff --git a/JoyBug.sln b/GleeBug.sln
similarity index 84%
rename from JoyBug.sln
rename to GleeBug.sln
index 177d675..16e139c 100644
--- a/JoyBug.sln
+++ b/GleeBug.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JoyBug", "JoyBug\JoyBug.vcxproj", "{B65A3680-9B6B-44E6-A046-649F94DF9F56}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GleeBug", "GleeBug\GleeBug.vcxproj", "{B65A3680-9B6B-44E6-A046-649F94DF9F56}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/JoyBug/Debugger.Core.cpp b/GleeBug/Debugger.Core.cpp
similarity index 100%
rename from JoyBug/Debugger.Core.cpp
rename to GleeBug/Debugger.Core.cpp
diff --git a/JoyBug/Debugger.Core.h b/GleeBug/Debugger.Core.h
similarity index 100%
rename from JoyBug/Debugger.Core.h
rename to GleeBug/Debugger.Core.h
diff --git a/JoyBug/Debugger.Loop.cpp b/GleeBug/Debugger.Loop.cpp
similarity index 100%
rename from JoyBug/Debugger.Loop.cpp
rename to GleeBug/Debugger.Loop.cpp
diff --git a/JoyBug/Debugger.Loop.h b/GleeBug/Debugger.Loop.h
similarity index 100%
rename from JoyBug/Debugger.Loop.h
rename to GleeBug/Debugger.Loop.h
diff --git a/JoyBug/Debugger.State.h b/GleeBug/Debugger.State.h
similarity index 100%
rename from JoyBug/Debugger.State.h
rename to GleeBug/Debugger.State.h
diff --git a/JoyBug/JoyBug.vcxproj b/GleeBug/GleeBug.vcxproj
similarity index 96%
rename from JoyBug/JoyBug.vcxproj
rename to GleeBug/GleeBug.vcxproj
index 7023a71..b0865ff 100644
--- a/JoyBug/JoyBug.vcxproj
+++ b/GleeBug/GleeBug.vcxproj
@@ -12,7 +12,7 @@
{B65A3680-9B6B-44E6-A046-649F94DF9F56}
- JoyBug
+ GleeBug
diff --git a/JoyBug/JoyBug.vcxproj.filters b/GleeBug/GleeBug.vcxproj.filters
similarity index 100%
rename from JoyBug/JoyBug.vcxproj.filters
rename to GleeBug/GleeBug.vcxproj.filters
diff --git a/JoyBug/_global.cpp b/GleeBug/_global.cpp
similarity index 100%
rename from JoyBug/_global.cpp
rename to GleeBug/_global.cpp
diff --git a/JoyBug/_global.h b/GleeBug/_global.h
similarity index 100%
rename from JoyBug/_global.h
rename to GleeBug/_global.h
diff --git a/JoyBug/main.cpp b/GleeBug/main.cpp
similarity index 100%
rename from JoyBug/main.cpp
rename to GleeBug/main.cpp