Created
March 7, 2014 13:30
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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