We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df78e8a commit 54b574bCopy full SHA for 54b574b
GameFrameX.Proto.BuiltIn/GameFrameX.Proto.BuiltIn.csproj
@@ -30,7 +30,13 @@
30
<IncludeSymbols>true</IncludeSymbols>
31
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
32
</PropertyGroup>
33
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
34
+ <OutputPath>..\bin\app_debug</OutputPath>
35
+ </PropertyGroup>
36
37
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
38
+ <OutputPath>..\bin\app</OutputPath>
39
40
<ItemGroup>
41
<ProjectReference Include="..\GameFrameX.NetWork.Abstractions\GameFrameX.NetWork.Abstractions.csproj" />
42
<ProjectReference Include="..\GameFrameX.NetWork\GameFrameX.NetWork.csproj" />
0 commit comments