1234567891011121314151617181920 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <LocalDebuggerCommand>E:\1.V1.0.0.0.dmp\Device\CcosProcX64.exe</LocalDebuggerCommand>
- <LocalDebuggerCommandArguments>DemoFPD.xml</LocalDebuggerCommandArguments>
- <LocalDebuggerWorkingDirectory>E:\1.V1.0.0.0.dmp\Device</LocalDebuggerWorkingDirectory>
- <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <LocalDebuggerCommand>D:\SVNDownload\CCOS_DFOC_TRUNK\Device\CcosProcX64.exe</LocalDebuggerCommand>
- <LocalDebuggerCommandArguments>DemoFPD.xml</LocalDebuggerCommandArguments>
- <LocalDebuggerWorkingDirectory>D:\SVNDownload\CCOS_DFOC_TRUNK\Device</LocalDebuggerWorkingDirectory>
- <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
- <RemoteDebuggerCommand>C:\chenggw\v3-droc\1.Bin\DeviceV3\CcosProcX64.exe</RemoteDebuggerCommand>
- <RemoteDebuggerCommandArguments>DemoFPD.xml</RemoteDebuggerCommandArguments>
- <RemoteDebuggerWorkingDirectory>C:\chenggw\v3-droc\1.Bin\DeviceV3</RemoteDebuggerWorkingDirectory>
- <RemoteDebuggerServerName>192.168.2.194</RemoteDebuggerServerName>
- <RemoteDebuggerConnection>RemoteWithoutAuthentication</RemoteDebuggerConnection>
- </PropertyGroup>
- </Project>
|