mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-12 17:10:54 +01:00
17 lines
1 KiB
Text
17 lines
1 KiB
Text
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||
|
|
<LocalDebuggerCommand>D:\SteamLibrary\steamapps\common\Fallout 4\f4se_loader.exe</LocalDebuggerCommand>
|
||
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||
|
|
<LocalDebuggerCommandArguments>
|
||
|
|
</LocalDebuggerCommandArguments>
|
||
|
|
<LocalDebuggerWorkingDirectory>D:\SteamLibrary\steamapps\common\Fallout 4\</LocalDebuggerWorkingDirectory>
|
||
|
|
</PropertyGroup>
|
||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||
|
|
<LocalDebuggerCommand>D:\SteamLibrary\steamapps\common\Fallout 4\f4se_loader.exe</LocalDebuggerCommand>
|
||
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||
|
|
<LocalDebuggerCommandArguments>
|
||
|
|
</LocalDebuggerCommandArguments>
|
||
|
|
<LocalDebuggerWorkingDirectory>D:\SteamLibrary\steamapps\common\Fallout 4\</LocalDebuggerWorkingDirectory>
|
||
|
|
</PropertyGroup>
|
||
|
|
</Project>
|