Last change
on this file since 1932 was
1932,
checked in by sam, 8 years ago
|
vslol: create a Visual Studio plugin that will let us rebuild parsers & lexers.
|
File size:
739 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
---|
3 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
---|
4 | <StartAction>Program</StartAction> |
---|
5 | <StartProgram>C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe</StartProgram> |
---|
6 | <StartArguments>/rootsuffix Exp</StartArguments> |
---|
7 | </PropertyGroup> |
---|
8 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
---|
9 | <StartAction>Program</StartAction> |
---|
10 | <StartProgram>C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe</StartProgram> |
---|
11 | <StartArguments>/rootsuffix Exp</StartArguments> |
---|
12 | </PropertyGroup> |
---|
13 | </Project> |
---|
Note: See
TracBrowser
for help on using the repository browser.