Skip to content

Commit

Permalink
That snuck by
Browse files Browse the repository at this point in the history
  • Loading branch information
cinderblocks committed Jan 7, 2022
1 parent b04ca18 commit 38ac877
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Radegast/Radegast.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,31 +25,31 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugType>full</DebugType>
<DefineConstants>TRACE;DEBUG;SMARTHREADPOOL_REF</DefineConstants>
<DefineConstants>TRACE;DEBUG</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<DebugType>portable</DebugType>
<DefineConstants>TRACE;SMARTHREADPOOL_REF</DefineConstants>
<DefineConstants>TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>radegast.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseLinux|x86'">
<DefineConstants>TRACE;SMARTHREADPOOL_REF</DefineConstants>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>portable</DebugType>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseMacOS|x86'">
<DefineConstants>TRACE;SMARTHREADPOOL_REF</DefineConstants>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>portable</DebugType>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseWindows|x86'">
<DefineConstants>TRACE;SMARTHREADPOOL_REF</DefineConstants>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>portable</DebugType>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
Expand Down

0 comments on commit 38ac877

Please sign in to comment.