Skip to content

Commit

Permalink
Add same compilation symbols as test project
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimontana82 committed Sep 22, 2024
1 parent e1fea23 commit 77c84c3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tests/DataverseEntities/DataverseEntities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,27 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='FAKE_XRM_EASY'">
<DefineConstants>DEBUG;TRACE;</DefineConstants>
<DefineConstants>DEBUG;TRACE;FAKE_XRM_EASY;FXE_V2</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='FAKE_XRM_EASY_9'">
<DefineConstants>DEBUG;TRACE;</DefineConstants>
<PropertyGroup Condition="'$(Configuration)'=='FAKE_XRM_EASY_2013'">
<DefineConstants>DEBUG;TRACE;FAKE_XRM_EASY_2013;FXE_V2</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='FAKE_XRM_EASY_365'">
<DefineConstants>DEBUG;TRACE;</DefineConstants>
<PropertyGroup Condition="'$(Configuration)'=='FAKE_XRM_EASY_2015'">
<DefineConstants>DEBUG;TRACE;FAKE_XRM_EASY_2015;FXE_V2</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='FAKE_XRM_EASY_2016'">
<DefineConstants>DEBUG;TRACE;</DefineConstants>
<DefineConstants>DEBUG;TRACE;FAKE_XRM_EASY_2016;FXE_V2</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='FAKE_XRM_EASY_2015'">
<DefineConstants>DEBUG;TRACE;</DefineConstants>
<PropertyGroup Condition="'$(Configuration)'=='FAKE_XRM_EASY_365'">
<DefineConstants>DEBUG;TRACE;FAKE_XRM_EASY_365;FXE_V2</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='FAKE_XRM_EASY_2013'">
<DefineConstants>DEBUG;TRACE;</DefineConstants>
<PropertyGroup Condition="'$(Configuration)'=='FAKE_XRM_EASY_9'">
<DefineConstants>DEBUG;TRACE;FAKE_XRM_EASY_9;FXE_V2</DefineConstants>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net462' And '$(Configuration)'=='FAKE_XRM_EASY_9'">
Expand Down

0 comments on commit 77c84c3

Please sign in to comment.