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">
|
2023-09-07 16:20:35 +00:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Server - Playtest|Win32'">
|
2018-04-22 15:55:55 +00:00
|
|
|
<LocalDebuggerCommand>
|
|
|
|
</LocalDebuggerCommand>
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
2023-09-07 19:40:51 +00:00
|
|
|
<LocalDebuggerCommandArguments>
|
|
|
|
</LocalDebuggerCommandArguments>
|
2018-04-22 15:55:55 +00:00
|
|
|
</PropertyGroup>
|
2023-09-07 16:20:35 +00:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Server - Release|Win32'">
|
|
|
|
<LocalDebuggerCommand />
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
<LocalDebuggerCommandArguments>
|
|
|
|
</LocalDebuggerCommandArguments>
|
|
|
|
</PropertyGroup>
|
2023-09-07 19:40:51 +00:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Server - Debug|Win32'">
|
|
|
|
<LocalDebuggerCommandArguments>-allowdebug -dev -game ns</LocalDebuggerCommandArguments>
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
</PropertyGroup>
|
2014-05-28 12:41:12 +00:00
|
|
|
</Project>
|