2015-02-13 18:43:22 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2015-02-12 11:30:57 +00:00
|
|
|
<PropertyGroup>
|
2016-04-23 01:00:15 -04:00
|
|
|
<ShowAllFiles>true</ShowAllFiles>
|
2015-02-12 11:30:57 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
<LocalDebuggerCommand>$(TargetDir)\openrct2.exe</LocalDebuggerCommand>
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
<LocalDebuggerWorkingDirectory>$(TargetDir)</LocalDebuggerWorkingDirectory>
|
2016-05-13 22:51:16 +01:00
|
|
|
<LocalDebuggerCommandArguments>
|
|
|
|
</LocalDebuggerCommandArguments>
|
2015-02-12 11:30:57 +00:00
|
|
|
</PropertyGroup>
|
2015-02-13 18:43:22 +00:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
<LocalDebuggerWorkingDirectory>$(TargetDir)</LocalDebuggerWorkingDirectory>
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
<LocalDebuggerCommand>$(TargetDir)\openrct2.exe</LocalDebuggerCommand>
|
2016-04-23 01:00:15 -04:00
|
|
|
<LocalDebuggerCommandArguments>
|
|
|
|
</LocalDebuggerCommandArguments>
|
2015-02-13 18:43:22 +00:00
|
|
|
</PropertyGroup>
|
2015-10-21 21:02:15 +01:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release XP|Win32'">
|
2015-06-04 12:46:17 +01:00
|
|
|
<LocalDebuggerWorkingDirectory>$(TargetDir)</LocalDebuggerWorkingDirectory>
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
<LocalDebuggerCommand>$(TargetDir)\openrct2.exe</LocalDebuggerCommand>
|
2015-12-12 14:23:17 +00:00
|
|
|
<LocalDebuggerCommandArguments>
|
|
|
|
</LocalDebuggerCommandArguments>
|
2015-05-25 20:38:33 +01:00
|
|
|
</PropertyGroup>
|
2015-10-21 21:02:15 +01:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release with Tests|Win32'">
|
2015-07-24 23:48:23 +01:00
|
|
|
<LocalDebuggerWorkingDirectory>$(TargetDir)</LocalDebuggerWorkingDirectory>
|
2015-10-21 21:02:15 +01:00
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
<LocalDebuggerCommand>$(TargetDir)\openrct2.exe</LocalDebuggerCommand>
|
2015-07-24 23:48:23 +01:00
|
|
|
</PropertyGroup>
|
2015-02-13 18:43:22 +00:00
|
|
|
</Project>
|