diff --git a/Source/Core/DolphinWX/DolphinWX.vcproj b/Source/Core/DolphinWX/DolphinWX.vcproj index 9298c05073..80a3c0b635 100644 --- a/Source/Core/DolphinWX/DolphinWX.vcproj +++ b/Source/Core/DolphinWX/DolphinWX.vcproj @@ -130,7 +130,7 @@ Name="VCPostBuildEventTool" Description="Copying Data\* to $(TargetDir)" CommandLine="xcopy "$(SolutionDir)..\Data" "$(TargetDir)" /s /e /q /d echo Copying External .dlls xcopy "$(SolutionDir)..\Externals\Cg\*.dll" "$(TargetDir)" /s /e /q /d xcopy "$(SolutionDir)..\Externals\SDL\win32\*.dll" "$(TargetDir)" /s /e /q /d xcopy "$(SolutionDir)..\Externals\WiiUse\Win32\*.dll" "$(TargetDir)" /s /e /q /d " - ExcludedFromBuild="true" + ExcludedFromBuild="false" />