Skip to content

Commit

Permalink
Fix indentation in CollapseLauncher.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
bagusnl authored Oct 9, 2023
1 parent 89d986a commit 02e7901
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions CollapseLauncher/CollapseLauncher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<TieredCompilationQuickJitForLoops>true</TieredCompilationQuickJitForLoops>
<TieredPGO>true</TieredPGO>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<GitVersion>false</GitVersion>
<GitVersion>false</GitVersion>
</PropertyGroup>
<!--
Constants List:
Expand All @@ -38,12 +38,12 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<DefineConstants>DISABLE_XAML_GENERATED_MAIN;ENABLEHTTPREPAIR;DISABLE_XAML_GENERATED_BREAK_ON_UNHANDLED_EXCEPTION;PREVIEW</DefineConstants>
<Optimize>True</Optimize>
<GitSkipCache>true</GitSkipCache>
<GitSkipCache>true</GitSkipCache>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Publish|x64'">
<DefineConstants>DISABLE_XAML_GENERATED_MAIN;ENABLEHTTPREPAIR;DISABLE_XAML_GENERATED_BREAK_ON_UNHANDLED_EXCEPTION</DefineConstants>
<Optimize>True</Optimize>
<GitSkipCache>true</GitSkipCache>
<GitSkipCache>true</GitSkipCache>
</PropertyGroup>

<ItemGroup>
Expand Down Expand Up @@ -104,7 +104,7 @@
<TrimmableAssembly Include="Hi3Helper.EncTool" />
<TrimmableAssembly Include="Hi3Helper.Http" />
<TrimmableAssembly Include="Hi3Helper.SharpHDiffPatch" />
<TrimmableAssembly Include="CommunityToolkit.Mvvm" />
<TrimmableAssembly Include="CommunityToolkit.Mvvm" />
<TrimmableAssembly Include="CommunityToolkit.WinUI" />
<TrimmableAssembly Include="CommunityToolkit.WinUI.UI.Controls.DataGrid" />
<TrimmableAssembly Include="CommunityToolkit.WinUI.UI.Controls.Input" />
Expand All @@ -113,9 +113,9 @@
<TrimmableAssembly Include="CommunityToolkit.WinUI.UI.Controls.Media" />
<TrimmableAssembly Include="CommunityToolkit.WinUI.UI.Controls.Primitives" />
<TrimmableAssembly Include="CommunityToolkit.WinUI.UI" />
<TrimmableAssembly Include="GitInfo" />
<TrimmableAssembly Include="GitInfo" />
<TrimmableAssembly Include="Google.Protobuf" />
<TrimmableAssembly Include="H.NotifyIcon.WinUI" />
<TrimmableAssembly Include="H.NotifyIcon.WinUI" />
<TrimmableAssembly Include="Microsoft.Graphics.Canvas" />
<TrimmableAssembly Include="Microsoft.Graphics.Canvas.Interop" />
<TrimmableAssembly Include="Microsoft.InteractiveExperiences.Projection" />
Expand All @@ -135,15 +135,15 @@
<TrimmableAssembly Include="PhotoSauce.MagicScaler" />
<TrimmableAssembly Include="SquirrelLib" />
<TrimmableAssembly Include="SharpCompress" />
<TrimmableAssembly Include="System.CommandLine" />
<TrimmableAssembly Include="System.CommandLine.NamingConventionBinder" />
<TrimmableAssembly Include="System.CommandLine" />
<TrimmableAssembly Include="System.CommandLine.NamingConventionBinder" />
<TrimmableAssembly Include="System.Drawing" />
<TrimmableAssembly Include="System.Drawing.Common" />
<TrimmableAssembly Include="System.Drawing.Primitives" />
<TrimmableAssembly Include="System.IO.Compression.Brotli" />
<TrimmableAssembly Include="System.IO.Compression" />
<TrimmableAssembly Include="System.Net.HTTP" />
<TrimmableAssembly Include="System.Text.RegularExpression" />
<TrimmableAssembly Include="System.Net.HTTP" />
<TrimmableAssembly Include="System.Text.RegularExpression" />
<TrimmableAssembly Include="WinRT.Runtime" />
</ItemGroup>
</Target>
Expand Down

0 comments on commit 02e7901

Please sign in to comment.