2023-10-10 01:37:22 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2024-01-01 13:54:48 +01:00
|
|
|
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2023-10-10 01:37:22 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugGame|x64'">
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugGame_Editor|x64'">
|
|
|
|
<LocalDebuggerCommandArguments>"$(SolutionDir)hwanyoung2.uproject" -skipcompile</LocalDebuggerCommandArguments>
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Development|x64'">
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Development_Editor|x64'">
|
|
|
|
<LocalDebuggerCommandArguments>"$(SolutionDir)hwanyoung2.uproject" -skipcompile</LocalDebuggerCommandArguments>
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Shipping|x64'">
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|