mirror of
https://github.com/ENSL/NS.git
synced 2024-11-15 01:11:43 +00:00
11 lines
No EOL
728 B
XML
11 lines
No EOL
728 B
XML
<?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'">
|
|
<LocalDebuggerCommand>F:\Steam\steamapps\common\Half-Life\hl.exe</LocalDebuggerCommand>
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
<LocalDebuggerCommandArguments> -allowdebug -dev -steam -game ns</LocalDebuggerCommandArguments>
|
|
<LocalDebuggerWorkingDirectory>..\..\..\..\..\..\Steam\steamapps\common\Half-Life\ns</LocalDebuggerWorkingDirectory>
|
|
<LocalDebuggerAttach>false</LocalDebuggerAttach>
|
|
<LocalDebuggerDebuggerType>Auto</LocalDebuggerDebuggerType>
|
|
</PropertyGroup>
|
|
</Project> |