Skip to content

Commit

Permalink
Optimize debug build process
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Mar 25, 2024
1 parent 72236c7 commit af21892
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions VirtualListView/VirtualListView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<Authors>Microsoft, Redth</Authors>
<NeutralLanguage>en</NeutralLanguage>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<GitThisAssemblyMetadata>True</GitThisAssemblyMetadata>
<RepositoryUrl>$(GitRepositoryUrl)</RepositoryUrl>
<RepositoryCommit>$(GitCommit)</RepositoryCommit>
Expand All @@ -25,15 +28,13 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>


</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
</ItemGroup>
<ItemGroup>

<ItemGroup Condition="'$(Configuration)' == 'Release'">
<PackageReference Include="GitInfo" Version="3.1.1" PrivateAssets="all" />
<PackageReference Include="MemoryAnalyzers" Version="0.1.0-beta.5" PrivateAssets="all" />
</ItemGroup>
Expand Down

0 comments on commit af21892

Please sign in to comment.