Skip to content

Commit 06b0c79

Browse files
committed
[修改]1. 修改测试客户端的导出路径
1 parent 52e8735 commit 06b0c79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GameFrameX.Client/GameFrameX.Client.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
</PropertyGroup>
1010

1111
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
12-
<OutputPath>..\bin\app_debug\</OutputPath>
12+
<OutputPath>..\bin\app_client_debug\</OutputPath>
1313
</PropertyGroup>
1414

1515
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
16-
<OutputPath>..\bin\app\</OutputPath>
16+
<OutputPath>..\bin\app_client\</OutputPath>
1717
</PropertyGroup>
1818

1919
<ItemGroup>

0 commit comments

Comments
 (0)