2018-04-22 15:55:55 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Playtest|Win32'">
|
2023-08-13 19:08:47 +00:00
|
|
|
<LocalDebuggerCommand>C:\Program Files (x86)\Steam\steamapps\common\Half-Life\hl.exe</LocalDebuggerCommand>
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
<LocalDebuggerCommandArguments> -allowdebug -dev -steam -game ns</LocalDebuggerCommandArguments>
|
|
|
|
<LocalDebuggerWorkingDirectory>..\..</LocalDebuggerWorkingDirectory>
|
|
|
|
<LocalDebuggerAttach>false</LocalDebuggerAttach>
|
|
|
|
<LocalDebuggerDebuggerType>Auto</LocalDebuggerDebuggerType>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='client - debug|Win32'">
|
|
|
|
<LocalDebuggerCommand>C:\Program Files (x86)\Steam\steamapps\common\Half-Life\hl.exe</LocalDebuggerCommand>
|
2018-04-22 15:55:55 +00:00
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
<LocalDebuggerCommandArguments> -allowdebug -dev -steam -game ns</LocalDebuggerCommandArguments>
|
2021-02-06 03:00:14 +00:00
|
|
|
<LocalDebuggerWorkingDirectory>..\..</LocalDebuggerWorkingDirectory>
|
2018-04-22 15:55:55 +00:00
|
|
|
<LocalDebuggerAttach>false</LocalDebuggerAttach>
|
|
|
|
<LocalDebuggerDebuggerType>Auto</LocalDebuggerDebuggerType>
|
|
|
|
</PropertyGroup>
|
2014-05-28 12:41:12 +00:00
|
|
|
</Project>
|