From 7aaee65c1de85a99012d497c80ff66af3828a974 Mon Sep 17 00:00:00 2001 From: Eric Rohler Date: Mon, 4 Apr 2022 18:13:45 -0400 Subject: [PATCH 1/5] add dev projects --- cmder/user_aliases.cmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmder/user_aliases.cmd b/cmder/user_aliases.cmd index b94d246..bcdc3f7 100644 --- a/cmder/user_aliases.cmd +++ b/cmder/user_aliases.cmd @@ -65,6 +65,8 @@ pb=cd /d "%DEV_PATH%\repos\blogs\ericrohler_static" stpc=cd /d "%DEV_PATH%\repos\sources\SupportTicketProjectCreator" fp-ajax=cd /d "%DEV_PATH%\repos\sources\FinalProject" fp-blazor=cd /d "%DEV_PATH%\repos\sources\FinalProject-Blazor" +fec=cd /d "%DEV_PATH%\repos\sources\fec" +fec-ui=cd /d "%DEV_PATH%\repos\sources\fec-ui" ;= rem git shortcuts gs=git status From 45906db6d5aa47b90ea9df1771cd6d85f889d003 Mon Sep 17 00:00:00 2001 From: Eric Rohler Date: Tue, 5 Apr 2022 09:35:42 -0400 Subject: [PATCH 2/5] update projects --- cmder/user-ConEmu.xml | 589 +++++++++++++---------------------------- cmder/user_aliases.cmd | 1 + 2 files changed, 191 insertions(+), 399 deletions(-) diff --git a/cmder/user-ConEmu.xml b/cmder/user-ConEmu.xml index 9557c21..30f2501 100644 --- a/cmder/user-ConEmu.xml +++ b/cmder/user-ConEmu.xml @@ -1,7 +1,15 @@ - + + + + + + + + + @@ -18,24 +26,6 @@ - - - - - - - - - - - - - - - - - - @@ -52,40 +42,56 @@ + + + - - + + + + + + + + + + + + + + + + + - - - - - - + + + - - + + + @@ -97,12 +103,15 @@ + + + @@ -110,6 +119,7 @@ + @@ -123,16 +133,19 @@ + + + + + + - - - - - + + @@ -142,12 +155,14 @@ + + - + @@ -155,22 +170,35 @@ - + + + + + + + + + - + + + + + + @@ -193,10 +221,12 @@ + + @@ -206,6 +236,7 @@ + @@ -221,15 +252,25 @@ + + + + + + + + + + @@ -238,6 +279,7 @@ + @@ -248,15 +290,22 @@ + + + + + + + @@ -264,6 +313,7 @@ + @@ -285,10 +335,10 @@ - + @@ -330,6 +380,8 @@ + + @@ -339,305 +391,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -650,10 +404,12 @@ + + - + @@ -670,6 +426,11 @@ + + + + + @@ -677,7 +438,10 @@ + + + @@ -685,6 +449,7 @@ + @@ -705,6 +470,7 @@ + @@ -715,6 +481,8 @@ + + @@ -722,11 +490,15 @@ + + + + @@ -735,7 +507,10 @@ + + + @@ -814,68 +589,84 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cmder/user_aliases.cmd b/cmder/user_aliases.cmd index bcdc3f7..1e45ac2 100644 --- a/cmder/user_aliases.cmd +++ b/cmder/user_aliases.cmd @@ -67,6 +67,7 @@ fp-ajax=cd /d "%DEV_PATH%\repos\sources\FinalProject" fp-blazor=cd /d "%DEV_PATH%\repos\sources\FinalProject-Blazor" fec=cd /d "%DEV_PATH%\repos\sources\fec" fec-ui=cd /d "%DEV_PATH%\repos\sources\fec-ui" +onsidelanding=cd /d "%DEV_PATH%\repos\sources\OnsideLanding" ;= rem git shortcuts gs=git status From 571de08a31184780a6d7bc8e098337d9828667c8 Mon Sep 17 00:00:00 2001 From: Eric Rohler Date: Tue, 5 Apr 2022 10:16:56 -0400 Subject: [PATCH 3/5] update projects --- cmder/user-ConEmu.xml | 6 +++--- cmder/user_aliases.cmd | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/cmder/user-ConEmu.xml b/cmder/user-ConEmu.xml index 30f2501..c6db96b 100644 --- a/cmder/user-ConEmu.xml +++ b/cmder/user-ConEmu.xml @@ -1,7 +1,7 @@ - + @@ -137,8 +137,8 @@ - - + + diff --git a/cmder/user_aliases.cmd b/cmder/user_aliases.cmd index 1e45ac2..95d5535 100644 --- a/cmder/user_aliases.cmd +++ b/cmder/user_aliases.cmd @@ -65,9 +65,10 @@ pb=cd /d "%DEV_PATH%\repos\blogs\ericrohler_static" stpc=cd /d "%DEV_PATH%\repos\sources\SupportTicketProjectCreator" fp-ajax=cd /d "%DEV_PATH%\repos\sources\FinalProject" fp-blazor=cd /d "%DEV_PATH%\repos\sources\FinalProject-Blazor" -fec=cd /d "%DEV_PATH%\repos\sources\fec" -fec-ui=cd /d "%DEV_PATH%\repos\sources\fec-ui" -onsidelanding=cd /d "%DEV_PATH%\repos\sources\OnsideLanding" +fec=cd /d "%DEV_PATH%\repos\sources\Aegis\fec" +fec-ui=cd /d "%DEV_PATH%\repos\sources\Aesgis\fec-ui" +oslanding=cd /d "%DEV_PATH%\repos\sources\Onside\LandingPage" +osprocanna=cd /d "%DEV_PATH%\repos\sources\Onside\ProCanna" ;= rem git shortcuts gs=git status From 358aedd0fc7369e57b6423aa3ddaf460e031850c Mon Sep 17 00:00:00 2001 From: Eric Rohler Date: Tue, 5 Apr 2022 13:53:05 -0400 Subject: [PATCH 4/5] update project --- cmder/user_aliases.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmder/user_aliases.cmd b/cmder/user_aliases.cmd index 95d5535..2c089b8 100644 --- a/cmder/user_aliases.cmd +++ b/cmder/user_aliases.cmd @@ -66,7 +66,7 @@ stpc=cd /d "%DEV_PATH%\repos\sources\SupportTicketProjectCreator" fp-ajax=cd /d "%DEV_PATH%\repos\sources\FinalProject" fp-blazor=cd /d "%DEV_PATH%\repos\sources\FinalProject-Blazor" fec=cd /d "%DEV_PATH%\repos\sources\Aegis\fec" -fec-ui=cd /d "%DEV_PATH%\repos\sources\Aesgis\fec-ui" +fec-ui=cd /d "%DEV_PATH%\repos\sources\Aegis\fec-ui" oslanding=cd /d "%DEV_PATH%\repos\sources\Onside\LandingPage" osprocanna=cd /d "%DEV_PATH%\repos\sources\Onside\ProCanna" From 3933f2a555aad9ae9096354a0a07942159451152 Mon Sep 17 00:00:00 2001 From: Eric Rohler Date: Thu, 7 Apr 2022 09:33:33 -0400 Subject: [PATCH 5/5] add devenv alias --- cmder/user-ConEmu.xml | 10 +++++----- cmder/user_aliases.cmd | 2 ++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/cmder/user-ConEmu.xml b/cmder/user-ConEmu.xml index c6db96b..ae4e4f1 100644 --- a/cmder/user-ConEmu.xml +++ b/cmder/user-ConEmu.xml @@ -1,12 +1,12 @@ - + - + @@ -137,11 +137,11 @@ - - + + - + diff --git a/cmder/user_aliases.cmd b/cmder/user_aliases.cmd index 2c089b8..f965a26 100644 --- a/cmder/user_aliases.cmd +++ b/cmder/user_aliases.cmd @@ -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"