Skip to content

Commit df3ef81

Browse files
committed
Debug Symbols pdb
1 parent 89496af commit df3ef81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/TD_Enhancement_Pack.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<LangVersion>latest</LangVersion>
1616
</PropertyGroup>
1717
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18-
<DebugSymbols>false</DebugSymbols>
19-
<DebugType>none</DebugType>
18+
<DebugSymbols>true</DebugSymbols>
19+
<DebugType>portable</DebugType>
2020
<Optimize>false</Optimize>
2121
<OutputPath>..\Assemblies\</OutputPath>
2222
<DefineConstants>DEBUG</DefineConstants>

0 commit comments

Comments
 (0)