diff options
Diffstat (limited to 'devtools/create_project/msvc15/create_project.vcxproj')
-rw-r--r-- | devtools/create_project/msvc15/create_project.vcxproj | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devtools/create_project/msvc15/create_project.vcxproj b/devtools/create_project/msvc15/create_project.vcxproj index 1a2f31fe66..24e579facf 100644 --- a/devtools/create_project/msvc15/create_project.vcxproj +++ b/devtools/create_project/msvc15/create_project.vcxproj @@ -87,13 +87,12 @@ </Link> <PostBuildEvent> <Command>@echo off -xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc15\" +xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc15\" xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc14\" xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc12\" xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc11\" xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc10\" xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc9\" -xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc8\" xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\codeblocks\" xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\iphone\"</Command> </PostBuildEvent> @@ -184,7 +183,6 @@ xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc12\" xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc11\" xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc10\" xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc9\" -xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc8\" xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\codeblocks\" xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\iphone\"</Command> </PostBuildEvent> |