Skip to content

Commit

Permalink
Okay yea, I definitely don't know what's going on
Browse files Browse the repository at this point in the history
  • Loading branch information
zadjii-msft committed Jan 30, 2025
1 parent 3037152 commit 84a6432
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"profiles": {
"SamplePagesExtension (Package)": {
"commandName": "MsixPackage",
"doNotLaunchApp": true
"doNotLaunchApp": true,
"nativeDebugging": true
},
"SamplePagesExtension (Unpackaged)": {
"commandName": "Project"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@


<ItemGroup>
<ProjectReference Include="..\..\..\..\common\Common.UI\Common.UI.csproj" />
<ProjectReference Include="..\..\extensionsdk\Microsoft.CmdPal.Extensions.Helpers\Microsoft.CmdPal.Extensions.Helpers.csproj" />
</ItemGroup>

Expand All @@ -57,7 +56,13 @@
</PropertyGroup>

<PropertyGroup>
<!-- <TrimmerSingleWarn>false</TrimmerSingleWarn> -->
<PublishTrimmed>True</PublishTrimmed>
<!-- <PublishAot>True</PublishAot> -->

<SelfContained>true</SelfContained>
<!-- <PublishSingleFile>False</PublishSingleFile> -->
<!-- <PublishReadyToRun>True</PublishReadyToRun> -->
</PropertyGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<Platform>x64</Platform>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir>
<SelfContained>true</SelfContained>
<!-- <SelfContained>true</SelfContained>
<PublishSingleFile>False</PublishSingleFile>
<PublishReadyToRun Condition="'$(Configuration)' == 'Debug'">False</PublishReadyToRun>
<PublishReadyToRun Condition="'$(Configuration)' != 'Debug'">True</PublishReadyToRun>
<PublishTrimmed Condition="'$(Configuration)' == 'Debug'">False</PublishTrimmed>
<PublishTrimmed Condition="'$(Configuration)' != 'Debug'">False</PublishTrimmed>
<PublishTrimmed Condition="'$(Configuration)' != 'Debug'">False</PublishTrimmed> -->
</PropertyGroup>
</Project>

0 comments on commit 84a6432

Please sign in to comment.