Skip to content

Commit

Permalink
优化Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex1911-Jiang committed Apr 6, 2023
1 parent e385e16 commit fc4a15b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions GreenOnions.AnimeTrace/GreenOnions.AnimeTrace.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit fc4a15b

Please sign in to comment.