mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-10-31 23:55:06 -04:00
22 lines
1.0 KiB
Plaintext
22 lines
1.0 KiB
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||
|
<LocalDebuggerWorkingDirectory>$(TargetDir)</LocalDebuggerWorkingDirectory>
|
||
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||
|
<LocalDebuggerCommandArguments>
|
||
|
</LocalDebuggerCommandArguments>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||
|
<LocalDebuggerWorkingDirectory>$(TargetDir)</LocalDebuggerWorkingDirectory>
|
||
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||
|
<LocalDebuggerCommandArguments>
|
||
|
</LocalDebuggerCommandArguments>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||
|
<LocalDebuggerWorkingDirectory>$(TargetDir)</LocalDebuggerWorkingDirectory>
|
||
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup>
|
||
|
<ShowAllFiles>false</ShowAllFiles>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|