We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89496af commit df3ef81Copy full SHA for df3ef81
Source/TD_Enhancement_Pack.csproj
@@ -15,8 +15,8 @@
15
<LangVersion>latest</LangVersion>
16
</PropertyGroup>
17
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18
- <DebugSymbols>false</DebugSymbols>
19
- <DebugType>none</DebugType>
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>portable</DebugType>
20
<Optimize>false</Optimize>
21
<OutputPath>..\Assemblies\</OutputPath>
22
<DefineConstants>DEBUG</DefineConstants>
0 commit comments