mirror of
https://gitee.com/ldcsaa/HP-Socket.git
synced 2024-12-02 11:47:39 +08:00
67 lines
3.6 KiB
Plaintext
67 lines
3.6 KiB
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||
|
<LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
|
||
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='uDebug|Win32'">
|
||
|
<LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
|
||
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='uRelease|Win32'">
|
||
|
<LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
|
||
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='uDebug|x64'">
|
||
|
<LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
|
||
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-SSL|Win32'">
|
||
|
<LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
|
||
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-SSL|Win32'">
|
||
|
<LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
|
||
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||
|
<LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
|
||
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='uDebug-SSL|Win32'">
|
||
|
<LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
|
||
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='uRelease-SSL|Win32'">
|
||
|
<LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
|
||
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-SSL|x64'">
|
||
|
<LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
|
||
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||
|
<LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
|
||
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-SSL|x64'">
|
||
|
<LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
|
||
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||
|
<LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
|
||
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='uDebug-SSL|x64'">
|
||
|
<LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
|
||
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='uRelease-SSL|x64'">
|
||
|
<LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
|
||
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='uRelease|x64'">
|
||
|
<LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
|
||
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|