Brychan Dempsey 093b4455a6
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
Added information to the readme
Added examples and automatic copying of them to the output directory, for launching in the example profiles
2021-03-29 12:45:37 +13:00

27 lines
1.0 KiB
JSON

{
"profiles": {
"Assignment 1": {
"commandName": "Project"
},
"Example1": {
"commandName": "Executable",
"executablePath": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"commandLineArgs": "-command \"& type .\\Example1.txt | & '.\\Assignment 1.exe'\""
},
"Example2": {
"commandName": "Executable",
"executablePath": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"commandLineArgs": "-command \"& type .\\example2.txt | & '.\\Assignment 1.exe'\""
},
"Example3": {
"commandName": "Executable",
"executablePath": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"commandLineArgs": "-command \"& type .\\example3.txt | & '.\\Assignment 1.exe'\""
},
"Example4": {
"commandName": "Executable",
"executablePath": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"commandLineArgs": "-command \"& type .\\example4.txt | & '.\\Assignment 1.exe'\""
}
}
}