Last change
on this file since 1f1eb58 was 1f1eb58, checked in by dportnoy <dmp1488@…>, 11 years ago |
Added a client release build that uses the release version of allegro
|
-
Property mode
set to
100644
|
File size:
922 bytes
|
Rev | Line | |
---|
[1912323] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
[8efe484] | 3 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
---|
| 4 | <LocalDebuggerCommandArguments>medievaltech.com 10000</LocalDebuggerCommandArguments>
|
---|
| 5 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
---|
[d352805] | 6 | <LocalDebuggerEnvironment>PATH=c:\allegro\bin;%PATH%</LocalDebuggerEnvironment>
|
---|
[8efe484] | 7 | </PropertyGroup>
|
---|
[1f1eb58] | 8 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
---|
| 9 | <LocalDebuggerCommandArguments>medievaltech.com 10000</LocalDebuggerCommandArguments>
|
---|
| 10 | </PropertyGroup>
|
---|
| 11 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
---|
| 12 | <LocalDebuggerEnvironment>PATH=c:\allegro\bin;%PATH%
|
---|
| 13 | $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
|
---|
| 14 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
---|
| 15 | </PropertyGroup>
|
---|
[1912323] | 16 | </Project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.