Table of Contents

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 string

The scripts directory containing the .csproj file

Returns

Process

The started process, or null if failed