diff --git a/SDLTemplate.vcxproj b/SDLTemplate.vcxproj
index b036e3b..56a7a0f 100644
--- a/SDLTemplate.vcxproj
+++ b/SDLTemplate.vcxproj
@@ -123,9 +123,14 @@
MultiThreadedDLL
+ SDL2.lib;SDL2main.lib;SDL2_ttf.lib;SDL2_image.lib;%(AdditionalDependencies)
+ Windows
true
true
+
+ COPY /Y "$(SolutionDir)$(SolutionName)\Lib\x86\*.dll" "$(TargetDir)*.dll"
+
@@ -137,9 +142,14 @@
MultiThreadedDLL
+ SDL2.lib;SDL2main.lib;SDL2_ttf.lib;SDL2_image.lib;%(AdditionalDependencies)
+ Windows
true
true
+
+ COPY /Y "$(SolutionDir)$(SolutionName)\Lib\x64\*.dll" "$(TargetDir)*.dll"
+