diff --git a/build/visualstudio/Lol.Core.Rules.props b/build/visualstudio/Lol.Core.Rules.props
index 856d6aa2..99bfb949 100644
--- a/build/visualstudio/Lol.Core.Rules.props
+++ b/build/visualstudio/Lol.Core.Rules.props
@@ -96,7 +96,9 @@
set A=$(SdlLibs)
:again
for /f "tokens=1* delims=;" %%I in ("%A%") do (
- if not "%%I" == "" xcopy /y /c /d "%%I"\*.dll "$(TargetDir)" && set A=%%J
+ if not "%%I" == "" echo xcopy /y /c /d "%%I"\*.dll "$(TargetDir)"
+ if not "%%I" == "" xcopy /y /c /d "%%I"\*.dll "$(TargetDir)"
+ if not "%%I" == "" set A=%%J
if not "%%I" == "" goto again
)
diff --git a/build/visualstudio/Lol.Core.Vars.props b/build/visualstudio/Lol.Core.Vars.props
index a3fbc639..a1e607a5 100644
--- a/build/visualstudio/Lol.Core.Vars.props
+++ b/build/visualstudio/Lol.Core.Vars.props
@@ -83,9 +83,12 @@
$(XboxDefines)
+
+
+
$(ExternalDir)
$(FlexDir)
@@ -127,8 +130,12 @@
$(OrbisLibs)
$(OrbisDefines)
+
- $(SolutionDir)\..\binaries\$(Platform) $(PlatformToolset) $(Configuration)\
- $(SolutionDir)\..\binaries\$(Platform) $(PlatformToolset) $(Configuration)\$(ProjectName)\
+
+ $(SolutionDir)..\binaries\$(Platform) $(PlatformToolset) $(Configuration)\
+ $(SolutionDir)..\binaries\$(Platform) $(PlatformToolset) $(Configuration)\$(ProjectName)\
+