Skip to content

Commit

Permalink
Embed pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
Manu098vm committed Mar 20, 2024
1 parent 76ee3f7 commit a345ea2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions TeraFinder.RemoteExecutor/TeraFinder.RemoteExecutor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>embedded</DebugType>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="PKHeX.Core" Version="24.3.10" />
</ItemGroup>
Expand Down

0 comments on commit a345ea2

Please sign in to comment.