You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
593 B
12 lines
593 B
9 years ago
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
|
||
|
<!-- Set up the debug target for portable executables -->
|
||
|
<PropertyGroup Condition="'$(OutputType)'=='Exe'">
|
||
|
<StartWorkingDirectory Condition="'$(StartWorkingDirectory)' == ''">$(OutDir)</StartWorkingDirectory>
|
||
|
<StartAction Condition="'$(StartAction)' == ''">Program</StartAction>
|
||
|
<StartProgram Condition="'$(StartProgram)' == ''">$(TargetPath)</StartProgram>
|
||
|
<DebugEngines>{2E36F1D4-B23C-435D-AB41-18E608940038}</DebugEngines>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
</Project>
|