Skip to content

Commit

Permalink
Fixing build break
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin-Lamb authored and levnach committed Feb 23, 2023
1 parent 5a1787d commit b05fe7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GraphLayout/MSAGL/AutomaticGraphLayout.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IsPackable>true</IsPackable>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DefineConstants>TEST_MSAGL</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
<DefineConstants>TEST_MSAGL</DefineConstants>
</PropertyGroup>
Expand Down

0 comments on commit b05fe7e

Please sign in to comment.