9 lines
575 B
XML
9 lines
575 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Normal|Win32'">
|
|
<LocalDebuggerCommand>iw4m.exe</LocalDebuggerCommand>
|
|
<LocalDebuggerWorkingDirectory>D:\Games\SteamLibrary\steamapps\common\Call of Duty Modern Warfare 2\</LocalDebuggerWorkingDirectory>
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
<LocalDebuggerCommandArguments>+set dedicated 1</LocalDebuggerCommandArguments>
|
|
</PropertyGroup>
|
|
</Project> |