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 | 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 |
︙ |
Name change from Setup/set_netCore20.bat to Setup/set_netStandard20.bat.
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 | - + | @ECHO OFF :: |
︙ | |||
28 29 30 31 32 33 34 | 28 29 30 31 32 33 34 35 36 37 38 | - + | ) IF NOT DEFINED YEAR ( SET YEAR=2017 ) IF NOT DEFINED FRAMEWORK ( |