Skip to content

Commit

Permalink
include debug info with all build types
Browse files Browse the repository at this point in the history
  • Loading branch information
Modulus32 committed Apr 24, 2024
1 parent 44f0f07 commit 80fde87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TagTool/TagTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
<Prefer32Bit>true</Prefer32Bit>
<DocumentationFile>bin\x64\Debug\Documentation.xml</DocumentationFile>
<LangVersion>7.3</LangVersion>
<DebugType>full</DebugType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
Expand All @@ -79,6 +80,8 @@
<UseVSHostingProcess>true</UseVSHostingProcess>
<LangVersion>7.3</LangVersion>
<DefineConstants>_x64</DefineConstants>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'test|x86'">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -102,6 +105,7 @@
<LangVersion>7.3</LangVersion>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
<DebugType>full</DebugType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 80fde87

Please sign in to comment.