Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | More batch file renaming. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | netStandard20 |
Files: | files | file ages | folders |
SHA1: |
bc92d85085a6f4889817879abd6d09ca |
User & Date: | mistachkin 2018-04-05 05:11:33.891 |
Context
2018-04-05
| ||
05:17 | Add the .NET Standard project to the appropriate solution files. check-in: da7b0661b2 user: mistachkin tags: netStandard20 | |
05:11 | More batch file renaming. check-in: bc92d85085 user: mistachkin tags: netStandard20 | |
05:08 | Fix the naming of the 'year' batch files to they can more easily coexist with the 'framework' batch files. check-in: bf7fffa914 user: mistachkin tags: netStandard20 | |
Changes
Changes to Setup/data/verify.lst.
︙ | ︙ | |||
325 326 327 328 329 330 331 | Setup/set_DebugNativeOnly_x86_2008.bat Setup/set_DebugNativeOnly_x86_2010.bat Setup/set_DebugNativeOnly_x86_2012.bat Setup/set_DebugNativeOnly_x86_2013.bat Setup/set_DebugNativeOnly_x86_2015.bat Setup/set_DebugNativeOnly_x86_2017.bat Setup/set_DebugNativeOnly_x86_NetStandard20.bat | < > | 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 | Setup/set_DebugNativeOnly_x86_2008.bat Setup/set_DebugNativeOnly_x86_2010.bat Setup/set_DebugNativeOnly_x86_2012.bat Setup/set_DebugNativeOnly_x86_2013.bat Setup/set_DebugNativeOnly_x86_2015.bat Setup/set_DebugNativeOnly_x86_2017.bat Setup/set_DebugNativeOnly_x86_NetStandard20.bat Setup/set_netFx20.bat Setup/set_netFx35.bat Setup/set_netFx40.bat Setup/set_netFx45.bat Setup/set_netFx451.bat Setup/set_netFx452.bat Setup/set_netFx46.bat Setup/set_netFx461.bat Setup/set_netFx462.bat Setup/set_netFx47.bat Setup/set_netFx471.bat Setup/set_netStandard20.bat Setup/set_Release.bat Setup/set_Release_ARMV7.bat "Setup/set_Release_CEPC DevPlatform.bat" "Setup/set_Release_Pocket PC 2003 (ARMV4).bat" Setup/set_Release_Win32.bat Setup/set_Release_x64.bat Setup/set_Release_x64_2005.bat |
︙ | ︙ |
Name change from Setup/set_netCore20.bat to Setup/set_netStandard20.bat.
1 2 3 | @ECHO OFF :: | | | 1 2 3 4 5 6 7 8 9 10 11 | @ECHO OFF :: :: set_netStandard20.bat -- :: :: Written by Joe Mistachkin. :: Released to the public domain, use at your own risk! :: IF NOT DEFINED ISNETFX2 ( SET ISNETFX2=False |
︙ | ︙ | |||
28 29 30 31 32 33 34 | ) IF NOT DEFINED YEAR ( SET YEAR=2017 ) IF NOT DEFINED FRAMEWORK ( | | | 28 29 30 31 32 33 34 35 36 37 38 | ) IF NOT DEFINED YEAR ( SET YEAR=2017 ) IF NOT DEFINED FRAMEWORK ( SET FRAMEWORK=netStandard20 ) :end_of_file |