Skip to content

Commit b514d1e

Browse files
committed
Cleanup csproj
1 parent aff9126 commit b514d1e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

samples/Elmah.Io.WinUI.Sample90/Elmah.Io.WinUI.Sample90.csproj

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<ApplicationManifest>app.manifest</ApplicationManifest>
88
<Platforms>x86;x64;ARM64</Platforms>
99
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
10-
<PublishProfile>win-$(Platform).pubxml</PublishProfile>
1110
<UseWinUI>true</UseWinUI>
1211
<EnableMsixTooling>true</EnableMsixTooling>
1312
<PublishReadyToRun>false</PublishReadyToRun>
@@ -52,12 +51,4 @@
5251
<PropertyGroup Condition="'$(DisableHasPackageAndPublishMenuAddedByProject)'!='true' and '$(EnableMsixTooling)'=='true'">
5352
<HasPackageAndPublishMenu>true</HasPackageAndPublishMenu>
5453
</PropertyGroup>
55-
56-
<!-- Publish Properties -->
57-
<PropertyGroup>
58-
<PublishReadyToRun Condition="'$(Configuration)' == 'Debug'">False</PublishReadyToRun>
59-
<PublishReadyToRun Condition="'$(Configuration)' != 'Debug'">True</PublishReadyToRun>
60-
<PublishTrimmed Condition="'$(Configuration)' == 'Debug'">False</PublishTrimmed>
61-
<PublishTrimmed Condition="'$(Configuration)' != 'Debug'">True</PublishTrimmed>
62-
</PropertyGroup>
6354
</Project>

0 commit comments

Comments
 (0)