2016-06-21 01:03:41 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-06-02 09:54:31 +00:00
|
|
|
<Project ToolsVersion="15.0" 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>
|