Method OpenProjectFile
- Namespace
- GrindFest
- Assembly
- GrindFest.dll
OpenProjectFile(string)
Opens the project file (.csproj) in the default associated program
public static Process OpenProjectFile(string scriptsDirectory)
Parameters
scriptsDirectory
stringThe scripts directory containing the .csproj file
Returns
- Process
The started process, or null if failed