2020-06-23 15:27:59 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
<LocalDebuggerCommand>G:\台式数据\石器HK-使用版\sa.exe</LocalDebuggerCommand>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
<LocalDebuggerCommandArguments>OpenClient</LocalDebuggerCommandArguments>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
<LocalDebuggerWorkingDirectory>G:\台式数据\石器HK-使用版</LocalDebuggerWorkingDirectory>
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
<LocalDebuggerCommand>G:\台式数据\石器HK\sa.exe</LocalDebuggerCommand>
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
<LocalDebuggerCommandArguments>OpenClient</LocalDebuggerCommandArguments>
|
|
|
|
<LocalDebuggerWorkingDirectory>G:\台式数据\石器HK</LocalDebuggerWorkingDirectory>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='_DEBUG_V2.5|Win32'">
|
|
|
|
<LocalDebuggerCommand>G:\台式数据\石器HK\sa.exe</LocalDebuggerCommand>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='_DEBUG_V2.5|Win32'">
|
|
|
|
<LocalDebuggerWorkingDirectory>G:\台式数据\石器HK</LocalDebuggerWorkingDirectory>
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='VER25_DEBUG|Win32'">
|
2020-06-23 15:53:23 +08:00
|
|
|
<LocalDebuggerCommand>D:\stoneAge\client\sa25.exe</LocalDebuggerCommand>
|
2020-06-23 15:27:59 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='VER_TW_Debug|Win32'">
|
|
|
|
<LocalDebuggerCommand>G:\台式数据\石器TW\saex.exe</LocalDebuggerCommand>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='VER25_DEBUG|Win32'">
|
2020-06-23 15:53:23 +08:00
|
|
|
<LocalDebuggerWorkingDirectory>D:\stoneAge\client</LocalDebuggerWorkingDirectory>
|
2020-06-23 15:27:59 +08:00
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
<LocalDebuggerCommandArguments>OpenClient</LocalDebuggerCommandArguments>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='VER_TW_Debug|Win32'">
|
|
|
|
<LocalDebuggerWorkingDirectory>G:\台式数据\石器TW</LocalDebuggerWorkingDirectory>
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
<LocalDebuggerCommandArguments>OpenClient</LocalDebuggerCommandArguments>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='VER25_Release|Win32'">
|
|
|
|
<LocalDebuggerCommand>F:\7-sa\sa25.exe</LocalDebuggerCommand>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='VER25_Release|Win32'">
|
|
|
|
<LocalDebuggerWorkingDirectory>F:\7-sa</LocalDebuggerWorkingDirectory>
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
<LocalDebuggerCommandArguments>OpenClient</LocalDebuggerCommandArguments>
|
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|