* Fixing an issue where scrollviewer overrides a part of template in mail list. Adjusted zoomed out header grid's corner radius. * IDLE implementation, imap synchronization strategies basics and condstore synchronization. * Adding iCloud and Yahoo as special IMAP handling scenario. * iCloud special imap handling. * Support for killing synchronizers. * Update privacy policy url. * Batching condstore downloads into 50, using SORT extension for searches if supported. * Bumping some nugets. More on the imap synchronizers. * Delegating idle synchronizations to server to post-sync operations. * Update mailkit to resolve qresync bug with iCloud. * Fixing remote highest mode seq checks for qresync and condstore synchronizers. * Yahoo custom settings. * Bump google sdk package. * Fixing the build issue.... * NRE on canceled token accounts during setup. * Server crash handlers. * Remove ARM32. Upgrade server to .NET 9. * Fix icons for yahoo and apple. * Fixed an issue where disabled folders causing an exception on forced sync. * Remove smtp encoding constraint. * Remove commented code. * Fixing merge conflict * Addressing double registrations for mailkit remote folder events in synchronizers. * Making sure idle canceled result is not reported. * Fixing custom imap server dialog opening. * Fixing the issue with account creation making the previously selected account as selected as well. * Fixing app close behavior and logging app close.
77 lines
3.4 KiB
XML
77 lines
3.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '15.0'">
|
|
<VisualStudioVersion>15.0</VisualStudioVersion>
|
|
</PropertyGroup>
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|x86">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x86</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x86">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x86</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|ARM64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>ARM64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|ARM64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>ARM64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|AnyCPU">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>AnyCPU</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|AnyCPU">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>AnyCPU</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup>
|
|
<WapProjPath Condition="'$(WapProjPath)'==''">$(MSBuildExtensionsPath)\Microsoft\DesktopBridge\</WapProjPath>
|
|
</PropertyGroup>
|
|
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
|
|
<PropertyGroup>
|
|
<ProjectGuid>7485b18c-f5ab-4abe-ba7f-05b6623c67c8</ProjectGuid>
|
|
<TargetPlatformVersion>10.0.22621.0</TargetPlatformVersion>
|
|
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
|
|
<NoWarn>$(NoWarn);NU1702</NoWarn>
|
|
<EntryPointProjectUniqueName>..\Wino.Calendar\Wino.Calendar.csproj</EntryPointProjectUniqueName>
|
|
<GenerateTemporaryStoreCertificate>True</GenerateTemporaryStoreCertificate>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<AppxManifest Include="Package.appxmanifest">
|
|
<SubType>Designer</SubType>
|
|
</AppxManifest>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Images\SplashScreen.scale-200.png" />
|
|
<Content Include="Images\LockScreenLogo.scale-200.png" />
|
|
<Content Include="Images\Square150x150Logo.scale-200.png" />
|
|
<Content Include="Images\Square44x44Logo.scale-200.png" />
|
|
<Content Include="Images\Square44x44Logo.targetsize-24_altform-unplated.png" />
|
|
<Content Include="Images\StoreLogo.png" />
|
|
<Content Include="Images\Wide310x150Logo.scale-200.png" />
|
|
<None Include="Package.StoreAssociation.xml" />
|
|
</ItemGroup>
|
|
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" PrivateAssets="all" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Wino.Calendar\Wino.Calendar.csproj" />
|
|
<ProjectReference Include="..\Wino.Server\Wino.Server.csproj" />
|
|
</ItemGroup>
|
|
</Project> |