Started refactoring the build process, Moved assets around, Separated some build scripts, Added other assets
Update .gitignore, NibblePoker.Application.ListComPort.csproj, and 39 more files...
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
|
||||
:: Setting some naming constants
|
||||
set NP_LSCOM_VERSION=3.0.0
|
||||
|
||||
:: Defining the %NP_ESC% variable for later use.
|
||||
for /F "tokens=1,2 delims=#" %%a in ('"prompt #$H#$E# & echo on & for %%b in (1) do rem"') do (
|
||||
set NP_ESC=%%b
|
||||
)
|
||||
Reference in New Issue
Block a user