1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
4 <LocalDebuggerWorkingDirectory>E:\</LocalDebuggerWorkingDirectory>
5 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
6 <LocalDebuggerCommandArguments>
7 </LocalDebuggerCommandArguments>
9 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
10 <LocalDebuggerWorkingDirectory>E:\</LocalDebuggerWorkingDirectory>
11 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>