mirror of
https://github.com/Artemis-RGB/Artemis
synced 2026-01-02 10:43:31 +00:00
12 lines
614 B
XML
12 lines
614 B
XML
<Project>
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
|
|
<!-- If you're a .vbproj user, replace ';' with ',' -->
|
|
<DefineConstants>$(DefineConstants);ENABLE_XAML_HOT_RELOAD</DefineConstants>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Condition="$(DefineConstants.Contains(ENABLE_XAML_HOT_RELOAD))" Include="Avalonia.Markup.Xaml.Loader" />
|
|
<PackageReference Condition="$(DefineConstants.Contains(ENABLE_XAML_HOT_RELOAD))" Include="HotAvalonia" />
|
|
<PackageReference Include="HotAvalonia.Extensions" PrivateAssets="All" />
|
|
</ItemGroup>
|
|
</Project> |