Some checks failed
continuous-integration/appveyor/branch AppVeyor build failed
32 lines
1.3 KiB
JSON
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'\""
|
|
}
|
|
}
|
|
} |