Brychan Dempsey 65a7b0e497
Some checks failed
continuous-integration/appveyor/branch AppVeyor build failed
Removed curly braces from the start and end of the program (Closes #9)
2021-03-24 13:03:51 +13:00

32 lines
1.3 KiB
JSON

{
"profiles": {
"Assignment 1": {
"commandName": "Project"
},
"newProfile1": {
"commandName": "Executable",
"executablePath": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"commandLineArgs": "-command \"& type .\\ExampleOutput.txt | & '.\\Assignment 1.exe'\""
},
"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'\""
}
}
}