Skip to content

Commit

Permalink
[修改]1. 修改内置协议的配置
Browse files Browse the repository at this point in the history
  • Loading branch information
AlianBlank committed Nov 24, 2024
1 parent df78e8a commit 54b574b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions GameFrameX.Proto.BuiltIn/GameFrameX.Proto.BuiltIn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\bin\app_debug</OutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\bin\app</OutputPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\GameFrameX.NetWork.Abstractions\GameFrameX.NetWork.Abstractions.csproj" />
<ProjectReference Include="..\GameFrameX.NetWork\GameFrameX.NetWork.csproj" />
Expand Down

0 comments on commit 54b574b

Please sign in to comment.