Skip to content

Commit

Permalink
Remove the TRACE define constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Razenpok committed Dec 15, 2023
1 parent 9d6fe07 commit f7a93e1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Source/Boxed.Mapping/Boxed.Mapping.Unity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@
<PackageReadmeFile>Boxed.Mapping.md</PackageReadmeFile>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DefineConstants>TRACE</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DefineConstants>TRACE</DefineConstants>
</PropertyGroup>

<ItemGroup Label="Files">
<None Include="..\..\Documentation\Boxed.Mapping.md" Pack="true" PackagePath="\" />
</ItemGroup>
Expand Down

0 comments on commit f7a93e1

Please sign in to comment.