|
@@ -15,15 +15,9 @@
|
|
|
<TrimmerRemoveSymbols>true</TrimmerRemoveSymbols>
|
|
|
<OptimizationPreference>Speed</OptimizationPreference>
|
|
|
<HttpActivityPropagationSupport>false</HttpActivityPropagationSupport>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
- <IsAotCompatible>False</IsAotCompatible>
|
|
|
- <IsTrimmable>True</IsTrimmable>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
<IsAotCompatible>True</IsAotCompatible>
|
|
|
<IsTrimmable>True</IsTrimmable>
|
|
|
- <AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
|
|
|
+ <AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Label="Avalonia">
|
|
|
<AvaloniaXamlIlDebuggerLaunch>False</AvaloniaXamlIlDebuggerLaunch>
|
|
@@ -38,6 +32,22 @@
|
|
|
<PlatformTarget>ARM64</PlatformTarget>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|arm64' ">
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ </PropertyGroup>
|
|
|
+
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ </PropertyGroup>
|
|
|
+
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|arm64' ">
|
|
|
+ <DebugType>none</DebugType>
|
|
|
+ </PropertyGroup>
|
|
|
+
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
|
|
+ <DebugType>none</DebugType>
|
|
|
+ </PropertyGroup>
|
|
|
+
|
|
|
|
|
|
<ItemGroup>
|
|
|
<AvaloniaResource Include="Assets\**" />
|