Skip to content

Instantly share code, notes, and snippets.

@sryze
Created March 7, 2014 13:30
Show Gist options
  • Select an option

  • Save sryze/9411484 to your computer and use it in GitHub Desktop.

Select an option

Save sryze/9411484 to your computer and use it in GitHub Desktop.
Set an external program for a Class Library project in Visual Studio Express (copy this to project.csproj.user)
<PropertyGroup>
<StartAction>Program</StartAction>
<StartArguments></StartArguments>
<StartPage>
</StartPage>
<StartProgram>path\to\program.exe</StartProgram>
<StartURL>
</StartURL>
<StartWorkingDirectory>
</StartWorkingDirectory>
<StartWithIE>true</StartWithIE>
</PropertyGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment