|
@@ -4,8 +4,12 @@
|
|
|
<Nullable>enable</Nullable>
|
|
|
<LangVersion>latest</LangVersion>
|
|
|
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
|
|
|
- <Configurations>Debug;Release</Configurations>
|
|
|
+ <Configurations>Debug;Release;DebugDev</Configurations>
|
|
|
</PropertyGroup>
|
|
|
+
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDev|AnyCPU'">
|
|
|
+ <DefineConstants>$(DefineConstants);DEBUGDEV</DefineConstants>
|
|
|
+ </PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
<AvaloniaResource Include="Assets\**" />
|
|
@@ -310,6 +314,7 @@
|
|
|
<PackageReference Include="Microsoft.Maui.Essentials" Version="9.0.70" />
|
|
|
|
|
|
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
|
|
|
+ <PackageReference Condition="'$(Configuration)' == 'DebugDev'" Include="Avalonia.Diagnostics" Version="11.2.2"/>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|