1<?xml version="1.0" encoding="utf-8"?> 2<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 4 <LocalDebuggerWorkingDirectory>..\..\..\bin\TR1_PSX</LocalDebuggerWorkingDirectory> 5 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 6 <LocalDebuggerCommandArguments> 7 </LocalDebuggerCommandArguments> 8 </PropertyGroup> 9 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'"> 10 <LocalDebuggerWorkingDirectory>..\..\..\bin\TR1_PSX</LocalDebuggerWorkingDirectory> 11 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 12 </PropertyGroup> 13 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 14 <LocalDebuggerWorkingDirectory>..\..\..\bin\TR1_PSX</LocalDebuggerWorkingDirectory> 15 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 16 <LocalDebuggerCommandArguments>PSXDATA/GYM.PSX</LocalDebuggerCommandArguments> 17 </PropertyGroup> 18</Project>