Artifact 41db42fb8f9340faa04f0d3da5a9d2ee753752d4:
- Executable file Setup/set_2013.bat — part of check-in [25ffa9639b] at 2015-07-21 21:42:49 on branch vs2015 — Stub in support for the .NET Framework 4.5.2. Fix OR-operator (bitwise instead of logical) typo in the design-time installer. (user: mistachkin size: 490) [more...]
@ECHO OFF :: :: set_2013.bat -- :: :: Written by Joe Mistachkin. :: Released to the public domain, use at your own risk! :: SET NETFX20ONLY= SET NETFX35ONLY= SET NETFX40ONLY= SET NETFX45ONLY= SET NETFX451ONLY=1 SET NETFX452ONLY= SET NETFX46ONLY= REM REM HACK: Evidently, using MSBuild with Visual Studio 2013 requires some REM extra magic to make it recognize the "v120" platform toolset. REM SET BUILD_ARGS=/property:VisualStudioVersion=12.0 VERIFY > NUL