diff --git a/Brofiler/Properties/AssemblyInfo.cs b/Brofiler/Properties/AssemblyInfo.cs
index 95170d88..9c9658a5 100644
--- a/Brofiler/Properties/AssemblyInfo.cs
+++ b/Brofiler/Properties/AssemblyInfo.cs
@@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.7.0")]
+[assembly: AssemblyVersion("1.0.8.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/ProfilerCore/ProfilerCore.vcxproj b/ProfilerCore/ProfilerCore.vcxproj
index 02b7f5ba..012e3f14 100644
--- a/ProfilerCore/ProfilerCore.vcxproj
+++ b/ProfilerCore/ProfilerCore.vcxproj
@@ -66,19 +66,23 @@
.dll
$(SolutionDir)\$(Configuration)\$(Platform)\
$(Configuration)\$(Platform)\
+ $(ProjectName)32
.dll
$(SolutionDir)\$(Configuration)\$(Platform)\
$(Configuration)\$(Platform)\
+ $(ProjectName)64
$(SolutionDir)\$(Configuration)\$(Platform)\
$(Configuration)\$(Platform)\
+ $(ProjectName)32
$(SolutionDir)\$(Configuration)\$(Platform)\
$(Configuration)\$(Platform)\
+ $(ProjectName)64
diff --git a/ProfilerTest/ProfilerTest.vcxproj b/ProfilerTest/ProfilerTest.vcxproj
index 9600c57a..2ab6a43c 100644
--- a/ProfilerTest/ProfilerTest.vcxproj
+++ b/ProfilerTest/ProfilerTest.vcxproj
@@ -66,21 +66,25 @@
true
$(SolutionDir)\$(Configuration)\$(Platform)\
$(Configuration)\$(Platform)\
+ $(ProjectName)32
true
$(SolutionDir)\$(Configuration)\$(Platform)\
$(Configuration)\$(Platform)\
+ $(ProjectName)64
false
$(Configuration)\$(Platform)\
$(SolutionDir)\$(Configuration)\$(Platform)\
+ $(ProjectName)32
false
$(Configuration)\$(Platform)\
$(SolutionDir)\$(Configuration)\$(Platform)\
+ $(ProjectName)64
diff --git a/Release/x64/EasyHook64.dll b/Release/x64/EasyHook64.dll
new file mode 100644
index 00000000..71a9f37f
Binary files /dev/null and b/Release/x64/EasyHook64.dll differ