https://github.com/froque/linenumbering
VB6 Line Numbering Build Tool
https://github.com/froque/linenumbering
build-automation vb6 visual-basic-6
Last synced: 18 days ago
JSON representation
VB6 Line Numbering Build Tool
- Host: GitHub
- URL: https://github.com/froque/linenumbering
- Owner: froque
- Created: 2016-06-07T15:43:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-08T17:51:08.000Z (almost 10 years ago)
- Last Synced: 2025-02-09T17:17:21.494Z (about 1 year ago)
- Topics: build-automation, vb6, visual-basic-6
- Language: Visual Basic
- Size: 57.6 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LineNumbering
VB6 Line Numbering Build Tool
# Usage
```
$ bin\LineNumbering.exe
LineNumbering 1.0.0.0
P, project Required. Project to generate line numbers
O, output (Default: LN) Output directory for new source code
I, increment (Default: 1) Line increment to use
help Display this help screen.
```
# Build
```
set PATH=%PATH%;"C:\Program Files (x86)\MSBuild\14.0\Bin\"
set PATH=%PATH%;"C:\nuget\"
nuget.exe restore
MSBuild.exe /verbosity:minimal /p:Configuration=Release LineNumbering.sln
```
# Credit
Adapted from http://www.contactandcoil.com/software/vb6-line-numbering-build-tool/