Skip to content

Commit 54b574b

Browse files
committed
[修改]1. 修改内置协议的配置
1 parent df78e8a commit 54b574b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

GameFrameX.Proto.BuiltIn/GameFrameX.Proto.BuiltIn.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,13 @@
3030
<IncludeSymbols>true</IncludeSymbols>
3131
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
3232
</PropertyGroup>
33+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
34+
<OutputPath>..\bin\app_debug</OutputPath>
35+
</PropertyGroup>
3336

37+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
38+
<OutputPath>..\bin\app</OutputPath>
39+
</PropertyGroup>
3440
<ItemGroup>
3541
<ProjectReference Include="..\GameFrameX.NetWork.Abstractions\GameFrameX.NetWork.Abstractions.csproj" />
3642
<ProjectReference Include="..\GameFrameX.NetWork\GameFrameX.NetWork.csproj" />

0 commit comments

Comments
 (0)