Add startvs.cmd for MVC and Security solutions (#6943)

* Add startvs.cmd for MVC

* Add startvs.cmd for Security
This commit is contained in:
James Newton-King 2019-01-29 12:37:14 +13:00 committed by Pranav K
parent 7a98a04c53
commit 4b8d9666f4
2 changed files with 6 additions and 0 deletions

3
src/Mvc/startvs.cmd Normal file
View File

@ -0,0 +1,3 @@
@ECHO OFF
%~dp0..\..\startvs.cmd %~dp0Mvc.sln

3
src/Security/startvs.cmd Normal file
View File

@ -0,0 +1,3 @@
@ECHO OFF
%~dp0..\..\startvs.cmd %~dp0Security.sln