Skip to content

Commit

Permalink
cs project changed
Browse files Browse the repository at this point in the history
  • Loading branch information
baetz-daniel committed Nov 12, 2020
1 parent 2adee8e commit b20f8fd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Exomia.Framework/Exomia.Framework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable>
<NullableReferenceTypes>true</NullableReferenceTypes>
<DefineConstants>TRACE;$(Platform)</DefineConstants>
</PropertyGroup>

<PropertyGroup>
Expand Down Expand Up @@ -42,16 +43,13 @@
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>
<DefineConstants Condition="'$(Platform)'=='AnyCPU'">DEBUG;TRACE;x86</DefineConstants>
<DefineConstants Condition="'$(Platform)'!='AnyCPU'">DEBUG;TRACE;$(Platform)</DefineConstants>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<DefineConstants>$(DefineConstants);DEBUG</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
<DefineConstants Condition="'$(Platform)'=='AnyCPU'">TRACE;x86</DefineConstants>
<DefineConstants Condition="'$(Platform)'!='AnyCPU'">TRACE;$(Platform)</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(Platform)'=='AnyCPU'">
Expand Down

0 comments on commit b20f8fd

Please sign in to comment.