commit changes

This commit is contained in:
Enstrayed
2025-04-08 15:45:20 -07:00
parent a4ea94e269
commit ff4f5a85d9
13 changed files with 175 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
@@ -14,8 +14,9 @@
</PropertyGroup>
<ItemGroup>
<None Remove="Assets\Subject.png" />
<None Remove="SendEmail.xaml" />
<None Remove="Settings.xaml" />
<None Remove="URLShortener.xaml" />
<None Remove="TokenManagement.xaml" />
</ItemGroup>
<ItemGroup>
@@ -44,6 +45,16 @@
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.250108002" />
</ItemGroup>
<ItemGroup>
<Page Update="TokenManagement.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<Page Update="SendEmail.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<Page Update="Settings.xaml">
<Generator>MSBuild:Compile</Generator>