add devenv alias
This commit is contained in:
parent
358aedd0fc
commit
3933f2a555
@ -1,12 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<key name="Software">
|
||||
<key name="ConEmu">
|
||||
<key name=".Vanilla" modified="2022-04-05 09:35:57" build="210912">
|
||||
<key name=".Vanilla" modified="2022-04-05 17:01:22" build="210912">
|
||||
<value name="Language" type="string" data="en"/>
|
||||
<value name="StartType" type="hex" data="02"/>
|
||||
<value name="CmdLine" type="string" data=""/>
|
||||
<value name="StartTasksFile" type="string" data=""/>
|
||||
<value name="StartTasksName" type="string" data="{cmd::Cmder}"/>
|
||||
<value name="StartTasksName" type="string" data="{cmd::Cmder as Admin}"/>
|
||||
<value name="StartFarFolders" type="hex" data="00"/>
|
||||
<value name="StartFarEditors" type="hex" data="00"/>
|
||||
<value name="StartCreateDelay" type="ulong" data="100"/>
|
||||
@ -137,11 +137,11 @@
|
||||
<value name="Cascaded" type="hex" data="01"/>
|
||||
<value name="IntegralSize" type="hex" data="00"/>
|
||||
<value name="WindowMode" type="dword" data="0000051f"/>
|
||||
<value name="ConWnd X" type="long" data="2925"/>
|
||||
<value name="ConWnd Y" type="long" data="976"/>
|
||||
<value name="ConWnd X" type="long" data="1920"/>
|
||||
<value name="ConWnd Y" type="long" data="0"/>
|
||||
<value name="LastMonitor" type="string" data="0,0,3840,2100"/>
|
||||
<value name="ConWnd Width" type="dword" data="0000009e"/>
|
||||
<value name="ConWnd Height" type="dword" data="00000057"/>
|
||||
<value name="ConWnd Height" type="dword" data="00000029"/>
|
||||
<value name="16bit Height" type="ulong" data="0"/>
|
||||
<value name="QuakeStyle" type="hex" data="00"/>
|
||||
<value name="Restore2ActiveMon" type="hex" data="00"/>
|
||||
|
@ -58,6 +58,8 @@ docs-rprt=cd /d "%DEV_PATH%\repos\docs\reporting-docs"
|
||||
docs-rprt-srvr=cd /d "%DEV_PATH%\repos\docs\report-server-docs"
|
||||
|
||||
;= rem dev shortcuts
|
||||
vs2019=%VS2019% $*
|
||||
vs2022=%VS2022% $*
|
||||
prgsb=cd /d "%DEV_PATH%\repos\blogs\prgsb"
|
||||
prgsb-src=cd /d "%DEV_PATH%\repos\blogs\prgsb-source"
|
||||
msa=cd /d "%DEV_PATH%\repos\sources\msaliases"
|
||||
|
Loading…
Reference in New Issue
Block a user