Add launchSettings.json for better out of box experience when using Visual Studio (#9818)

This commit is contained in:
Christoph Bergmeister [MVP] 2019-06-11 18:49:19 +01:00 committed by Travis Plunk
parent bdc8548700
commit f713e96bb6
2 changed files with 9 additions and 2 deletions

View file

@ -1,6 +1,5 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
# Visual Studio Version 16
# https://github.com/dotnet/project-system/blob/master/docs/opening-with-new-project-system.md#project-type-guids
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1

View file

@ -0,0 +1,8 @@
{
"profiles": {
"powershell-win-core": {
"commandName": "Executable",
"executablePath": ".\\win7-x64\\publish\\pwsh.exe"
}
}
}