2016-06-21 01:03:41 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-04-18 08:05:21 +00:00
|
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2016-06-21 01:03:41 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<LocalDebuggerCommand>$(BinaryOutputDir)$(TargetFileName)</LocalDebuggerCommand>
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
2017-06-24 08:41:38 +00:00
|
|
|
<ShowAllFiles>true</ShowAllFiles>
|
2016-06-21 01:03:41 +00:00
|
|
|
</PropertyGroup>
|
2017-06-24 08:41:38 +00:00
|
|
|
</Project>
|