/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.6
src/Files.App/Files.App.csproj
138 строк
9 KB
hishitetsu
Code Quality: Update Windows App SDK (#15915)
31 июл 2024, 17:42
Не верифицирован
31 июл 2024, 17:42
5aedca3
Код
Авторство
О чём код?
<!-- Copyright (c) 2024 Files Community. Licensed under the MIT License. See the LICENSE. --> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net8.0-windows10.0.22621.0</TargetFramework> <OutputType>WinExe</OutputType> <AssemblyName>Files</AssemblyName> <DefaultLanguage>en-US</DefaultLanguage> <AppxBundleAutoResourcePackageQualifiers>Scale|DXFeatureLevel</AppxBundleAutoResourcePackageQualifiers> <AppxDefaultResourceQualifiers>Language=en-US;af;ar;be-BY;bg;ca;cs-CZ;da;de-DE;el;en-GB;es-ES;es-419;fa-IR;fi-FI;fil-PH;fr-FR;he-IL;hi-IN;hr-HR;hu-HU;id-ID;it-IT;ja-JP;ka;km-KH;ko-KR;ku-Arab;lt-LT;lv-LV;ms-MY;nb-NO;nl-NL;or-IN;pl-PL;pt-BR;pt-PT;ro-RO;ru-RU;sk-SK;sq-AL;sr-Cyrl;sv-SE;ta;th-TH;tr-TR;uk-UA;vi;zh-Hans;zh-Hant</AppxDefaultResourceQualifiers> <TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion> <GenerateAppInstallerFile>False</GenerateAppInstallerFile> <AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm> <AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision> <GenerateTestArtifacts>False</GenerateTestArtifacts> <AppxBundle>Always</AppxBundle> <DisableXbfLineInfo>False</DisableXbfLineInfo> <AppxBundlePlatforms>x86|x64|arm64</AppxBundlePlatforms> <HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks> <Nullable>Enable</Nullable> <ApplicationManifest>app.manifest</ApplicationManifest> <Platforms>x86;x64;arm64</Platforms> <RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers> <UseWinUI>true</UseWinUI> <BuiltInComInteropSupport>true</BuiltInComInteropSupport> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <Configurations>Debug;Release;Stable;Preview;Store</Configurations> <CsWinRTIncludes>Files.App.Server;Microsoft.UI.Content.ContentExternalOutputLink;Microsoft.UI.Content.IContentExternalOutputLink</CsWinRTIncludes> <PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir> <PublishReadyToRun Condition="'$(Configuration)' == 'Debug'">False</PublishReadyToRun> <PublishReadyToRun Condition="'$(Configuration)' != 'Debug'">True</PublishReadyToRun> <PublishReadyToRunComposite Condition="'$(Configuration)' != 'Debug'">True</PublishReadyToRunComposite> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)' == 'Debug'"> <DefineConstants>TRACE;DEBUG;NETFX_CORE;DISABLE_XAML_GENERATED_MAIN</DefineConstants> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)' != 'Debug'"> <DefineConstants>TRACE;RELEASE;NETFX_CORE;DISABLE_XAML_GENERATED_MAIN</DefineConstants> <Optimize>true</Optimize> </PropertyGroup> <ItemGroup> <Manifest Include="app.manifest" /> <Content Update="Assets\Resources\**"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Update="Assets\FilesOpenDialog\SetFilesAsDefault.reg"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Update="Assets\FilesOpenDialog\UnsetFilesAsDefault.reg"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Update="Assets\FilesOpenDialog\Files.App.Launcher.exe"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Include="7z64.dll"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content><Content Include="7z.dll"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Include="7zArm64.dll"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> </ItemGroup> <ItemGroup> <PackageReference Include="ByteSize" Version="2.1.2" /> <PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" /> <PackageReference Include="DiscUtils.Udf" Version="0.16.13" /> <PackageReference Include="FluentFTP" Version="43.0.1" /> <PackageReference Include="LibGit2Sharp" Version="0.30.0" /> <PackageReference Include="MessageFormat" Version="7.1.0" /> <PackageReference Include="Microsoft.Data.Sqlite.Core" Version="8.0.7" /> <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" /> <PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" /> <PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" /> <PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.3233" /> <PackageReference Include="Sentry" Version="4.9.0" /> <PackageReference Include="SevenZipSharp" Version="1.0.2" /> <PackageReference Include="SQLitePCLRaw.bundle_green" Version="2.1.8" /> <PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240627000" /> <PackageReference Include="Microsoft.Graphics.Win2D" Version="1.2.0" /> <PackageReference Include="CommunityToolkit.WinUI.UI.Behaviors" Version="7.1.2" /> <PackageReference Include="CommunityToolkit.WinUI.UI.Controls" Version="7.1.2" /> <PackageReference Include="TagLibSharp" Version="2.3.0" /> <PackageReference Include="Tulpep.ActiveDirectoryObjectPicker" Version="3.0.11" /> <PackageReference Include="WinUIEx" Version="2.3.4" /> <PackageReference Include="Vanara.Windows.Extensions" Version="4.0.1" /> <PackageReference Include="Vanara.Windows.Shell" Version="4.0.1" /> <PackageReference Include="Microsoft.Management.Infrastructure" Version="3.0.0" /> <PackageReference Include="Microsoft.Management.Infrastructure.Runtime.Win" Version="3.0.0" /> <PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.106" PrivateAssets="all" /> <PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.0.7" /> </ItemGroup> <ItemGroup> <CsWinRTInputs Include="nupkgs\Microsoft.UI.winmd" /> <CsWinRTInputs Include="..\Files.App.Server\bin\$(Platform)\$(Configuration)\$(TargetFramework)\win-$(Platform)\Files.App.Server.winmd" /> <None Include="..\Files.App.Server\bin\$(Platform)\$(Configuration)\$(TargetFramework)\win-$(Platform)\Files.App.Server.winmd"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <Link>Files.App.Server.winmd</Link> <Visible>false</Visible> </None> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Files.App.BackgroundTasks\Files.App.BackgroundTasks.csproj" /> <ProjectReference Include="..\Files.App.Controls\Files.App.Controls.csproj" /> <ProjectReference Include="..\Files.App.Storage\Files.App.Storage.csproj" /> <ProjectReference Include="..\Files.Core.Storage\Files.Core.Storage.csproj" /> <ProjectReference Include="..\Files.Shared\Files.Shared.csproj" /> <ProjectReference Include="..\Files.Core.SourceGenerator\Files.Core.SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" /> </ItemGroup> <ItemGroup> <TrimmerRootAssembly Include="Files.App.BackgroundTasks" /> <TrimmerRootAssembly Include="Files" /> <TrimmerRootAssembly Include="Files.App.Storage" /> <TrimmerRootAssembly Include="Files.Core" /> <TrimmerRootAssembly Include="Files.Core.Storage" /> <TrimmerRootAssembly Include="Files.Shared" /> <TrimmerRootAssembly Include="CommunityToolkit.Common" /> <TrimmerRootAssembly Include="CommunityToolkit.Mvvm" /> <TrimmerRootAssembly Include="CommunityToolkit.WinUI" /> <TrimmerRootAssembly Include="CommunityToolkit.WinUI.Notifications" /> <TrimmerRootAssembly Include="CommunityToolkit.WinUI.UI" /> <TrimmerRootAssembly Include="CommunityToolkit.WinUI.UI.Animations" /> <TrimmerRootAssembly Include="CommunityToolkit.WinUI.UI.Behaviors" /> <TrimmerRootAssembly Include="CommunityToolkit.WinUI.UI.Controls.Core" /> <TrimmerRootAssembly Include="CommunityToolkit.WinUI.UI.Controls.Input" /> <TrimmerRootAssembly Include="CommunityToolkit.WinUI.UI.Controls.Layout" /> <TrimmerRootAssembly Include="CommunityToolkit.WinUI.UI.Controls.Markdown" /> <TrimmerRootAssembly Include="CommunityToolkit.WinUI.UI.Controls.Media" /> <TrimmerRootAssembly Include="CommunityToolkit.WinUI.UI.Controls.Primitives" /> </ItemGroup> </Project>