Skip to content

Commit 36aeebd

Browse files
committed
feat: debug symbols and package generation
1 parent 24d9ff7 commit 36aeebd

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/PresentMonFps.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
2525
<Platforms>AnyCPU;x86;x64</Platforms>
2626
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
27+
<DebugType>portable</DebugType>
28+
<DebugSymbols>true</DebugSymbols>
29+
<IncludeSymbols>true</IncludeSymbols>
30+
<EnableWindowsTargeting>true</EnableWindowsTargeting>
31+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
32+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2733
</PropertyGroup>
2834

2935
<ItemGroup>

0 commit comments

Comments
 (0)