Skip to content

Commit

Permalink
remove unnecessary aot release
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Nov 19, 2024
1 parent 5a700cf commit 79ccfad
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions studio/OneWare.Studio.Desktop/OneWare.Studio.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,6 @@
<SelfContained>true</SelfContained>
<PublishTrimmed>false</PublishTrimmed>
</PropertyGroup>

<!--Not working in NET7 / Avalonia 11-->
<PropertyGroup Condition="'$(Configuration)' == 'ReleaseAOT'">
<TrimMode>partial</TrimMode>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<PublishAot>True</PublishAot>
<TrimmerSingleWarn>false</TrimmerSingleWarn>
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
<TrimmerRemoveSymbols>true</TrimmerRemoveSymbols>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\OneWare.PackageManager\OneWare.PackageManager.csproj"/>
Expand Down

0 comments on commit 79ccfad

Please sign in to comment.