Skip to content

Commit

Permalink
Add NO_AUTO_DEFINE constant
Browse files Browse the repository at this point in the history
  • Loading branch information
TollyH committed Jun 3, 2024
1 parent 4fbbafd commit 9d20832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AssEmbly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
</PropertyGroup>

<PropertyGroup>
<PropertyGroup Condition="!$(DefineConstants.Contains(';NO_AUTO_DEFINE;'))">
<DefineConstants>$(DefineConstants);V1_CALL_STACK_COMPAT;EXTENSION_SET_SIGNED;EXTENSION_SET_FLOATING_POINT;EXTENSION_SET_EXTENDED_BASE;GZIP_COMPRESSION;EXTENSION_SET_EXTERNAL_ASM;EXTENSION_SET_HEAP_ALLOCATE;EXTENSION_SET_FILE_SYSTEM;EXTENSION_SET_TERMINAL;DISPLACEMENT;ASSEMBLER;ASSEMBLER_WARNINGS;PROCESSOR;DEBUGGER;DISASSEMBLER;CLI;</DefineConstants>
</PropertyGroup>

<Choose>
<When Condition="$(DefineConstants.Contains('CLI'))">
<When Condition="$(DefineConstants.Contains(';CLI;'))">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
Expand Down

0 comments on commit 9d20832

Please sign in to comment.