2020-07-31 03:12:05 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2021-06-20 13:36:33 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
<LocalDebuggerAttach>true</LocalDebuggerAttach>
|
|
|
|
</PropertyGroup>
|
2020-07-31 03:12:05 +02:00
|
|
|
</Project>
|