1234567891011121314151617181920 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <LocalDebuggerCommand>E:\1.V1.0.0.0-dr\Device\CcosProcX64.exe</LocalDebuggerCommand>
- <LocalDebuggerCommandArguments>DemoMech.xml</LocalDebuggerCommandArguments>
- <LocalDebuggerWorkingDirectory>E:\1.V1.0.0.0-dr\Device</LocalDebuggerWorkingDirectory>
- <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
- <RemoteDebuggerCommand>G:\DFOC_Trunk_1127\Device\CcosProcX64.exe</RemoteDebuggerCommand>
- <RemoteDebuggerWorkingDirectory>G:\DFOC_Trunk_1127\Device</RemoteDebuggerWorkingDirectory>
- <RemoteDebuggerServerName>192.168.2.199</RemoteDebuggerServerName>
- <RemoteDebuggerCommandArguments>GenIMD_20241209163508.xml</RemoteDebuggerCommandArguments>
- <RemoteDebuggerConnection>RemoteWithoutAuthentication</RemoteDebuggerConnection>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DM|x64'">
- <LocalDebuggerCommand>E:\1.V1.0.0.0\Device\CcosProcX64.exe</LocalDebuggerCommand>
- <LocalDebuggerCommandArguments>PZMedicalDM.xml</LocalDebuggerCommandArguments>
- <LocalDebuggerWorkingDirectory>..\..\..\..\1.V1.0.0.0\Device</LocalDebuggerWorkingDirectory>
- <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
- </PropertyGroup>
- </Project>
|