Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Snipdeck.slnx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Solution>
<Project Path="src/Snipdeck.App/Snipdeck.App.csproj" Id="520cd706-6a92-48da-93b1-fb003a814359">
<Platform Project="x64" />
<Deploy />
</Project>
<Project Path="src/Snipdeck.Core/Snipdeck.Core.csproj" />
<Project Path="tests/Snipdeck.Core.Tests/Snipdeck.Core.Tests.csproj" />
Expand Down
Binary file removed src/Snipdeck.App/Assets/LockScreenLogo.scale-200.png
Binary file not shown.
Binary file removed src/Snipdeck.App/Assets/SplashScreen.scale-200.png
Binary file not shown.
Binary file not shown.
Binary file removed src/Snipdeck.App/Assets/Square44x44Logo.scale-200.png
Binary file not shown.
Binary file not shown.
Binary file removed src/Snipdeck.App/Assets/StoreLogo.png
Binary file not shown.
Binary file not shown.
53 changes: 0 additions & 53 deletions src/Snipdeck.App/Package.appxmanifest

This file was deleted.

35 changes: 4 additions & 31 deletions src/Snipdeck.App/Snipdeck.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<PublishProfile>win-$(Platform).pubxml</PublishProfile>
<UseWinUI>true</UseWinUI>
<WinUISDKReferences>false</WinUISDKReferences>
<EnableMsixTooling>true</EnableMsixTooling>
<WindowsPackageType>None</WindowsPackageType>
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>
<Platforms>x64</Platforms>
Expand All @@ -25,28 +24,10 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
<Content Include="Assets\SplashScreen.scale-200.png" />
<Content Include="Assets\LockScreenLogo.scale-200.png" />
<Content Include="Assets\Square150x150Logo.scale-200.png" />
<Content Include="Assets\Square44x44Logo.scale-200.png" />
<Content Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
<Content Include="Assets\StoreLogo.png" />
<Content Include="Assets\Wide310x150Logo.scale-200.png" />
</ItemGroup>

<ItemGroup>
<Manifest Include="$(ApplicationManifest)" />
</ItemGroup>

<!--
Defining the "Msix" ProjectCapability here allows the Single-project MSIX Packaging
Tools extension to be activated for this project even if the Windows App SDK Nuget
package has not yet been restored.
-->
<ItemGroup Condition="'$(DisableMsixProjectCapabilityAddedByProject)'!='true' and '$(EnableMsixTooling)'=='true'">
<ProjectCapability Include="Msix" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommunityToolkit.WinUI.Controls.SettingsControls" />
<PackageReference Include="H.NotifyIcon.WinUI" />
Expand All @@ -55,24 +36,16 @@
<PackageReference Include="Microsoft.WindowsAppSDK" />
<PackageReference Include="Velopack" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Snipdeck.Core\Snipdeck.Core.csproj" />
<ProjectReference Include="..\Snipdeck.Core\Snipdeck.Core.csproj" />
</ItemGroup>

<!--
Defining the "HasPackageAndPublishMenuAddedByProject" property here allows the Solution
Explorer "Package and Publish" context menu entry to be enabled for this project even if
the Windows App SDK Nuget package has not yet been restored.
-->
<PropertyGroup Condition="'$(DisableHasPackageAndPublishMenuAddedByProject)'!='true' and '$(EnableMsixTooling)'=='true'">
<HasPackageAndPublishMenu>true</HasPackageAndPublishMenu>
</PropertyGroup>

<!-- Publish Properties -->
<!-- Publish properties -->
<PropertyGroup>
<PublishReadyToRun Condition="'$(Configuration)' == 'Debug'">False</PublishReadyToRun>
<PublishReadyToRun Condition="'$(Configuration)' != 'Debug'">True</PublishReadyToRun>
<PublishTrimmed Condition="'$(Configuration)' == 'Debug'">False</PublishTrimmed>
<PublishTrimmed Condition="'$(Configuration)' != 'Debug'">True</PublishTrimmed>
</PropertyGroup>
</Project>
</Project>
Loading