From be0150fd855d72ac01844a024d39ba9518db914a Mon Sep 17 00:00:00 2001 From: SupSuper Date: Tue, 16 Apr 2019 02:49:08 +0100 Subject: DISTS: Merge MSVC versions into one folder --- .../create_project/msvc11/create_project.vcxproj | 131 --------------------- 1 file changed, 131 deletions(-) delete mode 100644 devtools/create_project/msvc11/create_project.vcxproj (limited to 'devtools/create_project/msvc11/create_project.vcxproj') diff --git a/devtools/create_project/msvc11/create_project.vcxproj b/devtools/create_project/msvc11/create_project.vcxproj deleted file mode 100644 index 74fa93730b..0000000000 --- a/devtools/create_project/msvc11/create_project.vcxproj +++ /dev/null @@ -1,131 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {CF177559-077D-4A08-AABE-BE0FD35F6C63} - create_project - $(VCTargetsPath11) - - - - Application - MultiByte - true - v110 - - - Application - MultiByte - v110 - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - - - - Disabled - true - EnableFastChecks - MultiThreadedDebugDLL - Level4 - EditAndContinue - false - 4003;4512;4127;4100;4244 - - - Rpcrt4.lib;%(AdditionalDependencies) - true - MachineX86 - false - - - @echo off -xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc11\" -xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc10\" -xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc9\" -xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\codeblocks\" -xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\iphone\" - - - - - MaxSpeed - true - MultiThreadedDLL - true - Level3 - ProgramDatabase - 4003;4512;4127 - - - Rpcrt4.lib;%(AdditionalDependencies) - true - true - true - MachineX86 - - - @echo off -xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc11\" -xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc10\" -xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc9\" -xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\codeblocks\" -xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\iphone\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- cgit v1.2.3