Update VDownload.csproj
This commit is contained in:
@@ -1,24 +1,24 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
|
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
|
||||||
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
|
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
|
||||||
<RootNamespace>VDownload</RootNamespace>
|
<RootNamespace>VDownload</RootNamespace>
|
||||||
<ApplicationManifest>app.manifest</ApplicationManifest>
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
||||||
<Platforms>x86;x64;ARM64</Platforms>
|
<Platforms>x64;ARM64</Platforms>
|
||||||
<RuntimeIdentifiers>win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
|
<RuntimeIdentifiers>win10-x64;win10-arm64</RuntimeIdentifiers>
|
||||||
<PublishProfile>win10-$(Platform).pubxml</PublishProfile>
|
<PublishProfile>win10-$(Platform).pubxml</PublishProfile>
|
||||||
<UseWinUI>true</UseWinUI>
|
<UseWinUI>true</UseWinUI>
|
||||||
<EnableMsixTooling>true</EnableMsixTooling>
|
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>
|
||||||
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>
|
<UseRidGraph>true</UseRidGraph>
|
||||||
<UseRidGraph>true</UseRidGraph>
|
<EnableCoreMrtTooling Condition=" '$(BuildingInsideVisualStudio)' != 'true' ">false</EnableCoreMrtTooling>
|
||||||
<EnableCoreMrtTooling Condition=" '$(BuildingInsideVisualStudio)' != 'true' ">false</EnableCoreMrtTooling>
|
<ApplicationIcon>Assets\Logo\Logo.ico</ApplicationIcon>
|
||||||
<ApplicationIcon>Assets\Logo\Logo.ico</ApplicationIcon>
|
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
||||||
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
|
||||||
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
|
<Version>0.0.0</Version>
|
||||||
<Version>0.0.0</Version>
|
<WindowsPackageType>None</WindowsPackageType>
|
||||||
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<EnableMsixTooling>true</EnableMsixTooling>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Remove="Assets\BaseView\AuthenticationDark.png" />
|
<Content Remove="Assets\BaseView\AuthenticationDark.png" />
|
||||||
|
|||||||
Reference in New Issue
Block a user