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 24d9ff7 commit 36aeebdCopy full SHA for 36aeebd
1 file changed
src/PresentMonFps.csproj
@@ -24,6 +24,12 @@
24
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
25
<Platforms>AnyCPU;x86;x64</Platforms>
26
27
+ <DebugType>portable</DebugType>
28
+ <DebugSymbols>true</DebugSymbols>
29
+ <IncludeSymbols>true</IncludeSymbols>
30
+ <EnableWindowsTargeting>true</EnableWindowsTargeting>
31
+ <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
32
+ <SymbolPackageFormat>snupkg</SymbolPackageFormat>
33
</PropertyGroup>
34
35
<ItemGroup>
0 commit comments